.banner .text {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
}


.banner .banner_link {
    left: 50%;
    transform: translateX(-50%);
    bottom: 78px;
}

.banner .img img {
    filter: brightness(0.6);
}

.section {
    padding: 120px 0 90px;
}

.section .wrap {
    width: 1520px;
    margin: auto;
}

.section .wrap .title {
    margin-bottom: 70px;
}

.section .wrap .title h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
}

.section .wrap .proLinks {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 70px;
}

.section .wrap .proLinks .flex {
    display: flex;
    align-items: center;
}

.section .wrap .proLinks .flex a {
    display: block;
    font-weight: 400 !important;
    font-size: 18px;
    color: #6A7183;
    transition: 0.6s;
}

.section .wrap .proLinks .flex a:not(:last-child) {
    margin-right: 50px;
}

.section .wrap .proLinks .flex a:hover, .section .wrap .proLinks .flex a.on {
    color: #003894;
}

.section .wrap .proLinks .iconfont {
    font-size: 28px;
    margin-right: 28px;
}

.section .wrap .content a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 660px;
    border-radius: 30px;
    position: relative;
    transition: 0.6s;
    padding: 0 80px 0 110px;
    overflow: hidden;
    margin-bottom: 60px;
    border: 1px solid #F2F2F2;
    background: #F3F4F6;
}

.section .wrap .content a:hover, .section .wrap .content a.on {
    background: #DCE0E9;
    border: 1px solid transparent;
}

.section .wrap .content a:hover .bg_box, .section .wrap .content a.on .bg_box {
    opacity: 0;
}

.section .wrap .content a .l h5 {
    font-weight: 400;
    font-size: 24px;
    color: #003894;
    margin-bottom: 13px;
}

.section .wrap .content a .l h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 30px;
}

.section .wrap .content a .l .text p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
    line-height: 36px;
}

.section .wrap .content a .l .text p span {
    font-family: Roboto !important;
    font-weight: bold;
    font-size: 36px;
    color: #003894;
}

.section .wrap .content a .img {
    width: 708px;
    height: 411px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .content a .bg {
    display: block;
    height: 252px;
    width: auto;
    position: absolute;
    left: 1067px;
    top: 219px;
    max-width: unset;
}

.section .wrap .content a .bg_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
}

.section .wrap .content a .bg_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.cursor {
    width: 103px;
    height: 103px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    pointer-events: none;
    backface-visibility: hidden;
}

.cursor .cursor_box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.4s;
}

.cursor.cursor_active .cursor_box {
    transform: scale(1);
}

