
.header-t h1{
	padding: 10px 0;
}
.header-t .header-t-r{	
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.header-t .header-t-r .dh{
	font-size: 22px;
	font-weight: bold;
	color: #009b4c;
	padding-left: 36px;
	padding-right: 50px;
	background: url(../images/dh.png) no-repeat left center;
	border-right: 1px solid #e9e9e9;
	height: 100%;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.header-t .header-t-r .text{
	font-size: 18px;
	color: #171616;
	line-height: 30px;
	padding-left: 50px;
}
header nav{
	background: #009b4c;
	line-height: 48px;
}
header nav li{
	flex: 1;
}
header nav li a{
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
header nav li a:hover{
	background: #f0af66;
}
header nav li a.on{
	background: #f0af66;
}
.banner .swiper-slide{
	height: 600px;
}
.banner .swiper-pagination{
	bottom: 40px
}
.banner .swiper-pagination .swiper-pagination-bullet{
	background: #ffffff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #009152;
}

.chains{
	height: 200px;
	background: #f6f6f6;
	width: 100%;
	margin-bottom: 85px;
}
.chains .chains-l{
	width: 30%;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit-moz-box-pack:center;
	box-pack:center;
	flex-direction: column;
	background: #009b4c;
}
.chains .chains-l h2{
	font-size: 34px;
	color: #fffefe;
	font-weight: bold;
	position: relative;
	padding-top: 25px;
	line-height: 40px;
}
.chains .chains-l h2::after{
	content: '';
	display: block;
	width: 34px;
	height: 4px;
	background: #fffefe;
	position: absolute;
	left: 0;
	top: 0;
}
.chains .chains-l h4{
	color: #74bd90;
	font-family: Arial;
	text-align: left;
	width: 177px;
	margin-top: 10px;
	text-transform: uppercase;
}
.chains ul{
	width: 70%;
	padding: 0 5%;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	background: #fff
}
.chains ul li{
	width: 25%;
	text-align: center;
	margin-right: 70px;
}
.chains ul li:last-child{
	margin-right: 0;
}
.chains ul li .icon{
	border: 2px solid #f0af66;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	width: 70px;
	display: inline-block;
	position: relative;
	transition: all linear .8s
}
.chains ul li .icon:hover{
	transform: rotate(360deg)}
}
.chains ul li .icon::after{
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 103px;
}
.chains ul li:last-child .icon::after{
	display: none;
}

.chains ul li h5{
	font-size: 18px;
	color: #222222;
	margin-top: 15px;
}

.index-title{
	text-align: center;
}
.index-title h2{
	display: inline-block;
	padding: 5px 60px;
	position: relative;
	font-size: 34px;
	font-weight: bold;
}
.index-title h2::after,.index-title h2::before{
	content: '';
	display: block;
	width: 33px;
	height: 4px;
	background: #009b4c;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.index-title h2::before{
	left: 0;
}
.index-title h2::after{
	right: 0;
}
.index-title h4{
	font-family: Arial;
	color: #bcbcbc;
	text-transform: uppercase;
	line-height: 30px;
}

.index0{
	padding-bottom: 80px
}
.index0 video{
	width: 100%
}

.index1-list{
	margin-top: 40px;
	padding-bottom: 80px;
}
.index1-list li{
	width: 22%;
	border: 1px solid #ededed;
	padding: 10px;
	height: 430px;
}
.index1-list li .img{
	text-align: center;
	overflow: hidden;
}
.index1-list li .img:hover img{
	transform: scale(1.1);
}
.index1-list li h3{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #009b4c;
	margin: 20px 0 15px;
}
.index1-list li .ctn{
	color: #666666;
}

.index2{
	background: #f6f6f6;
	padding: 90px 0 105px;
}
.index2-box{
	padding-top: 73px;
}
.index2-box .index2-l{
	width: 48%;
	overflow: hidden;
}
.index2-box .index2-l:hover img{
	transform: scale(1.1);
}
.index2-box .index2-r{
	width: 45%
}
.index2-box .index2-r h2{
	font-size: 32px;
	font-weight: bold;
	color: #009b4c;
	margin-bottom: 35px;
}
.index2-box .index2-r .ctn{
	color: #666666;
	line-height: 30px;
	margin-bottom: 90px;
}
.index2-box .index2-r .more{
	text-align: right;
}
.index2-box .index2-r .more a{
	display: inline-block;
	width: 220px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 30px;
	background: #009b4c;
	font-size: 16px;
	color: #ffffff;
}
.index3{
	height: 390px;
	background: url(../images/index3.jpg) no-repeat center;
	margin-bottom: 90px;
}
.index3 .index3-l{
	padding: 90px 0;
	color: #fff;
}
.index3 .index3-l h3{
	font-size: 44px;
	font-weight: bold;
	line-height: 46px;
	margin-bottom: 20px;
}
.index3 .index3-l h5{
	font-size: 18px;
	margin-bottom: 50px;
}
.index3 .index3-l .dh{
	width: 335px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 26px;
	font-weight: bold;
	background:#f0af66 url(../images/dh2.png) no-repeat 45px center;
	border-radius: 30px;
	padding-left: 15px
}
.index3 .index3-r{
	overflow: hidden;
}
.index3 .index3-r:hover img{
	transform: scale(1.1);
}
.index4 {
	padding-bottom: 80px;
}
.index4 .index4-list{
	margin-top: 95px;
	background: url(../images/index4-bg.jpg) repeat-y center 100px;
}
.index4-list>li {
	margin-bottom: 100px;
	position: relative;
}
.index4-list>li:last-child{
	margin-bottom: 0;
}
.index4-list>li .index4-l{
	width: 40%
}
.index4-list>li .index4-r{
	width: 40%
}
.index4-list>li h3{
	font-size: 28px;
	font-weight: bold;
	color: #009b4c;
	margin-bottom: 20px;
}
.index4-list>li.fl h3{
	text-align: right;
}
.index4-list>li .text{
	font-size: 18px;
	line-height: 36px;
}
.index4-list>li .text li{
	padding-left: 30px;
	position: relative;
	text-align: left
}
.index4-list>li .text li::after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #515151;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index4-list>li .fl.index4-r .text li{
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}
.index4-list>li .fl.index4-r .text li::after{
	right: 0;
	left:initial;
}

.index4-list li .icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #009b4c;
	text-align: center;
	line-height: 80px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0
}

