@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft YaHei", 微软雅黑;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	position: relative;
	min-height: 100vh;
}
#container {
	text-align: left;
}
img {
	vertical-align: top;
}
#main {
	padding-bottom:197px !important;
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
	background: #003c8d;
}
#header .hInner {
	margin: 0 auto;
	width: 96%;
}
#header .hInner h1 {
	margin: 7px 0;
	float: left;
}
#header .hInner h1 img {
	width: 200px;
}
#header .loginUl {
	margin-top: 26px;
	float: right;
	position: relative;
}
#header .loginUl:before {
	content:"";
	position: absolute;
	left: -16px;
	top: 0;
	width: 16px;
	height: 18px;
	background: url(../img/common/icon.png) no-repeat -84px -37px;
}
#header .loginUl li {
	vertical-align: middle;
	color:#ffe100;
	display: inline-block;
}
#header .loginUl li a {
	margin: 0 10px;
	display: inline-block;
	font-size: 14px;
	color:#ffe100;
}
#header .info {
	float: right;
	color:#fff;
	font-size: 14px;
	margin-top: 26px;
	}
#header .info p {
	margin-left: 10px;
	display: inline-block;
}
#header .info .golink a {
	color:#fff;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#gNavi {
	margin-top: 26px;
	float: left;
}
#gNavi li {
	margin-left: 40px;
	float: left;
}
#gNavi li a {
	padding: 0 5px;
	height: 45px;
	color: #fff;
	font-size: 15px;
	display: block;
	box-sizing: border-box;
}
#gNavi li a:hover {
	border-bottom: 2px solid #FEDC00;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
	background: #003c8d;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer .wrap {
	width: 1190px;
	margin: 0 auto;
}
#footer .logo img {
	width: 250px;
}
#footer .logo {
	float: left;
}
#footer .fRBox {
	width: 900px;
	float: right;
	text-align: left;
}
#footer .fRBox .contact {
	margin-bottom: 10px;
	color: #fff;
    font-family: tahoma,arial,"Hiragino Sans GB","宋体",sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
	border-bottom: 1px solid rgba(92, 94, 138, 0.3);
}
#footer .fRBox .fNavi {
	line-height: 20px;
	color:#fff;
	margin-bottom: 5px;
}
#footer .fRBox .fNavi a {
	display: inline-block;
	font-size: 12px;
	color:#fff;
	line-height: 20px;
	margin: 0 10px;
}
#footer .fRBox .fNavi span {
	vertical-align: top;
}
#footer .fRBox .fNavi a:hover {
	color: #ffe100;
}
#footer .fRBox .copyright {
	font-size: 12px;
	color:#aaa;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #162f7c;
	border-color: #162f7c;
}

.layui-laypage a:hover {
	color: #162f7c;
}
















