body {
    margin: 0;
    min-width: 1280px;
    max-width: 1920px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.logo {
    height: 70px;
}

.offical-content {
    padding: 20px 70px;
}

.content-header {
    padding-left: 20px;
    border-left: 8px solid #169d62;
    vertical-align: bottom;
    font-weight: bold;
}

.content-header .header-text1 {
    font-size: 25px;
    color: #5a5a5a;
}

.content-header .footer-beian {
    font-size: 25px;
    color: #5a5a5a;
}

.content-header .header-text2 {
    font-size: 20px;
    vertical-align: bottom;
    color: #959595;
}

.content-desc {
    padding: 20px 30px;
    margin-top: 20px;
    font-size: 25px;
    line-height: 32px;
    border-top: 1px solid #CBCBCB;
}

.img-info {
    position: relative;
    margin: 0 auto;
    width: 882px;
    /* height: 188px; */
}

.img-info .swiper-button-next,
.img-info .swiper-button-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0.3, 0.3, 0.3, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 32px;

}

.img-info .swiper-button-next {
    right: 20px;
}

.img-info .swiper-button-prev {
    left: 20px;
}

.img-info img {
    width: 100%;
    height: 100%;
}

.offical-footer {
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #e8e9eb;
    padding: 20px;
    margin-top: 40px;
}

.offical-footer .footer-logo {
    border-right: 1px dashed #a7a8aa;
    margin-right: 30px;
    padding-top: 20px;
}

.offical-footer .footer-beian {
    /* border-right: 1px dashed #a7a8aa; */
    color: #5d615e;
    margin-right: 30px;
}

.offical-footer .footer-right-logos {
    padding: 20px;
    border-left: 1px dashed #a7a8aa;
    margin-left: 30px;
}