.index5{
	background: #f6f6f6;
	padding: 90px 0 70px;
}

.index5-list{
	width: 600px;
	margin: 60px auto 45px;
}
.index5-list li{
	flex: 1;
	text-align: center;
	line-height: 48px;
	border: 1px solid #ebebeb;
	background: #fff;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}
.index5-list li:hover{
	background: #009b4c;
	border-color: #009b4c;
	color: #fff;
}
.index5-list li.on{
	background: #009b4c;
	border-color: #009b4c;
	color: #fff;
}

.index5-news .index5-news-item{
	display: none
}
.index5-news .index5-news-item.selected{
	display: block;
}
.index5-news .index5-news-item .item-l{
	width: 46%;
	background: #fff;
} 
.item-l .img{
	overflow: hidden;
	text-align: center
}
.item-l .img a{
	width: 552px;
	height: 220px;
	display: block;
}
.item-l .img:hover img{
	transform: scale(1.1);
}
.item-l .ctn{
	padding: 25px;
	height: 145px;
}
.item-l .ctn h3{
	margin-bottom: 15px;
}
.item-l .ctn h3 a{
	font-size: 18px;
	color: #009b4c;
}
.item-l .ctn .text a{
	color: #666666;
}

.index5-news .index5-news-item  .item-r{
	width: 48%
}
.item-r .r-item {
	margin-bottom: 25px;
}
.item-r .r-item:last-child{
	margin-bottom: 0
}
.item-r .r-item .time{
	width: 100px;
	height: 100px;
	background: #f0af66;
	color: #fff;
	flex-direction: column;		
	text-align: center;
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit-moz-box-pack:center;
	box-pack:center;
}
.item-r .r-item .time h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
}
.item-r .r-item .time h4{
	font-family: Arial;
}
.item-r .r-item .r-item-ctn{
	background: #fff;
	padding: 20px 0px;
	padding-left: 20px;
	width: 82%;
}
.r-item .r-item-ctn h2 a{
	font-size: 18px;
	color: #222222;
}
.r-item .r-item-ctn h5 a{
	color: #666666;
	line-height: 35px;
}

