/*公共样式start*/


/*主标题*/
.main_title_cont{
	padding-top: 100px;
	display: flex;
	justify-content: center;
	margin:0  auto;
}
.main_title {
	font-size: 32px;
	line-height: 50px;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-style: normal;
	font-weight: 400;
	color: #3E70AD;
	margin:0 40px;
}
.main_title_cross{
	width: 140px;
	height: 3px;
	margin-top: 23.5px;
	background: #3E70AD;
	position: relative;
}
.main_title_round{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #3E70AD;
	position: absolute;
	top: -4.5px;
}
.main_title_round_lt{
	right: 0;
}
.main_title_round_rt{
	left: 0;
}
.main_title_txt{
	font-family: 'Arial Normal', 'Arial';
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
.secondary_title_blue {
	font-family: 'Arial Negreta', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #3E70AD;
}

.secondary_title_grey {
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #666666;
}

.secondary_title_grey_describe {
	font-family: '微软雅黑 Regular', '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #666666;
}

.all_txt {
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.data_num {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 38px;
	color: #3E70AD;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text_center {
	text-align: center;
}


/*公共样式*/

.header {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #002358;
	/*background: rgba(20, 15, 81, .6);*/
	padding: 0 11%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header_logo{
	padding-top:15px;
}
.header_logo img{
	height: 35px;
}
.header_nav {
	
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	margin-left: 50px;
}

.header_nav li {
	margin-left: 5px;
	text-align: center;
	box-sizing: border-box;
}
.header_nav .active{
	/* background: #37538a; */
	color: #ffffff;
	border-bottom:#FFFFFF 4px solid;
}
.header_nav li a {
	color: #ddd;
	/* width: 80%; */
	height: 85%;
	padding-left: 10px;
	padding-right: 10px;
}

.header_nav li a:hover {
	/* background: #27336e; */
	color: #ffffff;
	border-bottom:#FFFFFF 3px solid;
}

.header_signUp {
	width: 100px;
	height: 70px;
	background: #e83828;
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	box-sizing: border-box;
}

.header_signUp a {
	color: #FFFFFF;
}

.footer {
	width: 100%;
	height: 141px;
	padding-top: 30px;
	border-top: 1px solid #d2dce7;
	text-align: center;
}

.footer_phone {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin: 0;
	padding: 0;
}

.footer_phone a {
	color: #666666;
}

.kong_span {
	display: inline-block;
	width: 140px;
}

.copyright {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}