@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	background: #fff;
	line-height: 190%;
	color: #5a5a5a;
	font-family: Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
}

img {
	max-width: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: middle;
}
/* custom */
a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

a:focus {
	outline: none;
}

input:focus, select:focus, textarea:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.m1200 {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ov {
	overflow: hidden;
}

/* head头部 */


/* 顶部 */
.top_box{
	height:32px;
	background-color: #191919;
 }
 .top_box .top .tip{
	color:#fff;
	font-size:14px ;
	line-height: 32px;
 }
 .top_box .top a{
	display: inline-block;
	color:#fff;
	font-size:14px ;
	line-height: 32px;
	padding-left:28px;
	margin-right:35px;
 }
 .top_box .top .login{
	background:url(../images/login.png) left center no-repeat;
 }
 .top_box .top .reg{
	background:url(../images/reg.png) left center no-repeat;
 }
 .top_box .top .zh,.top_box .top .en{
	padding-left: 0;
	margin-right:0;
 }
 .top_box .top .zh{
	margin-right:10px;
 }
 .top_box .top .en{
	font-size: 13px;
 }
 /* logo部分 */
 .head_box{
	height:112px ;
	background-color:#1a52ab;
 }
 .head_box .head{
	height: 112px;
	vertical-align: middle;
 }
 .head_box .head .logo{
	margin-top: 22px;
 }
 .head_box .head .sch{
	vertical-align: middle;
	width:300px;
	height:36px;
	border:1px solid rgba(255,255,255, 0.4);
	margin-top:35px;
 }
 .head_box .head .sch .schb,
 .head_box .head .sch .schbtn{
	height:36px;
	width:255px;
	border:0;
	outline: none;
	background:transparent;
	padding-left: 10px;
	color:#fff;
  
 }
 .head_box .head .sch .schbtn{
	width:35px;
	padding-left: 0;
	background:url(../images/sec.png) center center no-repeat;
	cursor: pointer;
 }
 /* 导航部分 */
 .nav_box{
	height:55px;
	background:#f4f4f4;
	line-height: 55px;
 }
 .nav_box .nav ul li{
	float: left;
	vertical-align: middle;
	margin:0 25px;
 }
 .nav_box .nav ul li a{
	display: inline-block;
	color:#000;
	font-size:18px;
	font-weight: bold;
	line-height: 14px;
	padding:10px 0;
 }
 .nav_box .nav ul li:last-child{
	margin-right: 0px;
 }
 .nav_box .nav ul li:hover a{
	color:#1a52ab;
	border-bottom:2px solid #1a52ab;
 }
	
	






/* 底部 */

.foot{
	height:210px;
	background:#1a52ab;
 }
 .foot ul{
	overflow: hidden;
	padding: 0 20px;
 }
 .foot ul span{
	font-size: 15px;
	color: #fff;
	margin-right: 20px;
	line-height: 50px;
 }
 .foot ul li{
	list-style: none;
	float: left;
	display: flex;
	height: 50px;
	align-items: center;
 }
 .foot .sup_box{
	height:90px;
	border: 1px solid rgba(255, 255, 255, 0.4);
 }
 .foot .sup_box .sup{
	height:90px;
	display: table;
 }
 .foot .sup_box .sup ul{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
 }
 
 
 .foot .sup_box .sup ul li a{
	display: block;
	width: 142px;
	float: left;
	color:#fff;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1px;
 }
 .foot .sup_box .sup ul li .split{
	display: inline-block;
	height: 15px;
	color:#fff;
	font-weight: bold;
	margin:0 20px;
	border: 1px solid #fff;
	vertical-align: middle;
 }
 .foot .sup_box .sup ul li:first-child{
	padding-right: 36px;
 }
 
 .foot .sub_box .sub{
	text-align: center;
	margin-top: 50px;
 }
 .foot .sub_box .sub ul li a{
	color:#fff;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
 }
 .foot .sub_box .sub ul li .split{
	display: inline-block;
	height: 15px;
	border:1px solid #fff;
	color:#fff;
	font-weight: bold;
	margin:0 16px;
	vertical-align: middle;
 }
 
 
 .foot .sub_box .sub ul{
	overflow: hidden;
	display: inline-block;
 }
 .foot .sub_box .sub p{
	font-size: 15px;
	color:#fff;
 }
 
 
 
 
 
/* 列表提示 */
.list-laypage-default {
    overflow: hidden;
    margin-top: 25px;
    font-size: 14px;
}
.list-laypage-default li {
    width: auto;
    padding: 5px;
    margin: 2px;
    float: left;
    box-sizing: content-box;
}
.thisclass {
    background: #24b0bd;
    color: #fff
}
.thisclass a{
    color: #fff
}
.pageinfo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}
