
/* 头部 */
.head .headr .tel{
    margin-left: 56px;
}
.head .headr .tel img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: block;
}
.head .headr .tel span{
    color: #EA1716;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.head .logo img{
    width: 330px;
    display: block;
}
.head .menubar{
    display: none;
}
.head .headr .menu a{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: all ease-in-out .2s;
    position: relative;
}
.head .headr .menu a:hover,
.head .headr .menu a.active
{
    color: #0049B7;
}
.head .headr .menu a.active::after{
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: #0049B7;
    border-radius: 15px;
}
.head .headr .li{
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 52px;
}

.head .headr .menu .li:nth-last-child(1){
    margin-right: 0;
}

.z-index10{
    z-index: 10;
    width: 1280px;
    top: 40px;
    left: 50%;
    margin-left: -640px;
}

.head .headr .menu .li .subli{
    display: none;
    left: 50%;
    margin-left: -80px;
    top:80px;
    z-index: 10;
    width: 160px;
}
.head .headr .menu .li .subli .sublis{
    margin-top: 10px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 8px;
}
.head .headr .menu .li .subli .sublis a{
    border-bottom: 1px solid #fff;
}
.head .headr .menu .li .subli .sublis a:nth-last-child(1){
    border-bottom: none;
}
.head .headr .menu .li:hover .subli{
    display: block;
}



.index-banner .swiper-slide img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide img.pcimg{
    min-width: 1400px;
}
.index-banner .swiper-slide img.mimg{
    display: none;
}
.index-banner .swiper-pagination{
    bottom: 20px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 8px;
    opacity: 1;
    background: url(../images/ax_icon_none.png) no-repeat center center;
    background-size: 12px;
    border-radius: 0px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
    background: url(../images/lb_icon_cs.png) no-repeat center center;
    background-size: 12px;
    border-radius: 0px;
}

.m-block{
    height: 88px;
    display: block;
}
img.titimg{
    height: 76px;
    display: block;
    width: auto;
}
.commonmore a{
    display: flex;
    transition: all ease-in-out .2s;
    width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #B3B9C3;
}
.commonmore a .img{
    width: 18px;
    height: 16px;
    position: relative;
}
.commonmore a img{
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out .2s;
    position: absolute;
}
.commonmore a img.img01{
    opacity: 1;
}
.commonmore a img.img02{
    opacity: 0;
}
.commonmore a span{
    font-size: 14px;
    margin-right: 6px;
    color: #606266;
    transition: all ease-in-out .2s;
}
.commonmore a:hover{
    border: 1px solid #005BAC;
}
.commonmore a:hover span{
    color: #005BAC;
}
.commonmore a:hover img.img01{
    opacity: 0;
}
.commonmore a:hover img.img02{
    opacity: 1;
}

.commondate img{
    width: 20px;
    display: block;
    margin-right: 10px;
}
.commondate span{
    color: #909399;
    font-size: 16px;
}

.ban img{
    display: block;
    width: 100%;
}




.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;
}
/* 底部 */

.footer{
    background: #303133;
}
.foot_url_width{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fttop{
    padding: 24px 0 40px;
}
.fttop .ftlogo{
    padding: 30px 0 0 0;
}
.fttop .ftlogo img{
    width: 93px;
    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;
}
.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{
    width: 208px;
    margin-right: 80px;
}
.fttop .ftc .ftmenu ul {
    height: auto;
    overflow: hidden;
}
.fttop .ftc .ftmenu ul li{
    float: left;
    width: 90px;
    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: 24px 0px 54px;
}
.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;
}
.yyzz img{
    width: 93px;
}
.config_code{
    width: 112px;
    height: 112px;
}
.lx_height{
    height: 40px;
}
.foot_logo_min{
    width: 202px;
    height: 36px;
}

/* 分页 */
.pager{
    margin: 70px 0 40px;
}
.pager_min{
    margin: 50px auto 0px;
}
.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 #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #303133;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    transition: all ease-in-out .2s;
}
.pager ul li.active span{
    display: inline-block;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #0049B7;
    border: 1px solid #0049B7;
}
.pager ul li a:hover{
    color: #fff;
    background: #0049B7;
    border: 1px solid #0049B7;
}
.pager ul li:nth-last-child(1) a{
    width: auto;
    padding: 0 20px;
    border-radius: 4px;
}
.pager ul li:nth-child(1) a{
    width: auto;
    padding: 0 20px;
    border-radius: 4px;
}

.pager ul li.disabled span{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #303133;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: auto;
    padding: 0 20px;
}
.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: bold;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 44px;
}
.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;
}
.nrbody p{
    line-height: 2em !important;
}
.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;
}



@media (max-width:769px) {
    .w{
        width: 100%;
    }
    .wt {
        margin: 0px;
        min-width: 0px;
    }
    .head{
        position: fixed;
        z-index: 80;
        background: #fff;
        height: 65px;
        border-bottom: 1px solid #f6f6f6;
        width: 100%;
    }
    .head .logo img {
        width: 250px;
    }
    .head .headr .menu{
        display: none;
        position: fixed;
        z-index: 80;
        left: 0;
        top: 65px;
        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;
        height: 21px;
        position: fixed;
        top: 34px;
        z-index: 81;
        right: 16px;
        cursor: pointer;
    }
    .head .logo{
        width: 95%;
        display: flex;
        justify-content: center;
    }
    .head .menubar img{
        width: 100%;
        display: block;
    }
    .m-block{
        display: block;
        height: 65px;
    }

    .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/ax_icon_none.png) no-repeat center center;
        background-size: 10px;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet-active{
        background: url(../images/lb_icon_cs.png) no-repeat center center;
        background-size: 10px;
    }
    .index-banner .swiper-pagination{
        bottom: 10px;
    }

    .head .headr .li{
        margin-right: 0px;
        height: 50px;
    }

    .head .headr .menu .li:hover .subli{
        display: none;
    }

    img.titimg{
        height: 60px;
        display: block;
        width: auto;
    }

    .fttop .ftlogo{
        display: none;
    }
    .fttop .ftc .ftmenu.ul{
        display: none;
    }
    .fttop .ftc .ftmenu h2{
        display: none;
    }
    .fttop .ftewm{
        display: none;
    }
    .footer{
        padding: 0 16px;
    }
    .fttop{
        padding: 32px 0 10px;
    }
    .fttop .ftc{
        width: 100%;
    }
    .fttop .ftc .ftmenu{
        width: 100%;
    }
    .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;
    }
    .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;
    }

    .con{
        padding: 0 16px;
        box-sizing: border-box;
    }
    .commonposi{
        height: 50px;
    }
    .nrtit h1{
        font-size: 20px;
        text-align: left;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .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; */
        max-width: 100%;
        margin: 10px 0;
    }

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

    .showpage{
        padding-top: 20px;
    }
    .config_code{
        width: 72px;
        height: 72px;
    }
}









