.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;
}

.banner_link {
    display: flex;
    align-items: center;
}

.banner_link a {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    display: block;
    transition: 0.6s;
    opacity: 0.6;
    white-space: nowrap;
}

.banner_link a.on, .banner_link a:hover {
    opacity: 1;
}

.banner_link .iconfont {
    font-weight: 400;
    font-size: 12px;
    color: #111111;
    margin: 0 5px;
    opacity: 0.6;
}

.wrap {
    margin: auto;
}

.sec1 .wrap {
    width: 1520px;
}

.sec1 .wrap .banner_link {
    margin-bottom: 40px;
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec1 .wrap .flex .l {
    width: 760px;
}

.sec1 .wrap .flex .l .img_box {
    width: 100%;
    height: 560px;
    position: relative;
}
.sec1 .wrap .flex .l .img_box .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 64px;
    color: #FFFFFF;
    cursor: pointer;
}
.sec1 .wrap .flex .l .img_box img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec1 .wrap .flex .l .img_box .img {
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec1 .wrap .flex .l .img_box .img:nth-child(1) {
    position: relative;
}
.sec1 .wrap .flex .l .img_box .img.on {
    opacity: 1;
    pointer-events: auto;
}


.sec1 .wrap .flex .l .swiper_box {
    width: 100%;
    position: relative;
}

.sec1 .wrap .flex .l .swiper_box .caseInfo_swiper {
    width: 700px;
    margin: 20px auto 0;
}

.sec1 .wrap .flex .l .swiper_box .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.sec1 .wrap .flex .l .swiper_box .btn .iconfont {
    font-size: 18px;
    color: #111111;
    font-weight: bold !important;
    cursor: pointer;
    transition: 0.6s;
    pointer-events: auto;
    cursor: pointer;
}

.sec1 .wrap .flex .l .swiper_box .btn .iconfont:hover {
    color: #003894;
}

.sec1 .wrap .flex .l .swiper_box .btn .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec1 .wrap .flex .r {
    width: 695px;
}

.sec1 .wrap .flex .r h1 {
    font-weight: bold !important;
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    margin-bottom: 35px;
}

.sec1 .wrap .flex .r p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 36px;
}

.sec1 .wrap .flex .r .peculiarity {
    margin: 35px 0 0;
}

.sec1 .wrap .flex .r .peculiarity h5 {
    font-weight: bold !important;
    font-size: 24px;
    color: #111111;
    margin-bottom: 15px;
}

.sec2 .wrap {
    width: 1520px;
}

.sec2 .wrap .title {
    text-align: center;
    margin-bottom: 140px;
}

.sec2 .wrap .title h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 20px;
}

.sec2 .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
}

.sec2 .wrap .flex {
    display: flex;
    justify-content: center;
}

.sec2 .wrap .flex .item {
    width: 340px;
    text-align: center;
}
.sec2 .wrap .flex .item:not(:nth-last-child(1)) {
  margin-right: 70px;
}

.sec2 .wrap .flex .item .cir {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin: 0 auto;
}

.sec2 .wrap .flex .item .cir:hover {
    background: #003894;
}

.sec2 .wrap .flex .item .cir:hover img {
    filter: brightness(0) invert(1);
}

.sec2 .wrap .flex .item .cir img {
    transition: 0.4s;
}

.sec2 .wrap .flex .item:hover .cir {
    background: #003894;
}

.sec2 .wrap .flex .item:hover .cir img {
    filter: brightness(0) invert(1);
}

.sec2 .wrap .flex .item h5 {
    font-weight: bold !important;
    font-size: 24px;
    color: #003894;
    margin: 60px 0 40px;
}

.sec2 .wrap .flex .item p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 36px;
}

.sec3 .wrap {
    width: 1450px;
}

.sec3 .wrap .title {
    text-align: center;
    margin-bottom: 80px;
}

.sec3 .wrap .title h1 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 38px;
}

.sec3 .wrap .title p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 36px;
}

.footer .fp-overflow {
    flex-direction: column;
}

