/* 头部样式 */
.hed{font-size: 16px;}
.hed .nav{width:100%;z-index:10;color: #2a2a2a;background:#fff;background: url(../images/hbg.png) no-repeat top center;}
.hed .nav .navcon{
	height:122px;
	justify-content: space-between;
	width: 1400px;
	margin:0 auto;
}
.hed .nav .cen{
	padding: 5px 10px;
	cursor: pointer;
	background-color: #2d3743;
	color: #ffffff;
	font-size: 14px;
	border-radius: 16px;
}
.hed .logo{
	padding:20px 0;
	margin-right: 146px;
}
.hed .navlist{flex: 1;justify-content: space-evenly; height: 115px;}
.hed .navlist .navlist_list{
	transition: all .3s;
	cursor: pointer;
	flex: 1;
	text-align: center;
	position: relative;
	border-left: 1px solid #cdcdcd;
}
.hed .navlist .navlist_list:first-child{
	border-left:0;
}
.hed .navlist .navlist_list span{
	padding-bottom: 10px;
	font-size: 16px;
}
.hed .navlist .dropdown{
	opacity: 0;
	height: 0;
	color: #fff;
	background-color: #003371;
	position: absolute;
	top:115px;
	left: 0;
	width: 100%;
	/* text-align: left; */
	font-size: 14px;
	transition: all .8s ease;
	padding:0 15px;
}

.hed .navlist .dropdown b{
	display: block;
	height: 0;
	line-height: 40px;
	font-weight: normal;
}
.hed .navlist .dropdown.actives{
	height: auto;
	opacity: 1;
	transition: all .8s ease;
}
.hed .navlist .dropdown.actives b{
	height:40px;
}
.hed .navlist .dropdown b:hover{
	background-color: #024a9e;
}
.hed .navlist .navlist_list:hover span{
	border-bottom: 2px solid #212b8c;
	color: #212b8c;
}
.hed .navlist .navlist_list.navon span{
	border-bottom: 2px solid #212b8c;
	color: #212b8c;
}
.phone {
	margin-left: 37px;
	width: 130px;
	height: 37px;
	line-height: 37px;
	cursor: pointer;
	color: #ffffff;
	background-color: #e22319;
	border-radius: 2px;
	text-align: center;
}
.icon-erji {
	padding-right: 9px;
}
.phone_text{
	background-color: #212b8c;
	color: #fff;
	padding:20px 0;
}
.phone_text .cont{
	width: 1400px;
	margin:0 auto;
	font-size: 14px;
}
.phone_text .cont .text{
	line-height: 35px;
}
.phone_text .cont .text span{
	color: #fe1404;
}
.phone_text .cont .fr{
	font-size: 28px;
	display: flex;
	align-items: center;
}
.phone_text .cont .fr span{
	font-size: 28px;
	padding-right: 0px;
}
.phone_text .cont .fr b{
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
}