/*微信弹窗*/
.wxtan{ display:none}
.tanbg{ display:none}
.tanbg{ position:fixed; width:100%; height:100%; left:0; top:0; z-index:9998;    background: rgba(0,0,0,.6);}
.wxtan {position:fixed; width:30%; top:50%;left:50%;  transform: translate(-50%, -50%);   background-color: rgba(255, 255, 255, 0.8); border-radius:10px; text-align:center; padding:30px 0;  z-index:9999}
.wxtan i{position: absolute; right: 7px; top: 7px; text-align: center; color: #fff; font-style: normal; background: #333; border-radius: 1rem; cursor: pointer; width: 22px;line-height: 22px;}
.wxtan p{ padding-top:3px; font-size:14px}
.wxtan .nrdf > *:nth-child(5){padding-top:0; margin-top:30px;}
.wxtan #fzwx{display: inline-block; background-color: #009946; color: #fff; border-radius: 5px; cursor: pointer; line-height:40px;}
.wxtan p span{ display: inline-block; padding: 2px 10px; background-color: #009946; color: #fff; border-radius: 5px; cursor: pointer;}
.wxtan span.wx{background: #009943 url(../images/wxico.png) no-repeat 6px center; background-size: 16px; padding-left: 20px;}
.ywx{ display:block !important}
.ybg{ display:block !important}
.twx{ cursor: pointer}

@media screen and (max-width: 768px) {
    .wxtan {width: 80%;}
}



/*底部导航*/
.sj-fix{display:none;}
@media only screen and (max-width:900px){
.sj-fix{ position:fixed; z-index:999;  bottom:0; left:0px; width:100%; background:#f05e0b; display: block;}
.sj-fix ul li{ display:block; width:25%; float:left; text-align:center;}
.sj-fix li a {
    display: block;
    padding: 0.5em 0;
}
.sj-fix li a img {
    display: block;
    width: 2.083em;
    margin: 0 auto;
}
.sj-fix ul li a span{    display: block;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    /*margin-top: 0.5em;*/
}
}