@charset "utf-8";
/* CSS Document */
/*
 * @description: 网站公共样式
 * @author: ishang_pan
 * @update: ishang_pan (2019-10-15 15:14)
 */

/*reset*/
html{-webkit-text-size-adjust: none;}
*html{background-image: url(about:blank); background-attachment: fixed;}/*解决IE6下滚动抖动的问题*/
/*{margin: 0; padding: 0; list-style: none;}*/
*{margin: 0; padding: 0; list-style: none;box-sizing: content-box !important;}
q:before,q:after{content: '';}
abbr,acronym{border: 0;}
body{padding: 0; margin: 0; font: 16px "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color: #333; min-width: 1200px;}
input,textarea,select,button,label{vertical-align: middle; font-family: "Microsoft YaHei",微软雅黑;}
textarea{resize:none;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin: 0; padding: 0; list-style: none;}
/* a{color: #333; text-decoration:none; outline: none;} */
a{color: #333; text-decoration:none !important; outline: none;}
a:hover{color: #015293; text-decoration: none;}
a img{border:none;}
h1,h2,h3{font-weight: normal;}

/*function*/
.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;}
* html .f-clearfix{zoom: 1;}
*:first-child+html .f-clearfix{zoom: 1;}
.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-nmg{margin: 0!important;}
.f-mlr2{margin: 0 2px;}
.f-mlr5{margin: 0 5px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-plr5{padding: 0 5px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-mb0{margin-bottom: 0!important;}
.f-mb5{margin-bottom: 5px;}
.f-mb10{margin-bottom: 10px;}
.f-mb15{margin-bottom: 15px;}
.f-mb20{margin-bottom: 20px;}
.f-mb30{margin-bottom: 30px;}
.f-ml15{margin-left: 15px;}
.f-ml20{margin-left: 20px;}
.f-nbg{background: none!important;}
.f-nbd{border: none!important;}
.f-wd100{width: 100%!important;}

/*font*/
@font-face {
    font-family: "FZDBSJW";
    src: url("../font/FZDBSJW.eot"); /* IE9 */
    src: url("../font/FZDBSJW.eot?#iefix") format("embedded-opentype"),
    url("../font/FZDBSJW.woff") format("woff"),
    url("../font/FZDBSJW.ttf") format("truetype"),
    url("../font/FZDBSJW.svg#FZDBSJW") format("svg");
    font-style: normal;
    font-weight: normal;
}

/*module*/
.scroll_absolute{position: absolute;}
.scroll_vertical_bar{position: absolute; top: 0; right: 0; margin: 0; padding: 0; width: 6px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden;}
.scroll_track{position: relative; background: #f0f0f0; width: 6px;}
.scroll_drag{position: absolute; top: 0; right: 0; cursor: pointer; background: #d6d6d6; width: 6px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden;}

.m-titstyle1{height: 40px;}
.m-titstyle1 .u-tit{display: block; padding: 0 20px; line-height: 38px; border-top: 2px solid #015293; font-size: 20px; font-weight: bold; color: #015293;}

.m-titstyle2{height: 34px; line-height: 34px;}
.m-titstyle2 .u-tit{display: block; font-size: 16px; font-weight: bold; color: #015293;}

.m-titstyle3{height: 20px; line-height: 20px;}
.m-titstyle3 .u-tit{display: block; padding: 0 10px; font-size: 18px; font-weight: bold; color: #015293; border-left: 4px solid #015293;}
.m-titstyle3 .u-more{color: #666; font-size: 14px;}

.m-titstyle4{padding-right: 10px; height: 40px; line-height: 40px; background: #f5f5f5;}
.m-titstyle4 .u-tit{display: block; padding: 0 15px; border-left: 5px solid #015293; color: #015293; font-weight: bold; font-size: 16px; font-weight: bold;}
.m-titstyle4 .u-more{font-size: 14px; color: #999;}

.m-titstyle5{height: 38px; line-height: 38px; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
.m-titstyle5 .u-tit{display: block; padding: 0 10px; font-size: 18px; color: #015293; font-weight: bold;}

.m-titstyle6{height: 40px; background: #f5f5f5;}
.m-titstyle6 .u-tit{display: block; padding: 0 28px; line-height: 40px; font-size: 16px; font-weight: bold; color: #fff; background: #015293;}

.m-tabstyle1{height: 50px; line-height: 50px; background: #fff;}
.m-tabstyle1 li{float: left;}
.m-tabstyle1 li a{display: block; padding: 0 26px; font-size: 18px;}
.m-tabstyle1 li.u-active a{background: #015293; color: #fff; font-weight: bold;}

.m-tabstyle2 li{float: left; margin: 0 7px; line-height: 38px;}
.m-tabstyle2 li a{display: block; font-weight: bold; color: #015293;}
.m-tabstyle2 li.u-active a{background: url(../images/public/icon-active1.png) center bottom no-repeat;}

.m-tabstyle3{height: 38px; line-height: 38px;}
.m-tabstyle3 li{float: left; margin-right: 10px;}
.m-tabstyle3 li a{display: block; padding: 0 22px; background: #f5f5f5;}
.m-tabstyle3 li.u-active a{background: #015293; color: #fff;}

.m-tabstyle4{height: 20px; line-height: 20px;}
.m-tabstyle4 li{float: left; margin-right: 25px;}
.m-tabstyle4 li a{display: block; padding: 0 10px; color: #015293; font-size: 18px;}
.m-tabstyle4 li.u-active a{border-left: 4px solid #015293; font-weight: bold;}

.m-tabstyle5{height: 44px; line-height: 44px; background: #f5f5f5;}
.m-tabstyle5 li{float: left;}
.m-tabstyle5 li a{display: block; padding: 0 12px; font-size: 16px;}
.m-tabstyle5 li.u-active a{background: #015293; font-weight: bold; color: #fff;}

.m-tabstyle6{height: 42px; border-bottom: 1px solid #ddd;}
.m-tabstyle6 li{float: left; line-height: 42px;}
.m-tabstyle6 li a{display: block; padding: 0 22px; font-size: 16px; font-weight: bold;}
.m-tabstyle6 li.u-active a{margin-top: -2px; background: #fff; color: #066fc6; border-top: 3px solid #066fc6; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}

.m-tabstyle7{height: 40px;}
.m-tabstyle7 li{float: left;}
.m-tabstyle7 li a{display: block; padding: 2px 18px 0; font-size: 16px; line-height: 38px;}
.m-tabstyle7 li.u-active a{border-top: 2px solid #015293; color: #015293; padding-top: 0; background: #fff;}

.m-liststyle1 li{height: 38px; line-height: 38px; background: url(../images/public/icon-li1.png) left center no-repeat;overflow:hidden}
.m-liststyle1 li span{float: right; padding-left: 10px; font-size: 14px; color: #999;}
.m-liststyle1 li a{display: block; padding-left: 14px;overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-liststyle1 li a.u-ckjg{color: #015293;}

.m-liststyle2 li{height: 38px; line-height: 38px;}
.m-liststyle2 li span{float: right; padding-left: 10px; font-size: 14px; color: #999;}
.m-liststyle2 li div{padding-left: 14px; background: url(../images/public/icon-li1.png) left center no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-liststyle2 li a.u-more{color: #015293;}

.m-location{height: 20px; line-height: 20px; padding: 0 0 11px 24px; background: url(../images/public/icon-location.png) left top no-repeat; border-bottom: 1px dashed #ddd;}
.m-location,.m-location a{font-size: 14px; color: #525252;}

.m-nytit{padding: 12px 0; border-bottom: 1px solid #ddd;}

/*pagination*/
.m-pagination{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: #015293; border: 1px solid #015293; 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;}

/*share*/
.share-main{position: relative; width: auto; height: 16px;}
.share-bar a{margin-right: 6px; float: left; display: block; width: 24px; height: 24px; background-image: url(../images/icon-share.png);}
.share-bar .share-weixin{background-position: -79px 87px;}
.share-bar .share-tsina{background-position: -55px 87px;}
.share-bar .share-qzone{background-position: -103px 87px;}
.weixin-share-open{position: absolute; bottom: 22px; left: 50%; margin-left: -115px; display: none; background: #fff;z-index: 9;}
.weixin-wrap{position: relative; padding: 10px; width: 212px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}

/*header*/
.m-top{background: #f5f5f5;}
.g-top{margin: 0 auto; width: 1200px; height: 40px; line-height: 40px;}
.g-top,.g-top a{font-size: 13px; color: #999;}
.g-top .u-link li{float: left; margin: 0 3px 0 7px;}
.g-top .u-link li a{display: block; padding-right: 15px; background:url(../images/public/bg-funline.png) right center no-repeat;}
.g-top .u-link li:last-child a{background: none;}
/* .g-top .u-link li.u-lk0 a{background:none;}
.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;}
.m-banner{margin: 0 auto; padding: 32px 0 33px; width: 1200px; height: 77px; background: url(../images/public/bg-banner.png) right center no-repeat;}
.m-search{margin: 17px 0 0 70px; height: 45px;}
.m-search .u-searchtext{padding: 0 10px; width: 320px; height: 43px; line-height: 43px; border: 1px solid #ddd; font-size: 14px;}
.m-search .u-searchbtn{width:62px; height: 45px; border: 1px solid #ddd; border-left: none; cursor: pointer; background: url(../images/public/icon-search.png) #fff center no-repeat;}

.m-nav{height: 60px; background: #015293; z-index:2;}
.g-nav{margin: 0 auto; width: 1200px;}
/* .g-nav li{float: left; width: 150px; line-height: 60px; text-align: center;} */
.g-nav li{float: left; width: 14.28%; line-height: 60px; text-align: center;}
.g-nav li a{display: block; font-size: 20px; font-weight: bold; color: #fff;}
.g-nav li.u-active a,.g-nav li a:hover{background: #004882;}
.u-nav{background-color: #f5f5f5;width:1200px; margin: 0 auto;}
.u-nav ul{margin-bottom: 0;}
.u-nav ul li{float: left; height: 50px; line-height: 50px;}
.u-nav ul li a{font-size: 18px; color: #333; font-weight: 600; padding: 0 8px; border-right: 1px solid #fff;}
.m-nav .u-webhome{padding: 0 15px; line-height: 50px; font-size: 18px; font-weight: bold; color: #fff;}
.m-nav .navbar-collapse{padding: 0;}
.m-nav button{background: #fff;}
.m-nav .navbar-toggle {border-color: #ddd;}
.m-nav .icon-bar {background-color: #888 !important;}
/* .g-nav li.u-yjnav{float: left;width: 12.5%; line-height: 60px; text-align: center;} */
.g-nav li.u-yjnav a.u-yja{position: relative; display: block; font-size: 20px; font-weight: bold; color: #fff;}

.m-br{display: none;}

/*footer*/
.is-footer{padding: 20px 0 30px; background: #256ca4;}
.m-footer{width: 1200px; margin: 0 auto; position: relative;}
.m-footerfun{padding: 10px 0;}
.m-footer p{line-height: 24px; text-align: center;}
.m-footer p,.m-footer p a,.m-footerfun,.m-footerfun a{color: #fff; font-size: 14px;}
.m-footer p img{vertical-align: middle;}
#_ideConac{position: absolute; left: 51px; top: 22px;}
#_span_jiucuo{position: absolute; right: 62px; top: 28px;}
#backTop {position: fixed;right: 10.2rem;top: 70%;display: none;cursor: pointer;z-index: 999;}
#f-elderwza{position: absolute;top: 29px;left: 131px;}
#f-elderwza img{width: 152px;height: 64px;}

/*toolbar*/
.m-suspen{width: 50px; padding: 25px 0; position: fixed; top: 50%; margin-top: -175px; right: 10px; background: #256ca4; -moz-border-radius: 25px; border-radius: 25px; z-index: 5;}
.m-suspen span.u-close{position: absolute; top: -20px; right: 0; cursor: pointer; font-size: 14px;}
.m-suspen ul li{width: 50px; height: 60px; line-height: 16px; float: left; text-align: center; background-image: url(../images/public/icon-suspen.png); background-repeat: no-repeat;}
.m-suspen ul li a.u-supa{display: block; width: 50px; height: 60px; position: relative;}
.m-suspen ul li a.u-supa span{padding: 14px 10px; font-size: 14px; color: #fff; display: none;}
.m-suspen ul li.u-supx a.u-supa span{padding: 14px 0; font-size: 14px; color: #fff; display: none;}
.m-suspen ul li a.u-supa:hover{background: #004882;}
.m-suspen ul li a.u-supa:hover span{display: block;}
.u-sup01{background-position: 0 0;}
.u-sup02{background-position: 0 -60px;}
.u-sup03{background-position: 0 -120px;}
.u-sup04{background-position: 0 -180px;}
.m-suspen ul li.u-supx{background-image: url(../images/public/icon-suspend.png); background-repeat: no-repeat;background-position: 6px 18px;}
.u-sup05{background-position: 0 -240px;}
.u-sup06{background-position: 0 -300px;}
.u-sup07{background-position: 0 -360px; position: relative;}
.m-suspen ul li.u-sup07 a span{padding: 22px 10px;}
.u-sup03 img,.u-sup04 img,.u-sup05 img{position: absolute; left: 0; bottom: 0; width: 0; height: 0;}
.m-webshare{width: 0; height: 0; background: #333; position: relative; left: 0; top: 0; overflow: hidden;}
.m-webshare a{display: block; width: 24px; height: 24px; float: left; margin: 8px 8px 0 8px; padding:0!important; -moz-border-radius: 4px; border-radius: 4px;}
.bshare-custom a{margin-right: 0!important;}
.govpushinfo150203{display: none;}


/*large pcScreen*/
@media (min-width:1200px) {

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	.m-nav{width: 100%;}

}
/*pad md*/
@media screen and (max-width: 991px ){


}
/* 适配pad */
@media screen and (min-width:768px) and (max-width: 1025px) {
    body{min-width:100%}
    .g-top,.m-banner,.u-nav{width:100%}
    .g-top{height:auto}
    .m-nav .navbar-collapse{width:100%!important}
    .g-nav li.u-yjnav a.u-yja{font-size:16px;}
    .m-banner .m-search{float:right;margin-left:0;margin-right:10px;background:#fff}
    .m-footer{width:100%!important}
    .m-search .u-searchtext{width:220px}
    .m-footer #_ideConac{left:0}
    .m-footer #f-elderwza{left:72px;top:36px;}
    #f-elderwza img{width:110px!important;height:auto!important}
	
}
/* 解决样式冲突 */
.m-search .u-searchbtn{width: 61px;height: 43px;}
/*phone sm*/
@media screen and (max-width: 767px) {
    body{width: 100%;min-width: 100%;}
    /* header */
    .g-top{height: auto;}
    .g-top .u-funs{float: none;}
    .g-top,.m-banner,.g-nav,.m-nav,.m-footer,.jlrk,.jyrk,.xxlist,.m-nav .container,.m-search{width: 100%;}
    .m-nav{height: 50px;}
    .m-banner{display: flex;flex-direction: column;align-items: center;height: 140px;padding: 0;margin-top: 30px;}
    .m-search{margin: 0;margin-top: 10px;}
    .g-nav li.u-yjnav {float: none;width: 100%;line-height: 40px;}
    .g-nav li.u-yjnav a.u-yja{padding: 0 15px;font-size: 16px;background: #004882;}
    .m-search form{width: 100%;display: flex;justify-content: center;}
    .m-search form .u-searchtext{width: calc(100% - 100px);}
    .f-xs-dn{display: none;}
    
    .is-header{padding: 0 5px;}
    /* footer */
    .is-footer .container{padding: 0;}
    .share-main{display: none;}

    .is-footer{padding: 20px 5px 30px;margin: 0 5px;}
    
    #_ideConac,#f-elderwza,#_span_jiucuo{position: relative;float: left;margin: 0 5px;text-align: center;}
    #_ideConac{left: 0;top: 0;width: calc(24% - 10px);}
    #f-elderwza,#_span_jiucuo{width: calc(38% - 10px);}
    #f-elderwza{left: 0;top: 9px;}
    #f-elderwza img{width: 100%;}
    #_span_jiucuo{right: 0;top: 13px;}
}

@media screen and (min-width: 768px) {
	.navbar-collapse{width: 1200px !important;}
}

/*small xs*/
@media screen and (max-width: 638px) {
    .u-logo img{max-width:100%}
    
}

@media screen and (max-width: 495px) {
    
    
}

@media screen and (max-width: 370px) {

}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}


