/* bottom */
.jjgy_bottom {
    background: #2E3238;
}
.jjgy_bottom_content{
    width: 15rem;
    margin: 0 auto;
}
.jjgy_bottom .bottom_tit{
    height: 0.8rem;
    border-bottom: 1px solid #474747;
    display: flex;
    align-items: center;
}
.jjgy_bottom .bottom_tit .bottom_yqlj{
    padding-left: .24rem;
    font-size: .16rem;
    color:#999999;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.jjgy_bottom .bottom_tit .bottom_yqlj a{
    margin-right: .2rem;
    color:#999999;
    transition: all .3s ease;
}
.jjgy_bottom .bottom_tit .bottom_yqlj a:hover{
    color:red;
}
.jjgy_bottom_content .jjgy_bottom_nr{
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
}
.jjgy_bottom_nr .jjgy_bottom_left {
    width: 3.75rem;
    flex-shrink: 0;
}
.jjgy_bottom_nr .jjgy_bottom_left .left_box {
    /* margin-top: .35rem; */
}
.jjgy_bottom_nr .jjgy_bottom_left p {
    font-size: .16rem;
    color: #fff;
    line-height: .35rem;
}
.jjgy_bottom_nr .jjgy_bottom_left p span {
    color: #A7ABB1;
    padding-right: .12rem;
}
.jjgy_bottom_nr .jjgy_bottom_left .listli_btn{
    display: inline-block;
    width: 1.86rem;
    height: .46rem;
    text-align: center;
    line-height: .46rem;
    background: #AA0000;
    color:#fff;
    font-size:.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
}
.jjgy_bottom_nr .jjgy_bottom_left .listli_btn img{
    margin-right: .15rem;
    width: .29rem;
}
.jjgy_bottom_nr .jjgy_bottom_right {
    display: flex;
}
.jjgy_bottom_right .jjgy_bottom_list{
    width: 1.5rem;
    min-height: 2rem;
    text-align: center;
    position: relative;
}
.jjgy_bottom_right .jjgy_bottom_list a {
    display: block;
    font-size: .16rem;
    color: #7C8187;
    line-height: .4rem;
    transition: all .3s ease;
}
.jjgy_bottom_right .jjgy_bottom_list a p{
    line-height: .16rem;
    color: #fff;
    margin-bottom: .15rem;
}
.jjgy_bottom_right .jjgy_bottom_list a:hover,.jjgy_bottom_right .jjgy_bottom_list a:hover p{
    color:#B23636;
}
.jjgy_bottom_nr .jjgy_bottom_right .jjgy_bottom_ewm {
    display: flex;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box {
    margin-left: .6rem;
    text-align: center;
    position: relative;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box:first-child {
    margin-left: .3rem;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box .tit{
    text-align: center;
    color: #fff;
    font-size: .16rem;
    font-weight: 1000;
    line-height: .16rem;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box img {
    border-radius: .15rem;
    margin-top: .23rem;
    width: 1.5rem;
}
.jjgy_bottom_right .jjgy_bottom_ewm .bottom_ewm_box::after {
    content: '';
    width: 1px;
    height: 2.08rem;
    background: rgba(255,255,255,0.05);
    top: -.14rem;
    left: -.3rem;
    position: absolute;
}
.jjgy_bottom_beian{
    height: .6rem;
    background: #272A30;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.jjgy_bottom_beian p, .jjgy_bottom_beian a {
    color: #65696E;
    transition: all .5s ease;
}
.jjgy_bottom_beian p {
    margin: 0 .1rem;
    font-size: .16rem;
}
.jjgy_bottom_beian a:hover{
    color:#B23636;
}
@media screen and (max-width: 1500px) {
    .jjgy_bottom_content{
        width: 100%;
    }
}
@media screen and (max-width: 750px){
    .jjgy_bottom_content{
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .jjgy_bottom_list{
        display: none;
    }
    .jjgy_bottom_nr .jjgy_bottom_left{
        flex-shrink: initial;
    }
    .jjgy_bottom_nr .jjgy_bottom_left .listli_btn{
        width: 2.6rem;
        height: 0.8rem;
        line-height: .8rem;
        font-size: .28rem;
    }
    .jjgy_bottom_nr .jjgy_bottom_left .listli_btn img {
        width: 0.5rem;
    }
    .jjgy_bottom_beian{
        height: auto;
        padding: .15rem 0;
    }
}


.gdxq-qrcode-box {position: fixed; top: 0px; left: 0px; margin: auto; background: rgba(0,0,0,0.75); width: 100%; height: 100%; z-index: 100; opacity: 0; visibility: hidden; transition: all 0.5s ease; }
.gdxq-qrcode-box.active { opacity: 1; visibility: visible; }
.gdxq-qrcode-box .gdxq-qrcode-inner { width: 3.92rem; position: absolute; top: 50%; left: 50%; background: #fff; transform: translate(-50%,-65%); border-radius: .1rem; opacity: 0; visibility: hidden; transition: all 0.5s ease; border-radius: .15rem; }
.gdxq-qrcode-box.active .gdxq-qrcode-inner { opacity: 1; visibility: visible; transform: translate(-50%,-50%); }
.gdxq-qrcode-text {padding: .39rem .15rem 0; text-align: center; font-size: .15rem; }
.gdxq-qrcode-bg {position: absolute; top: -2px; left: 0px; z-index: -1; border-radius: .1rem .1rem 0 0; overflow: hidden; }
.gdxq-qrcode-bg img {width: 100%; }
.gdxq-qrcode-img {background: #fff;width: 2.55rem; height: 2.55rem; font-size: 0px; margin: .25rem auto 0; box-shadow: 0 .05rem .1rem rgba(0,0,0,0.05); padding: .1rem; border: 1px solid #ebebeb; box-sizing: border-box; }
.gdxq-qrcode-img img {width: 100%; height: 100%; object-fit: cover; }
.gdxq-qrcode-tip {text-align: center; font-size: .14rem; color: #999; padding: .1rem .2rem .2rem; }
.gdxq-qrcode-text p span {display: block; font-size: .2rem; font-weight: bold; color: #fff; }
.gdxq-qrcode-text p b {color: #fff; font-weight: normal; border: 1px solid rgba(255,255,255,0.25); padding: .05rem .15rem; border-radius: .5rem; display: inline-block; margin-top: .1rem; }
.gdxq-qrcode-close {position: absolute; top: -.15rem; right: -.15rem; width: .39rem; height: .39rem; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.75); border-radius: .5rem; }
.gdxq-qrcode-close img {width: .15rem; }

@media (max-width: 750px){
    .gdxq-qrcode-box .gdxq-qrcode-inner{
        width: 90vw;
        max-width: 675px;
    }
    .gdxq-qrcode-text p span{
        font-size: .4rem;
    }
    .gdxq-qrcode-text{
        font-size: .3rem;
    }
    .gdxq-qrcode-img{
        width: 5.1rem;
        height: 5.1rem;
    }
    .gdxq-qrcode-tip{
        font-size: .28rem;
        padding: 0.2rem 0.4rem 0.4rem
    }
    .gdxq-qrcode-close{
        width: .78rem;
        height: .78rem;
    }
    .gdxq-qrcode-close img{
        width: .3rem;
    }
}



.lhw-right-xf { width: .6rem; position: fixed; bottom: 25%; right: .2rem; transition: all 0.5s ease; transform: translateX(100px); opacity: 0; visibility: hidden; }
.lhw-right-xf.active { transform: translateX(0px); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-free { font-size: 0px; display: block; }
.lhw-right-xf .lhw-xf-free:after { content: ""; width: 13px; height: 13px; display: block; position: absolute; top: -6.5px; right: -6.5px; background: #f60; border: 2px solid #fff; border-radius: 50px; animation: zoomIn 1.2s linear 1.2s infinite alternate; }
.lhw-right-xf .lhw-xf-item { height: .6rem; display: flex; align-items: center; justify-content: center; text-align: center; background: #666; margin-top: 10px; position: relative; transition: all 0.5s ease; text-decoration: none; color: #323232; }
.lhw-right-xf .lhw-xf-item img{
    width: .36rem;
}
.lhw-right-xf .lhw-xf-item:hover { background: #323232; }
.lhw-right-xf .lhw-xf-item i { position: absolute; top: 5px; left: -10px; animation-fill-mode: both; animation-duration: 1s; animation-name: flash; animation-iteration-count: infinite; }
@keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% {-webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); } }
@keyframes flash {from, 50%, to {opacity: 1; } 25%, 75% {opacity: 0; } }

.lhw-right-xf .lhw-xf-tel .lhw-connect-box { width: 256px; position: absolute; top: -139px; right: 70px; background: #fff; padding: 25px 0; text-align: left; box-shadow: 0 15px 32px rgba(0,0,0,0.15); opacity: 0; transform: translate(100px,100px) scale(0); visibility: hidden; transition: all 0.5s ease;font-size: 16px; }
.lhw-right-xf .lhw-xf-tel:hover .lhw-connect-box { transform: translate(0,0) scale(1); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box:after { content: ""; width: 0px; right: 0px; border-left: 5px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; right: -5px; bottom: 90px; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box span { display: block; padding: 0 25px; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box span b { color: #2589ff; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box p { margin: 20px 0 0; text-align: center; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box p img{
    width: 150px;
    height: auto;
}
@media (max-width: 750px){
    .lhw-right-xf{
        width: 1rem;
    }
    .lhw-right-xf .lhw-xf-item{
        height: 1rem;
    }
    .lhw-right-xf .lhw-xf-item img{
        width: .5rem;
    }
}



.footer-href {padding-bottom: .2rem;width: 12rem;margin: 0 auto;border-bottom: 1px solid #3b3c3f;}
.footer-href .lhw-floor-wrapper { padding-top: .2rem; font-size: .16rem;line-height: 2;  }
.footer-href p { float: left; color: #fff; }
.footer-href a { color: #7c8187; text-decoration: none; margin-right: .19rem;transform: all .3s ease; }
.footer-href a:hover{color:#B89767;}

@media (max-width: 750px){
    .footer-href{width: 100%;padding: 0 .24rem .2rem;box-sizing: border-box;}
    .footer-href .lhw-floor-wrapper{font-size: .26rem;}
}

.no-shuju img,.bucunzai img{
    width: 6rem;
}