
/*banner*/
.banner{
	position: relative;
	top: 120px;
	width: 100%;
	padding-top: 26%;
	background-image: url('../img/about-banner.jpg');
	background-size: contain;
	margin-bottom: 66px;
}
@media screen and (max-width: 1300px) {
	.banner{
		top: 120px;
	}
}
@media screen and (max-width: 767px){
	.banner{
		top: 80px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 414px){
	.banner{
		top: 44px;
		margin-bottom: 0;
	}
}

/*关于我们*/

.about-us{
	position: relative;
	top: 54px;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 0;
}
.about-us .title{
	margin-bottom: 30px;
}
.about-us::after{
	clear: both;
	content: "";
	display: inline-block;
}
.clearfix {zoom: 1; } 
.clearfix:after, .clearfix:before {content: "\200B"; display: block; height: 0; visibility: hidden; }
.clearfix:after {clear: both; }

.about-us .big-image{
	float: left;
	width: 50%;
}
.about-us .descript{
	width: 46%;
	height:70%;
	float: right;
	font-size: 1rem;
	color: #333;
}
.about-us .descript p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.about-us .descript p{
	margin-bottom: 0;
	color: #666;
	font-size: 1.5rem;
}
.about-us .descript p:nth-of-type(3){
	width: 84px;
	height: 2px;
	background-color: #22b7c2;
	margin-top: 4px;
}
.about-us .descript p:nth-of-type(4){
	margin-top: 14px;
}
.about-us .img{
	width: 46%;
	float: right;;
	margin-top: 8px;
	display: flex;
	justify-content:space-between;
}
.about-us .img img{
	width: 2px;
	flex-grow:1;
	margin-left: 20px;
	height: 100%;
}
.about-us .img img:nth-of-type(1){
	margin-left: 0;
}

@media screen and (max-width: 1300px){
	.about-us{
		width: 80%;
	}
	.about-us .img{
		position: absolute;
		width: 50%;
		left: 0;
		margin-top: 34%;
	}
	.about-us .img::after{
		position: static;
		content: "";
		display: inline-block;
	}
}
@media screen and (max-width: 767px){
	.about-us{
		width: 90%;
	}
	.about-us .descript{
		float: none;
		width: 100%;
	}
	.about-us .big-image{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.about-us .img{
		width: 100%;
		margin-top: 10px;
		float: none;
	}
}
@media screen and (max-width: 414px){
	.about-us{
		top: 20px;
	}
}

/*荣誉资质*/
.honor{
	margin-top: 54px;
	background-image: url('../img/about-088.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.honor .honor-shadow{
	padding: 54px 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,.78);
}
.honor .content{
	width: 80%;
	margin:0 auto;
}
.honor .content .honor-title{
	color: #fff;
	margin-bottom: 30px;
}
.honor .content .honor-title strong{
	font-size: 24px;
}
.honor .content .honor-title p:nth-of-type(2){
	font-size: 14px;
	margin-top: -14px;
}
.title{
	position: relative;
	color: #333;
}
.title .h2{
	font-size: 26px;
	
}
.title p:nth-of-type(2){
	width: 110px;
	height: 2px;
	background-color: #baf3f8;
}
.title p:nth-of-type(3){
	position: absolute;
	top: 12px;
	left: 110px;
	color: #b8b8b8;
	font-size: 12px;
}
.honor .content .slider-wrapper{
	position: relative;
	width: 82%;
	margin:0 auto; 
}
.swiper-slide img{
	width: 100%;
}
.honor .swiper-button-prev{
	width: 40px;
	height: 65px;
	left: -10%;
	background-image: url('../img/about-left.png');
	background-size:contain;
}
.honor .swiper-button-next{
	width: 40px;
	height: 65px;
	right: -10%;
	background-image: url('../img/about-right.png');
	background-size:contain;
}


@media screen and (max-width: 1300px){
	.honor{
		margin-top: 14%;
	}
}
@media screen and (max-width: 767px){
	.honor{
		margin-top: 30%;
	}
	.honor .swiper-button-next{
		width: 27px;
		height: 44px;
	}
	.honor .swiper-button-prev{
		width: 27px;
		height: 44px;
	}
	.honor .content .slider-wrapper{
		width: 60%;
	}
	.honor .swiper-button-prev{
		left: -20%;
	}
	.honor .swiper-button-next{
		right: -20%;
	}
}
@media screen and (max-width: 500px){
	.honor .swiper-button-next{
		width: 17px;
		height: 28px;
	}
	.honor .swiper-button-prev{
		width: 17px;
		height: 28px;
	}

}
