/* 底部样式 */
.footer {
    width: 100%;
    margin-top: 190px;
}
.footer .connect-sider {
    width: 100%;
    background: #e70d23;
}
.footer .connect {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 0;
}
.footer .connect .item {
    text-align: center;
    border-right: solid 1px #d4d4d4;
    padding: 5px 0;
}
.footer .connect .item:last-child {
    border: none;
}
.footer .connect .item a {
    font-size: 16px;
    color: #fff;
}
.footer .connect .item span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
.footer ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.footer ul li a {
    display: block;
    color: #121010;
    font-size: 13px;
    line-height: 2.5;
}
.footer ul li h3 {
    font-size: 20px;
    color: #121010;
    margin-bottom: 20px;
}
.footer .Footerbott {
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
}
.footer .Footerbott .logo {
    width: 200px;
    margin-right: 50px;
}
.footer .Footerbott .logo img {
    width: 100%;
}
.footer .Footerbott .media {
    display: inline-flex;
    align-items: flex-end;
    padding-bottom: 100px;
}
.footer .Footerbott .media a {
    color: #e70d23;
    font-size: 20px;
    padding-right: 20px;
}

.BottomFloat {
    display: none;
}
.banquan {
    width: 100%;
    text-align: right;
}
 @media (max-width:768px) {
    /* 底部样式 */
    .footer {
        margin-top: 50px;
    }
    .footer .connect {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }
    .footer .connect .item {
        width: 90%;
        margin: auto;
        text-align: left;
        padding: 20px 0;
        border-bottom: solid 1px #d4d4d4;
        border-right: none;
    }
    .footer .connect .item:last-child {
        border: none;
    }
    .footer ul {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .footer ul li {
        width: 100%;
        margin-top: 20px;
    }
    .footer ul li h3 {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .footer ul li a {
        display: inline-block;
        padding-right: 10PX;
    }

    /* 手机底部 */
    .BottomFloat {
        display: block;
        width: 100%;
        background: #e70d23;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 10px 0;
    }
    .BottomFloat ul {
        display: flex;
        height: 60px;
    }
    .BottomFloat ul li {
        width: 25%;
        text-align: center;
    }
    .BottomFloat ul li a {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .BottomFloat ul li span {
        color: #fff;
        font-size: 30px;
        display: block;
    }
    .BottomFloat ul li span:last-child {
        color: #fff;
        font-size: 10px;
        display: block;
     
    }
 }

/* 头部语言切换 */
/* .header-controls-inner span {
    color: #fff;
}
.language {
    padding-left: 20px;
} */
.language {
    background: #fff;
    float: right;
    line-height: 85px;
    padding: 0 20px;
    
}

.gt_black_overlay {
    z-index: 9 !important;
}

