footer {
    background-color: #101920;
    padding-top: 50px;
    padding-bottom: 48px;
}


.foot-top {
    display: flex;
    justify-content: space-between;

}

.foot-t-left>img {
    width: 240px;
}

.foot-t-left .company-name {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;

}

.foot-ewm {
    display: flex;
    margin-top: 30px;
}

.foot-ewm li {
    text-align: center;
}

.foot-ewm li:first-child {
    margin-right: 20px;
}

.foot-ewm li img {
    width: 110px;

}

.foot-ewm li h4 {
    font-size: 16px;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 24px;
}

/*右边部分 */

.foot-t-right {
    display: flex;

}

.foot-t-right .foot-t-tabbar {
    margin-right: 70px;


}

.foot-t-right .foot-t-tabbar:last-child {
    margin-right: 0 !important;
}
.foot-t-right li:first-child a{font-size:16px; margin-bottom: 10px;}
.foot-t-right a {
    font-size: 14px;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 32px;
    opacity: 0.9;
    transition: all 0.3s;
}

.foot-t-right a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.fo-t-one {
    color: #FEFEFE !important;
}



.foot-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.foot-b-left {
    display: flex;
    align-items: center;

}

.foot-b-contact {
    opacity: 0.9;
}

.foot-b-contact h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px
}

.foot-b-contact span {
    font-size: 30px;
    font-weight: 300;
    color: #A8A8A8;
    line-height: 40px;
}

.foot-b-contact div {
	max-width: 600px;
    font-size: 14px;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 28px;
}

.foot-b-imgs {
    margin-left: 60px;
}

.foot-b-imgs img {
    width: 50px;
    margin-right: 25px;

}

.foot-b-right h4 {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #6F7173;
    line-height: 28px;
    opacity: 0.9;

}

@media screen and (min-width: 1190px) and (max-width: 1300px) {
    .w1300 {
        width: 90% !important;
    }

    /* 底部 */
    .foot-t-right .foot-t-tabbar {
        margin-right: 60px !important;
    }

    .foot-b-imgs img {
        width: 44px !important;
    }

}

@media screen and (min-width: 900px) and (max-width: 1190px) {
    .w1300 {
        width: 90% !important;
    }

    /* 底部 */
    .foot-t-right .foot-t-tabbar {
        margin-right: 55px !important;
    }

    .foot-bottom {
        margin-top: 60px !important;
    }
}