
/* 头部 */
.max_img{
    width: 240px;
    height: 51px;
    display: block;
}
.head .menubar,.top_logo,.top_phone2{
    display: none;
}
.tel_text{
    color: #fff;
}
.head .headr .menu a{
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    transition: all ease-in-out .2s;
    position: relative;
    font-weight: 400;
}
.head .headr .menu .sublis a{
    height: 50px;
}
.top_show{
    display: none;
    position: absolute;
    bottom: 0px;
    content: "";
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    border-radius: 15px;
}
.head .headr .menu a.active .top_show{
    display: block;
}
.head .headr .li{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 66px;
}

.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;
}
.foot_width_des{
    width: 300px;
}
.head .headr .menu .li .subli{
    display: none;
    left: 50%;
    margin-left: -120px;
    top:80px;
    z-index: 10;
    width: 250px;
}
.head .headr .menu .li .subli .sublis{
    margin-top: 10px;
    /* background-color: rgba(255,255,255,0.9); */
    background-color: rgba(218, 18, 21, 0.8);
    border-radius: 8px;
}
.head .headr .menu .li .subli .sublis a{
    border-bottom: 1px solid rgba(255,255,255,.4);
    /* color: #303133 !important; */
    color: #fff !important;
}
.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%;
/*    height: 950px;*/
    display: block;
}
.index-banner .swiper-slide img.min_image{
   /* height: 660px;*/
}
.index-banner .swiper-slide .pcimg{
    min-width: 1600px;
}
.pos_rZin{
    position: absolute;
    bottom: 130px;
    left: 300px;
}
.pos_rZin_2{
    position: absolute;
    bottom: 280px;
    left: 280px;
}
.index-banner .swiper-slide .pos_rZin_2 .banner_title2_1{
    width: 792px;
    height: 72px;
}
.index-banner .swiper-slide .pos_rZin_2 .banner_title2_2{
    width: 303px;
    height: 34px;
}
.index-banner .swiper-slide .pos_rZin_2 .banner_title2_3{
    width: 384px;
    height: 11px;
}
.index-banner .swiper-slide .mimg{
    display: none;
}
.index-banner .swiper-pagination{
    display: none;
}

.more_btn{
    width: 196px;
    height: 54px;
    border: 1px solid #fff;
    margin: 85px auto 0px;
}
.more_btn:active,
.banner_2_btn:active{
    color: #fff;
}
.banner_2_btn_min:active{
    color: #52423D;
}

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;
}
.head_phone{
    width: 20px;
    height: 20px;
}
.swiper-button-prev{
    left: 70px !important;
}
.swiper-button-next{
    right: 70px !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff !important;
}
/* 底部 */

.footer{
    background: #2C333E;
}
.footer_min{
    display: none;
}
.foot_url_width{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_dh_line{
    padding: 20px 150px;
}
.fttop{
    padding: 12px 0 0px;
}
.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);
}
.hear_list{
    display: block;
    height: 40px;
    width: 85px;
}

.foot_title_fu{
    display: block;
    margin-top: 17px;
}
.foot_cpzx{
    width: 180px;
}
.foot_cpzx_title{
    width: 90px;
}

.foot_phone{
    width: 44px;
    height: 44px;
}
.foot_bottom_line{
    width: 100%;
    height: 1px;
    background-color: rgba(96, 98, 102,0.5);
    margin-top: 45px;
}

.ftbot{
    padding: 14px 0px;
}
.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;
}
.yyzz img{
    width: 93px;
}
.config_code{
    width: 102px;
    height: 102px;
}
.al_icon{
   width: 102px;
    height: 102px; 
}
.lx_height{
    height: 40px;
}
.foot_logo{
    width: 60px;
    height: 60px;
}

/* 分页 */
.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: #DA1215;
    border: 1px solid #DA1215;
}
.pager ul li a:hover{
    color: #fff;
    background: #DA1215;
    border: 1px solid #DA1215;
}
.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;
}
.nrbody p.bt{font-weight: bold;margin-top:24px;}

