.sec1 .wrap {
    width: 1520px;
    margin: auto;
}

.sec1 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    line-height: 60px;
    margin-bottom: 15px;
}

.sec1 .wrap .list {
    width: 1372px;
    margin: 0 0 0 auto;
}

.sec1 .wrap .list .item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.sec1 .wrap .list .item::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #003894;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
}

.sec1 .wrap .list .item:hover:after {
    transform: scaleX(1);
}

.sec1 .wrap .list .item .iconfont {
    font-size: 28px;
    color: #003894;
    margin-right: 45px;
}

.sec1 .wrap .list .item p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
    line-height: 1;
}

.sec1 .wrap .list .item h5 {
    font-weight: bold !important;
    font-size: 24px;
    color: #003894;
    margin-right: 86px;
    min-width: 144px;
}

.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;
}

.sec2 {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec2 .wrap {
    width: 1520px;
}

.sec2 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 65px;
}

.sec2 .wrap .flex {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .flex .l {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    justify-content: space-between;
}

.sec2 .wrap .flex .l .item {
    width: 490px;
    height: 280px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec2 .wrap .flex .l .item h5 {
    font-weight: bold !important;
    font-size: 24px;
    color: #003894;
    line-height: 36px;
    text-align: center;
    margin: 25px 0 12px;
}

.sec2 .wrap .flex .l .item p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    text-align: center;
}

.sec2 .wrap .flex .l .item .iconfont {
    font-size: 48px;
    color: #003894;
}

.sec2 .wrap .flex .l .item:nth-last-child(2) {
    margin-top: 20px;
}

.sec2 .wrap .flex .l .item:nth-last-child(1) {
    margin-top: 20px;
}

.sec2 .wrap .flex .l .item:nth-last-child(1) .iconfont {
    font-size: 60px;
}

.sec2 .wrap .flex .l .item:nth-last-child(1) h5 {
    margin: 19px 0 12px;
}

.sec2 .wrap .flex .r {
    width: 500px;
    height: 580px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 75px 0 50px;
}

.sec2 .wrap .flex .r h5 {
    font-weight: bold !important;
    font-size: 30px;
    color: #111111;
    text-align: center;
    margin-bottom: 35px;
}

.sec2 .wrap .flex .r .ewm_swiper {
    width: 260px;
    margin: auto;
}

.sec2 .wrap .flex .r .ewm_swiper img {
    display: block;
    width: 100%;
}

.sec2 .wrap .flex .r .ewm_swiper p {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    text-align: center;
    margin: 20px 0 0;
}

.sec2 .wrap .flex .r .swiper_btn {
    display: flex;
    justify-content: center;
    margin: 29px 0 0;
}

.sec2 .wrap .flex .r .swiper_btn .iconfont {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #111111;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .wrap .flex .r .swiper_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.sec2 .wrap .flex .r .swiper_btn .iconfont:nth-child(1) {
    margin-right: 13px;
    transform: rotate(180deg);
}

.section {
    height: 100vh;
}

.section .fp-overflow {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap {
    width: 1520px;
    position: relative;
}

.sec3 .wrap img {
    width: 1443px;
    position: absolute;
    top: 0;
    right: -82px;
}

.sec3 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    line-height: 1;
    margin-bottom: 440px;
}

.sec3 .wrap .networkList .item h5 {
    font-weight: 800 !important;
    font-size: 24px;
    color: #111111;
    margin-bottom: 13px;
}

.sec3 .wrap .networkList .item p {
    font-weight: 400;
    font-size: 22px;
    color: #6A7183;
    line-height: 36px;
}

.sec3 .wrap .networkList .item:not(:nth-last-child(1)) {
    margin-bottom: 88px;
}

.map_section .fp-overflow {
    display: block !important;
}

.sec4 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    position: relative;
    z-index: 3;
}

.sec4 .wrap {
    display: flex;
    align-items: center;
}

.sec4 .wrap .img {
    margin-right: 114px;
}

.sec4 .wrap .text h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 20px;
}

.sec4 .wrap .text h2 {
    font-weight: bold !important;
    font-size: 24px;
    color: #111111;
    line-height: 44px;
    margin-bottom: 72px;
}

.sec4 .wrap .text ul li {
    display: flex;
    align-items: center;
}

.sec4 .wrap .text ul li:not(:nth-last-child(1)) {
    margin-bottom: 27px;
}

.sec4 .wrap .text ul li p {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
}

.sec4 .wrap .text ul li .sq {
    min-width: 27px;
    min-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.sec4 .wrap .text ul li .sq img {
    display: block;
    margin: auto;
}

.sec4 .wrap .text ul li:nth-last-child(1) .sq {
    margin-right: 3px;
}

.sec5 .text {
    text-align: center;
}

.sec5 .text h1 {
    font-weight: bold !important;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 50px;
}

.sec5 .text  div> p {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 36px;
    margin-bottom: 80px;
}

.sec5 .text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    background: #003894;
    border-radius: 35px;
    margin: 0 auto;
}

.sec5 .text a p {
    margin-right: 23px;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
}