.index6{
	padding: 90px 0 100px;
}
.index6-list {
	padding-top: 40px;
}
.index6-list li{
	width: 214px;
	height: 73px;
	border: 1px solid #efefef;
	text-align: center;
	line-height: 73px;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.index6-list li:nth-child(5n){
	margin-right: 0;
}
.index6-list li:hover img{
	transform: scale(1.1);
}

.inside-banner{
	height: 440px;
}

.inside-nav{
	padding: 25px 0;
	border-bottom: 1px solid #e0e0e0;
}

.nav-lits a{
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
	position: relative;
}
.nav-lits a::before{
	content: '';
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e4e4e4;
}
.nav-lits a:last-child::before{
	width: 0;
}

.nav-lits a::after{
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background: #009b4c;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -26px;
	-moz-transition:all 0.8s; /* Firefox 4 */
	-webkit-transition:all 0.8s; /* Safari and Chrome */
	-o-transition:all 0.8s; /* Opera */
	transition:all 0.8s;
}
.nav-lits a:hover{
	color: #009b4c;
}
.nav-lits a:hover::after{
	width: 100%;
}
.nav-lits a.on{
	color: #009b4c;
}
.nav-lits a.on::after{
	width: 100%;
}
.location a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
}
.index-title.inside-title h2{
	font-size: 34px;
	color: #222222;
}
.ab1{
	padding: 80px 0;
}
.ab1 .txt{
	color: #333333;
	line-height: 32px;
	padding-bottom: 30px;
}
.ab1 .ab1-box h2{
	font-size: 24px;
	font-weight: bold;
	color: #009b4c;
	margin-bottom: 10px;
	padding-top: 50px
}
.ab-list li{
	margin-right: 20px;
}
.ab-list li:last-child{
	margin-right: 0;
}

.rybg{
	margin: 60px 0;
}
.ry-list{
	width: 98%;
	margin: 0 auto 35px;
}
.ry-list li{
	width: 218px;
	height: 318px;
	border: 1px solid #e0e0e0;
	text-align: center;
	flex-direction: column;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit-moz-box-pack:center;
	box-pack:center;
	margin-right: 20px;
}
.ry-list li:last-child{
	margin-right: 0
}
.ry-list li .icon{
	display: inline-block;
	width: 139px;
	height: 139px;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	margin-bottom: 10px;
}

.ry-list li .icon.icon1{
	background: url(../images/ry-icon1.png) no-repeat center;
}
.ry-list li:hover .icon.icon1,.ry-list li.on .icon.icon1{
	background-image: url(../images/ry-icon1-on.png)
}

.ry-list li .icon.icon2{
	background: url(../images/ry-icon2.png) no-repeat center;
}
.ry-list li:hover .icon.icon2,.ry-list li.on .icon.icon2{
	background-image: url(../images/ry-icon2-on.png)
}

.ry-list li .icon.icon3{
	background: url(../images/ry-icon3.png) no-repeat center;
}
.ry-list li:hover .icon.icon3,.ry-list li.on .icon.icon3{
	background-image: url(../images/ry-icon3-on.png)
}

.ry-list li .icon.icon4{
	background: url(../images/ry-icon4.png) no-repeat center;
}
.ry-list li:hover .icon.icon4,.ry-list li.on .icon.icon4{
	background-image: url(../images/ry-icon4-on.png)
}

.ry-list li .icon.icon5{
	background: url(../images/ry-icon5.png) no-repeat center;
}
.ry-list li:hover .icon.icon5,.ry-list li.on .icon.icon5{
	background-image: url(../images/ry-icon5-on.png)
}