.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: #DA1215;
}
.index-banner .swiper-slide .pos_rZin img{
    width: 627px;
    height: 170px;
}
.banner_js{
    border: 1px solid #5A3F37;
    border-radius: 40px;
    width: 530px;
    height: 32px;
}
.banner_2_btn{
    width: 196px;
    height: 54px;
    border-radius: 27px;
    background-color: #5A3F37;
}
.banner_3block{
    width: 819px;
    height: 341px;
    background-color: rgba(0,0,0,0.54);
    margin-left: 276px;
    padding: 0px 37px;
}
.banner_3_btn{
    background-color: #fff;
    color: #52423D;
}
.head .logo img.min_img{
    display: none;
}
.logo_footer{
    width: 200px;
  /*  height: 65px;*/
}
.footer_lx_line{
    padding: 40px 70px 47px;
}
.index-banner .swiper-slide img.pcimg_image{
    width: 1072px;
    height: 244px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -536px;
    margin-top: -200px;
}



@media (max-width:769px){
    .w{
        width: 100%;
    }
    .wt {
        margin: 0px;
        min-width: 0px;
    }
    .footer_min{
        display: block;
    }
    .max_img{
        display: none !important;
    }
    .head .logo img.min_img{
        display: block;
        width: 180px;
        margin-top: 5px;

    }
    .head{
        position: fixed;
        z-index: 80;
        background: #fff;
        height: 70px;
        border-bottom: 1px solid #f6f6f6;
        width: 100%;
    }
    .head .headr .menu{
        display: none;
        position: fixed;
        z-index: 80;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: rgba(218, 18, 21, 0.8);
    }
    .head .headr .menu a{
        font-size: 14px;
        display: block;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        /* border-bottom: 1px solid #f6f6f6; */
        background: url(../images/right_icon.png) no-repeat 98% center;
        background-size: 16px;
        color: #fff !important;
    }
    .head .headr .menu a.active::after{
        display: none;
    }
    .head .headr .tel{
        display: none;
    }
    .head .headr .menu a.active .top_show{
        display: none;
    }
    .head .menubar{
        display: block;
        width: 26px;
        height: 21px;
        position: fixed;
        top: 25px;
        z-index: 81;
        right: 16px;
        cursor: pointer;
    }
    .head .logo{
       /* width: 95%;*/
        display: flex;
        justify-content: center;
        margin-left:16px;
    }
    .head .menubar img{
        width: 100%;
        display: block;
    }
    
    .m-block{
        display: block;
        height: 70px;
    }

    .index-banner .swiper-slide .pcimg,.min_none,.footer{
        display: none;
    }
    .index-banner .swiper-slide .mimg{
        display: block;
    }
    .index-banner .swiper-slide img{
       height: auto; 
    }
    .pos_rZin{
        top: 85px;
    }
    .more_btn{
        width: 130px;
        height: 36px;
        border: 1px solid #fff;
        margin: 58px auto 0px;
    }
    .index-banner .swiper-button-next, .index-banner .swiper-button-prev{
        display: none;
    }
    .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 20px;
    }
    .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;
    }

    .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;
    }
    .banner_js{
        border: 1px solid #5A3F37;
        border-radius: 40px;
        width: 278px;
        height: 18px;
        margin: 20px auto;
    }
    .banner_2_btn{
        width: 130px;
        height: 36px;
        border-radius: 0px;
        border: 1px solid #5A3F37;
        margin: 40px auto;
        background-color: transparent;
    }
    .banner_3block{
        width: 282px;
        height: 164px;
        left: 50%;
        margin-left: -141px;
        padding: 19px 0px;
        top: 73px;
    }
    /* 底部小屏幕 */
    .foot_phone{
        width: 35px;
        height: 35px;
    }
    .logo_footer{
        width: 160px;
    }
    .foot_line_min{
        width: 1px;
        height: 15px;
        background-color: #606266;
    }
    .min_width_foot{
        width: 28%;
    }
    .foot_height_min{
        height: 25px;
    }
    .config_code{
        width: 85px;
        height: 85px;
    }
    .foot_min_bottom_line{
        width: 100%;
        height: 1px;
        background-color: rgba(96, 98, 102, 0.5);
    }




