.bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}

.section {
    height: 100vh;
    position: relative;
}

.section .fp-overflow {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap {
    width: 1520px;
}

.wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 18px;
}

.wrap h3 {
    font-weight: 400;
    font-size: 22px;
    color: #6A7183;
    margin-bottom: 70px;
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .flex .img {
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 27px;
}

.sec1 .wrap .flex .img img {
    transition: 3s;
}

.sec1 .wrap .flex .img:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .flex p {
    font-weight: bold !important;
    font-size: 24px;
    color: #111111;
    text-align: center;
}

.sec2 .wrap .content {
    display: flex;
    height: 600px;
}

.sec2 .wrap .content .item {
    position: relative;
    width: 190px;
    transition: 1s;
}

.sec2 .wrap .content .item img {
    display: block;
    width: 920px;
    height: 100%;
}

.sec2 .wrap .content .item .show {
    position: absolute;
    top: 418px;
    left: 36px;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .content .item .show h5 {
    font-weight: bold !important;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.sec2 .wrap .content .item .show p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
}

.sec2 .wrap .content .item .hide {
    position: absolute;
    bottom: 74px;
    left: 39px;
    opacity: 1;
    transition: 0.6s;
  width: 150px;
}

.sec2 .wrap .content .item .hide h5 {
    font-weight: bold !important;
    font-size: 28px;
    color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec2 .wrap .content .item:not(:nth-last-child(1)) {
    margin: 0 10px 0 0;
}

.sec2 .wrap .content .item.on {
    width: 920px;
}

.sec2 .wrap .content .item.on .show {
    opacity: 1;
}

.sec2 .wrap .content .item.on .hide {
    opacity: 0;
}

.sec3 {
    display: block;
}

.sec3 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 88px 0 0;
}

.sec3 .wrap .l {
    width: 543px;
}

.sec3 .wrap .l h1, .sec3 .wrap .l h2 {
    color: #FFFFFF;
}

.sec3 .wrap .l h2 {
    margin-bottom: 50px;
}

.sec3 .wrap .l .content h4 {
    font-weight: bold !important;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.sec3 .wrap .l .content h5 {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.sec3 .wrap .l .content p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.cursor {
    width: 116px;
    height: 116px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
}

.cursor .position_cut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s, color .4s;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cursor .position_cut img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: xuan 10s linear infinite;
}

.cursor .position_cut .iconfont {
    font-size: 30px;
    color: #003894;
    font-weight: 100;
}

.cursor.cursor_active {
    opacity: 1;
}

.sec4 .wrap h3 {
    margin-bottom: 50px;
}

.sec4 .wrap .solutionInfo_swiper {
    width: 100%;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a {
    display: block;
    width: 750px;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 29px;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img img {
    display: block;
    transition: 3s;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img:hover img {
    transform: scale(1.1);
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img:hover .img_btn .iconfont {
    transform: scale(1);
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img .img_btn {
    position: absolute;
    right: 33px;
    bottom: 22px;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img .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;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a .img .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.sec4 .wrap .solutionInfo_swiper .swiper-slide a p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
}

.sec4 .wrap .solutionInfo_swiper .swiper-pagination {
    position: unset;
    margin: 81px 0 0;
}

.sec4 .wrap .solutionInfo_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 57px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    opacity: 1;
}

.sec4 .wrap .solutionInfo_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #303E48;
}

@keyframes xuan {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*# sourceMappingURL=solutionInfo.css.map */
@media screen and (max-width: 1600px) {
    .wrap h2 {
        font-size: 32px;
    }
    .wrap h3 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .sec1 .wrap .flex .img {
        margin-bottom: 16px;
    }
    .sec1 .wrap .flex p {
        font-size: 20px;
    }
    .wrap {
        width: 90%;
    }
    .sec2 .wrap .content {
        height: 65vh;
    }
    .sec2 .wrap .content .item .hide h5,.sec2 .wrap .content .item .show h5 {
        font-size: 24px;
    }
    .sec2 .wrap .content .item .show {
        top: 45vh;
    }
    .sec2 .wrap .content .item .show p {
        font-size: 16px;
    }
    .sec2 .wrap .content .item .hide {
        left: 20px;
    }
    .sec1 .wrap .flex .item {
        width: 24%;
    }
    .sec1 .wrap .flex .img {
        width: 100%;
    }
    .sec3 .wrap .l .content h4 {
        font-size: 26px;
    }
    .sec3 .wrap .l .content h5 {
        font-size: 18px;
    }
    .sec3 .wrap .l .content p {
        font-size: 16px;
        line-height: 2;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a {
        width: 100%;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a .img img {
        height: unset!important;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a p {
        font-size: 18px;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-pagination {
        margin: 41px 0 0;
    }
    .sec4 .wrap h3 {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 1400px) {
    .wrap h2 {
        font-size: 28px;
    }
    .wrap h3 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .sec1 .wrap .flex p {
        font-size: 18px;
    }
    .sec2 .wrap .content .item .hide h5, .sec2 .wrap .content .item .show h5 {
        font-size: 20px;
    }
    .sec3 .wrap .l .content h4 {
        font-size: 22px;
    }
    .sec3 .wrap .l .content h5 {
        font-size: 16px;
    }
    .sec3 .wrap .l .content p {
        font-size: 14px;
    }
    .sec2 .wrap .content .item .show p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a .img {
        margin-bottom: 15px;
    }
    .sec4 .wrap {
        padding: 40px 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a .img {
        border-radius: 10px;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a p {
        font-size: 16px;
    }
    .section .fp-overflow {
        height: unset;
    }
    .section {
        min-height: unset!important;
    }
    .wrap h2 {
        font-size: 24px;
        text-align: center;
        line-height: 1;
    }
    .wrap h3 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }
    .sec1,.sec2 {
        padding: 80px 0;
    }
    .sec2 .wrap .content .item {
        width: 48% !important;
    }
    .sec2 .wrap .content .item .hide {
        display: none;
    }
    .sec2 .wrap .content .item .show {
        position: unset;
    }
    .sec2 .wrap .content {
        height: unset;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec2 .wrap .content .item img {
        width: 100% !important;
        height: auto;
    }
    .sec2 .wrap .content .item .show {
        opacity: 1;
    }
    .sec2 .wrap .content .item .show p,.sec2 .wrap .content .item .show h5 {
        color: #111111;
    }
    .sec2 .wrap .content .item .show h5 {
        font-size: 18px;
        line-height: 1;
        margin: 20px 0 15px;
    }
    .sec1 .wrap .flex {
        flex-wrap: wrap;
    }
    .sec1 .wrap .flex .item {
        width: 48%;
        margin-bottom: 40px;
    }
    .sec2 .wrap .content .item:not(:nth-last-child(1)) {
        margin: 0 0 40px;
    }
    .sec2 .wrap .content .item {
        margin-bottom: 40px;
    }
    .sec3 {
        padding: 80px 0;
    }
    .sec3 .wrap {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        flex-direction: column-reverse;
    }
    .sec3 .wrap .r {
        margin-bottom: 40px;
    }
    .sec3 .wrap .l .content h4 {
        font-size: 18px;
    }
    .sec3 .wrap .l {
        width: 100%;
    }
    .sec3 .wrap .l h2 {
        margin-bottom: 30px;
    }
    .sec4 .wrap {
        padding: 80px 0;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-pagination {
        margin: 20px 0 0 ;
    }
    .sec4 .wrap .solutionInfo_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }
}
@media screen and (max-width: 768px) {
    .sec4 .wrap .solutionInfo_swiper .swiper-slide a p {
        font-size: 14px;
    }
    .wrap h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sec1, .sec2 {
        padding: 40px 0;
    }
    .sec1 .wrap .flex p {
        font-size: 16px;
    }
    .sec1 .wrap .flex .item {
        margin-bottom: 25px;
    }
    .sec2 .wrap .content .item {
        width: 100% !important;
    }
    .sec2 .wrap .content .item .show h5 {
        font-size: 16px;
    }
    .sec3 .wrap .l .content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .sec3 .wrap .l .content h5 {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .sec3 .wrap .l .content p {
        line-height: 1.6;
    }
    .sec4 .wrap {
        padding: 40px 0;
    }
    .sec3 .wrap h3 {
        color: #FFFFFF;
    }
}
