/* CSS Document */
@charset "utf-8";
/* by yuanxiaoyan */
* {
	word-break: break-all;
	font-family: Microsoft YaHei, 宋体, SimHei, Verdana, Tahoma, Arial, SimSun, sans-serif;
}
body {
	font-size: 12px;
	margin: 0px;
	color: #333333;
	background: #FFFFFF;
	behavior: url("csshover.htc");
}
p, img, ul, ol, li, dd, dl, dt, h5, h4, h6, h3, h2, from, input {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: '宋体';
}
ul, li, ol, li, ul li {
	list-style: none;
}
img {
	border: none;
}
i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	display: block;
}
/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */ 
.clearfix {
	display: block;
}
/* End hide from IE Mac */ 

.b20 {
	height: 20px;
	font-size: 1px;
	line-height: 10px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.sign-font {
	font-family: 'Microsoft YaHei';
}
/* ---头部---开始--- */
#header {
	width: 100%;
	height: 140px;
}
#header #header-top {
	width: 100%;
	height: 100px;
	background: url(../images/top_bg.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
	background-size: 100% 100%;
}
#header #header-top #top {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
#header #header-top #logo {
	width: 412px;
	height: 80px;
	margin: 10px 0px 0px 0px;
}
#header #header-top #logo a{
	display: inline-block;
}
#header #header-top #logo img {
	width: 412px;
	height: 80px;
	border: none;
}
#header #header-top .top-r {
	position: absolute;
	width: 350px;
	height: 100px;
	border: none;
}
/* ---主菜单---开始--- */
#header #nav {
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #01458e;
	border-bottom: 4px solid #ffb400;
	z-index: 2;
}
#header #nav #main-nav {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
}
#header #main-nav ul {
	margin: 0;
	padding: 0;
}
#header #main-nav ul li {
	float: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
#header #main-nav ul li.on {
	background-color: #ffb400;
}
#header #main-nav ul li:hover {
	background-color: #ffb400;
}
#header #main-nav ul li a {
	display:block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#header #main-nav ul li ul {
	margin: 0;
	padding: 0;
	/*border-top: 6px solid #ffb400;*/
	/*visibility: hidden;*/
	display:none;
}
#header #main-nav ul li ul li {
	width: 120px;
	height: 30px;
	background-color: #01458e;
	border-bottom: 1px solid #003366;
	z-index: 2;
}
#header #main-nav ul li ul li.firt {
	border-top: 6px solid #ffb400;
}
#header #main-nav ul li ul li:hover {
	background-color: #032f5d;
}
#header #main-nav ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
/* ---主菜单---结束--- */
/* ---头部---结束--- */
/* ---banner---开始--- */
.banner_wrap{
    background-color: #000;
}
.banner {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
	position: relative;
	border-bottom: 1px solid #01458e;
}
.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd li {
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.banner .bd li a {
	display: block;
}
.banner .bd li a img {
	width: 100% !important;
	border: none;
}
.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 18px;
	line-height: 18px;
}
.banner .hd ul {
	width: 1000px;
	height: 18px;
	margin: 0 auto;
	/*background-color: #01458e;*/
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
 	*display:inline;
	zoom: 1;
	width: 29px;
	height: 10px;
	margin-top: 4px;
	margin-right: 10px;
	overflow: hidden;
	background: #0066cc;
	line-height: 999px;
}
.banner .hd ul .on {
	background: #e7e7e7;
}
/* ---banner---结束--- */

/* ---中间部分--- */
.content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.cont-titl {
	width: inherit;
	height: 30px;
	border-bottom: 1px solid #aaaaaa;
}
.cont-titl img {
	float: left;
	width: 14px;
	height: 14px;
	border: none;
	margin-top: 9px;
	margin-right: 5px;
}
.cont-titl h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #01458e;
	line-height: 30px;
	margin-right: 5px;
}
.cont-titl h3 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 32px;
}
.cont-titl a {
	float: right;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	line-height: 32px;
}
.cont-titl a:hover {
	text-decoration:underline;
}
.cont-titl span.now {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 32px;
}
.cont-titl span.now label {
	color:#ccc;
}
/* ----底部--开始--- */
#footer {
	width:100%;
	height:75px;
	margin-top:15px;
	border-top:4px solid #ffb400;
	background-color:#003366;
}
#footer #footer-cont {
	width:1000px;
	height:55px;
	padding:10px 0px;
	margin:0 auto;
}
#footer #footer-cont .footer-t {
	width:1000px;
	height:25px;
	text-align:center;
}
#footer #footer-cont p a {
	font-size:12px;
	font-weight:normal;
	color:#fff;
	font-family:'宋体';
}
#footer #footer-cont p a:hover {
	text-decoration:underline;
}
/* ----底部--结束--- */

/*---  分页栏css ---开始---*/
.pages {
	width:inherit;
	height:auto;
	margin-top:10px;
	padding:20px 0px;
	text-align: center;
}

.pages li{
	display: inline-block;
	margin: 0 5px;
}

.pages a,.pages label{
	font-size:12px;
	line-height:22px;
	padding:4px;
	margin-right:3px;
	font-family: '宋体';
}
.pages a {
	border:#DDDDDD 1px solid;
}
.pages a.cur-pages {
	color:#fff;
	background-color:#ffb400;
	font-weight:bold;
}
.pages a:hover {
	color:#fff;
	font-weight: normal;
	background-color:#ffb400;
}
/*---  分页栏css ---结束---*/

/*侧边工具条 start*/
#sideBar{
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 98;
}
#sideBar>li{
    position: relative;
}
#sideBar>li>a{
    display: block;
    width: 62px;
    height: 62px;
    background-color: #01458e;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    
}
#sideBar>li>a:hover{
    background-color: #0066cc;
}
#sideBar>li:not(:first-child){
    border-top: 1px solid #fff;
}
#sideBar>li>a>img{
    width: 20px;
    margin-bottom: 4px;
}
#sideBar>li span{
    display: block;
    font-size: 11px;
}
#sideBar>li.code_btn>img{
    width: 100px;
    height: 100px;
    position: absolute;
    left: -110px;
    top: 0;
    box-sizing: border-box;
    max-width: 100px;
    border: 1px solid #ddd;
    display: none;
}
#sideBar #topBtn{
    display: none;
    position: absolute;
    bottom: -63px;
    left: 0;
}
/*侧边工具条 end*/