.footer .footer-s {
    width: 100%;
    height: 427px;
    background: #F6F7F8;
}

.footer-s-warp {
    width: 1205px;
    margin: auto;
    overflow: hidden;
}

.footer-s-warp .footer-s-l {
    margin-right: 32px;
}

.footer-s-warp h1 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 32px;
}

.footer-s-warp .flex {
    margin-top: 25px;
    width: 100%;
}

.footer-s-warp .footer-s-l .imgs {
    /*width: 592px;*/
    height: 290px;
    background: url(../images/24.png)no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 17px;
    width: 1205px;
}

.footer-s-warp .footer-s-l .imgs h1 {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    line-height: 24px;
    color: #030303;
    margin-bottom: 16px;
    margin-top: 40px;
    margin-left: 40px;
}

.footer-s-warp .footer-s-l .imgs p {
    width: 341px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #323232;
    margin-bottom: 49px;
    margin-left: 40px;
}

.footer-s-warp .footer-s-l .imgs a {
    width: 158px;
    height: 40px;
    background: #3970B7;
    display: flex;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    transition: 0.6s;
    border: 1px solid #3970B7;
    border-radius: 7px;
}

.footer-s-warp .footer-s-l .imgs a:hover {
    border: 1px solid #2B558A;
    background: #2B558A;
    color: #fff;
}

.footer-s-warp .footer-s-l .imgs a span {
    margin-left: 5px;
    font-size: 12px;
}

.footer-s-r {
    width: 433px;
    height: 291px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    border-radius: 16px;
    float: left;
    text-align: center;
}

.footer-s-r img {
    margin-top: 20px;
}

.footer-s-r h1 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 29px;
    color: #030303;
    margin-top: 20px;
    margin-bottom: 8px;
}

.footer-s-r p {
    width: 313px;
    margin: auto;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #323232;
}

.footer-s-r a {
    width: 158px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    margin: 24px auto 0;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 40px;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    border-radius: 7px;
}

.footer-s-r a:hover {
    border: 1px solid #3970B7;
    color: #3970B7;
}

.footer-s-r a span {
    margin-left: 5px;
    margin-top: 0;
    font-size: 12px;
}

.footer-z {
    width: 1205px;
    height: 327px;
    margin: auto;
}

.z-warp {
    height: auto;
    margin: auto;
    float: left;
    margin-right: 290px;
}

.z-warp .logo {
    margin-top: 32px;
    margin-left: 15px;
    margin-bottom: 4px;
}

.z-warp p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #323232;
    margin-bottom: 20px;
}

.z-warp div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.z-warp div img {
    width: 12px;
    height: 14px;
    margin-right: 10px;
}

.z-warp div p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 19px;
    color: #323232;
}

.footer-nav {
    float: left;
}

.footer-nav ul .top {
    margin-top: 32px;
    margin-bottom: 24px;
}

.footer-nav ul .top a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 24px;
    color: #3970B7;
}

.footer-nav ul ul li a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: #323232;
    transition: 0.4s;
}

.footer-nav ul ul li a:hover {
    color: #3970B7;
    text-decoration: underline;
}

.footer-nav ul ul {
    width: 280px;
}

.footer-nav ul ul li {
    float: left;
    margin-right: 32px;
    width: 100px;
}

.footer-nav .warp {
    width: 217px;
    float: left;
    margin-right: 100px;
}

.weixin {
    margin-top: -244px;
    text-align: center;
    float: right;
}

.weixin p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #323232;
}

.footer-x {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-top: 1px solid #DCDFE6;
    text-align: center;
}

.footer-x p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 14px;
    color: #030303;
    margin-top: 24px;
}