.about .lists{
	margin-top: 100px
}
.about .lists .txt{
	text-align: center; 
	margin-top: 150px;
	display: flex;
	justify-content: space-between;
}
.about .lists .txt{
	
}
.about .lists .txt>span.qiyewh{
	max-width: 23%; 
	width: 278px;
	/* display: inline-block */
}
.about .lists .txt>span.qiyewh img{
	transition: all 0.6s;
}
.about .lists .txt>span.qiyewh:hover img{
	transform: rotateY(180deg);
}
.about .lists .txt .title{
	font-weight: 600; 
	margin-top: 30px; 
	margin-bottom: 10px
}
.about .lists .txt .text{
	font-size: 12px;
	margin: auto
}
.history .swiper{
	position: relative;
	overflow: hidden;
}
.history .swiper::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(184, 195, 215, 1);
	left: 0;
	top: 53px;
	
}
.history .swiper-button-disabled{
	opacity: 1;
	cursor: pointer!important;
}
.history .swiper-slide{
	background-color: transparent;
	padding: 0  28px 0 40px;
}
.history .swiper-slide .pic,
.honor-box .pic{
	overflow: hidden;
}
.history .swiper-slide:hover .pic img,
.honor-box .rongyu-zs:hover .pic img{
	transform: scale(1.2);
}
.history .swiper-slide .pic img,
.honor-box .rongyu-zs .pic img{
	transition: all 0.6s;
}
.history .swiper-slide .dot{
	width: 15px;
	height: 15px;
	/* background: #1786BB; */
	border-radius: 50%;
	border: 4px  solid #1786BB;
	margin-top: 7px;
	background-color: #fff;
}
.history .btns .btn{
	position: absolute;
	width: 45px;
	height: 45px;
	background: #7f8a9c;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	top: 30px;
	z-index: 3;
}
.history .btns .btn:hover{
	background-color: rgba(23, 134, 187, 1);
}
.history .btns .btn .iconfont{
	font-size: 20px;
	color: #fff;
}
.history .btns .btn.btn-prev{
	left: 0;
}
.history .btns .btn.btn-next{
	right: 0;
}
.honor{
	padding-top: 100px
}
.honor .txt .title{
	text-align: center;
	 color: black; 
	 font-weight: 600;
}
.honor-box{
	background-size: cover;
}
.honor-list{
	margin-top: 100px
}
.honor-list .txt{
	text-align: center; 
	margin-top: 150px;
	display: flex;
	justify-content: space-between;
}
.honor-list .txt .rongyu-zs{
	width: 22.14%; 
	flex-direction: column;
	background-color: transparent;
	/* display: inline-block */
}
.honor-list .txt .text.baiqiang{
	margin-top: 15px; 
	font-weight: 600; 
	font-size: 14px
}
@media (max-width:1400px) {
	.history .swiper-slide{
		padding: 0  0px 0 30px;
	}

}
@media (max-width:1000px) {
	.qiyewh{
		margin-bottom: 30px;
	}
}
@media (max-width:768px) {
	.honor-list .txt{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media (max-width:660px) {
	.qiyewh img{
		width: 80px!important;
	}
	.qiyewh div{
		transform: scale(1);
	}
	.about .lists .txt .title{
		margin-top: 20px;
	}
	
}
@media (max-width:550px) {
	.rongyu-zs{
		width: 48%!important;
		margin-bottom: 30px;
	}
	.honor-list .txt .text.baiqiang{
		margin-top: 20px;
	}
	.honor-list{
		margin-top: 0;
	}
	.honor-list .txt{
		margin-top: 40px;
	}
	.honor-box{
		height: auto!important;
		padding-bottom: 40px;
	}
}
@media (max-width:500px) {
	.about .lists .txt{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.about .lists .txt{
		margin-top: 30px;
	}
	.about .lists .txt>span.qiyewh{
		width: 48%;
		max-width: 48%;
	}
	.about .lists{
		margin-top: 60px;
	}
}