.footer-button:hover {
    background-color: #fff;
    border: 1px solid #004EA1;
}

.footer-button:hover div {
    color: #004EA1;
}

.footer {
    margin-top: 100px;
    position: relative;
}

.footer .image {
    position: relative;
    height: 800px;
    overflow: hidden;
    text-align: center;
}

.footer-image {
    position: absolute;
    width: 2800px;
    height: 1500px;
    left: 50%;
    transform: translate(-50%);
}

.footer-content {
    z-index: 10;
    margin-top: 270px;
    transform: translate(-50%);
    left: 50%;
    position: absolute;
    width: 740px;
    height: 100px;
    text-align: center;
    padding: 0px;
}

.footer-title {
    margin: 0px;
    width: 737px;
    height: 59px;
    font-size: 80px;
    font-family: Poppins;
    font-weight: bold;
    color: #004EA1;
}

.footer-title-2 {
    margin-top: 105px;
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111214;
    line-height: 24px;
}

.footer-button {
    position: relative;
    width: 90px;
    height: 90px;
    background: #004EA1;
    border-radius: 50%;
    margin: 97px auto;
    transition: all 0.1s;
}

.footer-button div {
    font-size: 33px;
    color: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.other-info-right .up p:hover {
    color: #004EA1;
    border-bottom: 2px solid #004EA1;
}
.other-info {
    height: 200px;
}

.other-info-left {
    float: left;
    height: 200px;
}

.other-info-left p {
    margin-left: 112px;
    margin-top: 90px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    line-height: 24px;
}

.other-info-left span {
    margin-left: 112px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    line-height: 24px;
}
.other-info-left span a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
}

.other-info-right {
    float: right;
    position: relative;
    right: 5%;
}

.other-info-right .up {
    cursor: pointer;
    height: 80px;
}

.other-info-right .up p {
    width: 130px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111214;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.other-info-right .down .advice {
    float: right;
    width: 360px;
    height: 83px;
    background: #FFFFFF;
    box-shadow: 4px 14px 21px 8px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    cursor: pointer;
}

.sub-group-list {
    z-index: 1;
    position: absolute;
    font-size: 16px;
    color: #000;
    transform: translate(-20%, -100%);
    background-color: #ffffff00;
    border-radius: 20px;
    width: 160%;
    display: none;
}

.sub-group-list ul {
    margin: 0px;
    padding: 15px;
}

.sub-group-list ul li {
    list-style: none;
    line-height: 30px;
    text-align: center;
}

.sub-group-list ul li a {
    display: inline-block;
    color: #666 !important;
    position: relative;
    left: 0%;
    transition: all .6s;
}

.sub-group-list ul li a:hover {
    color: #004EA1 !important;
    left: -5%;
}

.sub-group-list ul li a::after {
    display: block;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #004EA1;
    transition: all .6s;
}

.sub-group-list ul li a:hover::after {
    width: 100%;
}

.sub-group-list ul li a:hover .option {
    opacity: 0;
}
.option {
    opacity: 1;
    transition: all .4s;
}
.mobliehelp {
    display: none;
    margin: 50px 0px 50px 0px;
}
.helpmain {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    width: 240px;
    height: 53px;
    background: #FFFFFF;
    box-shadow: 4px 14px 21px 8px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
}
.leftimg {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.righttext {
    width: 60%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.righttext .helptitle {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.righttext .green {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #50CD56;
    border-radius: 50%;
}


.helptextmain span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #898989;
    line-height: 24px;
}

.right-help .help_form {
    display: none;
    position: absolute;
    font-size: 16px;
    transform: translate(-15%, -101%);
    background-color: #fff;
    border-radius: 20px;
}
.right-help {
    z-index: 100;
    position: fixed;
    top: 90%;
    right: 3%;
}


.advice-logo {
    float: left;
    width: 40%;
    height: 83px;
}

.advice-logo img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.advice-help {
    float: right;
    width: 60%;
    height: 83px;
}

.advice-help p {
    width: 139px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.advice-help span {
    margin-left: 5px;
    font-size: 16px;
}
@media (max-width:996px) {
    /* footer-996 */
    .footer-content {
        margin-top: 120px;
    }
    .footer-title-2 {
        margin-top: 6px;
        font-size: 16px;
    }
    .footer-button {
        width: 50px;
        height: 50px;
    }
    .footer-title {
        font-size: 33px;
    }
    .footer-image {
        width: 1200px;
        height: 645px;
    }
    .footer .image {
        height: 410px;
    }
    .leftimg img {
        width: 50%;
    }
    .footer-button div {
        font-size: 21px;
    }
    /* footer-996/// */
    .other-info .other-info-right {
        text-align: center;
        width: 130px;
        margin: 0px auto;
        right: 0%;
    }
    .other-info-right .up p {
        margin: 0px auto;
    }
    .other-info-right .up {
        width: auto;
        height: auto;
    }
    .other-info-right {
        float: none;
    }
    .other-info-left {
        width: 100%;
        text-align: center;
    }
    .other-info-left p {
        margin-left: 0px;
        font-size: 10px;
        margin-top: 50px;
    }
    .other-info-left span {
        margin-left: 0px;
        font-size: 10px;
    }
    .sub-group-list {
        background-color: #fff;
    }
    .mobliehelp {
        display: block;
    }
    .right-help {
        display: none;
    }
}

@media (max-width:415px) {
    .other-info-left p {
        margin-left: 0px;
    }
    .other-info-left span {
        margin-left: 0px;
    }
    .other-info-left p {
        font-size: 10px;
    }
}