.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;
}
.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-line{
	width: 1360px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0 68px 0;
}
.line-txt{
	font-size: 30px;
	width: 230px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #136FC2;
}
.line-e{
	font-size: 14px;
}

.capability-box{
	display: flex;
	justify-content: space-between;
	width: 1360px;
	margin: 0 auto;
}
.capa-rt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.capa-txt{
	width: 690px;
	height: 400px;
	background: #F8F8F8;
	padding: 72px 33px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 36px;
}
.production-box{
	width: 1360px;
	margin: 0 auto;
	padding-bottom: 150px;
}
.pro-txt{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 48px;
}
.pro-img-box{
	display: flex;
	justify-content: space-between;
}
.proimg-lf{
	width: 685px;
	margin-right: 10px;
}
.proimg-lf:last-child{
	margin-right: 0;
}
.pro-img-box img{
	margin-bottom: 10px;
	width: 100%;
}

.about-f{
	padding-top: 100px;
	padding-bottom: 160px;
	display: flex;
	width: 1380px;
	margin: 0 auto;
}
.left-img{
	margin-right: 10px;
}
.yufavorImg{
	margin-bottom: 10px;
}
.r-txt{
	width: 802px;
	height: 323px;
	background: #136FC2;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 78px;
}
.r-img{
	display: flex;
	margin-top: 10px;
}
.r-imglist{
	margin-right: 10px;
}
.r-txt-h{
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	width: 100%;
	padding-bottom: 12px;
}
.corporate-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 148px;
}
.corporate-lf img{
	width: 670px;
}
.corporate-rt{
	width: 670px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 77px 55px;
	box-sizing: border-box;
	padding-bottom: 49px;
}
.corporate-list span{
	display: inline-block;
	width: 120px;
	height: 50px;
	background: #136FC2;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-right: 32px;
}
.corporate-list{
	display: flex;
	align-items: center;
	margin-bottom: 26px;
	font-size: 16px;
}