.container {
    max-width: 1440px;
    width: unset;
}


.desc-wrap h2 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    margin: 81px 0 19px;
    text-align: center;
}
.desc-wrap small {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    text-align: center;
    margin-bottom: 40px;
}
.desc-wrap p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}


.desc-wrap.t11 .col {
    padding: unset;
    display: flex;
    flex-direction: column;
}
.desc-wrap.t11 .col:nth-child(2) {
    flex-direction: column-reverse;
}
.desc-wrap.t11 .cover {
    height: 360px;
    overflow: hidden;
}
.desc-wrap.t11 .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.desc-wrap.t11 .cover:hover img {
    transform: scale(1.1);
}
.desc-wrap.t11 .desc {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    height: 360px;
    background: #F8F8F8;
    padding: 60px 40px;
}


.desc-wrap.t12 .col .cover {
    height: 395px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.desc-wrap.t12 .col .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.desc-wrap.t12 .col:hover .cover img {
    transform: scale(1.1);
}

.desc-wrap.t12 .col .desc {
    margin-top: -40px;
    padding: 30px;
    background: #F8F8F8;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.desc-wrap.t12 .col:hover .desc h3 {
    color: var(--main-color);
}
.desc-wrap.t12 .col .desc h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.desc-wrap.t12 .col .desc p {
    margin-bottom: unset;
    text-align: left;
}


.desc-wrap.t13 .observe {
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.desc-wrap.t13 .observe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc-wrap.t13 .swiper-controller {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 60%;
    display: flex;
    align-items: center;
}
.desc-wrap.t13 .swiper-controller .swiper {
    flex: 1;
    margin: 0 20px;
}
.desc-wrap.t13 .prev,
.desc-wrap.t13 .next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #035FBD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #035FBD;
    cursor: pointer;
    transition: all .3s ease;
}
.desc-wrap.t13 .prev:hover,
.desc-wrap.t13 .next:hover {
    background: #035FBD;
    color: #fff;
}
.desc-wrap.t13 .swiper-controller .swiper {
    padding: 10px;
}
.desc-wrap.t13 .swiper-controller .swiper-slide {
    height: 100px;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease;
}
.desc-wrap.t13 .swiper-controller .swiper-slide img {
    transition: all .3s ease;
}
.desc-wrap.t13 .swiper-controller .swiper-slide:hover img {
    transform: scale(1.1);
}
.desc-wrap.t13 .swiper-controller .swiper-slide.active {
    transform: scale(1.1);
}





.desc-wrap.t14 .cover {
    width: 21.8229vw;
    height: 21.8229vw;
    background: #FFFFFF;
    border: 12px solid #D7EAFD;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.desc-wrap.t14 .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.desc-wrap.t14 .cover:hover img {
    transform: scale(1.1);
}
.desc-wrap.t14 .rwb {
    padding: 30px 12.25vw;
}



.desc-wrap.t15 img {
    max-width: 100%;
    object-fit: cover;
}


.desc-wrap.t16 {margin-top: 100px;}
.desc-wrap.t16 h2,
.desc-wrap.t16 small,
.desc-wrap.t16 p {
    text-align: left;
    margin: unset;
}
.desc-wrap.t16 small {
    margin: 20px 0 50px;
}.desc-wrap.t16 p + p {
    margin-top: 50px;
}
.desc-wrap.t16 .row {
    display: flex;
}
.desc-wrap.t16 .cover {
    width: 449px;
    height: 449px;
}
.desc-wrap.t16 .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc-wrap.t16 .desc {
    width: 0%;
    flex: 1;
    margin-left: 75px;
}




.desc-wrap.t17 .ask {
    position: relative;
}
.desc-wrap.t17 .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 76px 40px 0;
    cursor: pointer;
}
.desc-wrap.t17 .swiper-controller .tags {
    flex: 1;
    margin: 0 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}
.desc-wrap.t17 .swiper-controller .tags .swiper-slide {
    position: relative;
    padding-bottom: 10px;
    opacity: 0.6;
}
.desc-wrap.t17 .swiper-controller .tags .swiper-slide.active {
    opacity: 1;
}
.desc-wrap.t17 .swiper-controller .tags .swiper-slide.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
.desc-wrap.t17 .prev,
.desc-wrap.t17 .next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}
.desc-wrap.t17 .prev:hover,
.desc-wrap.t17 .next:hover {
    background: #fff;
    color: #035FBD;
}
.desc-wrap.t17 .cons {
    border-radius: 15px;
    overflow: hidden;
}
.desc-wrap.t17 .cons .swiper-slide {
    display: flex;
}
.desc-wrap.t17 .cover {
    flex: 1;
    width: 0%;
    height: 600px;
    overflow: hidden;
}
.desc-wrap.t17 .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc-wrap.t17 .desc {
    width: 580px;
    height: 600px;
    background: #035FBD;
    padding: 208px 40px 40px;
}
.desc-wrap.t17 .desc h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.desc-wrap.t17 .desc .rich-text {
    height: 280px;
}
.desc-wrap.t17 .desc .rich-text p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.8;
}





