body{
	min-width: 1200px;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
img{
	vertical-align: middle;
}
.container{
	width: 1100px;
	margin: 0 auto;
}
.header-box{
	width: 100%;
	background: #3e5745;
}
.header{
	height: 160px;
	display: flex;
	justify-content: space-between;
}
.header>.logo{
	display: block;
	height: 160px;
	line-height: 160px;
}
.header-right>.tel-img{
	margin-top: 10px;
}
.header-right>.tel-img>img{
	float: right;
}
.nav{
	margin-top: 26px;
}
.nav>li{
	width: 100px;
	float: left;
	text-align: center;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	height: 35px;
	position: relative;
	cursor: pointer;
}
.nav>li>a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.nav>li:hover >.nav-child{
	display: block;
}
.nav>li:hover >a{
	color: #ffcb8a;
}
.nav>.active-nav{
	border-bottom: 2px solid #fff;
}
.nav-child{
	display: none;
	position: absolute;
	left: -50px;
	width: 200px;
	text-align: center;
	top: 35px;
	background: #5b7d64;
	z-index: 2;
}
.nav-child>li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d0d0d0;
}
.nav-child>li>a{
	font-size: 14px;
	color: #fff;
}
.nav-child>li:hover >a{
	color:#ffcb8a;
}
.banner{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.swiper-button-box{
	max-width: 1420px;
	margin: 0 auto;
	position: absolute;
	height: 80px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	left: 0;right: 0;
}
.swiper-button-prev,
.swiper-button-next{
	width: 50px;
	height: 80px;
	background-size: auto;
	background-position: center center;
	top: 0;
	margin-top: 0;
	background-color: rgba(255,255,255,0.5);
	outline: none;
}
.swiper-button-prev{
	background-image: url(../img/prev.png);
	left: 0;
}
.swiper-button-next{
	background-image: url(../img/next.png);
	right: 0;
}
.swiper-pagination-bullet{
	width: 50px;
	height: 5;
	border-radius: 0;
	background: #fff;
	opacity: 0.5;
}
.swiper-pagination-bullet:focus{
	outline: none;
}
.swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
	outline: none;
}
.weDo{
	height: 410px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.weDo>.left{
	width: 270px;
}
.weDo>.left>.title{
	font-size: 35px;
	color: #3e5745;
	line-height: 1;
}
.weDo>.left>.abstract{
	color: #666666;
	font-size: 22px;
	line-height: 32px;
	margin-top: 25px;
}
.weDo>.left>a{
	display: block;
	margin-top: 70px;
	width: 270px;
	height: 45px;
	border: 2px solid #97c93d;
	box-sizing: border-box;
	text-align: center;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color: #97c93d;
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position:240px center;
	transition: all .5s;
}
.weDo>.left>a:hover{
	background-color:#97c93d;
	color: #fff;
}
.advantage-box{
	width: 100%;
	background: #bbcabd;
}
.advantage{
	height: 460px;
	overflow: hidden;
}
.advantage>.title{
	text-align: center;
	margin-top: 77px;
	font-size: 33px;
	color: #3e5745;
	line-height: 1;
}
.advantage-list{
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.advantage-list>li{
	width: 210px;
}
.advantage-list>li>.img{
	width: 80px;
	height: 80px;
	background-color: #3e5745;
	border-radius: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantage-list>li>.title{
	margin-top: 33px;
	color: #3e5745;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.advantage-list>li>.abstract{
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 17px;
	line-height: 26px;
}
.fixedBg{
	max-width: 1920px;
	height: 520px;
	margin: 0 auto;
	background-image: url(../img/fixed.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.idx-contact{
	height: 720px;
}
.idx-contact>.title{
	padding-top: 54px;
	color: #3e5745;
	font-size: 35px;
	line-height: 1;
	text-align: center;
}
.idx-contact-box{
	width: 550px;
	margin: 14px auto 0;
}
.idx-contact-box>.describe{
	color: #666666;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.idx-contact-form{
	margin-top: 34px;
}
.idx-contact-form>.box{
	margin-bottom: 22px;
}
.idx-contact-formTitle{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.pub-inp-formstyle{
	width: 100%;
	margin-top: 7px;
	height: 40px;
	background: #bbcabd;
	box-shadow: inset 2px 2px 5px 0px #ababab;
	outline: none;
	padding:0 5px;
	box-sizing: border-box;
}
.idx-contact-form>.twoBox{
	display: flex;
	justify-content: space-between;
}
.idx-contact-form>.twoBox>div{
	width: 270px;
}
.idx-contact-form>.box>textarea{
	background: #bbcabd;
	box-shadow: inset 2px 2px 5px 0px #ababab;
	width: 100%;
	margin-top: 7px;
	outline: none;
	padding:5px;
	box-sizing: border-box;
	height: 140px;
}
.idx-contact-submit{
	display: block;
	margin-top: 25px;
	width: 270px;
	height: 45px;
	border: 2px solid #97c93d;
	box-sizing: border-box;
	text-align: center;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color: #97c93d;
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position:240px center;
	background-color: #fff;
	transition: all .5s;
	cursor: pointer;
}
.idx-contact-submit:hover{
	background-color:#97c93d;
	color: #fff;
}
.footer-box{
	width: 100%;
	height: 200px;
	background-image: url(../img/footerBg.png);
	background-position: center center;
}
.footer{
	display: flex;
	justify-content: space-between;
}
.footer>.left{
	margin-top: 59px;
}
.footer-nav>li{
	float: left;
	line-height: 22px;
}
.footer-nav>li>a{
	font-size: 14px;
	color: #fff;
}
.footer-nav>li>a:hover{
	color: #ffcb8a;
}
.footer-nav>li>span{
	margin: 0 17px;
	font-size: 14px;
	color: #989898;
}
.copyright{
	margin-top: 45px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}
.copyright>img{
	margin-left: 5px;
}
.footer>.right{
	margin-top: 27px;
}
.footer>.right>p{
	margin-top: 13px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.guide-box{
	width: 100%;
	height: 45px;
	background:#cccccc;
	display: flex;
	align-items: center;
}
.guide{
	line-height: 22px;
	text-align: right;
}
.guide>img{
	margin-right: 5px;
}
.guide>span,
.guide>a{
	color:#333333;
	font-size: 12px;
	line-height: 22px;
}
.guide>span{
	margin: 0 4px;
}
.pub-banner{
	max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 385px;
}
.pub-banner>img{
	position: absolute;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%,0);
}
.pro-column{
	float: left;
	position: relative;
	width: 254px;
}
.product{
	margin-bottom: 58px;
}
.product-core{
	position: absolute;
	width: 254px;
	height: 126px;
	z-index: 3;
	background: rgba(62,87,69,0.65);
	top: -126px;
	padding-left: 19px;
	box-sizing: border-box;
}
.product-core>.title{
	margin-top: 37px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.product-core>.text{
	margin-top: 12px;
	color: #ffffff;
	font-size: 22px;
}
.pro-column-list{
	width: 100%;
	padding-left: 19px;
	box-sizing: border-box;
	padding-top: 20px;
	background: #f3f3f3;
}
.pro-column-list>li{
	height: 45px;
	width: 100%;
	line-height: 45px;
	display: flex;
	align-items: center;
	border-top: 2px solid transparent;
}
.pro-column-list>li>a{
	color: #666666;
	font-size: 14px;
	margin-left: 14px;
}
.pro-column-list>.active-pro{
	background: #fff;
	border-top: 2px solid #cccccc;
}
.pro-column-list>li>span{
	display: inline-block;
	width: 3px;
	height:18px;
	background: #3e5745;
	margin-left: 20px;
	opacity: 0;
}
.pro-column-list>.active-pro>span{
	opacity: 1;
}
.pro-column-list>li:hover{
	background: #fff;
	border-top: 2px solid #cccccc;
}
.pro-column-list>li:hover >span{
	opacity: 1;
}
.product-list-box{
	float: right;
	padding-top: 40px;
	width: 820px;
	/* margin: 0 auto; */
}
.pro-list-box{
	float: initial;
	margin: 0 auto;
}
.product-list>li{
	float: left;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 34px;
}
.product-list>li>a{
	display: block;
	overflow: hidden;
	position: relative;
}
.product-list>li>a>img{
	transform: scale(1);
	transition: all .5s;
}
.product-list>li>a:hover >img{
	transform: scale(1.1);
}
.product-list>li>a>p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(51,51,51,0.6);
}
.pagination{
text-align: center;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px;
}
.pagination>li{
	display: inline-block;
}
.pagination>li>span{
	display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #8b8b8b;
    background: #f0f0f0;
    margin: 0 5px;
}
.pagination>.active>span{
	display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #8b8b8b;
    background: #212121;
    margin: 0 5px;
}
.pagination>li>a{
	display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #8b8b8b;
    background: #f0f0f0;
    margin: 0 5px;
}
.pages{
	margin-top: 5px;
	text-align: center;
	font-size: 0;
}
.pages>a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #8b8b8b;
	background: #f0f0f0;
	margin: 0 5px;
}
.pages>.active-pages{
	background: #000000;
	color: #fff;
}
.about-box{
	width:820px;
	margin:  0 auto;
	padding-top: 20px;
}
.about-text>p{
	font-size: 14px;
	color: #444343;
	line-height: 2.6;
}
.about-img{
	margin-top: 20px;
}
.new-list-box{
	/* float: right; */
	padding-top: 20px;
	width: 820px;
	margin: 0 auto;
}
.new-list>li{
	width: 100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.new-list>li>.title{
	line-height: 35px;
}
.new-list>li>.title>a{
	color: #444343;
}
.new-list>li>.title>a:hover{
	color: #ffcb8a;
}
.new-list>li>.title>span{
	float: right;
	color: #868686;
	font-size: 14px;
}
.customer-contact>.title{
	padding-top: 0;
}
.contact-info{
	display: flex;
	flex-wrap: wrap;
}
.contact-info>p{
	color: #444343;
    font-size: 14px;
	line-height: 2.6;
	width: 50%;
}
.map{
	margin-top: 20px;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.newd-box{
	/* float: right; */
	width: 820px;
	padding-top: 30px;
	margin: 0 auto;
}
.newdTitle{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.newd-content{
	margin-top:15px;
}
.newd-img{
	margin-top:10px;
}
.producd-box{
	float: right;
	width: 820px;
	padding-top: 30px;
	margin: 0 auto;
}
.producd-box img{
	max-width: 700px;
}
.productd-content{
	margin-top: 15px;
	text-align: center;
}
.pub-title{
	text-align: center;
	font-size: 22px;
    font-weight: bold;
}
.prev-next{
	margin-top: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.prev-next a{
	color: #333;
	font-size: 14px;
}
.prev-next a:hover{
	text-decoration: underline;
}
