.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;
}
.about-infor{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.left-txt{
	font-size: 16px;
	line-height: 33px;
	width: 668px;
}
.txt-h{
	font-weight: bold;
	font-size: 24px;
	color: #136FC2;
	margin-bottom: 14px;
}
.about-f{
	margin-top: 100px;
	margin-bottom: 160px;
}
.left-img{
	margin-right: 10px;
}
.yufavorImg{
	margin-bottom: 10px;
}
.r-txt{
	width: 802px;
	height: 361px;
	background: #3A5E90;
	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 56px;
}
.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{
	margin-bottom: 148px;
	position: relative;
	padding-top: 118px;
}
.corporate-lf img{
	width: 1380px;
}
.corporate-rt{
	position: absolute;
	padding: 0px 140px;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.corporate-list span{
	font-weight: bold;
	font-size: 20px;
	color: #136FC2;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 32px;
}
.corporate-list{
	font-size: 16px;
	width: 260px;
	height: 310px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(142,142,142,0.5);
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 0 46px;
	padding-top: 45px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	font-style: normal;
}