.introduce{
	padding: 60px 0 80px;
}
.introduce .box1 .content1400{
	overflow: hidden;
}
.introduce .box1 .pic{
	width: 46%;
	float: left;
	margin-right: 5.6%;
}
.introduce .box1 .pic img{
	width: 100%;
}
.introduce .box1 .r{
	padding-top: 30px;
}
.introduce-title-div .sub-title{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	text-transform: uppercase;
}
.introduce-title-div .title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 10px;
	text-transform: uppercase;
}
.introduce .box1 .text-box{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 32px;
	margin-top: 29px;
	text-transform: uppercase;
}
.introduce .box1 .text:not(:last-child){
	margin-bottom: 28px;
}
.introduce .box2{
	margin-top: 72px;
}
.introduce .box2 .box-c{
	margin-top: 50px;
	display: flex;
	height: 340px;
	justify-content: space-between;
}
.introduce .box2 .box-c .l{
	position: relative;
	height: 100%;
	padding: 55px 0;
	width: 150px;
}
.introduce .box2 .box-c .l .btn{
	position: absolute;
	left: 30px;
	transform: rotate(90deg);
}
.introduce .box2 .box-c .l .btn.swiper-button-disabled{
	opacity: .3;
}
.introduce .box2 .box-c .l .btn-prev{
	top: 0;
}
.introduce .box2 .box-c .l .btn-next{
	bottom: 0;
}
.introduce .box2 .box-c .l .btn .iconfont{
	font-size: 24px;
	color: #27943C;
}
.introduce .box2 .box-c .l .swiper{
	height: 100%;
}
.introduce .box2 .box-c .l .swiper-slide{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
}
.introduce .box2 .box-c .l .swiper-slide.swiper-slide-thumb-active{
	font-size: 30px;
	color: #27943C;
	transform: translateX(10px);
}
.introduce .box2 .box-c .l .swiper-slide.swiper-slide-thumb-active .line{
	height: 4px;
	width: 40px;
	background-color: #27943C;
}
.introduce .box2 .box-c .l .swiper-slide .line{
	width: 40px;
	height: 2px;
	background: #CCCCCC;
	margin-right: 15px;
}
.introduce .box2 .box-c .r{
	width: 84.71%;
	display: flex;
	height: 100%;
}
.introduce .box2 .box-c .r .slide-l{
	font-size: 48px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	padding-top: 60px;
}
.introduce .box2 .box-c .r .slide-r{
	padding: 54px 80px;
	flex: 1;
	height: 100%;
	background-image: url(../img/introduce-box2-bg.jpg);
	background-size: cover;
	margin-left: 50px;
}
.introduce .box2 .box-c .r .swiper-slide{
	display: flex;
}
.introduce .box2 .box-c .r .text-title{
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}
.introduce .box2 .box-c .r .text-box{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	margin-top: 16px;
}
.q-c{
	padding: 60px 0 80px;
}
.q-c-title-div .title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.q-c-title-div .line{
	width: 52px;
	height: 3px;
	background: #27943C;
	margin: 20px auto 0;
}
.q-c .box1 .box-c{
	margin-top: 37px;
}
.q-c .box1 .box-c .text-title{
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 30px;
}
.q-c .box1 .box-c .text-des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 13px;
}
.q-c .box1 .box-c .text-box:not(:last-child){
	margin-bottom: 46px;
}
.q-c .box1 .box-c .img{
	display: flex;
	justify-content: space-between;
}
.q-c .box1 .box-c .img img{
	width: 48.92%;
}
.certificates{
	padding: 60px 0 80px;
}
.certificates .box1 .title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.certificates .box1 .box-c{
	margin-top: 40px;
}
.certificates .box1 .box-c ul{
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 42px;
	-webkit-column-gap: 42px;
	column-gap: 42px;
}
.certificates .box1 .box-c li{
	padding: 25px 19px;
	background-color: rgba(247, 247, 247, 1);
	margin-bottom: 30px;
}
.certificates .box1 .box-c li:hover{
	outline: 5px solid #27943C;
}
.certificates .box1 .box-c .pic img{
	width: 100%;
	display: block;
}
.certificates .box1 .pagination{
	margin-top: 5px;
}
.culture{
	padding: 60px 0 50px;
}
.culture .box1 .des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 33px;
	text-transform: uppercase;
}
.culture .box1 .box-c{
	margin-top: 33px;
}
.culture .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.culture .box1 .box-c li{
	width: 25%;
}
.culture .box1 .box-c .icon{
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all .6s;
}
.culture .box1 .box-c .icon:hover{
	transform: rotateY(180deg);
}
.culture .box1 .box-c .icon .iconfont{
	font-size: 60px;
	color: rgba(44, 154, 64, 1);
	
}
.culture .box1 .box-c .icon .iconfont.icon-tuanduihezuo{
	transform: scale(1.3);
}
.culture .box1 .box-c .text{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
.culture .box2{
	margin-top: 100px;
}
.culture .box2 li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.culture .box2 li .pic{
	width: 49.28%;
}
.culture .box2 li .text-box{
	width: 45%;
}
.culture .box2 li .text-box .text-title{
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-transform: uppercase;
}
.culture .box2 li .text-box .text-des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 23px;
	text-transform: uppercase;
}
@media (max-width:1024px){
	.certificates .box1 .title,
	.q-c-title-div .title,
	.introduce-title-div .title{
		font-size: 26px;
	}
	.introduce .box1 .r{
		padding-top: 0;
	}
	.introduce .box2 .box-c .r .slide-r{
		padding: 30px;
	}
	.introduce .box2 .box-c .r .text-title{
		font-size: 22px;
	}
	.introduce .box2 .box-c .r .slide-l{
		font-size: 30px;
		display: none;
	}
	.introduce .box2 .box-c .r .slide-r{
		margin-left: 25px;
	}
	
}
@media (max-width:768px) {
	.certificates .box1 .box-c ul{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
	.certificates .box1 .title,
	.q-c-title-div .title,
	.introduce-title-div .title{
		font-size: 24px;
	}
	.culture .box1 .box-c ul{
		flex-wrap: wrap;
	}
	.culture .box1 .box-c li{
		width: 48%;
		margin-bottom: 25px;
	}
	.culture .box1 .box-c .icon .iconfont{
		font-size: 45px;
	}
	.culture .box1 .box-c .icon{
		height: 45px;
	}
	.culture .box1 .des{
		font-size: 14px;
	}
	.culture .box1 .box-c .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.culture .box2 li{
		flex-direction: column;
	}
	.culture .box2 li .pic{
		width: 100%;
	}
	.culture .box2 li .text-box{
		width: 100%;
		margin-top: 25px;
	}
	.culture .box2 li .text-box .text-des{
		margin-top: 10px;
		font-size: 14px;
	}
	.culture .box2 li:nth-child(2n){
		flex-direction: column-reverse;
	}
	.culture .box2{
		margin-top: 60px;
	}
	.culture .box2 li:not(:last-child){
		margin-bottom: 40px;
	}
	.culture .box2{
		margin-top: 40px;
	}
	.introduce .box1 .pic{
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.introduce .box1 .r{
		padding-top: 30px;
	}
	.introduce .box1 .text-box{
		font-size: 14px;
	}
	.introduce .box1 .text:not(:last-child){
		margin-bottom: 20px;
	}
	.introduce .box2{
		margin-top: 40px;
	}
	.introduce .box2 .box-c .r .text-title{
		font-size: 20px;
		line-height: 1.5;
	}
	.introduce .box2 .box-c .l .swiper-slide.swiper-slide-thumb-active{
		transform: translateX(0);
	}
	.introduce .box2 .box-c .r .text-box{
		font-size: 14px;
		line-height: 2;
	}
	.introduce .box2 .box-c .l .swiper-slide .line,
	.introduce .box2 .box-c .l .swiper-slide.swiper-slide-thumb-active .line{
		/* width: 25px; */
		display: none;
	}
	.introduce .box2 .box-c .l .swiper-slide.swiper-slide-thumb-active{
		font-size: 22px;
	}
	.introduce .box2 .box-c .l{
		width: 50px;
	}
	.introduce .box2 .box-c .r .slide-r{
		padding: 25px 20px;
	}
	.introduce .box2 .box-c .l .btn{
		left: 50%;
		transform: translateX(-50%)rotate(90deg);
	}
	.q-c .box1 .box-c .text-title{
		font-size: 20px;
	}
	.q-c .box1 .box-c .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.q-c{
		padding: 40px 0 60px;
	}
	.q-c .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width:500px){
	.certificates .box1 .box-c li{
		margin-bottom: 20px;
		padding: 10px;
	}
	.certificates .box1 .title,
	.q-c-title-div .title,
	.culture .box2 li .text-box .text-title,
	.introduce-title-div .title{
		font-size: 22px;
	}
	.certificates{
		padding: 50px 0;
	}
	.certificates .box1 .box-c{
		margin-top: 30px;
	}
	.culture .box1 .des{
		margin-top: 25px;
	}
	.culture{
		padding: 40px 0 10px;
	}
	.culture .box2 li .text-box{
		margin-top: 20px;
	}
	.introduce .box2 .box-c .r .slide-r{
		background-image: none;
	}
	.introduce .box2 .box-c .r .slide-r{
		padding: 0;
	}
	.introduce .box2 .box-c .r .text-title{
		font-size: 18px;
	}
	.introduce .box2 .box-c .r .text-box{
		margin-top: 6px;
	}
	.introduce{
		padding: 40px 0 50px;
	}
	.introduce .box2 .box-c{
		margin-top: 30px;
	}
	.q-c .box1 .box-c{
		margin-top: 20px;
	}
	.q-c{
		padding-bottom: 40px;
	}
	.q-c .box1 .box-c .text-des{
		margin-top: 0;
	}
}