
/* 头部 */

.head .headr .tel{
    margin-left: 56px;
}
.head .headr .tel img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: block;
}
.head .headr .tel span{
    color: #12366B;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.head .logo img{
    width: 272px;
    display: block;
}
.head .menubar{
    display: none;
}
.head .headr .menu a{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    transition: all ease-in-out .2s;
    position: relative;
    margin-right: 52px;
}
.head .headr .menu a:hover,
.head .headr .menu a.active
{
    color: #12366B;
}
.head .headr .menu a.active::after{
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #12366B;
}

.head .headr .menu a:nth-last-child(1){
    margin-right: 0;
}
.m-block{
    height: 50px;
    display: none;
}
img.titimg{
    height: 76px;
    display: block;
    width: auto;
}


.common-tit a img{
    height: 118px;
    display: block;
    width: auto;
}


.index-banner{
    display: none;
}
.mobile-ban img{
    display: block;
    width: 100%;
}

.index-banner .swiper-slide img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide img.mimg{
    display: none;
}
.index-banner .swiper-pagination{
    bottom: 20px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 8px;
    opacity: 1;
    background: url(../images/dot.png) no-repeat center center;
    background-size: 14px;

}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
    background: url(../images/doth.png) no-repeat center center;
    background-size: 14px;

}


.commonposi{
    height: 80px;
}

.commonposi img{
    width: 20px;
    display: block;
    margin-right: 10px;
}
.commonposi span,
.commonposi a{
    color: #909399;
}
.commonposi span{
    margin: 0 4px;
}
.commonposi span:nth-last-child(1){
    display: none;
}
.commondate img {
  width: 20px;
  display: block;
  margin-right: 10px;
}
.commondate span {
  color: #909399;
  font-size: 16px;
}
/* 分页 */
.pager{
    margin: 40px 0 40px;
}
.pager ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager ul li{
    margin: 0 4px;
}
.pager ul li a{
    display: inline-block;
    border: 1px solid #EBEEF5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #606266;
    font-size: 14px;
    text-align: center;
    transition: all ease-in-out .2s;
}
.pager ul li.active span{
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #005BAC;
    border: 1px solid #005BAC;
}
.pager ul li a:hover{
    color: #fff;
    background: #005BAC;
    border: 1px solid #005BAC;
}
.pager ul li:nth-last-child(1) a{
    width: auto;
    padding: 0 20px;
    border-radius: 16px;
}
.pager ul li:nth-child(1) a{
    width: auto;
    padding: 0 20px;
    border-radius: 16px;
}

.pager ul li.disabled span{
    border: 1px solid #EBEEF5;
    border-radius: 16px;
    font-size: 14px;
    color: #606266;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    opacity: 0.5;
}
.pager ul li.disabled:hover{
    cursor:no-drop
}
.showpage{
    padding-bottom: 60px;
}

.nrtit{
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}
.nrtit h1{
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 20px;
}
.nrtit .date span{
    color: #888;
    font-size: 13px;
    margin: 0 12px;
}
.nrbody{
    padding: 30px 0;
    line-height: 1.9em;
    
}
.nrbody,.nrbody p{
    font-size: 16px;
    color: #5a5a5a;
}
.prevnext{
    margin-top: 30px;
}
.prevnext ul li a{
    transition: all ease-in-out .2s;

}
.prevnext ul li span,.prevnext ul li a{
    font-size: 15px;
}
.prevnext ul li span{
    margin-right: 6px;
}
.prevnext ul li a:hover{
    color: #005BAC;
}



/* 底部 */

