/*公共样式start*/


/*主标题*/
.main_title_cont{
	padding-top: 150px;
	display: flex;
	justify-content: center;
	margin:0  auto;
}
.main_title {
	font-size: 36px;
	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: 52px;
	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: #16104f;
	/*background: rgba(20, 15, 81, .6);*/
	padding: 0 12%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header_nav {
	width: 640px;
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
}

.header_nav li {
	width: 16.6%;
	text-align: center;
	box-sizing: border-box;
}
.header_nav .active{
	background: #37538a;
}
.header_nav li a {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}

.header_nav li:hover {
	background: #27336e;
}

.header_signUp {
	width: 120px;
	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;
}

/* 顶部菜单  */
.special-style{
	background: #140f51;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000, endColorstr=#E5000000);
	display: none;
	width: 360px;
	position: absolute;
	top: 70px;
	font-size: 14px;
	float: left;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}

.special-style P{
	text-align: left;
}

.special-style p a{
	padding-left: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	color: rgb(255, 255, 255);
}
.active1{
	background-color: rgb(98,93,135);
	
}
