.w360 {
    width: 360px;
}

.w620 {
    width: 620px;
}

.footer {
    background: #f7f7f7;
    border-top: 3px solid #dcdcdc;
    padding: 20px 0 90px;
    color: #949494;
}

.footer a {
    color: #949494;
}

.footer_p1 {
    color: #000000;
    margin-left: -15px;
}

.footer .footer_p1 a {
    padding: 0 15px;
    color: #000000;
}

.footer a:hover {
    color: #408ed6;
}

.footer_logo img {
    margin: 0 10px;
}

.footer_p2 {
    float: right;
}

.backtop_btn {
    width: 1000px;
    position: relative;
}

.backtop {
    position: absolute;
    display: none;
    right: 20px;
}

.backtopfix {
    position: fixed;
    bottom: 90px;
    _position: absolute;
    top: expression((offsetparent.scrolltop) 0);
    z-index: 2;
    display: block;
}

.backtop a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(/uploads/image/simages/backtop.png) no-repeat center #e0e0e0;
    transition: background 0.2s linear;
}

.backtop a:hover {
    background: url(/uploads/image/simages/backtop.png) no-repeat center #c7c7c7;
}

.qrcode {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
}

.qrcode img {
    width: 100px;
}

.qrcode_left {
    position: fixed;
    left: 20px;
    top: 188px;
}

.qrcode_left img {
    width: 100px;
}

@media screen and (max-width:1200px) {
    .qrcode {
        display: none;
    }
}


/*频道logo*/

.branding_logo {
    margin: 22px 0 0 15px;
}