.footer .sec_text {
    background: #003894;
    width: 100%;
    height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer .sec_text h5 {
    font-weight: bold !important;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}
.sec1 .wrap .flex .l .swiper_box .caseInfo_swiper .swiper-wrapper {
    left: -260px;
}
/*# sourceMappingURL=caseInfo.css.map */
@media screen and (max-width: 1800px) {
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .flex .r {
        width: 50%;
    }
    .sec1 .wrap .flex .l {
        width: 46%;
    }
    .sec1 .wrap .flex .l .swiper_box .caseInfo_swiper .swiper-wrapper {
        left: -14.2vw;
    }
    .sec1 .wrap .flex .r h1,.sec2 .wrap .title h2,.sec3 .wrap .title h1 {
        font-size: 32px;
    }
    .sec1 .wrap .flex .r p,.sec2 .wrap .flex .item p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .flex .l .img_box {
        height: unset;
    }
    .sec1 .wrap .flex .l .img_box img:nth-child(1) {
        position: relative;
    }
    .sec1 .wrap .flex .l .swiper_box .caseInfo_swiper {
        width: 90%;
    }
    .sec2 .wrap .title p {
        font-size: 18px;
    }
    .sec3 {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1600px) {
    .sec1 .wrap .flex .r h1,.sec2 .wrap .title h2,.sec3 .wrap .title h1 {
        font-size: 28px;
    }
    .sec1 .wrap .flex .r p,.sec2 .wrap .flex .item p {
        font-size: 14px;
    }
    .sec2 .wrap .title {
        margin-bottom: 90px;
    }
    .sec2 .wrap .flex .item h5 {
        font-size: 22px;
    }
    .sec2 .wrap .flex .item .cir {
        width: 80px;
        height: 80px;
    }
    .sec2 .wrap .flex .item .cir img {
        max-height: 50%;
        max-width: 50%;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .flex .item:not(:nth-last-child(1)) {
        margin-right: 30px;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .footer .sec_text h5 {
        font-size: 24px;
        line-height: 2;
    }
    .footer .sec_text {
        height: unset;
        padding: 80px 0;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .wrap .flex .r h1, .sec2 .wrap .title h2,.sec3 .wrap .title h1 {
        font-size: 24px;
        line-height: 1;
    }
    .sec1 .wrap .flex .r h1 {
        margin-bottom: 15px;
    }
    .sec1 .wrap .flex .r p, .sec2 .wrap .flex .item p {
        font-size: 13px;
    }
    .sec1 .wrap .banner_link {
        margin-bottom: 28px;
    }
    .sec1 .wrap .flex .r h5 {
        font-size: 18px!important;
    }
    .sec1 .fp-overflow {
        padding-top: 30px;
    }
    .sec2 .wrap .flex .item h5 {
        font-size: 20px;
    }
    .sec2 .wrap .title p {
        font-size: 16px;
    }
    .sec3 .wrap .title p {
        font-size: 16px;
        line-height: 2;
    }
    .footer .sec_text h5 {
        font-size: 20px;
    }
    .sec1 .wrap .flex .l .swiper_box .caseInfo_swiper .swiper-wrapper {
        left: -197px;
    }
    .sec1 .wrap .flex .l .img_box .iconfont {
        font-size: 48px;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 .wrap .flex .l .img_box .iconfont {
        font-size: 24px;
    }
    .section {
        min-height: unset!important;
    }
    .section .fp-overflow {
        padding: 80px 0;
    }
    .banner_link a {
        font-size: 14px;
    }
    .sec1 .wrap .flex {
        display: block;
    }
    .sec1 .wrap .flex .l,.sec1 .wrap .flex .r {
        width: 100%;
    }
    .sec1 .wrap .flex .l {
        margin-bottom: 60px;
    }
    .sec2 .wrap .flex .item h5 {
        font-size: 18px;
        margin: 35px 0 25px;
    }
    .sec3 {
        padding: 0;
    }
    .footer .sec_text h5 {
        font-size: 18px;
    }
    .sec3 .wrap .title p {
        font-size: 14px;
    }
    .sec2 .wrap .flex .item .cir {
        width: 70px;
        height: 70px;
    }
    .sec2 .wrap .title {
        margin-bottom: 60px;
    }
    .sec2 .wrap .flex .item .cir img {
        max-height: 45%;
        max-width: 45%;
    }
    .sec1 .wrap .flex .l .swiper_box .caseInfo_swiper .swiper-wrapper {
        left: -30vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap .flex .r h1, .sec2 .wrap .title h2, .sec3 .wrap .title h1 {
        font-size: 20px;
        line-height: 1.5;
    }
    .sec1 .wrap .flex .l .swiper_box .btn .iconfont {
        font-size: 14px;
    }
    .banner_link a:nth-last-child(1) {
        font-size: 12px;
        display: block;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sec1 .wrap .flex .l {
        margin-bottom: 40px;
    }
    .section .fp-overflow {
        padding: 80px 0 40px;
    }
    .sec2 .wrap .flex .item h5 {
        font-size: 16px;
    }
    .sec2 .wrap .title p {
        font-size: 14px;
    }
    .sec2 .wrap .flex {
        flex-wrap: wrap;
    }
    .sec2 .wrap .flex .item {
        width: 49%;
        margin-bottom: 40px;
    }
    .sec2 .wrap .flex .item h5 {
        margin: 15px 0 10px;
    }
    .sec2 .wrap .title {
        margin-bottom: 30px;
    }
    .sec2 .fp-overflow {
        padding: 60px 0;
    }
    .sec3 .fp-overflow {
        padding: 40px 0;
    }
    .sec2 .wrap .flex .item:not(:nth-last-child(1)) {
        margin-right: 0;
    }
    .sec2 .wrap .flex .item .cir {
        width: 50px;
        height: 50px;
    }
    .sec2 .wrap .flex .item:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .footer .sec_text h5 {
        font-size: 16px;
        line-height: 1.6;
    }
    .footer .sec_text {
        padding: 40px 5vw;
    }
    .sec2 .wrap .flex .item {
        width: 100%;
        margin: 0 0 20px !important;
    }
}
