
/*底部*/
.footer {
    width: 100%;
    overflow: hidden;
}

.ddl {
    width: 55%;
    margin: 0;
}

.ddl>p {
    margin-top: 35px;
}

.ddl>ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;

}

.ddl>ul>li>ul>li:first-child a {
    color: #888888;
    display: block;
    font-size: 14px;
    margin: 15px 0;
}

.ddl>ul>li>ul>li a {
    font-size: 14px;
    line-height: 22px;
}

.ddl>ul>li>ul {
    margin-left: 50px;
}

.ddl>ul>li:first-child>ul {
    margin: 0;
    padding: 0;
}

.ddl>ul>li a {
    color: #666666;
}

.ddl>ul>li a:hover {
    color: #888888 !important;
}

.ddl>p>span {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    margin: 0 10px;
}

.ddl>p>span:first-child {
    margin: 0;
}

.ddr_box {
    display: flex;
    display: -ms-flexbox;

    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.ddr_box>div {
    margin: 10px 7px;
    position: relative;
}

.ff {
    width: 100%;
}

.ff>img {
    width: 100%;
}

.Img {
    display: none;
}

.wx:hover .qr,
.wb:hover .qr,
.qq:hover .qr {
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
    display: block;
    /*display: -ms-flexbox;*/
}

.wx:hover .Img,
.wb:hover .Img,
.qq:hover .Img {
    display: block;
}

.wx:hover .Img_bai,
.wb:hover .Img_bai,
.qq:hover .Img_bai {
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
    display: none;
}

.qr {
    display: none;
    text-align: center;
    position: absolute;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-align: center;
    align-content: center;

    -ms-flex-pack: justify;
    justify-content: center;
    padding-top: 25px;
    bottom: -140px;
    width: 110px;
    /*height: 127px;*/
    background: url("../images/QR-code-bg.png") no-repeat center center;
}

.qr img {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
}

.qr p {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.footer_hr {
    width: 100%;
    border-top: 1px solid #666666;
}

.footer_bot {
    padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {

    html,
    body {
        font-size: 14px;
    }

    .design_left>ul li:last-child {
        display: none;
    }

    .label_list>div a span {
        font-size: 14px;
        padding: 12px 25px;
    }
}