.navMenuOpt{
    width: 20px;
    height: 20px;
    background: url('/statics/images/bgy/nav_more.png') ;
    background-size: 100% 100%;
    position: absolute;
    top: 29px;
    right: 10px;
    display: none;
}
.navMenuOpt.close{
    background: url('/statics/images/bgy/nav_close.png') ;
    background-size: 100% 100%;
}
.pcshow{
    display: block;
}
.mobshow{
    display: none;
}
@media screen and (max-width: 800px) {
    .pcshow{
        display: none;
    }
    .mobshow{
        display: block;
    }
    .actImgs img{
        width: 100%!important;
    }
    body{
        padding-top: 30px;
    }
    .navMenuOpt{
        display: block!important;
    }
    .wbox{
        width: 100%!important;
    }
    .header-wrap .header a.wx{
        display: none
    }
    .header-wrap .header,.header-wrap{
        height: 60px;
    }
    .header-wrap .header a.logo{
        top: 13px;
        left: 10px;
    }
    .header-wrap .header .nav{
        position: absolute;
        left: 0;
        top: 60px;
        flex-direction: column;
        width: 100%;
        background: #fff;
        height: auto;
        box-shadow: 0 0 2px #ddd;
        flex-direction: column;
        display: none;
    }
    .header-wrap .header .nav.show{
        display: flex;
    }
    .header-wrap .header .nav a{
        float: none;
        padding: 0;
        text-align: center;

    }
    .header-wrap .kfTel{
        position: absolute;
        right: 30px;
        top: 10px;
        height: 24px;
        zoom: 0.6;
    }
    .header-wrap .regs {
        position: absolute;
        right: 45px;
        top: 30px;
        height: 30px;
        zoom: 0.9;
    }
    .bannerBox,.bannerPic li{
        height: 300px!important;
        background-size: auto 100%;
    }

    body .tab-ul {
        height: 110px;
        width: 790px;
        position: absolute;
        left: 0;
        top: 43px;
        zoom: 0.5;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }
    body .tab-ul li{
        margin-right: 0;
    }
    .index_dd1{
        height: 100px!important;
    }
    .index_dd2{
        height: 300px!important;
        background-size: auto 100%;
    }
    .index_dd3{
        height: 140px!important;
        background-size: auto 100%;
    }
    .index_dd4{
        height: 200px!important;
        background-size: auto 100%;
    }
    .footer_center,.tab-ul,.footer .bq .link{
        width: 100%!important;
    }
    .footer_center ul li{
        margin-right: 20px!important;
    }
    .footer_center ul{
        padding: 0 12px;
         box-sizing: border-box;;
    }
    .link{
         padding: 0 15px;
         box-sizing: border-box;;
    }

    .actTanBox img{
        width: 320px;
    }
    .actTanBox>div i{
        right: 12px!important;
    }

    div.rightFixedBar{
        zoom:0.8;
        right: 10px;
    }
    div.sbuFormBox{
        width: 100%;
        padding:20px;
        zoom:0.9;
    }
    div.sbuFormBox .inpBox{
        width: 100%;

    }
    div.sbuFormBox h3{
        font-size: 23px;
        margin-bottom: 20px;
    }

}