.footer1 * {
    box-sizing: border-box;
    font-family: "";
}

.footer1 img {
    border: 0;
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.footer1Top {
    position: relative;
    height: 200px;
}

.footer1Top .footer1TopContent {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.footer1Top .footer1TopContent:after,
.footer1Top .footer1TopContent .left:after,
.footer1Top .footer1TopContent .rightContent:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.footer1TopContentBg {
    position: absolute;
    width: 100%;
    border: 0;
    display: block;
    height: 100%;
}

.footer1Top .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.footer1Top .left .content {
    margin-bottom: 10px;
}

.footer1Top .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.footer1Top .left .image-animation {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.footer1Top .left .textContent {
    font-size: 24px;
    color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: top;
}

.footer1Top .left .textContent .num {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.footer1TopContent .rightContent {
    height: 44px;
    display: block;
}

.footer1TopContent .rightContent .seeMoreText {
    color: rgb(46, 67, 94);
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 11px;
    line-height: 24px;
    height: 44px;
    width: 340px;
    text-align: center;
    font-size: 16px;
}

.footer1TopContent .rightContent .seeMore {
    padding: 15px 10px;
    background: rgb(46, 67, 94);
    display: inline-block;
    vertical-align: top;
    height: 44px;
    width: 200px;
}

.footer1TopContent .rightContent .seeMore img {
    margin: 0 auto;
}

.footer1Bottom {
    background: rgb(46, 67, 94);
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.footer1Bottom a {
    color: #fff;
    text-decoration: none;
}