﻿@charset "utf-8";

body {
	padding-top: 140px;
	color: #555
}

ol,
ul {
	list-style-type: none
}

a {
	color: #555;
	text-decoration: none
}

a:hover {
	color: #008903
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
	height: 0
}

.dlwixk {
	width: 1200px;
	margin: 0 auto
}

.inforlist {
	clear: both;
	width: 100%;
	text-align: center
}

.headertop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	z-index: 89
}

.topbox {
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	color: #757575;
	overflow: hidden
}

.topbox i {
	margin: 0 10px;
	color: #008903
}

.topbox span {
	font-size: 18px;
	font-weight: 700;
	color: #008903
}

.header {
	height: 100px;
	line-height: 100px;
	align-items: center;
	position: relative
}

.logo {
	float: left;
	font-size: 0;
}

.logo img {
	max-height: 60px
}

.nav-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-color: rgba(0, 0, 0, .5)
}

.nav {
	float: right;
	margin-right: 20px;
	z-index: 900
}

.nav dl {
	float: left;
	margin-right: 48px;
	position: relative
}

.nav dt {
	font-size: 18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav dt i {
	color: #999;
	cursor: pointer;
	display: none;
	transition: all 0.5s
}

.nav dt>a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	transition: 0s
}

.nav dl:hover dt>a,
.nav dt.active>a {
	color: #008903
}

.nav dt.active>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #008903
}

.nav dd {
	position: absolute;
	top: 100%;
	left: 0;
	transform: translate3d(0, 10px, 0);
	transition: all .25s;
	opacity: 0;
	visibility: hidden
}

.nav dd ul {
	min-width: 172px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	background: #fff
}

.nav dd li {
	position: relative
}

.nav dd li a {
	display: block;
	padding: 0 24px;
	line-height: 44px;
	white-space: nowrap;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.nav dd li a.active {
	color: #008903
}

.nav dl dd li ul {
	position: absolute;
	top: 0;
	left: 100%;
	transform: translate3d(0, 10px, 0);
	transition: all .25s;
	opacity: 0;
	visibility: hidden
}

.nav dl:hover dd,
.nav dl dd li:hover ul {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible
}

.nav dd li:hover {
	background: #f7f9fc
}

.searchbox {
	position: absolute;
	right: 0
}

.searchbox i {
	font-size: 26px
}

.searchbox:hover i {
	color: #008903;
}

.ylin-search {
	width: 100%;
	position: absolute;
	top: 140px;
	background: #008903;
	display: none
}

.ylin-search form {
	margin: 0
}

.ylin-search .ylin-form-group {
	max-width: 50%;
	margin: 40px auto
}

.ylin-search .ylin-input-group .after {
	min-width: 70px;
}

.mobile_menu {
	position: absolute;
	right: 0;
	display: none
}

.mobile_menu i {
	font-size: 26px
}

.header.open-nav .nav {
	transform: translateX(0)
}

.header.open-nav .nav-mask {
	display: block
}

.banner-item {
	height: 600px
}

.banner-item .dlwixk {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center
}

.banner-item .text {
	max-width: 60%
}

.banner-item .text h3 {
	font-size: 56px;
	font-weight: 700;
	color: #fff
}

.banner-item .text p {
	margin-top: 35px;
	color: #fff
}

.banner-item .text .link {
	margin-top: 55px
}

.banner-item .text .link a {
	border: 1px solid #fff;
	padding: 16px 64px;
	color: #fff;
	border-radius: 40px;
	transition: all .25s
}

.banner-item .text .link a:hover {
	background: #008903;
	border-color: #008903;
}

.banner-pic-item {
	width: 100%;
	height: 600px;
	display: block;
}

.ylin-carousel .ylin-carousel-page li {
	height: 12px;
	width: 12px;
	border-radius: 12px
}

.ylin-carousel .ylin-carousel-page li.active {
	width: 50px;
	background: #008903
}

.sortname {
	padding: 50px 0;
	text-align: center
}

.sortname h3 {
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700
}

.map {
	width: 100%;
	margin-top: 50px;
	background-color: #eee;
}

.map img {
	width: 80%;
}

.sortname h3 span {
	color: #008903
}

.sortname h3::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 4px;
	border-radius: 2px;
	background: #008903
}