.ry-list li h3{
	font-size: 24px;
	color: #333333;
}
.ry-list li h4{
	font-family: Arial;
	font-size: 12px;
	color: #c0c0c0;
	margin: 0px 0 10px;
}
.ry-list li .txt{
	color: #565656;
}
.ry-list li:hover,.ry-list li.on{
	background: #009b4c;
}
.ry-list li:hover .icon,.ry-list li.on .icon{
	border-color: #fff;
}
.ry-list li:hover h3,
.ry-list li:hover h4,
.ry-list li:hover .txt,
.ry-list li.on h3,
.ry-list li.on h4,
.ry-list li.on .txt{
	color: #fff;
}

.ry-ctn{
	color: #333333;
	padding: 18px;
	border-left: 2px solid #f0af66;
	display: none;
}
.ry-ctn.on{
	display: block;
}


.honor{
	padding: 88px 0 44px;
}

.honor-box{
	padding: 50px 0px 0;
	position: relative;
}
.honor-box .swiper-slide{
	text-align: center;
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.honor-box .swiper-slide li{
	margin-right: 20px;
	margin-bottom: 40px;
	width: 18.6%;
}
.honor-box .swiper-slide li:nth-child(5n){
	margin-right: 0;
}
.honor-box .swiper-slide .img{
	margin-bottom: 8px;
	height: 250px;
	text-align: center;
	line-height: 250px;
	border: 1px solid #eee;
	overflow: hidden;
}
.honor-box .swiper-slide .img:hover img{
	transform: scale(1.1);
}

.honor-box .swiper-button-next,
.honor-box .swiper-button-prev{
	width: 40px;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #f8f8f8;
	background-size: 13px 18px;
	cursor: pointer;
}
.honor-box .swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
	left: -100px;
}
.honor-box .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
	right: -100px;
}

.team-list{	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top: 50px
}
.team-list::after{
	content: '';
	width: 360px;
}
.team-list li{
	width: 360px;
	text-align: center;
	margin-bottom: 50px;
}
.team-list li .img{
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 8px;
	overflow: hidden;
	margin: 0 auto;
}
.team-list li .img img{
	width: 340px;
	height: 200px;
}

.team-list li h4{
	color: #333;
}
.page-box {
	text-align: center;
}
.page-box a{
	display: inline-block;
	width: 38px;
	height: 35px;
	border: 1px solid #d9d9d9;
	color: #7f7f7f;
	text-align: center;
	line-height: 35px;
	-moz-transition:all 0.4s; /* Firefox 4 */
	-webkit-transition:all 0.4s; /* Safari and Chrome */
	-o-transition:all 0.4s; /* Opera */
	transition:all 0.4s;
}
.page-box a:hover,.page-box a.on{
	color: #009b4c;
	border-color: #009b4c;
}
.recruit-box{
	padding: 90px 0 80px;
}
.recruit{
	margin: 50px 0;
	padding: 10px;
	color: #333;
	width: 100%;
	border: 1px solid #e0e0e0;
}
.recruit .thead{
	line-height: 75px;
}
.recruit .thead li{
	font-weight: bold;
	flex:1;
}
.recruit li{
	text-align: center;
}
.recruit .tbody .slide{
	cursor: pointer;
	border-top: 1px dotted #e0e0e0;
}
.recruit .tbody .slide:first-child{
	border-top: 0 none;
}	
.recruit .tbody .slide:not(:first-child){
	border-bottom: 0 none;
}

.recruit .tbody .slide.on{
	background: #f8f8f8;
}
.recruit .tbody .slide li{
	line-height: 80px;
	flex:1;
}
.recruit .tbody .slide li:last-child{
	background: url(../images/sidemenu.png) no-repeat center;
}
.recruit .tbody .slide.on li:last-child{
	background-image: url(../images/sidemenu-on.png);
}
.recruit .tbody .slide.on li:first-child{
	color: #009b4c;
}
.recruit .sidemenu{
	padding: 20px 80px;
	background: #f8f8f8;
}
.recruit .sidemenu h4{
	color: #009b4c;
}
.recruit .sidemenu .txt{
	color: #333333;
	padding-bottom: 30px
}
.recruit .sidemenu .linkme{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #009b4c;
	border-radius: 30px;
}

