.section {
    padding: 100px 0 0;
    max-width: 1920px;
    margin: 0 auto;
}

.section .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 980px;
    margin-bottom: 110px;
    padding-left: 200px;
}

.section .item:after {
    content: "";
    width: 1400px;
    height: 100%;
    background: #F3F4F6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section .item:nth-child(2n) {
    flex-direction: row-reverse;
    padding-left: 0px;
    padding-right: 200px;
}

.section .item:nth-child(2n):after {
    right: 0;
    left: unset;
}

.section .item > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section .item .img_swiper {
    width: 1200px;
    margin: 0;
}

.section .item .img_swiper .swiper-slide {
    width: 100%;
}

.section .item .img_swiper .swiper-slide a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.section .item .img_swiper .swiper-slide a img {
    display: block;
    width: 100%;
    transition: 3s;
}

.section .item .img_swiper .swiper-slide a:hover img {
    transform: scale(1.1);
}

.section .item .img_swiper .swiper-slide a:hover .img_btn .iconfont {
    transform: scale(1);
}

.section .item .img_swiper .swiper-slide a .img_btn .iconfont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    transform: scale(0);
    transition: 0.6s;
}

.section .item .img_swiper .swiper-slide a .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.section .item .img_swiper .swiper-slide a .swiper-slide-bottom {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 47px;
}

.section .item .img_swiper .swiper-slide a .swiper-slide-bottom p {
    font-weight: bold !important;
    font-size: 24px;
    color: #FFFFFF;
}

.section .item .text {
    width: 392px;
    position: relative;
    z-index: 3;
}

.section .item .text h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 25px;
}

.section .item .text h3 {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 40px;
    margin-bottom: 30px;
}

.section .item .text .text1 > p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 36px;
    margin-bottom: 50px;
}

.section .item .text .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    border-radius: 28px;
    border: 1px solid rgba(0, 55, 148, 0.3);
    transition: 0.6s;
    margin: 60px 0 0;
}

.section .item .text .more p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    margin-right: 16px;
}

.section .item .text .more .iconfont {
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.section .item .text .more:hover {
    border: 1px solid #003794;
    background: #003794;
}

.section .item .text .more:hover p {
    color: #FFFFFF;
}

.section .item .text .more:hover .iconfont {
    color: #FFFFFF;
}

.section .item .text .page_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}

.section .item .text .page_bottom .page1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 1;
    position: relative;
    margin: 0 20px 0 0;
}

.section .item .text .page_bottom .page1 .swiper-pagination-bullet:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #003894;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.6s;
}

.section .item .text .page_bottom .page1 .swiper-pagination-bullet:hover {
    background: #003894;
}

.section .item .text .page_bottom .page1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0);
}

.section .item .text .page_bottom .page1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: translate(-50%, -50%) scale(1);
}

.section .item .text .page_bottom .page2 {
    display: flex;
    align-items: center;
}

.section .item .text .page_bottom .page2 span {
    font-weight: bold !important;
    font-size: 16px;
    color: #C4C4C4;
}

.section .item .text .page_bottom .page2 span.current {
    color: #111111;
}

.section .item .text .page_bottom .page2 .line {
    font-weight: bold !important;
    font-size: 16px;
    color: #C4C4C4;
    margin: 0 2px;
}

/*# sourceMappingURL=solutionList.css.map */
@media screen and (max-width: 1919px) {
    .section .item {
        height: 51.0416667vw;
        margin-bottom: 5.7291666667vw;
        padding-left: 10.41666666667vw;
    }
    .section .item:nth-child(2n) {
        padding-right: 10.41666666667vw;
    }
    .section .item .img_swiper {
        width: 62.5vw;
    }
    .section .item .text {
        width: 20.4166666667vw;
    }
    .section .item .text .text1 > p {
        margin-bottom: 15px;
    }
    .section .item:after {
        width: 72.91666666667vw;
    }
}
@media screen and (max-width: 1600px) {
    .section .item .text .text1 > p {
        font-size: 16px;
        line-height: 2;
    }
    .section .item .text .more p {
        font-size: 16px;
        margin-right: 8px;
    }
    .section .item .text h2 {
        font-size: 32px;
        line-height: 1;
    }
    .section .item .text .page_bottom .page2 span {
        font-size: 14px;
    }
    .section .item .img_swiper .swiper-slide a .swiper-slide-bottom p {
        font-size: 20px;
    }
    .section .item .text h3 {
        font-size: 20px;
        line-height: 1.6;
    }
    .section .item .text .more {
        width: 150px;
        height: 46px;
    }
}
@media screen and (max-width: 1400px) {
    .section .item .img_swiper .swiper-slide a .img_btn .iconfont {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-left: 15px;
    }
    .section .item .text h2 {
        font-size: 28px;
    }
    .section .item .text .text1 > p {
        font-size: 14px;
    }
    .section .item .text .more p,.section .item .text .more .iconfont {
        font-size: 14px;
    }
    .section .item .text .more {
        width: 135px;
        height: 42px;
    }
    .section .item .text h3 {
        font-size: 18px;
    }
    .section .item .img_swiper .swiper-slide a .swiper-slide-bottom p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .section .item:after {
        display: none;
    }
    .section .item,.section .item:nth-child(2n) {
        height: unset;
        flex-direction: column-reverse;
    }
    .section .item > img {
        display: none;
    }
    .section .item .text {
        width: 100%;
    }
    .section .item,.section .item:nth-child(2n) {
        padding: 0;
        width: 90%;
        margin: 0 auto 40px;
    }
    .section .item .text h2 {
        font-size: 24px;
    }
    .section .item .img_swiper {
        width: 100%;
        margin: 0 0 40px;
    }
    .section {
        padding: 80px 0;
    }
    .section .item .text .page_bottom {
        justify-content: flex-start;
    }
    .section .item .img_swiper .swiper-slide a .swiper-slide-bottom p {
        font-size: 16px;
    }
    .section .item .img_swiper .swiper-slide a .swiper-slide-bottom {
        bottom: 20px;
    }
    .section .item .text .more {
        margin: 30px 0 0;
    }
    .section .item .text .page_bottom {
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 40px 0;
    }
    .section .item .img_swiper .swiper-slide a {
        border-radius: 10px;
    }
    .section .item .img_swiper .swiper-slide a .img_btn {
        display: none;
    }
    .section .item .text h2 {
        font-size: 20px;
    }
    .section .item .text h3 {
        font-size: 16px;
    }
    .section .item .text .more p, .section .item .text .more .iconfont {
        font-size: 12px;
    }
    .section .item .text .more {
        width: 110px;
        height: 35px;
    }
    .section .item .text .page_bottom .page2 span {
        font-size: 12px;
    }
    .section .item .text .page_bottom .page2 .line {
        font-size: 12px;
    }
    .section .item .text h2 {
        margin:  0 0 15px;
    }
    .section .item .text h3 {
        margin-bottom: 14px;
    }
    .section .item .text .page_bottom {
        display: none;
    }
    .section .item .img_swiper {
        margin: 0 0 25px;
    }
    .section .item .text .more {
        margin: 20px 0 0;
    }

}