.sortname p {
	margin-top: 32px;
	color: #999
}

.about-box {
	display: flex;
	flex-wrap: wrap
}

.about-box .info {
	flex: 0 0 58.33%;
	max-width: 58.33%;
	padding-right: 50px
}

.about-box .info .about-titl {
	font-size: 36px;
	color: #008903
}

.about-box .info .about-titl span {
	font-weight: 700;
	color: #555
}

.about-box .info .vision {
	margin-top: 20px;
	font-size: 40px;
	font-weight: 500;
	color: #202020
}

.about-box .info .desc {
	margin-top: 20px;
	line-height: 2
}

.about-box .info .more {
	max-width: 240px;
	margin-top: 40px;
	display: block;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
	color: #999;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	padding: 12px;
	border-radius: 40px;
	transition: all .25s
}

.about-box .info .more:hover {
	background: #008903;
	border-color: #008903;
	color: #fff
}

.about-box .image {
	flex: 0 0 41.67%;
	max-width: 41.67%
}

.about-box .image img {
	max-width: 100%;
	max-height: 450px;
	vertical-align: middle
}

.index-pro-box {
	padding-bottom: 50px;
	background: #f5f5f5 url("../img/bhwbbg-product.jpg") center center no-repeat
}

.index-pro-cont {
	padding-bottom: 50px
}

.pro-cp-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -2.5%
}

.pro-link-cont {
	position: relative;
	width: 22.5%;
	margin: 0 0 40px 2.5%;
	background: #fff;
	border-radius: 3px;
	overflow: hidden
}

.pro-link-cont .image {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%
}

.pro-link-cont .image img {
	width: 100%;
	position: absolute;
	transition: all .75s
}

.pro-link-cont .info {
	width: 100%;
	padding: 8% 0;
	transition: all .25s
}

.pro-link-cont:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #008903;
	opacity: .25
}

.pro-link-cont:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	transform: scale(0, 1);
	background: #008903;
	opacity: 0;
	transition: all .25s
}

.pro-link-cont:hover .image img {
	transform: scale(1.15)
}

.pro-link-cont:hover:after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}

.index-pro-box .more,
.index-pro-cont .more {
	margin: 48px auto 0;
	max-width: 240px;
	display: block;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
	color: #999;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	padding: 12px;
	border-radius: 40px;
	transition: all .25s
}

.index-pro-box .more:hover,
.index-pro-cont .more:hover {
	background: #008903;
	border-color: #008903;
	color: #fff
}

.index-mid {
	height: 280px;
	background: url("../img/bhwbbg-classis.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.index-mid .dlwixk {
	height: 100%;
	display: flex;
	align-items: center
}

.index-mid .text {
	max-width: 65%;
	flex: 0 0 65%;
	color: #fff
}

.index-mid .text h3 {
	font-size: 40px
}

.index-mid .text p {
	margin-top: 20px
}

.index-mid .link {
	max-width: 20%;
	flex: 0 0 20%;
	margin-left: 15%
}

.index-mid .more {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	background: none;
	color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	padding: 12px;
	border-radius: 40px;
	transition: all .25s
}

.index-mid .more:hover {
	background: #008903;
	border-color: #008903;
	color: #fff
}

.index-news-box {
	background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%)
}

.news-content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -3%
}

.news-link-content {
	width: 30.33%;
	margin: 0 0 0 3%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 3px
}

.news-link-content .image {
	position: relative;
	overflow: hidden;
	padding-bottom: 65%
}

.news-link-content .image img {
	width: 100%;
	position: absolute;
	transition: all .75s
}

.news-link-content .image .date {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 5px 15px;
	background: rgba(0, 0, 0, .25)
}

.news-link-content .info {
	padding: 5%
}