.footer{
    background: #343434;
}
.minift{
    display: none;
}
.mini-h{
    height: 49px;
    display: none;
}
.fttop .ftl .fttel h3{
    color: #B3B9C3;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.fttop .ftl .fttel h2{
    font-size: 26px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.fttop .ftl .fttel h2 span{
    color: #FFFFFF;
    font-size: 26px;
}
.fttop .ftl .fttel h2 img{
    display: none;
}
.fttop .ftl p.add{
    display: none;
}
.fttop .ftl .mp img{
    width: 16px;
    height: 16px;
}
.fttop .ftl .mp{
    margin-top: 18px;
}
.fttop .ftl .mp a{
    margin-right: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
}





.fttop{
    padding: 55px 0 40px;
}
.fttop .ftl{
    margin-right: 50px;
}
.fttop .ftlogo{
    padding: 30px 0 0 0;
    margin-bottom: 16px;
}
.fttop .ftlogo img{
    width: 226px;
    display: block;
}
.fttop .ftewm .pic img{
    width: 100px;
    height: 100px;
    display: block;
}
.fttop .ftewm p{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}
.fttop .ftc .ftmenu h2{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 17px;
}
.fttop .ftc .ftmenu .lxwm {
    padding-top: 6px;
    width: 300px;
}
.fttop .ftc .ftmenu .lxwm .tel{
    margin-bottom: 10px;
}
.fttop .ftc .ftmenu .lxwm .tel img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 11px;
}
.fttop .ftc .ftmenu .lxwm .tel span{
    font-size: 24px;
    color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.fttop .ftc .ftmenu .lxwm p{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 2.1em;
}
.fttop .ftc .ftmenu.ul{

    margin-right: 100px;
}
.fttop .ftc .ftmenu ul {
    height: auto;
    overflow: hidden;
}
.fttop .ftc .ftmenu ul li{
 
 
    line-height: 2em;
}
.fttop .ftc .ftmenu ul li a{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}




.ftbot{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
}
.ftbot p{
    text-align: center;
    

}
.ftbot p,.ftbot p a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.ftbot p a img{
    width: 174px;
}
.ftbot p.yyzz{
    margin-top: 12px;
}



@media (max-width:769px) {
    .w{
        width: 100%;
    }
    .head{
        position: fixed;
        z-index: 80;
        background: #fff;
        height: 49px;
        border-bottom: 1px solid #f6f6f6;
    }
    
    .head .headr .menu{
        display: none;
        position: fixed;
        z-index: 80;
        left: 0;
        top: 50px;
        width: 100%;
        background-color: #fff;
    }
    .head .headr .menu a{
        display: block;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 16px;
        border-bottom: 1px solid #f6f6f6;
        background: url(../images/arrow1.png) no-repeat 98% center;
        background-size: 16px;
    }
    .head .headr .menu a.active::after{
        display: none;
    }
    .head .headr .tel{
        display: none;
    }
    .head .menubar{
        display: block;
        width: 26px;
        position: fixed;
        top: 13px;
        z-index: 81;
        right: 16px;
        cursor: pointer;
    }
    .head .logo{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .head .logo img{
        height: 21px;
        width: auto;
    }
    .head .menubar img{
        width: 100%;
        display: block;
    }
    .m-block{
        display: block;
    }
    img.titimg{
        height: 60px;
        display: block;
        width: auto;
    }
    .index-banner{
        display: block;
    }
    .mobile-ban{
        display: none;
    }

    .index-banner .swiper-slide img.pcimg{
        display: none;
    }
    .index-banner .swiper-slide img.mimg{
        display: block;
    }

    .index-banner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 4px;
        background: url(../images/dot.png) no-repeat center center;
        background-size: 10px;
    }

    .index-banner .swiper-pagination .swiper-pagination-bullet-active{
        background: url(../images/doth.png) no-repeat center center;
        background-size: 10px;
    }
    .index-banner .swiper-pagination{
        bottom: 10px;
    }


    .con{
        padding: 0 16px;
        box-sizing: border-box;
    }

    .commonposi{
        height: 50px;
    }
    .commonposi span, .commonposi a{
        font-size: 14px;
    }

    .nrtit h1{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .nrtit .date span{
        font-size: 12px;
        margin: 0 6px;
    }

    .prevnext{
        margin-top: 0;
        border-top: 1px solid #f6f6f6;
        padding-top: 20px;
    }
    .prevnext ul{
        display: block;
    }
    .prevnext ul li{
        margin-bottom: 6px;
    }

    .nrbody, .nrbody p{
        font-size: 14px;
        line-height: 1.8em;
    }

    .nrbody img, .nrbody p img{
        display: block;
        width: 100%!important;
        margin: 10px 0;
        height: auto!important;
    }

    .commonposi span, .commonposi a{
        font-size: 14px;
    }

    .showpage{
        padding-top: 20px;
    }



    .footer .zhe{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 70;
        background: rgba(0,0,0,0.7);
        display: none;
    }
    .fttop .ftc .ftmenu.ul{
        display: none;
    }
    .fttop .ftc .ftmenu h2{
        display: none;
    }
    .fttop .ftewm{
        display: none;
    }
    .footer{
        padding: 0 16px;
    }
    .fttop{
        padding: 50px 0 10px;
    }
    .fttop .ftlogo{
        padding-top: 0;
    }
    .fttop .ftl{
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .fttop .ftl .fttel h3{
        display: none;
    }
    .fttop .ftl .fttel h2 img{
        display: block;
        width: 24px;
        margin-right: 6px;
    }
    .fttop .ftc{
        width: 100%;
        display: none;
    }
    .fttop .ftl p.add{
        margin-top: 8px;
        display: block;
        color: rgba(255,255,255,0.8);
        padding: 0 20px;
        font-size: 14px;
        text-align: center;
    }
    .ftbot p,.ftbot p a{
        font-size: 12px;
        color: rgba(255,255,255,0.5);
    }
    .fttop .ftc .ftmenu{
        width: 100%;
    }
    .fttop .ftl .mp{
        display: none;
    }
    .ftbot{
        padding: 16px 0 30px;
    }
    .ftbot p{
        text-align: left;
    }
    .commonmore{
        display: none;
    }
    .ftbot p.yyzz{
        display: none;
    }
    .commondate img{
        display: none;
    }
    .commondate span{
        font-size: 12px;
    }


    .common-tit a img{
        height: 60px;
    }
    .mini-h{
        display: block;
    }
    .minift{
        display: block;
        z-index: 999;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .minift-in{
        height: 48px;
        padding: 0 40px;
    }
    .minift-in a .pic{
        width: 24px;
        height: 24px;
        position: relative;
    }
    .minift-in a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .minift-in a .pic img{
        position: absolute;
        width: 24px;
        height: 24px;
        display: block;
    }
    .minift-in a .pic img.img2{
        opacity: 0;
    }
    .minift-in a .pic img.img1{
        opacity: 1;
    }
    .minift-in a p{
        color: #909399;
        font-size: 10px;
    }
    .minift-in a.active p{
        color: #12366B;
    }
    .minift-in a.active .pic img.img1{
        opacity: 0;
    }
    .minift-in a.active .pic img.img2{
        opacity: 1;
    }














}









