/*固定侧边�? start*/
.fix-sidenav{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -250px;
    overflow: hidden;
    z-index:88;
}
.zu-btn{
    float: left;
    width: 13px;
    height: 98px;
    border: 1px solid #004b92;
    border-radius: 3px 0 0 3px;
    border-right: none;
    text-align: center;
    font-size: 13px;
    color: #004b92;
    padding: 10px 9px 0 9px;
    background: url(/statics/5img/fix-icon2.png) no-repeat center 89px;
    display: inline-block;
    background-color: #fff;
    *display: inline;
    *zoom: 1;
    margin-top: 145px;
}
.avtive-btn{
    color: #fff;
    background: url(/statics/5img/fix-icon_03.png) no-repeat center 89px;
    background-color: #004b92;
}
.move-nav{
    float: left;
    width: 144px;
}
.move-nav>p{
    width: 128px;
    background: #004b92;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-right: 16px;
    position: relative;
    border-bottom: 1px solid #767e9e;
}
.move-nav>p>i{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 28px;
    height: 28px;
    position: absolute;
    background: url(/statics/5img/fix-icon.png) center no-repeat;
    left: 23px;
    top: 50%;
    margin-top: -14px;
}
.move-nav>ul{
    background-color: #0363b1;
    border-top: 1px solid #0b68b4;
}
.move-nav>ul>li{
    width: 100%;
    text-align: center;
}
.move-nav>ul>li>a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width:116px;
    height:33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 17px;
    font-size: 14px;
    transition: all 0.3s;
}
.move-nav>ul>li>a:hover{
    border-color: #fff;
    background-color: #fff;
    color: #006ec7;
}
.move-nav>ul>li>p{
    width: 100%;
    text-align: left;
    color: #fff;
    line-height:23px;
    padding:6px 0 0 16px;
}
.move-nav>ul>li>p>big{
    font-size: 16px;
    font-weight: bold;
}
.move-nav>ul>li>span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width:100%;
    height:1px;
    background-color: #39669c;
    border-top: 1px solid #004b92;
    margin-top: 17px;
}
.move-nav>ul>li .two-span{
    margin-top: 7px;
}
.move-nav>ul>li .last-a{
    background-color: #004b92;
    width: 101px;
    height: 29px;
    text-align: center;
    margin: 3px auto 15px;
    border: none;
    border-radius: 10px;
}
.move-nav>ul>li .last-a>i{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width:30px;
    height:18px;
    margin-top: 4px;
    background: url(/statics/5img/top.png) center no-repeat;
}
.move-nav>ul>li .last-a:hover{
    filter:alpha(opacity=8);       /* IE */
    -moz-opacity:0.8;              /* 老版Mozilla */
    -khtml-opacity:0.8;              /* 老版Safari */
    opacity: 0.8;
    background: #004b92;
}
/*固定侧边�?end*/

/*底部文章*/

.title-footer{width:1200px;padding:30px 0 25px 0;margin:0 auto;text-align:center;font-size:32px;}
.title-footer .big{overflow:hidden;font-weight:normal;}
.title-footer .big span{font-size:24px;text-align:center;color:#343434;position:relative;height:30px;display:inline-block;padding:0 20px;font-weight:700;}
.title-footer .big span i{display:block;width:11px;height:11px;position:absolute;content:"";top:50%;margin-top:-5.5px;background:url(/statics/new_ptw3/img/index/sys_icon.png) no-repeat -159px 0;}
.title-footer .big span .i_l{left:0;}
.title-footer .big span .i_r{right:0;}
.title-footer .intro{text-align:center;font-size:14px;color:#9B9B9B;line-height:28px;}
.title_box{height:28px;line-height:28px;overflow:hidden;width:320px;margin:0 auto;position:relative;}
.title_box li{font-size:14px;color:#9B9B9B;text-align:left;line-height:28px;height:28px;text-align:left;padding-left:70px;}
.title_box span{font-size:14px;color:#9B9B9B;position:absolute;left:0;top:0;width:70px;height:28px;}
/*新闻资讯 start*/
.block9{
    padding-bottom: 40px;
}
.news-block-box{
    overflow: hidden;
}
.news-block-box li{
    float: left;
    width: 33%;
    background: #fff;
}
.news-block-box li:not(:first-child){
    border-left: 1px dashed #ddd;
}
.news-block-box li a{
    display: block;
}
.news-block-box li .tit{
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 20px 20px 15px;
    box-sizing: border-box;
}
.news-block-box li .tit p{
    font-size: 14px;
    color:#666;
    line-height: 20px;
    float: left;
}
.news-block-box li .tit>a{
    font-size: 14px;
    color:#999;
    float: right;
    margin-top: 20px;
}
.news-block-box li .tit>a:hover{
    color:#666;
    text-decoration: underline;
}
.news-block-box li .tit p b{
    font-size: 16px;
    color:#333;
}
.news-block-box li .cont{
    padding: 15px 20px 20px;
    box-sizing: border-box;
}
.news-block-box li .cont a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color:#666;
    padding: 10px 0;
}
.news-block-box li .cont a.img{
    height: 185px;
}
.news-block-box li .cont a.img img{
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-block-box li .cont a.img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-block-box li .cont a:hover{
    color:#10bbb8;
}

 #nb_icon_wrap {
     display: none !important;
 }

.nb-icon-wrap .nb-icon-base .icon-right-center .nb-icon-skin-9 .nb-icon-group {
    display: none !important;
}
.footer-bd-text{
    padding: 15px 0;
}
.footer-bd-text a:nth-child(1){
    color: #fff;
}
.footer-bd-text a {
    display: block;
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    color: #707a87;
    padding-right: 0;
    margin-right: 20px;
}
.footer-list-fl{
    color: #fff;
}