.news-link-content .info .name {
	color: #333;
	font-size: 18px
}

.news-link-content .info .desc {
	margin-top: 10px;
	color: #999;
	font-size: 14px
}

.news-link-content .info .view {
	margin-top: 10px;
	font-weight: bold;
	line-height: 25px;
	color: #008903
}

.news-link-content:hover .info .name {
	color: #008903
}

.news-link-content:hover .image img {
	transform: scale(1.15)
}

.index-news-box .more {
	margin: 48px auto 0;
	max-width: 240px;
	display: block;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
	color: #999;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	padding: 12px;
	border-radius: 40px;
	transition: all .25s
}

.index-news-box .more:hover {
	background: #008903;
	border-color: #008903;
	color: #fff
}

.hf-content {
	position: relative;
	height: 280px;
	display: flex;
	align-items: center;
	background: #f5f9ff url("../img/bhwbbg-subbanner.jpg") center/cover
}

.hf-content h3 {
	font-size: 36px;
	color: #333;
	font-weight: 700
}

.hf-content h3:after {
	content: '';
	display: block;
	background: #008903;
	width: 60px;
	height: 6px;
	border-radius: 3px;
	margin-top: 15px
}

.hf-content p {
	line-height: 30px;
	color: #999
}

.hf-content .postion {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #999
}

.hfbq {
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center
}

.hfbq a {
	display: inline-block;
	padding: 20px;
	position: relative
}

.hfbq a.active {
	color: #008903;
	font-weight: 700
}

.hfbq a.active:after {
	content: '';
	display: block;
	background: #008903;
	width: 50px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.contbox {
	background: #fff;
	padding: 50px 0
}

.contbox .show {
	display: flex;
	flex-wrap: wrap
}

.contbox .show .ylin-title {
	flex: 0 0 80%;
	max-width: 80%
}

.contbox .show .ylin-prenext {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: right
}

.contbox .info {
	text-align: left;
	padding: 20px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
	color: #999
}

.contbox .info span {
	color: #008903
}

.contbox .infolist {
	text-align: left;
	padding: 10px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
	color: #999
}

.contbox .infolist li {
	width: 25%;
	float: left
}

.contbox .infolist li p {
	margin-top: 10px
}

.contbox .infolist li span {
	margin: 0;
	color: #333
}

.contbox .zsxx-desc {
	margin: 20px 0;
	color: #999
}

.contbox .content p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px
}

.contbox .content p img {
	max-width: 100%
}

.contbox .liop {
	margin-top: 25px;
	text-align: center
}

.contbox .liop a {
	display: inline-block;
	margin: 0 15px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 5px 15px;
	transition: all .25s
}

.contbox .liop a:hover {
	border-color: #008903;
	color: #008903
}

.contbox .tagbox a {
	display: inline-block;
	margin: 15px 15px 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 5px 15px;
	transition: all .25s
}

.contbox .tagbox a:hover {
	border-color: #008903;
	color: #008903
}

.contbox .title {
	font-size: 28px;
	padding: 20px 0;
	margin: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative
}

.contbox .title:after {
	content: '';
	display: block;
	background: #008903;
	width: 50px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 0
}

.contbox .prenext {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5
}

.contbox .prenext p {
	margin-top: 15px
}

.contbox .zsbox {
	display: flex;
	flex-wrap: wrap
}

.contbox .zsbox .zsimage {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 50px
}

.contbox .zsbox .zsimage img {
	max-width: 100%;
	vertical-align: middle
}

.contbox .zsbox .zsxx-cont {
	flex: 0 0 50%;
	max-width: 50%
}

.contbox .ylin-form {
	max-width: 60%;
	margin: 0 auto
}

.contbox .ylin-form .ylin-form-group {
	margin-bottom: 15px
}

.contbox .ylin-form .ylin-form-text {
	margin-bottom: 25px
}

.contbox .ylin-form .ylin-form-text span {
	font-size: 18px;
	color: #008903;
	font-weight: 700
}

.contbox .sitemap-item {
	text-align: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5
}