.cursor .iconfont {
    font-size: 38px;
    color: #003894;
    font-weight: 200;
}
.sec2 {
    padding: 0 0 120px;
}
.sec2 .wrap {
    width: 1520px;
    margin: auto;
}
.sec2 .wrap .title {
    margin: 0 0 60px;
}
.sec2 .wrap .title h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
}
.sec2 .wrap .swiper {
    width: 100%;
    padding: 0 0 60px;
}
.sec2 .wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #003894;
}
.sec2 .wrap .swiper .swiper-slide .item {
    width: 100%;
    height: 420px;
    background: #F3F4F6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 58px;
    position: relative;
}
.sec2 .wrap .swiper .swiper-slide .item .text {
    width: 230px;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    display: block;
    transition: 0.6s;
    margin: 0 0 10px;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text > p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn {
    margin: 95px 0 0;
    display: flex;
    align-items: center;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn p {
    font-weight: 100;
    font-size: 16px;
    color: #111111;
    margin-right: 9px;
    transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn .iconfont {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    background: #003894;
    border-radius: 28px;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
    width: 391px;
    height: 294px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .img img {
    transition: 3s;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn:hover p {
    color: #003894;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .text .item_title {
    color: #003894;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}

.proLinks1 {
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    z-index: 20;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 76px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 60px auto 0;
}

.proLinks1 a {
    display: block;
    transition: 0.6s;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.proLinks1 a:not(:last-child) {
    margin-right: 70px;
}

.proLinks1 a:after {
    content: "";
    width: 31px;
    height: 2px;
    background: #003894;
    border-radius: 2px;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    bottom: -7px;
    left: 50%;
    transform-origin: center;
    transition: 0.6s;
}

.proLinks1 a:hover, .proLinks1 a.on {
    color: #003894;
}

.proLinks1 a:hover:after, .proLinks1 a.on:after {
    transform: translateX(-50%) scaleX(1);
}
/*# sourceMappingURL=proList.css.map */
@media screen and (max-width: 1600px) {
  .section .wrap,.sec2 .wrap {
    width: 90%;
  }
  .section .wrap .title h2,.section .wrap .content a .l h2,.sec2 .wrap .title h2 {
    font-size: 32px;
  }
    .section .wrap .content a .l h5 {
        font-size: 20px;
    }
    .cursor .iconfont {
        font-size: 30px;
    }
    .section .wrap .content a .l .text p {
        font-size: 18px;
    }
    .section .wrap .content a .l .text p span {
        font-size: 30px;
    }
    .cursor {
        width: 80px;
        height: 80px;
    }
    .section .wrap .content a {
        height: 600px;
    }
    .section .wrap .content a .img {
        width: 48%;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_title {
        font-size: 20px;
    }
    .sec2 .wrap .swiper .swiper-slide .item {
        height: 360px;
        padding: 0 20px 0 40px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text > p {
        font-size: 14px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn {
        margin: 60px 0 0;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn p {
        font-size: 14px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn .iconfont {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1400px) {
    .section .wrap .content a {
        height: 530px;
    }
    .section .wrap .title h2,.section .wrap .content a .l h2 {
        font-size: 28px;
    }
    .section .wrap .proLinks .flex a {
        font-size: 16px;
    }
    .section {
        padding: 90px 0 80px;
    }
    .section .wrap .proLinks .iconfont {
        font-size: 24px;
        margin-right: 20px;
    }
    .section .wrap .proLinks .flex a:not(:last-child) {
        margin-right: 35px;
    }
    .section .wrap .title {
        margin-bottom: 45px;
    }
    .section .wrap .content a {
        padding: 0 60px 0 70px;
    }
    .section .wrap .content a .l h5 {
        font-size: 18px;
    }
    .section .wrap .content a .l .text p {
        font-size: 16px;
    }
    .section .wrap .content a .l .text p span {
        font-size: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .section .wrap .proLinks {
        display: none;
    }
    .section {
        padding: 60px 0 50px;
    }
    .section .wrap .title h2, .section .wrap .content a .l h2,.sec2 .wrap .title h2 {
        font-size: 24px;
    }
    .section .wrap .content a {
        height: unset;
        flex-direction: column-reverse;
        justify-content: flex-end;
        background: #F3F4F6;
        border: 1px solid transparent;
        padding: 40px 30px;
        width: 49%;
        border-radius: 15px;
        margin-bottom: 40px;

    }
    .section .wrap .content a .img {
        height: 15vw;
        width: 100%;
        margin-bottom: 40px;
    }
    .section .wrap .content a .bg_box {
        display: none;
    }
    .section .wrap .content a .l {
        width: 100%;
        text-align: center;
    }
    .section .wrap .title h2 {
        text-align: center;
    }
    .section .wrap .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section .wrap .content a .l h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .section .wrap .content a .l h5 {
        font-size: 14px;
    }
    .section .wrap .content a .l .text p {
        font-size: 14px;
        line-height: 1.8;
        display: inline;
    }
    .section .wrap .content a .l .text p .num,.section .wrap .content a .l .text p span {
        font-size: 14px;
    }
    .section .wrap .content a .bg {
        display: none;
    }
    .section .wrap .title {
        margin-bottom: 30px;
    }
    .cursor {
        display: none;
    }
    .sec2 .wrap .swiper .swiper-slide .item {
        flex-direction: column-reverse;
        height: unset;
        padding: 40px 25px;
    }
    .sec2 .wrap .title {
        margin: 0 0 40px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
        width: 100%;
        height: 150px;
    }
    .sec2 .wrap .swiper .swiper-slide .item .text {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 40px 0 30px;
    }
    .section .wrap .content a {
        width: 100%;
    }
    .section .wrap .content a .img {
        height: unset;
    }
    .section .wrap .content a .l h2 {
        font-size: 18px;
    }
    .section .wrap .title h2 {
        font-size: 20px;
    }
    .section .wrap .title {
        margin-bottom: 20px;
    }
    html[lang='en'] .proLinks1 {
        height: unset;
        padding: 10px 15px;
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        border-radius: 10px;
        position: unset;
        transform: unset;
        margin: 30px auto 0;
    }
    html[lang='en'] .proLinks1 a {
        margin: 10px;
    }
}
