.banner-box img{
	width: 100%;
}
.search-box{
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	padding: 30px 0;
	font-size: 16px;
}
.search-list{
	width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-list span{
	font-weight: lighter;
}
.search-input{
	display: flex;
	align-items: center;
}
.search-input input{
	border: 1px solid #e9e9e9;
	height: 36px;
	padding-left: 9px;
}
.search-input .sousuo_icon{
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.search-input span{
	width: 74px;
	height: 36px;
	background-color: #136FC2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.nav-line{
	font-size: 16px;
	width: 1360px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 70px;
}
.contents{
	width: 1360px;
	margin: 0 auto;
	padding-bottom: 68px;
}
.contents-h{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.style-name{
	font-size: 30px;
	line-height: 40px;
	width: 230px;
	text-align: center;
	border-bottom:1px solid #136FC2;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
/* nav */
.aboutNav-box{
	width: 1155px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 92px;
}
.aboutNav-list{
	display: inline-block;
	width: 228px;
	height: 64px;
	font-size: 20px;
	line-height: 64px;
	background: #EDEDED;
	color: #333;
	margin-right: 3px;
	text-align: center;
}
.aboutNav-list .lastNav{
	margin-right: 0;
}
.aboutActive,.aboutActives{
	background: #136FC2;
	color: #fff;
	position: relative;
}
.aboutActive::after,.aboutActives::after{
	content: "";
	width: 0;
	height: 0;
	border: 12px solid;
	border-color: transparent transparent #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.about-content-box{
	width: 1360px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 214px;
}
.honor-list{
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 14px;
	text-align: center;
	width: 210px;
	justify-content: center;
}
.honor-list:last-child{
	margin-right: 0;
}
.honor-list img{
	margin-bottom: 12px;
	width: 210px;
}

li{list-style:none;}
	
.one{margin:50px auto;margin-top: 0;  height:300px;width:1360px;overflow:hidden;position:relative;padding-bottom: 100px; }
.one ul{height:160px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:5px;height:150px;border-radius:5px;position:relative; margin-right: 10px;}
.one ul li a{display:inline-block;height:150px;} 
.one ul li img{border-radius:5px;display:block;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