.contbox .sitemap-item dt {
	margin: 0;
	font-size: 24px
}

.contbox .sitemap-item dd {
	float: left;
	width: 25%;
	height: auto;
	margin: 15px 0 0 0;
	font-size: 18px
}

.contbox .sitemap-item ul {
	max-width: 80%;
	background: #f5f5f5;
	margin-top: 15px;
	padding: 10px
}

.contbox .sitemap-item ul li {
	padding: 5px;
	font-size: 16px
}

.contbox-lb {
	margin-top: -35px
}

.contbox-lb-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 35px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden
}

.contbox-lb-item .image {
	flex: 0 0 30%;
	max-width: 30%;
	height: 200px;
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.contbox-lb-item .image img {
	width: 100%;
	transition: all .75s
}

.contbox-lb-item .image .date {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 5px 15px;
	background: rgba(0, 0, 0, .25)
}

.contbox-lb-item .desc {
	flex: 0 0 70%;
	max-width: 70%;
	padding-left: 5%
}

.contbox-lb-item .desc h3 {
	font-size: 24px;
	color: #333
}

.contbox-lb-item .desc p {
	margin-top: 10px;
	color: #999
}

.contbox-lb-item .desc .tags {
	margin-top: 10px;
	color: #008903
}

.contbox-lb-item .desc .tags a {
	margin-right: 10px;
	color: #008903
}

.contbox-lb-item:hover .desc h3 {
	color: #008903
}

.contbox-lb-item:hover .image img {
	transform: scale(1.15)
}

.pro-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -3%
}

.pro-list-item {
	position: relative;
	width: 30.33%;
	height: 30.33%;
	margin: 0 0 3% 3%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 3px;
	overflow: hidden
}

.pro-list-item .image {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%
}

.pro-list-item .image img {
	width: 100%;
	position: absolute;
	transition: all .75s
}

.pro-list-item .desc {
	width: 100%;
	padding: 8%;
	transition: all .25s
}

.pro-list-item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 0 0 2px 2px;
	background: #008903;
	opacity: .25
}

.pro-list-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 0 0 2px 2px;
	transform: scale(0, 1);
	background: #008903;
	opacity: 0;
	transition: all .25s
}

.pro-list-item:hover .image img {
	transform: scale(1.15)
}

.pro-list-item:hover:after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}

.photo-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -3%
}

.photo-list-item {
	position: relative;
	width: 30.33%;
	height: 50%;
	margin: 0 0 3% 3%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 3px;
	overflow: hidden
}

.photo-list-item .image {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%
}

.photo-list-item .image img {
	width: 100%;
	position: absolute;
	transition: all .75s
}

.photo-list-item:hover .desc {
	background: rgba(130, 210, 30, .75)
}

.photo-list-item:hover .image img {
	transform: scale(1.15)
}

.job-list {
	margin-top: -35px
}

.job-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 35px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden
}

.job-list-item .desc {
	flex: 0 0 60%;
	max-width: 60%;
}

.job-list-item .desc h3 {
	font-size: 24px;
	color: #333
}

.job-list-item .desc p:first-child {
	color: #999
}

.job-list-item .desc p:first-child {
	margin-top: 10px
}

.job-list-item .desc .tags {
	margin-top: 10px;
	color: #008903
}

.job-list-item .desc .tags a {
	margin-right: 10px;
	color: #008903
}

.job-list-item .address,
.job-list-item .money {
	flex: 0 0 20%;
	max-width: 20%;
	border-left: 1px solid #e5e5e5
}

.job-list-item .address span,
.job-list-item .money span {
	display: block;
	font-weight: 700
}

.footer {
	background: #2b392b;
	min-height: 250px;
	padding: 60px 0
}

.footer dl {
	float: left;
	width: 22.5%
}

