/*-------------------- 重置样式 ------------------*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style: normal;}
[hidefocus],summary{outline:0;}
ul , ol , ul li , li , ol li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto; resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font-family:"微软雅黑"; font-size:14px; color:#454545; outline:0;}
a{color:#454545; border: none; text-decoration: none; outline:none; /*移除虚线框 IE8,FF有用*/ hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/}
a:focus{outline: 0; -moz-outline-style: none;}
a:hover{text-decoration: none; color: #0e44b0;}
img{border: 0 none; /* 去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框*/ width: auto\9; /* 修正 IE8 图片消失bug*/ height: auto; /* 防止 img 指定「height」时图片高度不能按照宽度等比缩放，导致图片变形*/ vertical-align: top; /* 去除现代浏览器图片底部的空隙*/ -ms-interpolation-mode: bicubic; /* 修复 IE7 图片缩放失真*/}
button,input,select,textarea{font-size:100%; font-family:tahoma; margin: 0; outline: 0 none; vertical-align: baseline; _overflow:visible; *vertical-align: middle; *overflow:visible;}
body{background: #f0f0f0; overflow-x:hidden; min-width: 1200px;}
.f-left{float: left;}
.f-right{float: right;}
.clear{clear: both;}


.header-wrapper{
  width: 100%;
  background: #fff;
}

.is-top{ height:35px; background:#f5f5f5; border-bottom:1px solid #e2e2e2; width: 100%;}
.is-top .top{ width:1200px; margin:0 auto;}
.is-top .top .r-top{ float:right;}
.is-top .top .r-top a,.banben{ font-size:13px; color:#666; line-height:35px; display:block; float:left;}
.is-top .top .r-top .banben{ background:url(../images/common/banben.png) no-repeat right center; padding-right:20px; cursor:pointer; position:relative;}
.is-top .top .r-top .banben .s-ban{ position:absolute; top:35px; left:0; z-index:1000; line-height: 35px; background:#f5f5f5; width:55px; padding-left: 17px; height: 32px; display:none;}
.is-top .top .r-top .banben .s-ban a{ font-size:13px; color:#666;}
.is-top .top .l-top{ margin-left:10px;}
.is-top .top .l-top a{  font-size:13px; color:#666; line-height:35px;}

.is-logo{ width:100%; height:145px; background:#fff;}
.is-logo .logo{width: 1200px;margin:0 auto;height: 145px;position:relative;background: url(../images/common/logo-bg.png) 0 0 no-repeat;padding-top:30px}
.is-logo .logo .m-info{position:absolute;right:45px;top:20px;width: 350px;}
.is-logo .logo .m-info .time{float: left;font-size:14px;color:#545454;margin-top: 20px;margin-bottom: 10px;padding-left: 20px;}
.is-logo .logo .m-info .weather{float:right;width: 150px;margin-top: 20px;margin-bottom: 10px;}
.is-logo .logo .m-info .weather a{
  display: block;
  width: 148px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  background: #0e44b0;
  color: #fff;
}
.is-logo .logo .m-info .u-search{clear:both;position:relative;}
.is-logo .logo .m-info .u-search .search{margin-left: 83px;width: 230px;height:40px;background:url(../images/common/search-bg.png) no-repeat 0 0;border:none;padding-left:10px;padding-right: 42px;line-height:13px;}
.is-logo .logo .m-info .u-search .searchbtn{ width:20px; height:20px; display:block; background:url(../images/common/searchbtn.png) no-repeat 0 0; border:none; position:absolute; right:55px; top:9px; cursor:pointer;}
.is-logo .logo .m-info .u-search a{ width:28px; display:block; position:absolute; right:0; top:0; font-size:14px; color:#262626; line-height:18px;}


.nav-wrapper{
  width: 100%;
  background: #0e44b0;
}
.nav-content{
  width: 1200px;
  height: 52px;
  margin: 0 auto;
  overflow: hidden;
}
.nav-content ul{
  width: 110%;
  overflow: hidden;
}
.nav-content ul li{
  float: left;
}
.nav-content ul li.line{
  padding-top: 17px;
}
.nav-content ul li.line span{
  display: block;
  height: 20px;
  width: 1px;
  background: #2a64d6;
}
.nav-content ul li a{
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0px 53px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.nav-content ul li a:hover{
  background: #0a3996;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-wrapper{
  width: 1200px;
  margin: 10px auto;
}

.content-wrapper{
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}



.footer-wrapper{
  width: 100%;
  padding: 20px 0 30px;
  background: #d9d9d9;
}
.footer-box{
  width: 1200px;
  margin: 0 auto;
}
.footer-box .m-bottom{ width:1080px; margin:0 auto; position:relative; overflow:hidden;}
.footer-box .m-bottom .u-login{width:375px;margin: 5px auto 5px;overflow: hidden;}
.footer-box .m-bottom .u-login li{ display:block; float:left; color:#333;}
.footer-box .m-bottom .u-login li a{ font-size:14px; color:#333; line-height:30px;}
.footer-box .m-bottom p{ display:block; text-align:center; font-size:12px; color:#545454; line-height:24px;}
.footer-box .m-bottom p a{ color:#545454;}
.footer-box .m-bottom .dang{ width:51px; height:63px; display:block; position:absolute; left:55px; top:31px;}
.footer-box .m-bottom .jiucuo{ width:100px; height:46px; display:block; position:absolute; right:5px; top:49px;}

/* #_ideConac{position:absolute;top: 30px;left:40%;margin-left: -380px;}
#_span_jiucuo{position:absolute;top: 20px;left:50%;margin-left: 290px;} */

/*------- location样式 -------*/
.m-location{height: 26px; line-height: 26px; padding-left: 24px; background: url("../images/common/location_icon.png") no-repeat left center; margin-bottom: 10px;}

/* 翻页样式 */
#page_list{line-height: 20px; text-align: right; padding: 20px; font-size: 14px; font-family:'Arial'; margin-bottom: 10px;}
/*
#page_list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding: 4px 8px;}
#page_list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page_list a{text-decoration: none;}
#page_list a:hover{color: #0000FF;}
#page_list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding: 4px 8px;}
*/

.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
.m-pagination{padding: 15px; display: inline-block;}
.m-pagination li{float: left; margin: 3px; height: 28px; font-size: 14px;}
.m-pagination li a{display: block; padding: 0 10px; line-height: 26px; border: 1px solid #ccc; font-size: 14px; background: #fff; cursor: pointer;}
.m-pagination li.u-redirect{line-height: 28px;}
.m-pagination li.u-redirect input{padding: 0 5px; vertical-align: middle; width: 42px; height: 28px; line-height: 28px; border: 1px solid #ccc; margin: -2px 0 0 3px; *margin: -2px 0 0 3px; _margin: -2px 0 0 3px;}
.m-pagination li.active a,.m-pagination li a:hover{background: #0e44b0; border: 1px solid #0e44b0; color: #fff;}
.m-pagination li.page-info a,.m-pagination li.page-info a:hover{border: 1px solid #ccc; cursor: default; color: #666; background: #fff;}
.m-pagination li.disabled a,.m-pagination li.disabled a:hover{background: #eee; border: 1px solid #ccc; cursor: default; color: #666;}

.f-list li{
  height: 32px;
  line-height: 32px;
  background: url(../images/common/arr1.png) no-repeat left center;
  padding-left: 14px;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.f-list li span{
  float: right;
  font-size: 13px;
  color: #999;
}

.f-line{
  width: 100%;
  height: 8px;
  background: url(../images/home/line-bg.png) repeat-x;
}

.f-pt6{
  padding-top: 6px;
}

/**top from jby 20230526**/
.f-dn{display: none;}
.f-db{display: block;}
.f-fl{float: left;}
.f-fr{float: right;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-pf{position: fixed;}
.f-oh{overflow: hidden;}
.f-fwn{font-weight: normal;}
.f-fwb{font-weight: bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.f-csp{cursor: pointer;}
.f-csd{cursor: default;}
.f-csh{cursor: help;}
.f-csm{cursor: move;}
.f-usn{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.f-clear{margin: 0; padding: 0; height: 0; overflow: hidden; visibility: hidden; content: "."; clear: both; font-size: 0; }
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
.navbar-collapse{padding: 0 !important;}
.m-top{background: #f5f5f5;}
.g-top{margin: 0 auto; width: 1200px; height: 40px; line-height: 40px;}
.g-top,.g-top a{font-size: 14px; color: #999;}
.g-top .u-link li{float: left; margin: 0 3px 0 7px;}
.g-top .u-link li a{display: block; padding-left: 22px; background-image: url(../images/public/icon-sjlink.png); background-repeat: no-repeat;}
.g-top .u-link li.u-lk1 a{background-position: 0 0;}
.g-top .u-link li.u-lk2 a{background-position: 0 -40px;}
.g-top .u-link li.u-lk3 a{background-position: 0 -80px;}
.g-top .u-funs li{float: left; margin-left: 8px;}
.g-top .u-funs li a{display: block; padding-left: 9px; background: url(../images/public/bg-funline.png) left center no-repeat;}