/* 关于我们 */
.about-wai{
	margin-bottom: 45px;
}
.company-name{
	margin-top: 40px;
	margin-bottom: 20px;
}


/* 荣誉 */
.honor-wai{
	margin-top: 80px;
	background: #e9eef3;
	padding-top: 60px;
	padding-bottom: 60px;
}
.honnr-slide ul{
	align-items: center;
}
.honor-list{
	transition: 300ms;
	transform: scale(0.8);
}
.honor-list a{
	display: block;
}
.honor-list a span{
	display: block;
}
.honor-list a p{
	text-align: center;
	padding: 5px 0;
	display: block;
	font-size: 16px;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.honor-list:hover a p{
	color: #FF0000;
}

.honor-wai .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1.1);
}




.title-wai a{
	display: block;
}
.title-big{
	text-align: center;
}
.title-big span{
	display: inline-block;
	text-align: center;
	font-size: 30px;
	/* color: #212529; */
	/* color: #f2184f; */
	color: #ff0000;
	position: relative;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.title-big span:before{
	content: '';
	display: block;
	width: 60%;
	height: 1px;
	background: #212529;
	position: absolute;
	top: 50%;
	left: -100%;
}
.title-big span:after{
	content: '';
	display: block;
	width: 60%;
	height: 1px;
	background: #212529;
	position: absolute;
	top: 50%;
	right: -100%;
}
.title-wai{
	margin-bottom: 50px;
}
.title-wai a p{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}