.footer dt {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: normal;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.footer dt i {
	color: #999;
	cursor: pointer;
	display: none;
	transition: all 0.5s
}

.footer dd {
	margin: 0;
	line-height: 2.5;
	font-size: 14px;
	color: #acafb6
}

.footer dd i {
	margin-right: 8px;
	font-size: 12px
}

.footer dd a {
	color: #acafb6;
	transition: all .25s
}

.footer dd a:hover {
	color: #fff
}

.footer .first {
	width: 25%;
	margin-right: 5%
}

.footer .first dt {
	margin-bottom: 35px
}

.footer .first dd {
	margin-top: 15px;
	line-height: 2
}

.footer .first dd span {
	font-size: 22px;
	color: #fff
}

.footer .first i {
	float: left;
	width: 35px;
	font-size: 32px;
	color: #008903
}

.downfonts {
	padding-top: 15px;
}

.copyright {
	padding: 25px;
	color: #7a8089;
	background: #032204;
	text-align: center
}

.site-bar {
	position: fixed;
	right: 1%;
	bottom: 100px;
	z-index: 999
}

.site-bar li {
	margin: 2px 0 0 0;
	text-align: center;
	position: relative
}

.site-bar li a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, .25)
}

.site-bar li a i {
	font-size: 36px;
	color: #fff
}

.site-bar li a:hover {
	background: rgba(0, 0, 0, .5)
}

.site-bar .weixinimg {
	width: 150px;
	height: 150px;
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: -160px;
	background: #fff;
	display: none
}

.site-bar .weixinimg img {
	display: block;
	width: 100%;
	height: 100%
}

.site-bar li:hover div {
	display: block
}

@keyframes zoomOut {
	50% {
		transform: scale(0, 0);
		opacity: 0
	}

	100% {
		transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes scale-up-right {
	0% {
		transform: scale(0.2);
		transform-origin: 90% 20%;
		border-bottom-left-radius: 400px;
		border-bottom-right-radius: 400px;
		border-top-right-radius: 400px;
		border-top-left-radius: 400px
	}

	100% {
		transform: scale(1);
		transform-origin: 90% 20%;
		border-radius: 0px
	}
}

@media only screen and (max-width:1440px) {}

@media screen and (max-width:1024px) {
	body {
		padding-top: 130px
	}

	.dlwixk {
		max-width: 90%
	}

	.headertop {
		height: 130px
	}

	.header {
		height: 90px;
		line-height: 90px
	}

	.logo img {
		max-height: 40px
	}

	.nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 20px;
		width: 300px;
		background: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateX(100%);
		transition: all .25s
	}

	.nav dl {
		float: none;
		margin: 0;
		border-bottom: 1px solid #edeff2
	}

	.nav dt>a::after {
		display: none !important
	}

	.nav dt i {
		display: block
	}

	.nav dd {
		position: static;
		width: 100%
	}

	.nav dd li {
		float: none;
		padding: 0;
		width: 100%
	}

	.nav dl.open dd {
		display: block
	}

	.nav dt.open i {
		transform: rotate(90deg)
	}

	.nav dd {
		display: none;
		transform: translate(0, 0);
		opacity: 1;
		visibility: initial;
		background-color: transparent;
		box-shadow: none;
		transition: 0s
	}

	.nav dl:hover dd {
		transform: translate(0, 0)
	}

	.nav dd ul {
		box-shadow: none
	}

	.nav dd li,
	.nav dd ul {
		display: block;
		text-align: left;
		transform: translate(0, 0);
		overflow: hidden
	}

	.nav dd li a.active {
		color: #008903
	}

	.searchbox {
		right: 50px
	}

	.mobile_menu {
		display: block
	}

	.ylin-search {
		top: 130px
	}

	.banner-item,
	.banner-pic-item {
		height: 400px
	}

	.banner-item .text {
		line-height: 1.5
	}

	.banner-item .text h3 {
		font-size: 36px
	}

	.banner-item .text p {
		margin-top: 15px
	}

	.banner-item .text .link {
		margin-top: 25px
	}

	.ylin-carousel .ylin-carousel-page {
		bottom: 15px
	}

	.ylin-carousel .ylin-carousel-page li.active {
		width: 12px
	}

	.pro-cp-box,
	.news-content {
		margin: -5% 0 0 -5%
	}

	.pro-link-cont,
	.news-link-content {
		width: 45%;
		margin: 5% 0 0 5%;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1)
	}

	.contbox .infolist li {
		width: 50%
	}

	.contbox .sitemap-item dd {
		width: 50%
	}

	.contbox .sitemap-item ul {
		max-width: 90%
	}

	.side-bar {
		display: none
	}
}

