*{
	padding: 0;
	margin: 0;
	list-style: none;
}
.head{
	width: 100%;
	height: 11vh;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.08);
}
.logo{
	height: 2.9vw;
	margin-left: 80px;
}
.menu{
	height: 100%;
	display: flex;
	flex-direction: row;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 80px;
}
.menu li{
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.menu_a{
	margin-left: 40px;
	color: #0861A5;
	font-size: 0.9vw;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
}
.menu_a:hover{
	color: #63BBFF
}
.head_fold{
	position: fixed;
	top: 11vh;
	left: 0;
	width: 100%;
	background-color: #0861A5;
	display: none;
}
.head_fold a{
	color: #FFFFFF;
}
.head_fold_list{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 80px;
}
.head_fold_list a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9vw;
	opacity: 0.7;
	transition: opacity .3s;
}
.head_fold_list a:hover{
	opacity: 1;
}
.head_fold_list li{
	margin-left: 2vw;
	line-height: 8vh;
}
.head_language{
	position: fixed;
	top: 11vh;
	left: 0;
	width: 100%;
	background-color: #0861A5;
	display: none;
}
.head_language a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9vw;
	opacity: 0.7;
	transition: opacity .3s;
}
.head_language a:hover{
	opacity: 1;
}
.head_language_list{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 80px;
}
.head_language_list li{
	display: flex;
	height: 8vh;
	flex-direction: row;
	align-items: center;
	margin-left: 2vw;
}
.head_language img{
	height: 1.4vh;
	float: left;
	margin-right: 6px;
	border: solid 1px rgba(255,255,255,.4);
	margin-top: 2px;
}
.language{
	height: 100%;
	display: flex;
	flex-direction: row;
}
.language span{
	width: 9px;
	margin-left: 4px;
	margin-top: -4px;
}
.language_img{
	width: 100%;
	height: 7px;
}

footer{
	width: 100%;
	background-color: #0861A5;
    padding: 20px 0;
}
.footer_content{
	width: 85vw;
	margin:  0 auto;
	margin-top: 3.8vh;
}
.logo2 img{
	height: 2.6vw;
}
.footer_menu{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer_menu hr{
	height: 12px;
	width: 1px;
	border: none;
	background-color: rgba(255,255,255,0.4);
	margin: 0 3vh 0 3vh;
}
.footer_menu a{
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.hr_top{
	display: flex;
	flex-direction: row;
	margin-top: 3.8vh;
	justify-content: space-between;
	color: rgba(255,255,255,0.8);
	font-size: 0.9vw;
}
.footer_hr{
	margin-top: 3.8vh;
	height: 1px;
	border: none;
	background-color: rgba(255,255,255,0.4);
}
.footer_bottom{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3.8vh;
	color: rgba(255,255,255,0.8);
	font-size: 0.9vw;
}
.message_list{
	height: 3.8vh;
	display: flex;
	flex-direction: row;
	z-index: 10;
}
.message_list img{
	width: 3.8vh;
	height: 3.8vh;
	margin-left: 0.8vw;
}

/*分页样式*/
.page {
 overflow: auto;
 clear: both;
}
.page a,
.page span {
 float: left;
 display: flex;
 border: 1px solid #d3d1d1;
 padding: 2px 5px;
 margin-left: 4px;
 line-height: 22px;
 padding: 8px 16px;
}

.page .active span {
 background: #246CDB;
 color: #fff;
 border: 1px solid #246CDB;
}
.page a:link,
.page a:visited {
 text-decoration: none;
}
.page a:hover {
 background: #246CDB;
 color: #fff;
}
.page .current {
 background: #246CDB;
 color: #fff;
}
.page #total {
 color: red;
}
