/*-----------reset begin----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma', serif;}
body{
  min-width:1200px!important;}

h1, h2, h3, h4, h5, h6, em, i {
	font-weight: 400;}

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

a, a:link, a:visited {
	color: #143a83;
	text-decoration: none;
	outline: 0
;}

a:hover {
	text-decoration: none
;}

* {
	box-sizing: border-box;}
/* 重置表单元素 *//* for ie6 */
legend {
	color: #000;}

/* img 搭车：让链接里的 img 无边框 */
fieldset, img {
	border: none;}

/* 注：optgroup 无法扶正 */
button, input, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
	outline: none;
	border:none;}
/* 去除button、input默认样式(边框) */
button,input[type='button'] {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;}
button:focus, input[type='button']:focus {
	outline:none !important;}
/*Firefox*/
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0 !important;}
input {
	padding: 0 10px;}

/* 重置 hr */
hr {
	border: none;
	height: 1px;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;}

/* 将斜体扶正 */
address, cite, dfn, em, var, i {
	font-style: normal;}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;}

/*在firefox下移除input[number]的上下箭头*/
input[type="number"] {
	-moz-appearance: textfield;}
/*-----------reset end----------*/




/*-----------global setting begin-----------*/
.fl {
	float: left;}
.fr {
	float: right;}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;}
.clearfix{
	*zoom: 1;}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
.hide {
	display: none;}
.show {
	display: block;}
.pr {
	position: relative;}
.w1200 {
	width: 1200px;
	margin: 0 auto;}
.mb20 {
	margin-bottom: 20px;}
.pageset {
	text-align: center;
	margin-bottom: 30px;}
body {
	background: #f2f2f2;}
/*-----------global setting end-----------*/

/*--------头部logo_begin--------*/
.header {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(../img/header_bg.jpg) center center no-repeat;
	background-size: 100% 100%;}
.header .w1200 {
	height: 200px;
	background: url(../img/header_bg1.jpg) center center no-repeat;
	background-size: cover;}
.header .webLogo {
	height: 200px;}
.header .webLogo .logo {
	display: inline-block;
	width: 696px;
	height: 68px;
	background: url(../img/logo.jpg) left 0 no-repeat;
	margin: 50px 25px;}
/*--------头部logo_end--------*/

/*-----------导航_begin----------*/
.nav {
	width: 160px;
	position: relative;
	z-index: 99;
	box-shadow: 0 2px 3px 0 #33333340;
	background: #005982;
	border-radius: 5px;
	padding: 15px 0 15px 30px;}

.nav a {
	color: #333;}

.nav .nLi {
	position: relative;}
.nav .nLi h3 {
	width: 130px;
	height: 43px;
	line-height: 43px;}
.nav .nLi h3 .iconfont {
	display: none;
	color: #fff;
	font-size: 18px;}
.nav .nLi h3:hover .iconfont {
	display: inline-block;
	position: absolute;
	left: -15px;
	top: 0;}
.nav .nLi h3 a {
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right,#2998cc,#005982) 1 10;}

.nav .nLi h3 a.selected {}

.nav .sub {
	display: none;
	position: absolute;
	top: 0;
	left: 130px;
	background: rgba(51, 51, 51, .8);
	border-radius: 5px;}
.nav .sub li:first-child:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 15px;
	left: -23px;
	border-width: 8px 12px;
	border-style: solid;
	border-color: transparent rgba(51, 51, 51, .8) transparent transparent;}
.nav .sub li.subLi {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;}
.nav .sub li.subLi:last-child {
	border: none;}
.nav .sub li {
	zoom: 1;}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	position: relative;
	white-space: nowrap;}

.nav .sub a:hover {
	color: #3a88df;}

.nav h3 a:hover {}
/*-----------导航_end----------*/


/*--------底部_begin--------*/
.footer {
	width: 100%;
	height: 50px;
	background: #005982;}
.footer div{
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;}
.footer div span {
	display: inline-block;
	margin-right: 50px;}
/*--------底部_end--------*/

.wrapper {
	margin-top: 20px;}
/*---------二级页面菜单栏_begin----------*/
.siderBar{
	width:200px;
	position:absolute;
	left:0;
	top:0;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	background: #fff;}
.siderBar > .back {
	display: block;
	padding: 0 15px;
	position: relative;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #005982;
	border-bottom: 1px solid #bfbfbf;}
.siderBar > .back a {
	margin-left: 5px;
	color: #fff;
	font-size: 18px;}
.siderBar > .menu{
	padding-bottom: 10px;}
.siderBar > .menu li{
	height: 50px;
	line-height: 50px;}
.siderBar > .menu li:hover{
	background: #f8f8f8;}

.siderBar > .menu a{
	display:block;
	line-height:50px;
	padding: 0 30px;
	position:relative;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
.siderBar > .menu a.active {
	color: #005982;}
.siderBar > .menu a.active:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #005982;
	border-radius: 4px;
	vertical-align: middle;
	margin: -3px 10px 0 -15px;}
/*---------二级页面菜单栏_end----------*/


/*---------二级页面内容头部_begin----------*/
.subpage {
	margin-top: 20px;}
.subpage .content-box > .title{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #005982;}
.subpage .content-box > .title .iconfont {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 28px;
	color: #005982;}
.subpage .content-box > .title > span{
	vertical-align: middle;}
/*---------二级页面内容头部_end----------*/


