.footer {
    width: 100%;
}


/* .response>div>img:hover {
    transition: 1s;
    transform: scale(2);
} */

.footer-s {
    width: 100%;
    height: auto;
    background: #2D2D2D;
}

.footer-right>.content>.circle:nth-child(4) {
    margin-right: 0 !important;
}

.s-warp {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.s-warp .s-logo {
    margin-top: 99px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-warp .s-logo .imgs {
    width: 199px;
    height: 58px;
    cursor: pointer;
    overflow: hidden;
}

.s-warp .s-logo .imgs-warp {
    width: 199px;
    top: 0;
    transition: 0.3s;
    position: relative;
}


/* .s-warp .s-logo .imgs:hover .imgs-warp{
    top: -58px;
} */

.s-warp .s-logo .telephone {
    display: flex;
    align-items: center;
}

.s-warp .s-logo .telephone span {
    font-size: 42px;
    color: #005CFF;
    margin-right: 10px;
}

.s-warp .s-logo .telephone p {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}

.s-warp .s-logo .telephone div {
    font-size: 22px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 6px;
}

.s-warp .footer-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 117px;
}

.s-warp .footer-nav .footer-left {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
}

.s-warp .footer-nav .li-warp {
    width: 20%;
    margin-right: 25px;
    margin-bottom: 58px;
}

.s-warp .footer-nav .li-warp .li .title .warp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-warp .footer-nav .li-warp .li .title .warp span {
    font-size: 12px;
    color: #FF8C1F;
}

.s-warp .footer-nav .li-warp .li .title .warp p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}

.s-warp .footer-nav .li-warp .li .title .thread {
    width: 100%;
    height: 1px;
    background: #E9EBF3;
    margin-top: 9px;
    position: relative;
}

.s-warp .footer-nav .li-warp .li .title .thread:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #FF8C1F;
    transition: 0.6s;
}

.s-warp .footer-nav .li-warp .li:hover .title .thread:after {
    width: 100%;
}

.footer-x {
    width: 100%;
    height: 93px;
    background: #212121;
}

.s-warp .footer-nav .li-warp .li .libot {
    margin-top: 20px;
}

.s-warp .footer-nav .li-warp .li .libot a {
    display: block;
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #B8B8B8;
    line-height: 35px;
    position: relative;
    transition: 0.4s;
}

.s-warp .footer-nav .li-warp .li .libot a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FF8C1F;
    transition: 1s;
}

.s-warp .footer-nav .li-warp .li .libot a:hover {
    color: #FF8C1F;
}

.s-warp .footer-nav .li-warp .li .libot a:hover:after {
    width: 58px;
}

.s-warp .footer-nav .footer-right {
    /*text-align: right;*/
    text-align: center;
}

.s-warp .footer-nav .footer-right .content {
    display: flex;
    margin-top: 23px;
}

.s-warp .footer-nav .footer-right .circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    transition: 0.6s;
    cursor: pointer;
}

.footer-right>content:nth-child(4) {
    margin-right: 0 !important;
}

.s-warp .footer-nav .footer-right .circle:hover {
    border: 1px solid #FF8C1F;
    background: #FF8C1F;
}

.s-warp .footer-nav .footer-right .circle span {
    font-size: 18px;
    color: #fff;
}

.s-warp .footer-nav .footer-right .top {
    width: 81px;
    height: 81px;
    background: #005CFF;
    float: right;
    margin-top: 109px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.6s;
}

.s-warp .footer-nav .footer-right .top span {
    color: #fff;
    transform: rotate(-90deg);
    margin-bottom: 8px;
}

.s-warp .footer-nav .footer-right .top p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
}

.s-warp .footer-nav .footer-right .top:hover {
    background: #FF8C1F;
}

.footer .footer-x {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.footer .footer-x a ,
.footer .footer-x span {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-right: 5px;
    transition: 0.6s;
}

.footer .footer-x a:hover {
    color: #FF8C1F;
}

@media screen and (max-width: 1680px) {
    .s-warp{
        width: 90%;
    }
}