@charset "utf-8";
/* CSS Document */

.pageTop{
	background: #f2f6f6;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}

.pageTop .link{
	float: right;
}

.pageTop a{
	float: right;
	margin-left: 16px;
	color: #333;
}

.pageTop a:hover{
	text-decoration: underline;
	color: #1b57af;
}

.header{
	position: relative;
	padding: 18px 0;
	z-index: 99;
	background-image: url(/static/img/bg.png);
}

.header .logo{
	float: left;
}

.header .logo img{
	display: block;
	height: 95px;
}

.header .right{
	float: right;
	padding-top: 0px;
}

.header .link{
	text-align: right;
}

.header .link a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
}


.header .link a .qrcode{
	display: none;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	min-width: 120px;
}


.header .link a:hover .qrcode{
	display: block;
}

.header .link img{
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	margin-right: 4px;
}

.header .link span{
	display: inherit;
	vertical-align: top;
	line-height: 26px;
	font-size: 15px;
	color: #555;
}


.header .link a:hover span{
	text-decoration: underline;
	color: #1b57af;
}

.header .search{
	margin-bottom: 12px;
	margin-top: 25px;
}

.header .search .submitBtn{
	float: right;
	width: 28px !important;
	height: 40px;
	height: 35px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #306BCD;
}

.header .search .input{
	float: left;
	border: 1px solid #1b57af;
    padding: 6px 20px;
    background: #f7f7f708;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	width: 349px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
}

.header .search .input .fa{
	display: inline-block;
	vertical-align: top;
	color: #999999;
	font-size: 14px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
}

.header .search .input input{
	display: inline-block;
	vertical-align: top;
	width: 283px;
	height: 36px;
	line-height: 36px;
}

.nav{
	position: relative;
	background: #306BCD;
	z-index: 9;
}

.nav li.firstItem{
	position: relative;
	float: left;
	/* border-left: 1px solid #ffffff; */
}

.nav li.firstItem:first-child{
	border: none;
}

.nav li.firstItem:first-child a{
	padding: 0 30px;
}

.nav li.firstItem>a{
	display: block;
	padding: 0 42px;
	font-size: 18px;
	color: #fff;
	height: 56px;
	line-height: 56px;
}

.nav .navSub{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	min-width: 108px;
}

.nav .navSub a{
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-top: 1px solid #fff;
	background: #1b57af;
	font-size: 16px;
	color: #fff;
	padding: 0 16px;
}

.nav a{
	cursor: pointer;
}

.nav a:hover,
.nav a.active{
	background: #1e65cf !important;
}

.nav li.firstItem:hover .navSub{
	display: block;
}

.footer{
	text-align: center;
	font-size: 18px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #FFFFFF;
height: 285px;
background: url(/static/img/bg_weibu.png);
}

.footer a{
	color: #333;
}

.footer a:hover{
	color: #1b57af;
	text-decoration: underline;
}

.bread{
	margin-top: 44px;
	margin-bottom: 16px;
}

.bread .text{
	border-left: 8px solid #1b57af;
	font-size: 16px;
	line-height: 22px;
	color: #1b57af;
	padding-left: 12px;
}

.bread .text a{
	color: #1b57af;
}


