.banner .banner_link a {
    color: #999999;
}

.banner .banner_link a:hover, .banner .banner_link a.on {
    color: #111111;
}

.banner .banner_link .iconfont {
    color: #999999;
}

.banner .text {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1161px;
}

.banner .text h2 {
    color: #111111;
    margin-bottom: 25px;
}
.banner .text h1 {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 0;
}
.banner .text p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 50px;
}

.banner .text img {
    display: block;
    max-height: 50vh;
    margin: auto;
  max-width: 1000px;
}

.sec1 {
    padding: 180px 0 140px;
}

.sec1 .wrap {
    width: 1520px;
    margin: auto;
}

.sec1 .wrap h1 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 40px;
}

.sec1 .wrap h1 span {
    display: inline-block;
    font-family: Colnova !important;
    font-weight: bold;
    font-size: 70px;
    color: #003894;
    line-height: 60px;
}

.sec1 .wrap h1 > span {
    transform: translateY(4px);
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .flex .item {
    width: 480px;
    padding: 100px 0 0;
    border-top: 1px solid #E1E1E1;
}

.sec1 .wrap .flex .item .img {
    margin: 0 0 42px 33px;
}

.sec1 .wrap .flex .item p {
    font-size: 20px;
    color: #111111;
}

.sec1 .wrap .flex .item p span {
    font-weight: bold !important;
    font-size: 30px;
}

.sec1 .wrap .flex .item p span.count-item, .sec1 .wrap .flex .item p span.num {
    color: #003894;
}

.section {
    position: relative;
    height: 100vh;
}

.section .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}

.sec2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .wrap {
    width: 1520px;
}

.sec2 .wrap h1 {
    font-weight: bold !important;
    font-size: 50px;
    color: #111111;
    line-height: 66px;
    margin-bottom: 37px;
}

.sec2 .wrap .text p {
    font-weight: 400 !important;
    font-size: 24px;
    color: #111111;
    line-height: 36px;
    margin-bottom: 17px;
}

.sec3 {
    display: flex;
    align-items: flex-end;
    padding-bottom: 85px;
}