.sec5 .text a .iconfont {
    font-size: 18px;
    color: #FFFFFF;
}

[data-nofullpage] {
    height: auto !important;
}

[data-nofullpage] .fp-overflow {
    height: auto !important;
}

[data-scrollbar] {
    height: 100vh;
}
.ph_img {
    display: none;
}
/*# sourceMappingURL=service.css.map */
@media screen and (max-width: 1600px) {
    .sec1 .wrap h2 {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .sec1 .wrap .list .item p {
        font-size: 18px;
    }
    .sec1 .wrap,.sec2 .wrap {
        width: 90vw;
    }
    .sec1 .wrap .list {
        width: 95%;
    }
    .sec1 .wrap .list .item h5 {
        font-size: 20px;
    }
    .sec2 .wrap h2 {
        font-size: 32px;
    }
    .sec2 .wrap .flex .l {
        width: 66%;
    }
    .sec2 .wrap .flex .r {
        width: 33%;
        height: 70vh;
    }
    .sec2 .wrap .flex .l .item {
        width: 49%;
        height: 34vh;
    }
    .sec2 .wrap .flex .l .item:nth-last-child(2),.sec2 .wrap .flex .l .item:nth-last-child(1) {
        margin-top: 2vh;
    }
    .sec2 .wrap .flex .r h5 {
        font-size: 26px;
    }
    .sec2 .wrap .flex .r .ewm_swiper {
        width: 50%;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec2 .wrap .flex .l .item h5 {
        font-size: 20px;
    }
    .sec2 .wrap .flex .l .item p {
        font-size: 16px;
    }
    .sec2 .wrap .flex .r .ewm_swiper p {
        font-size: 18px;
    }
    .sec3 .wrap h2 {
        font-size: 32px;
        margin-bottom: 180px;
    }
    .sec3 .wrap .networkList .item h5 {
        font-size: 20px;
    }
    .sec3 .wrap .networkList .item p {
        font-size: 18px;
        line-height: 1.8;
    }
    .sec3 .wrap img {
        width: 90%;
        right: -5%;
    }
    .sec4 .wrap .text h2 {
        font-size: 32px;
    }
    .sec4 .wrap .text h2 {
        font-size: 20px;
        line-height: 2;
    }
    .sec4 .wrap {
        width: 90%;
    }
    .sec4 .wrap .img {
        width: 60%;
    }
    .sec4 .wrap .text ul li p {
        font-size: 18px;
    }
    .sec5 .text h1 {
        font-size: 32px;
        line-height: 1.6;
    }
    .sec5 .text a p {
        font-size: 18px;
    }
    .sec5 .text a {
        width: 190px;
        height: 55px;
    }
    html[lang='en'] .sec5 .text a {
        width: fit-content;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .wrap h2,.sec2 .wrap h2,.sec3 .wrap h2,.sec4 .wrap .text h2,.sec5 .text h1 {
        font-size: 28px;
    }
    .sec5 .text div> p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec5 .text a p,.sec5 .text a .iconfont {
        font-size: 16px;
    }
    .sec5 .text a p {
        margin-right: 16px;
    }
    .sec5 .text a {
        width: 160px;
        height: 50px;
    }
    .sec1 .wrap .list .item h5 {
        font-size: 18px;
        min-width: 120px;
        margin-right: 40px;
    }
    .sec1 .wrap .list .item p {
        font-size: 16px;
    }
    .sec1 .wrap .list .item {
        padding: 15px 0;
    }
    .sec2 .wrap h2 {
        margin-bottom: 40px;
    }
    .sec2 .wrap .flex .r h5 {
        font-size: 22px;
    }
    .sec3 .wrap .networkList .item p {
        font-size: 16px;
    }
    .sec3 .wrap h2 {
        margin-bottom: 120px;
    }
    .sec4 .wrap .text h2 {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .sec4 .wrap .text ul li p {
        font-size: 16px;
    }
    .sec4 .wrap .text ul li:not(:nth-last-child(1)) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .section {
        height: unset;
        min-height: unset!important;
    }
    .sec1,.sec2 {
        padding: 80px 0;
    }
    .sec1 .wrap h2, .sec2 .wrap h2, .sec3 .wrap h2, .sec4 .wrap .text h2,.sec5 .text h1 {
        font-size: 24px;
        text-align: center;
    }
    .sec5 {
        padding: 120px 0 80px;
    }
    .sec5 .text h1 {
        margin-bottom: 28px;
    }
    .sec5 .text div> p {
        margin-bottom: 44px;
    }
    .sec5 .fp-overflow {
        height: unset;
    }
    .sec5 .text {
        width: 90%;
    }
    .sec5 .text div> p br {
        display: none;
    }
    .sec1 .wrap h2 {
        margin-bottom: 40px;
    }
    .sec1 .wrap .list {
        width: 100%;
    }
    .sec1 .wrap .list .item p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .list .item {
        display: block;
        width: 32%;
        text-align: center;
    }
    .sec1 .wrap .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec1 .wrap .list .item h5 {
        margin: 15px 0;
        line-height: 1;
    }
    .sec1 .wrap .list .item .iconfont {
        margin: 0;
    }
    .sec2 .wrap .flex .l .item {
        height: 250px;
    }
    .sec2 .wrap .flex .r {
        height: unset;
        margin-top: 20px;
    }
    .sec2 .wrap .flex .l .item:nth-last-child(2), .sec2 .wrap .flex .l .item:nth-last-child(1) {
        margin-top: 20px;
    }
    .sec2 .wrap .flex .l .item h5 {
        font-size: 18px;
        line-height: 1.6;
    }
    .sec2 .wrap .flex .l .item .iconfont {
        font-size: 42px;
        text-align: center;
    }
    .sec2 .wrap .flex .l .item:nth-last-child(1) .iconfont {
        font-size: 50px;
    }
    .sec2 .wrap .flex .l .item {
        display: block;
        padding: 40px 0 0;

    }
    .sec2 .wrap .flex {
        display: block;
    }
    .sec2 .wrap .flex .l,.sec2 .wrap .flex .r {
        width: 100%;
    }
    .sec2 .wrap .flex .r .ewm_swiper {
        width: 20vw;
    }
    .sec2 .wrap .flex .r .ewm_swiper p {
        font-size: 16px;
    }
    .sec2 .wrap .flex .r h5 {
        margin-bottom: 20px;
    }
    .sec2 .wrap .flex .r {
        padding: 50px 0 40px;
    }
    .sec3,.sec4 {
        height: unset;
        padding: 80px 0;
    }
    .sec3 .wrap img {
        position: unset;
        width: 100%;
        margin-bottom: 30px;
    }
    .sec3 .wrap .networkList .item p {
        font-size: 14px;
    }
    .sec3 .wrap h2 {
        margin-bottom: 40px;
    }
    .sec3 .wrap .networkList .item {
        text-align: center;
    }
    .sec3 .wrap .networkList .item h5 {
        font-size: 18px;
    }
    .sec3 .wrap .networkList .item p br:not(:nth-child(1)) {
        display: none;
    }
    .sec4 .wrap .img {
        display: none;
    }
    .sec4 .wrap .text {
        width: 100%;
    }
    .ph_img {
        display: block;
        margin-bottom: 30px;
    }
    .sec4 .wrap .text ul li p {
        font-size: 14px;
        width: 180px;
    }
    .sec4 .wrap .text ul li {
        justify-content: flex-end;
    }
    .sec4 .wrap .text h2,.sec4 .wrap .text h2 {
        text-align: center;
    }
    [data-scrollbar] {
        height: unset!important;
    }
    .sec4 .wrap .text ul li .sq {
        max-width: 40px;
        max-height: 27px;
        min-height: unset;
        min-width: unset;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec4 .wrap .text ul li .sq img {
        max-width: 30px;
        max-height: 20px;
    }
    .sec4 .wrap .text ul li:nth-last-child(1) .sq {
        margin-right: 15px;
    }
    .sec4 .wrap .text ul li:not(:nth-last-child(1)) {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap h2, .sec2 .wrap h2, .sec3 .wrap h2, .sec4 .wrap .text h2,.sec5 .text h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec1, .sec2 {
        padding: 40px 0;
    }
    .sec5 .text div> p {
        font-size: 14px;
    }
    .sec5 .text a {
        width: 135px;
        height: 45px;
    }
    .sec5 .text a p {
        margin-right: 8px;
    }
    .sec5 .text a p, .sec5 .text a .iconfont {
        font-size: 14px;
    }
    .sec1 .wrap .list .item {
        width: 48%;
    }
    .sec1 .wrap .list .item h5 {
        font-size: 16px;
        margin: 20px 0;
    }
    .sec2 .wrap .flex .l .item p {
        font-size: 14px;
    }
    .sec2 .wrap .flex .l .item h5 {
        font-size: 16px;
    }
    .sec2 .wrap .flex .l .item {
        padding: 40px 3vw 0;
    }
    .sec2 .wrap .flex .l .item .iconfont {
        font-size: 32px;
    }
    .sec2 .wrap .flex .l .item {
        height: 220px;
    }
    .sec2 .wrap .flex .l .item:nth-last-child(1) .iconfont {
        font-size: 36px;
    }
    .sec2 .wrap .flex .l .item h5 {
        margin: 16px 0 12px;
    }
    .sec2 .wrap .flex .r .ewm_swiper {
        width: 50%;
    }
    .sec2 .wrap .flex .r h5 {
        font-size: 18px;
    }
    .sec3 .wrap .networkList .item h5 {
        font-size: 16px;
    }
    .sec3 .wrap .networkList .item p {
        margin-bottom: 20px;
    }
    .sec3 .wrap .networkList .item p br {
        display: none;
    }
    .sec3, .sec4 {
        padding: 40px 0;
    }
    .sec4 .wrap .text h2 {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec4 .wrap .text ul li p {
        font-size: 12px;
    }
    .sec4 .wrap .text ul li p {
        width: 160px;
    }
    .sec1, .sec2 {
        padding: 50px 0;
    }
}
