#footer {
    width:100%;
    background:url(/vpn/89/https/P75YPLUJNSRXELLZF3SX85B/images/footer-bg.jpg;vpn_img) no-repeat center center #343434;
    height:110px;
    position: relative;
}

.bottom {
    width:1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.footer-logo {
    width: 216px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
    top: 50%;
}

.footer-info {
    padding: 49px 0 0 420px;
    font-size: 12px;
}

.footer-info span {
    margin-right:25px;
    color: #fff;
}

.footer-info a {
    color: #fff;
}

.footer-info a:hover {
    color: #2095ff;
}

.wechat-img {
    height: 70px;
    position: absolute;
    z-index: 1;
    text-align: center;
    left: 250px;
    top: 50%;
    margin-top: -35px;
    color: #fff;
}

.wechat-img img {
    width: 70px;
    height: 70px;
    display: block;
    background: #fff;
    padding: 6px;
    border-radius: 7px;
    box-sizing: border-box;
}

.wechat-img .img-title {
    margin-top: 10px;
    display: block;
    font-size: 13px;
}

.footer-beian img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

.jx-body #footer {
    height: 100px;
    background: #29292c;
    text-align: center;
}

.jx-body #footer .unit {
    color: #f2f2f2;
    padding-top: 30px;
}

.jx-body #footer .icp {
    color: #666666;
    margin-top: 12px;
}

.jx-body .beian-link {
    color: #666;
}

.expert-footer {
    display: block;
    width: 100%;
    background-color: #585f69;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    height: 44px;
    line-height: 44px;
    border-top: 2px solid #0D48AC;
}

.expert-footer>li {
    display: inline-block;
    color: #dadada;
    font-size: 13px;
    margin: 0 15px;
}

.expert-footer a.beian-link {
    color: #dadada;
}

.expert-footer a.footer-beian {
    margin-left: 10px;
}

.expert-footer-beian img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
/*英文版*/
 .en-lang #footer {
    background: #1f1f1f;
}

.en-lang .footer-info {
    float: right;
    padding-left: 0;
    padding-top: 38px;
}

.en-p2 {
    margin-top: 5px;
}

.en-lang .footer-info, .en-lang .footer-info a {
    color: #cfcfcf;
}

.footer-info .en-p1 span {
    margin-right: 19px;
    position: relative;
    color: #cfcfcf;
    cursor: pointer;
}

.footer-info .en-p1 a span:after {
    content: "";
    height: 11px;
    width: 1px;
    background: #cfcfcf;
    position: absolute;
    right: -10px;
    top: 3px;
}
/*英文版 end*/
 @media screen and (max-width:640px) {
    #footer .bottom {
        background:#161A2C;
        width: 100%;
        height: auto !important;
        line-height: 2 !important;
        padding: 20px 15px 50px;
        box-sizing: border-box;
    }
    
#footer .bottom p, #footer .bottom p span a {
        color:#fff;
    }
    
.bottom p > span {
        margin:0;
    }
    
.footer-logo {
        position: absolute;
        width: 104px;
        right: 20px;
        left: auto;
        top: 19px;
        margin-top: 0;
        opacity: 0.8;
        display: none;
    }
    
.wechat-img {
        display: none;
    }
    
.footer-info {
        padding: 1px 0 0;
    }
    
.bottom .footer-line1 {
        margin-top: 0;
    }
    
.bottom .footer-line2 span {
        display: block;
        width: 100%;
        margin: 0;
    }
    
.footer-info span:first-child {
        display: block;
        text-align: left;
        margin-right: 0;
    }
    
.footer-info span {
        margin: 0 5px;
    }
    
.contactUs {
        display: block;
        text-align: left;
    }
}