.sec3 .wrap {
    width: 1520px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.sec3 .wrap .item {
    width: 420px;
    text-align: center;
}

.sec3 .wrap .item h5 {
    font-weight: bold !important;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 50px;
    margin-bottom: 40px;
}

.sec3 .wrap .item p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.sec4 {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.sec4 .wrap {
    width: 1520px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 200px 0;
}

.sec4 .wrap .img {
    position: relative;
    left: -50px;
    height: fit-content;
    transition: 0s;
}

.sec4 .wrap .r .part:not(:last-child) {
    margin-bottom: 75px;
}

.sec4 .wrap .r .part h5 {
    font-weight: bold !important;
    font-size: 36px;
    color: #111111;
    margin-bottom: 15px;
}

.sec4 .wrap .r .part p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
    line-height: 40px;
}


.sec5 {
    padding: 60px 0 120px;
}
.sec5 .wrap {
    width: 1520px;
    margin: auto;
}
.sec5 .wrap .title {
    margin: 0 0 60px;
}
.sec5 .wrap .title h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
}
.sec5 .wrap .swiper {
    width: 100%;
    padding: 0 0 60px;
}
.sec5 .wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #003894;
}
.sec5 .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;
}
.sec5 .wrap .swiper .swiper-slide .item .text {
    width: 230px;
}
.sec5 .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;
}
.sec5 .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;
}
.sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn {
    margin: 95px 0 0;
    display: flex;
    align-items: center;
}
.sec5 .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;
}
.sec5 .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;
}
.sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
    width: 391px;
    height: 294px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .img img {
    transition: 3s;
}
.sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn:hover p {
    color: #003894;
}
.sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .text .item_title {
    color: #003894;
}
.sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}
/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1600px) {
    .sec1 .wrap,.sec3 .wrap,.sec2 .wrap,.sec4 .wrap {
        width: 90%;
    }
    .sec5 .wrap .title h2 {
        font-size: 32px;
    }
    .sec1 .wrap h1,.sec2 .wrap h1,.sec4 .wrap .r .part h5 {
        font-size: 32px;
        line-height: 1.6;
    }
    .sec2 .wrap .text p,.sec4 .wrap .r .part p {
        font-size: 20px;
        line-height: 1.8;
    }
    .sec1 .wrap h1 span {
        font-size: 54px;
    }
    .sec1 .wrap .flex .item p {
        font-size: 18px;
    }
    .sec1 .wrap .flex .item p span {
        font-size: 26px;
    }
    .sec1 .wrap .flex .item .img {
        height: 62px;
    }
    .sec1 {
        padding: 150px 0 120px;
    }
    .sec4 .wrap .img {
        width: 50%;
    }
    .sec4 .wrap .r {
        width: 45%;
    }
    .sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_title {
        font-size: 20px;
    }
    .sec5 .wrap .swiper .swiper-slide .item {
        height: 360px;
        padding: 0 20px 0 40px;
    }
    .sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text > p {
        font-size: 14px;
    }
    .sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn {
        margin: 60px 0 0;
    }
    .sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn p {
        font-size: 14px;
    }
    .sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn .iconfont {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }
    .sec5 .wrap {
        width: 90%;
    }
}
@media screen and (max-width: 1400px) {
    .banner .text img {
        max-height: 43vh;
    }
    .sec1 .wrap h1,.sec2 .wrap h1,.sec4 .wrap .r .part h5,.sec3 .wrap .item h5 {
        font-size: 28px;
        line-height: 1.6;
    }
    .sec1 .wrap .flex .item p {
        font-size: 16px;
    }
    .sec1 .wrap .flex .item p span {
        font-size: 22px;
    }
    .sec2 .wrap .text p, .sec4 .wrap .r .part p {
        font-size: 18px;
    }
    .sec4 .wrap {
        padding: 100px 0;
    }

}
@media screen and (max-width: 1200px) {
    .banner .text {
        width: 90%;
    }
    .banner .text img {
        max-height: 25vh;
    }
    body .banner {
        height: 60vh;
    }
    .banner .text p ,.banner .text h1{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap h1, .sec2 .wrap h1, .sec4 .wrap .r .part h5, .sec3 .wrap .item h5 {
        font-size: 24px;
        text-align: center;
    }
    .sec1 .wrap h1 span {
        font-size: 36px;
    }
    .sec1 {
        padding: 80px 0;
    }
    .sec1 .wrap .flex .item {
        padding: 40px 0 0;
        text-align: center;
    }
    .sec1 .wrap .flex .item p,.sec1 .wrap .flex .item p span {
        font-size: 14px;
    }
    .sec1 .wrap .flex .item .img {
        height: 50px;
        margin: 0 auto 30px;
    }
    .sec1 .wrap h1 {
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex {
        width: 100%;
    }
    .section {
        height: unset!important;
        transform: unset!important;
        padding: 80px 0;
    }
    .sec2 .wrap .text p, .sec4 .wrap .r .part p {
        font-size: 16px;
        text-align: center;
    }
    .sec2 .wrap h1,.sec2 .wrap .text p {
        color: #fff;
    }
    .sec2 .wrap .text p {
        margin-bottom: 10px;
    }
    .sec2 .wrap h1 {
        margin-bottom: 25px;
    }
    .sec3 .wrap .item h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .item p {
        font-size: 14px !important;
        line-height: 1.8;
    }
    .sec3 {
        padding: 150px 0 100px;
    }
    .sec4 .wrap {
        display: block;
    }
    .sec4 .wrap .img {
        width: 60%;
        left: 0;
        margin: 0 auto 60px;
        transform: unset!important;
    }
    .sec4 .wrap .r {
        width: 100%;
    }

    .sec5 .wrap .swiper .swiper-slide .item {
        flex-direction: column-reverse;
        height: unset;
        padding: 40px 25px;
    }
    .sec5 .wrap .title {
        margin: 0 0 40px;
    }
    .sec5 .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
        width: 100%;
        height: 150px;
    }
    .sec5 .wrap .swiper .swiper-slide .item .text {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    body .banner {
        height: unset!important;
        padding: 100px 0 60px;
    }
    .banner .text img {
        max-width: 90%;
    }
    .banner .text {
        position: unset;
        transform: unset!important;
        margin: 0 auto;
    }
    .banner .text h2 {
        font-size: 24px;
    }
    .banner .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .sec1 .wrap h1, .sec2 .wrap h1, .sec4 .wrap .r .part h5, .sec3 .wrap .item h5,.sec1 .wrap h1 span {
        font-size: 20px;
    }
    .sec1 {
        padding: 40px 0 60px;
    }
    .sec1 .wrap .flex .item .img {
        height: 42px;
    }
    .sec2 .wrap .text p, .sec4 .wrap .r .part p {
        font-size: 14px;
    }
    .sec2 .wrap .text p {
        margin-bottom: 5px;
    }
    .sec1 .wrap h1 > span {
        transform: unset;
    }
    .sec1 .wrap h1 span {
        line-height: 1;
    }
    .sec1 .wrap .flex .item:not(:nth-last-child(1)) {
        margin-right: 10px;
    }
    .sec3 .wrap .item {
        width: 100%;
    }
    .sec3 .wrap .item:not(:nth-last-child(1)) {
        margin-bottom: 30px;
    }
    .sec3 {
        padding: 60px 0;
    }
    .section .bg {
        filter: brightness(0.8);
    }
    .sec4 .wrap .img {
        width: 100%;
    }
    .sec4 .wrap {
        padding: 60px 0;
    }
    .sec3 .wrap {
        flex-wrap: wrap;
    }
    .sec4 .wrap .r .part:not(:last-child) {
        margin-bottom: 30px;
    }
    html[lang='en'] .sec4 {
        min-height: unset;
    }
    .sec5 .wrap .title h2 {
        font-size: 24px;
        text-align: center;
    }
}