.desc-wrap.t18 .col {
    padding: 15px;
}
.desc-wrap.t18 .wrap {
    background-image: url(../images/bg2.jpg);
    border: 1px solid #D4EEFF;
    border-radius: 30px;
    height: 250px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}
.desc-wrap.t18 .wrap .desc {
    width: 0%;
    flex: 1;
    margin-left: 29px;
}
.desc-wrap.t18 .wrap .desc h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    margin: unset;
}
.desc-wrap.t18 .wrap .desc p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: left;
    margin: 20px 0 0;
}
.desc-wrap.t18 .icon {
    width: 78px;
    height: 78px;
}
.desc-wrap.t18 .wrap:hover img {
    transform: scale(1.1);
}
.desc-wrap.t18 .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease;
}
.desc-wrap.t18 .rw {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .desc-wrap h2 {
        font-size: 24px;
        margin: 40px 0 10px;
    }
    .desc-wrap small {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .desc-wrap.t11 .cover {
        height: unset;
    }
    .desc-wrap.t11 .cover img {
        width: 100%;
        height: unset;
        object-fit: contain;
    }
    .desc-wrap.t11 .desc {
        padding: 30px 20px;
        height: unset;
    }
    .desc-wrap.t12 .col {
        padding: 15px;
    }
    .desc-wrap.t12 .col .cover {
        height: unset;
    }
    .desc-wrap.t12 .col .cover img {
        width: 100%;
        height: unset;
        object-fit: contain;
    }
    .desc-wrap.t12 .col .desc {
        margin-top: -20px;
        padding: 25px 20px;
    }
    .desc-wrap.t12 .col .desc h3 {
        font-size: 18px;
    }
    .desc-wrap.t12 .col .desc p {
        font-size: 16px;
    }


    .desc-wrap.t13 .observe {
        height: unset;
    }
    .desc-wrap.t13 .observe > img {
        display: none;
    }
    .desc-wrap.t13 .swiper-controller {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        width: unset;
    }
    .desc-wrap.t13 .swiper-controller .swiper {
        margin: 0 10px;
    }
    .desc-wrap.t13 .prev, .desc-wrap.t13 .next {
        width: 34px;
        height: 34px;
    }
    .desc-wrap.t13 .swiper-controller .swiper-slide {
        border-radius: unset;
        height: 160px;
    }
    .desc-wrap.t13 .swiper-controller .swiper-slide img {
        border-radius: 6px;
    }
    .desc-wrap.t13 .swiper-controller .swiper-wrapper {
        padding: unset;
    }
    .desc-wrap.t13 .swiper-controller .swiper-slide.active {
        transform: unset;
    }


    .desc-wrap.t16 {
        margin-top: 40px;
    }
    .desc-wrap.t16 small {
        margin: 10px 0 25px;
    }
    .desc-wrap.t16 .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .desc-wrap.t16 .cover {
        width: 90%;
        height: unset;
        margin: 20px auto 0;
    }
    .desc-wrap.t16 .desc {
        flex: unset;
        width: 90%;
        margin: 0 auto;
    }
    .desc-wrap.t16 p + p {
        margin: 10px 0 0;
    }
    .desc-wrap.t11 p {
        width: 100% !important;
        margin: 10px auto 25px;
    }
    .desc-wrap.t11 .row {
        padding: 0 15px;
    }
    .desc-wrap.t11 .col:nth-child(2) {
        flex-direction: column;
    }
    .desc-wrap.t17 .cons .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .desc-wrap.t17 .desc {
        width: unset;
        padding: 100px 20px 20px;
        height: unset;
    }
    .desc-wrap.t17 .swiper-controller {
        width: 100%;
        padding: 40px 20px 0;
    }
    .desc-wrap.t17 .desc .rich-text {
        height: unset;
    }
    .desc-wrap.t17 .cover {
        width: 100%;
    }
    .desc-wrap.t18 .rw {
        flex-wrap: wrap;
        padding: unset;
    }


    .desc-wrap.t18 .wrap {
        padding: 30px 25px;
        height: unset;
    }
    .desc-wrap.t18 .wrap .desc h3 {
        font-size: 18px;
    }
    .desc-wrap.t14 .cover {
        width: 100px;
        height: 100px;
        border-width: 6px;
    }
    .desc-wrap.t14 .rwb {
        padding: 15px 16vw;
    }

    .t15 {
        padding-bottom: 60px;
    }
}