@media screen and (max-width:768px) {
	body {
		padding-top: 80px
	}

	.dlwixk {
		max-width: 90%
	}

	.headertop {
		height: 80px
	}

	.header {
		height: 80px;
		line-height: 80px
	}

	.topbox {
		display: none
	}

	.logo img {
		max-height: 30px
	}

	.ylin-search {
		top: 80px
	}

	.ylin-search .ylin-form-group {
		max-width: 90%
	}

	.banner-item,
	.banner-pic-item {
		height: 300px
	}

	.banner-item .dlwixk {
		height: 100%;
		position: relative;
		display: flex;
		align-items: center
	}

	.banner-item .text {
		max-width: 100%;
		margin-left: 0;
		line-height: 1.5;
		text-align: center
	}

	.banner-item .text h3 {
		font-size: 24px
	}

	.banner-item .text p {
		margin-top: 16px
	}

	.banner-item .text .link a {
		font-size: 14px;
		padding: 8px 32px
	}

	.sortname {
		padding: 20px 0
	}

	.sortname h3 {
		font-size: 24px
	}

	.about-box .image,
	.about-box .info {
		flex: 0 0 100%;
		max-width: 100%
	}

	.about-box .image {
		margin-top: 32px
	}

	.about-box .image img {
		width: 100%
	}

	.about-box .info .about-titl {
		font-size: 24px
	}

	.about-box .info .vision {
		font-size: 24px
	}

	.about-box .more {
		margin-top: 15px;
	}

	.index-mid {
		display: none
	}

	.index-news-box {
		background: #fff
	}

	.pro-cp-box,
	.news-content {
		margin: -5% 0 0 -5%
	}

	.pro-link-cont,
	.news-link-content {
		width: 45%;
		margin: 5% 0 0 5%;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1)
	}

	.news-link-content .info .desc {
		display: none
	}

	.hf-content {
		height: 220px
	}

	.hf-content .postion {
		display: none
	}

	.hfbq a {
		padding: 15px
	}

	.contbox .ylin-form {
		max-width: 100%;
		margin: 0 auto
	}

	.contbox .show .ylin-title {
		flex: 0 0 100%;
		max-width: 100%
	}

	.contbox .show .ylin-prenext {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
		text-align: center
	}

	.contbox .show .ylin-prenext .ylin-btn {
		width: 100%
	}

	.contbox .sitemap-item dd {
		width: 50%;
		font-size: 16px
	}

	.contbox .sitemap-item ul li {
		font-size: 14px
	}

	.contbox-lb {
		display: flex;
		flex-wrap: wrap;
		margin-left: -5%
	}

	.contbox-lb-item {
		width: 45%;
		margin-left: 5%
	}

	.contbox-lb-item .image,
	.contbox-lb-item .desc {
		flex: 0 0 100%;
		max-width: 100%
	}

	.contbox-lb-item .desc {
		padding: 15px 0 0 0
	}

	.contbox-lb-item .desc h3 {
		font-size: 18px
	}

	.pro-list {
		margin: 0 0 0 -5%
	}

	.pro-list-item {
		width: 45%;
		height: 45%;
		margin: 0 0 5% 5%
	}

	.contbox .zsbox .zsimage {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0
	}

	.contbox .zsbox .zsxx-cont {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 7.5% 0 0 0
	}

	.footer dl {
		width: 100%;
		float: none;
		margin: 16px 0 0;
		border-bottom: 1px solid #edeff2
	}

	.footer dt i {
		display: block
	}

	.footer dl dd {
		position: static;
		width: 100%
	}

	.footer dl.open dd {
		display: block
	}

	.footer dt.open i {
		transform: rotate(90deg)
	}

	.footer .first {
		margin: 0;
		border: none
	}

	.footer dd {
		display: none;
		transform: translate(0, 0);
		opacity: 1;
		visibility: initial;
		background-color: transparent;
		box-shadow: none;
		transition: 0s
	}

	.footer dl:hover dd {
		transform: translate(0, 0)
	}

	.copyright {
		padding: 15px
	}

	.site-bar li a {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	.site-bar li a i {
		font-size: 25px
	}
}