#tabbar{left:0; right:0; bottom:0; margin-left:auto; margin-right:auto; padding:0.5rem 0;position: fixed; background:#fff; border-top:1px solid #e1e1e1; z-index:999;}
#tabbar dl dd{float:left; width:33.33%; height:3.5rem; text-align:center; overflow:hidden;}
#tabbar dl dd a{display:block;}
#tabbar dl dd em{display:block; width:100%; height:1.75rem; background-repeat:no-repeat; background-position:center;}
#tabbar dl dd em.home{background-image:url(../images/home.png); background-size:1.75rem 1.625rem;}
#tabbar dl dd em.wechat{background-image:url(../images/wechat.png); background-size:2.125rem 1.75rem;}
#tabbar dl dd em.tel{background-image:url(../images/tel.png); background-size:1.75rem 1.75rem;}
#tabbar dl dd h3{height:24px; line-height:24px; margin-top:2px; font-size:14px; overflow:hidden;}
#tabbar dl dd.current em.home,#tabbar dl dd:hover em.home{background-image:url(../images/home-h.png);}
#tabbar dl dd.current em.wechat,#tabbar dl dd:hover em.wechat{background-image:url(../images/wechat-h.png);}
#tabbar dl dd.current em.tel,#tabbar dl dd:hover em.tel{background-image:url(../images/tel-h.png);}
#tabbar dl dd.current h3,#tabbar dl dd:hover h3{color:#DA1215;}


.tanchu {background:rgba(255,255,255,0.95);position: fixed;width:60%;padding:5%;left:15%;top:35%;display:none;z-index:1000;}
.tanchu .close {position: absolute;width:16px;height:16px;text-align:center;font-size:16px;color:#2681ba;right:10px;top:10px;background: #fff;border-radius: 50%;color:#333;}
.tanchu img {width:60%;margin:40px auto 20px;display:block;}
.tanchu h3.zixun {height: 36px;  line-height: 36px;   border-bottom: 1px solid #F0F0F0; font-size: 16px;  color: #333;}
.tanchu p.wenti {font-size:14px; margin-top:20px;color:#333;text-align:center;}
.tanchu p.changan {font-size:14px; margin-top:10px;margin-bottom:20px;color:#555;text-align:center;}

body{padding-bottom:4.5rem;}

}
/*min-width结束*/

@media (min-width:769px){
#tabbar{display: none;}
.tanchu{display: none;}
}

@media (max-width:769px){
.side{display: none!important}
}

.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li a div{font-size:14px;}
.side ul li:hover{background:#f67524;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/qq.png)}
.side ul li i.bgs2{background-image:url(../images/zaixianzixun.png)}
.side ul li i.bgs3{background-image:url(../images/weixin.png)}
.side ul li i.bgs4{background-image:url(../images/dianhua.png)}
/*.side ul li i.bgs5{background-image:url(../images/right_pic3.png)}*/
.side ul li i.bgs6{background-image:url(../images/fanhuidingbu.png)}
.side ul li:hover i.bgs1{background-image:url(../images/qq1.png)}
.side ul li:hover i.bgs2{background-image:url(../images/zaixianzixun1.png)}
.side ul li:hover i.bgs3{background-image:url(../images/weixin1.png)}
.side ul li:hover i.bgs4{background-image:url(../images/dianhua1.png)}
/*.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}*/
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#f67524;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../images/wechat.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0px;background:#f67524}
.side ul li.sideetel .telBox dd{display:block;height:78.5px;overflow:hidden;padding-left:94px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;color:#fff;line-height:28px;height:28px;overflow:hidden;margin-top:16px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/shouji.png) 28px center no-repeat;color:#fff;}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}