.cater{
	padding: 70px 0;
}
.cater-item {
	margin-bottom: 50px;
}
.cater-item .cater-l{
	width: 710px;
}
.cater-h3{
	font-size: 24px;
	color: #009b4c;
	margin-bottom: 25px;
}
.cater-l .txt{
	color: #333333;

}

.cater-box .txt{
	color: #333;
	margin-bottom: 35px;
}
.cater-list{	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.cater-list::after{
	content: '';
	width: 380px;
}
.cater-list li{
	width: 380px;
	height: 200px;
	color: #fff;
	flex-direction: column;
	text-align: center;	
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit-moz-box-pack:center;
	box-pack:center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.cater-list li h3{
	font-size: 24px;
	margin-bottom: 10px
}
.cater-list li .ctn{
	width: 90%;
	margin: 0 auto;
}
.cater-list li:nth-child(1){
	background: #3366bf
}
.cater-list li:nth-child(2){
	background: #329bbb
}
.cater-list li:nth-child(3){
	background: #33b79f
}
.cater-list li:nth-child(4){
	background: #4abf79
}
.cater-list li:nth-child(5){
	background: #53bb53
}
.cater-list li:nth-child(6){
	background: #68a83a
}

.delivery{
	padding: 70px 0 0;
}
.delivery-img2{
	margin-bottom: 70px;
}
.delivery-list{
	padding: 40px 10px 0;
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.delivery-list::after{
	content: '';
	width: 380px;
}
.delivery-list li{
	width: 380px;
	margin-bottom: 60px;
	overflow: hidden;
	text-align: center
}
.delivery-list li img{
	height: 200px;
}
.delivery-list li img:hover{
	transform: scale(1.1);
}
.news-item{
	padding: 40px 0;
	border-bottom: 1px solid #e0e0e0
}

.news-item .news-l{
	width: 280px;
	height: 200px;
	overflow: hidden;
}
.news-item .news-l img{
	width: 280px;
	height: 200px;
}
.news-item .news-l:hover img{
	transform: scale(1.1);
}

.news{
	padding-bottom: 80px
}
.news-item .news-r{
	width: 72%
}
.news-item .news-r h2{
	margin: 20px 0;
}
.news-item .news-r h2 a{
	font-size: 24px;
	color: #333333
}
.news-item .news-r:hover h2 a{
	color: #009b4c
}
.news-item .news-r .txt{
	color: #999999;
	margin-bottom: 10px;
}
.news-item .news-r .details span{
	display: inline-block;
	padding-left: 30px;
	margin-right: 70px;
	color: #999999;
}
.news-r .details span.time{
	background: url(../images/time.png) no-repeat left center;
}
.news-r .details span.liulan{
	background: url(../images/liulan.png) no-repeat left center;
	padding-left: 40px;
}
.newsinfo{
	padding: 35PX 0;
}
.newsinfo .info-l{
	width: 900PX;
}
.newsinfo .info-l .info-title{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.news-page {
	color: #999999;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.news-page a{
	color: #999999;
}
.news-page .details span{
	padding-left: 35px;
}
.news-page .details span.liulan{
	background: url(../images/liulan.png) no-repeat left center;
	margin-right: 60px
}
.news-page .details span.time{
	background: url(../images/time.png) no-repeat left center;
	padding-left: 25px
}
.newsinfo .info-l .news-ctn{
	padding: 35px 0 70px;
	border-bottom: 1px solid #e0e0e0;
}
.news-pages {
	padding: 15px 0;
}
.news-pages a{
	color: #999999;
	display: block;
}

.newsinfo .info-r{
	width: 238px;
	height: 370px;
	padding: 20px;
	border: 1px solid #009b4c;
}
.newsinfo .info-r h3{
	font-size: 16px;
	color: #009b4c;
	padding-bottom: 10px;
	border-bottom: 1px solid #009b4c;
}
.newsinfo .info-r ul{
	padding: 15px 0;
}
.newsinfo .info-r ul li{
	margin-bottom: 10px
}
.newsinfo .info-r ul li:last-child{margin-bottom: 0}
.newsinfo .info-r ul li a{
	color: #333333;
}

.advantage{
	padding: 75px 0;
}
.advantage .cater-item .cater-l{
	width: 70%
}
.advantage-list {
	padding: 40px 0 0
}
.advantage-list li{
	width: 33%;
	text-align: center;
	font-size: 16px;
	color: #999999;
	position: relative;
}
.advantage-list li::after{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 0%;
}
.advantage-list li:last-child::after{
	display: none;
}
.advantage-list li .txt{
	font-size: 60px;
	color: #333;
	margin-bottom: 5px;
}
.advantage-list li .txt h3{
	display: inline-block;
}
.advantage-list li .txt span{
	font-size: 16px;
	color: #999999;
}

.coop{
	padding: 80px 0 40px;
}

.coop-list{
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top: 50px;
}
.coop-list li{
	width: 280px;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.coop-list li:nth-child(4n){
	margin-right: 0;
}
.coop-list li .img{
	width: 278px;
	height: 198px;
	border: 1px solid #e0e0e0;
	line-height: 198px;
	margin-bottom: 5px;
	overflow: hidden;
}
.coop-list li .img:hover img{
	transform: scale(1.1);
}
.coop-list li h4{
	font-size: 16px;
	color: #333;
}
.coop-list li:hover h4{
	color: #009b4c;
}

.contact{
	padding: 70px 0 80px;
}
.contact-t {
	padding-bottom: 70px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 50px;
}
.contact-t .contact-t-l{
	width: 70%;
}
.contact-t .contact-t-l .txt{
	font-size: 16px;
	color: #333;
}
.contact-h2{
	font-size: 32px;
	font-weight: bold;
	color: #009b4c;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 40px;
}
.contact-h2::after{
	content: '';
	display: block;
	width: 82px;
	height: 6px;
	background: #009b4c;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-t .contact-t-r{
	width: 160px;
	text-align: center;
}
.contact-t .contact-t-r h4{
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}
.contact-box form .form-l{
	width: 502px;
}
.contact-box form input.text{
	display: block;
	padding:20px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	margin-bottom: 40px;
	width: 100%;
	box-sizing: border-box
}
.contact-box form input.text:last-child{
	margin-bottom: 0;
}
.contact-box form .form-r{
	width: 502px;
}
.contact-box form .form-r textarea{
	display: block;
	padding: 15px 20px 10px 0px;
	width: 100%;
	border: 1px solid #e0e0e0;
	height: 158px;
	margin-bottom: 40px;
	box-sizing: border-box;
	font-size: 16px;
	text-indent: 1.2em
}
.contact-box form .form-r .btn{
	display: block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #fff;
	background: #009b4c;
	box-sizing: border-box
}

footer{
	background: #2b2f31;
	padding-top: 50px;
}
footer .footer-t{
	padding-bottom: 50px;
}
footer .footer-t .footer-l{
	width: 65%
}
.footer-l  .footer-item{
	margin-right: 50px;
	color: #ffffff;
}
.footer-l  .footer-item:last-child{
	margin-right: 0;
}
.footer-l  .footer-item h3{
	font-size: 18px;
	margin-bottom: 35px;
}
.footer-l  .footer-item ul li{
	margin-bottom: 10px
}
.footer-l  .footer-item ul li a{
	color: #ffffff;
}
.footer-l  .footer-item .ctn{
	line-height: 30px;;
}

.footer-r{
	color: #fff;
	text-align: right;
}
.footer-r .wx{
	margin-top: 10px;
}
footer .footer-b{
	line-height: 75px;
	color: #fff;
	border-top: 1px solid #414446;
}
footer .footer-b a{
	color: #fff;
}