@media screen and (max-width:640px) {
	body {
		padding-top: 60px
	}

	.dlwixk {
		max-width: 90%
	}

	.headertop {
		height: 60px
	}

	.header {
		height: 60px;
		line-height: 60px
	}

	.about-box .info .more,
	.index-pro-box .more,
	.index-pro-cont .more,
	.index-news-box .more {
		margin: 36px auto 0
	}

	.ylin-search {
		top: 60px
	}

	.contbox-lb {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0
	}

	.contbox-lb-item {
		width: 100%;
		margin: 0
	}

	.pro-list {
		margin: -7.5% 0 0 0
	}

	.pro-list-item {
		width: 100%;
		margin: 7.5% 0 0 0
	}

	.job-list-item .desc {
		flex: 0 0 100%;
		max-width: 100%
	}

	.job-list-item .address,
	.job-list-item .money {
		display: none
	}

	.contbox .infolist li {
		width: 100%
	}

	.contbox .sitemap-item dd {
		float: none;
		width: 100%
	}

	.contbox .sitemap-item ul {
		max-width: 100%
	}
}

@media screen and (max-width:480px) {
	.about-box .info .about-titl {
		font-size: 20px
	}

	.about-box .info .vision {
		display: none
	}

	.pro-cp-box,
	.news-content {
		margin: -5% 0 0
	}

	.pro-link-cont,
	.news-link-content {
		width: 100%;
		margin: 5% 0 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1)
	}
}

.container {
	max-width: 1000px;
	width: 100%;
}

h1 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

.ylin-carousel {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.ylin-carousel-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.ylin-carousel-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}

.ylin-carousel-item.active {
	opacity: 1;
}

.banner-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.banner-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.4); */
}
.content p{
	text-indent: 2rem;
}

.dlwixk {
	z-index: 2;
	margin: 0 auto;
}

.text {
	color: white;
	max-width: 600px;
}

.text h3 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	font-weight: 700;
	/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.text p {
	font-size: 1.1rem;
	margin-bottom: 30px;
	line-height: 1.6;
	/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

.link a {
	display: inline-block;
	padding: 12px 30px;
	color: white;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	transition: all 0.3s ease;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.link a:hover {
	background: #1b5e20;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	z-index: 10;
}

.carousel-indicators span {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	margin: 0 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.carousel-indicators span.active {
	width: 50px;
	background: #008903;
	/* transform: scale(1.2); */
}

/* 动画效果 */
.ylin-am-slide-left {
	transform: translateX(-50px);
	opacity: 0;
	transition: all 0.8s ease;
}

.ylin-am-slide-right {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.8s ease;
}

.ylin-am-slide-bottom {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.8s ease;
}

.active .ylin-am-slide-left,
.active .ylin-am-slide-right,
.active .ylin-am-slide-bottom {
	transform: translate(0);
	opacity: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.ylin-carousel {
		height: 400px;
	}

	.text h3 {
		font-size: 2rem;
	}

	.text p {
		font-size: 1rem;
	}

	.dlwixk {
		padding: 0 20px;
	}

	.carousel-indicators {
		display: none;
	}
	.about-box .info {
	  padding-right: 0px;
	}
}

@media (max-width: 480px) {
	.ylin-carousel {
		height: 350px;
	}

	.text h3 {
		font-size: 1.6rem;
	}

	.carousel-indicators {
		display: none;
	}
}
	