/* 底部 */
#footer {
    /* height: 4.00rem; */
    background: #2D3036;
    width: 100%;
    overflow: hidden;
}

#footer .footer-container {
    padding: 0.35rem 1.10rem 0;
}

#footer .footer-container .footer-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #999;
}

#footer .footer-container ul {
    display: flex;
}

#footer .footer-container li {
    margin-right: 0.58rem;
}

/* 关注 */
#footer .footer-container li:nth-child(7) {
    margin-right: 0;
}


#footer .footer-container li,
#footer .footer-container li a {
    text-align: left;
    line-height: 0.40rem;
    color: #fff;
}

#footer .footer-container li>div:hover,
#footer .footer-container li a:hover {
    color: #0DA0C6;
}


#footer .footer-container li .item-title {
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.40rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1rem;
}

#footer .footer-container li .item-details {
    font-size: 0.13rem;
    cursor: pointer;
    max-width: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 全球战略布局 */
#footer .footer-container .footer-right-nav {
    color: #fff;
}

#footer .footer-container .footer-right-nav .item-title {
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.40rem;
}

#footer .footer-right-nav .item-title:hover {
    color: #0DA0C6;
}

#footer .footer-container .footer-right-nav .item-img {
    margin: 0.20rem 0 0 0.15rem;
}

#footer .footer-container .footer-right-nav .item-img img {
    width: 100%;
}

#footer .footer-container .footer-right-nav .item-address {
    line-height: 0.54rem;
    font-size: 0.14rem;
}

#footer .footer-container .copyright {
    font-size: 0.14rem;
    line-height: 0.84rem;
    color: #fff;
    text-align: center;
}