.banner .fp-overflow {
    height: 100vh;
}

.banner .fp-overflow .box {
    height: 100vh;
    overflow: hidden;
}

.banner .fp-overflow .img {
    height: 100%;
}

.banner .fp-overflow .text {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
}


.banner .cb_link {
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 120px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    max-width: 100%;
}

.banner .cb_link a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    position: relative;
    white-space: nowrap;
}

.banner .cb_link a:after {
    content: "";
    width: 31px;
    height: 2px;
    background: #003894;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%) scaleX(0);
    transition: 0.6s;
}

.banner .cb_link a:hover, .banner .cb_link a.on {
    color: #003894;
}

.banner .cb_link a:hover:after, .banner .cb_link a.on:after {
    transform: translateX(-50%) scaleX(1);
}

.banner .cb_link a:not(:nth-last-child(1)) {
    margin-right: 150px;
}

.sec1 {
    position: relative;
}

.sec1 .fp-overflow {
    height: 100vh;
    padding-top: 155px;
    overflow: hidden;
}

.sec1 .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.sec1 .bg img {
    display: block;
    width: 100%;
}

.sec1 .wrap {
    width: 1520px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 465px;
}

.sec1 .wrap .l h2 {
    font-weight: bold !important;
    font-size: 36px;
    color: #111111;
    line-height: 60px;
}

.sec1 .wrap .r {
    width: 825px;
}

.sec1 .wrap .r p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 40px;
}

.sec1 .num {
    display: flex;
    justify-content: center;
    margin: 18vh 0 0;
}

.sec1 .num .item .num_item {
    display: flex;
    align-items: flex-start;
    margin: 0 120px 20px;
}

.sec1 .num .item .num_item p {
    font-family: Roboto !important;
    font-weight: 500;
    font-size: 70px;
    color: #003894;
    line-height: 60px;
    margin-right: 5px;
}

.sec1 .num .item .num_item span {
    font-family: Roboto !important;
    font-weight: 500;
    font-size: 24px;
    color: #003894;
}

.sec1 .num .item > p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-align: center;
}



.sec3 {
    position: relative;
    position: relative;
}

.sec3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.sec3 .bg img {
    width: 100%;
    height: 100%;
}

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

.sec3 .wrap .title {
    margin-bottom: 80px;
}

.sec3 .wrap .title h2 {
    font-weight: bold !important;
    font-size: 36px;
    color: #111111;
    margin-bottom: 35px;
    cursor: pointer;
    margin-right: 30px;
    opacity: 0.6;
    transition: 0.6s;
}
.sec3 .wrap .title h2.on {
    opacity: 1;
}
.sec3 .wrap .title .control {
    display: flex;
    align-items: center;
}
.sec3 .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
    line-height: 30px;
}

.sec3 .wrap .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec3 .wrap .content .swiper_control {
    max-height: 360px;
    overflow: scroll;
}
.sec3 .wrap .content .swiper {
    width: 1000px;
    margin: 0;
    height: 60vh;
}

.sec3 .wrap .content .swiper .swiper-slide {
    height: fit-content;
    display: flex;
    align-items: center;
}
.sec3 .wrap .content .swiper .swiper-slide .img{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec3 .wrap .content .swiper .swiper-slide .img .mask{
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}
.sec3 .wrap .content .swiper .swiper-slide .img .mask:after{
    content: '';
    width: 100%;
    height: 100%;
}
.sec3 .wrap .content .swiper .swiper-slide img {
    display: block;
    transition: 0.4s;
    opacity: 0.8;
}

.sec3 .wrap .content .swiper .swiper-slide-active img {
    opacity: 1;
}

.sec3 .wrap .content .swiper_control p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
    line-height: 60px;
    transition: 0.6s;
    cursor: pointer;
    width: fit-content;
    position: relative;
}

.sec3 .wrap .content .swiper_control p:after {
    content: "";
    width: 65px;
    height: 1px;
    background: #0AABF6;
    position: absolute;
    top: 50%;
    right: -73px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left;
    transition: 0.4s;
}

.sec3 .wrap .content .swiper_control p:before {
    content: attr(data-text);
    font-weight: 400;
    font-size: 20px;
    background: linear-gradient(270deg, #0AABF6 0%, #0079E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.sec3 .wrap .content .swiper_control p:hover, .sec3 .wrap .content .swiper_control p.on {
    color: rgba(0, 0, 0, 0);
}

.sec3 .wrap .content .swiper_control p:hover:after, .sec3 .wrap .content .swiper_control p.on:after {
    transform: translateY(-50%) scaleX(1);
}

.sec3 .wrap .content .swiper_control p:hover:before, .sec3 .wrap .content .swiper_control p.on:before {
    opacity: 1;
}

.sec4 {
    background: #F3F4F6;
}

.sec4 .box {
    height: 200vh;
}

.sec4 .fix {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
}

.sec4 .fix .fix_box {
    width: 100%;
}

.sec4 .wrap {
    width: 1520px;
    margin: 0 auto 100px;
}

.sec4 .wrap h2 {
    font-weight: 800;
    font-size: 50px;
    color: #111111;
    margin-bottom: 55px;
}

.sec4 .wrap .matter {
    display: flex;
    width: 1295px;
    margin: 0 auto;
    justify-content: space-between;
}

.sec4 .wrap .matter .l {
    width: 758px;
    position: relative;
}

.sec4 .wrap .matter .l .l_list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.sec4 .wrap .matter .l .l_list {
    opacity: 0;
    transform: translateY(40px);
}

.sec4 .wrap .matter .l .l_list.on {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec4 .wrap .matter .l h5 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin-bottom: 25px;
}

.sec4 .wrap .matter .l p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 36px;
    opacity: 0.8;
}

.sec4 .wrap .matter .images {
    width: 600px;
    position: relative;
}

.sec4 .wrap .matter .images img {
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
}

.sec4 .wrap .matter .images img.on {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec4 .wrap .matter .images img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.sec4 .yearList {
    display: flex;
    position: relative;
}

.sec4 .yearList .alike {
    cursor: pointer;
}

.sec4 .yearList .item .year {
    font-family: Roboto !important;
    font-weight: 500;
    font-size: 30px;
    color: #003894;
    height: 37px;
    text-align: center;
    transition: 0.4s;
    opacity: 0.26;
}

.sec4 .yearList .item.on .year {
    opacity: 1;
}

.sec4 .yearList .item.on .img img {
    opacity: 1;
}

.sec4 .yearList .item .img {
    width: 16.5625vw;
    margin: 0 23px 0 0;
}

.sec4 .yearList .item .img img {
    opacity: 0.5;
    transition: 0.4s;
}

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

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

[data-scrollbar] {
    height: 100vh;
}

@media screen and (min-width: 2560px) {
    .sec1 .fp-overflow {
        padding-top: 255px;
    }
}

.cursor {
    width: 77px;
    height: 77px;
    position: fixed;
    z-index: 1999120919;
    pointer-events: none;
}

.cursor .position_cut {
    width: 100%;
    height: 100%;
    background: #003894;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.6s;
}

.cursor .position_cut .iconfont {
    font-size: 14px;
    color: #FFFFFF;
}

.cursor .position_cut .iconfont:nth-last-child(2) {
    transform: rotate(180deg);
}

.cursor.cursor_active {
    transform: scale(1);
}
.sec3 .wrap .content .swiper .swiper-wrapper {
    align-items: center;
}
/*# sourceMappingURL=company_about.css.map */
.sec3 .wrap .content {
    position: relative;
}
.sec3 .wrap .content .item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
}
.sec3 .wrap .content .item.on {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s;
}
.sec3 .wrap .content .item:nth-child(1) {
    position: unset;
}
.sec3 .wrap .content .swiper-pagination {
    width: 360px;
    border-radius: 2px;
    /*background: #ffffff;*/
    transform: rotate(90deg);
    transform-origin: top left;
    top: calc((60vh - 360px) / 2);
    left: -20px;
}
.sec3 .wrap .content .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #0AABF6;
}
.sec3 .wrap .content .swiper .swiper-slide .mask {
    opacity: 0;
    transition: 0.4s;
}
.sec3 .wrap .content .swiper .swiper-slide-next .mask,.sec3 .wrap .content .swiper .swiper-slide-prev .mask {
    opacity: 1;
}
.sec3 .wrap .content .swiper .swiper-slide-active .mask {
    opacity: 1;
}
.sec3 .wrap .content .swiper .swiper-slide .img p {
    display: none;
}
.ph {
    display: none!important;
}
html[lang='en'] .sec1 .fp-overflow {
    padding-top: 120px;
}
html[lang='en'] .sec1 .num {
    margin: 5vh 0 0;
}
html[lang='en'] .sec1 .wrap .l h2 {
    font-size: 28px;
    line-height: 1.6;
}
@media screen and (max-width: 1600px) {
    .banner .cb_link {
        padding: 0 80px;
    }
    .banner .cb_link a:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
    .banner .cb_link a {
        font-size: 16px;
    }
    .banner .cb_link {
        height: 70px;
    }
    .sec1 .wrap,.sec4 .wrap {
        width: 90%;
    }
    .sec1 .num .item .num_item p {
        font-size: 60px;
    }
    .sec1 .wrap .l h2,.sec4 .wrap .matter .l h5,.sec3 .wrap .title h2 {
        font-size: 32px;
        line-height: 1.6;
    }
    .sec1 .num {
        margin: 14vh 0 0;
    }
    .sec1 .wrap .r p {
        font-size: 16px;
        line-height: 2;
    }
    .sec4 .wrap h2 {
        margin-bottom: 50px;
        font-size: 40px;
    }
    .sec4 .wrap .matter,.sec3 .wrap {
        width: 90%;
    }
    .sec4 .wrap .matter .l {
        width: 60%;
    }
    .sec4 .wrap .matter .images {
        width: 30%;
    }
    .sec4 .yearList .item .year {
        font-size: 28px;
    }
    .sec4 .wrap {
        margin: 0 auto 100px;
    }
    .sec3 .wrap .title h2 {
        margin-bottom: 16px;
    }
    .sec3 .wrap .title {
        margin-bottom: 30px;
    }
    .sec3 .wrap .title p {
        font-size: 18px;
    }
    .sec3 .wrap .content .swiper_control p:before,.sec3 .wrap .content .swiper_control p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .num .item .num_item p {
        font-size: 50px;
    }
    .sec1 .num .item > p {
        font-size: 14px;
    }
    .sec1 .wrap .l h2, .sec4 .wrap .matter .l h5, .sec3 .wrap .title h2 {
        font-size: 28px;
    }

    .sec4 .wrap .matter .l p {
        font-size: 16px;
    }
    .sec4 .wrap h2 {
        font-size: 32px;
    }
    .sec4 .yearList .item .year {
        font-size: 24px;
    }
    .sec4 .wrap h2 {
        margin-bottom: 35px;
    }
    .sec3 .wrap .content .swiper {
        width: 70%;
    }
    .sec3 .wrap .content .swiper .swiper-slide .img .mask {
        width: 65%;
    }
    .sec3 .wrap .content .swiper_control p {
        line-height: 40px;
    }
    .sec3 .wrap .content .swiper_control {
        max-height: 300px;
    }
    .sec3 .wrap .content .swiper-pagination {
        width: 300px;
        top: calc((60vh - 300px) / 2);
    }
    .sec3 .wrap .content .swiper_control p:before, .sec3 .wrap .content .swiper_control p {
        font-size: 16px;
    }
    .sec1 .wrap .r {
        width: 60%;
    }
    html[lang='en'] .sec1 .wrap .l h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .banner .cb_link {
        height: 55px;
        padding: 0 50px;
    }
    .banner .cb_link a:not(:nth-last-child(1)) {
        margin-right: 30px;
    }
    .banner .cb_link a {
        font-size: 14px;
    }
    .banner .cb_link a:after {
        width: 22px;
    }
    .banner .cb_link {
        bottom: 25px;
    }
    .banner .fp-overflow .box {
        height: 100%;
    }
    .sec1 .wrap .l h2, .sec4 .wrap .matter .l h5, .sec3 .wrap .title h2 {
        font-size: 24px;
    }
    .sec1 {
        padding: 60px 0 150px;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .r {
        width: 100%;
        margin-top: 40px;
    }
    .sec1 .num .item .num_item p {
        font-size: 32px;
        line-height: 42px;
    }
    .sec1 .num .item .num_item {
        margin: 0 0 5px;
    }

    .sec1 .num {
        width: 90%;
        margin: 30px auto 0;
        justify-content: space-between;
    }
    .sec1 .num .item .num_item {
        justify-content: center;
    }
    .sec1 .num .item .num_item span {
        font-size: 18px;
    }
    .sec1 .num .item > p {
        font-size: 12px;
        line-height: 1.4;
    }
    .sec1 .wrap .r p {
        font-size: 14px;
    }
    .sec4 .fix {
        height: unset;
    }
    .sec4 .wrap h2 {
        font-size: 24px;
    }
    .sec4 .wrap .matter .l h5 {
        font-size: 20px;
    }
    .sec4 .wrap .matter {
        width: 100%;
    }
    .sec4 .wrap .matter .l p {
        font-size: 14px;
        line-height: 1.8;
    }
    [data-scrollbar] {
        height: unset;
    }
    .sec4 .box {
        height: auto!important;
    }
    .sec4 {
        padding: 60px 0;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .content .swiper {
        height: unset;
    }
    .sec3 .wrap .content .swiper-pagination {
        top: 0;
    }
    .sec3 .wrap .title p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec4 .yearList .item .year {
        font-size: 20px;
    }
    .sec3 .wrap .content .swiper .swiper-slide .img p {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #6A7183;
        transition: 0.6s;
        opacity: 0;
        margin: 10px auto 0;
        text-align: center;
    }
    .sec3 .wrap .content .swiper .swiper-slide .img .mask {
        margin: 0 auto;
    }
    .sec3 .wrap .title {
        text-align: center;
    }
    .sec3 .wrap .content .swiper .swiper-slide-active .img p {
        opacity: 1;
    }
    .sec3 .wrap .content .swiper .swiper-slide .img {
        display: block;
    }
    .sec3 .wrap .content .swiper_control {
        display: none;
    }
    .sec3 .wrap .content .swiper-pagination {
        display: none;
    }
    .sec3 .wrap .content .swiper {
        width: 100%;
    }
    .sec4 .yearList,.pc {
        display: none !important;
    }
    .ph {
        display: block!important;
    }
    .sec4 .wrap .matter {
        position: relative;
    }
    .sec4 .wrap .matter:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: 10px;
        top: 0;
        background: #E1E6F3;
    }
    .sec4 .wrap .matter .item {
        margin-bottom: 40px;
        padding-left: 30px;
        position: relative;
    }
    .sec4 .wrap .matter .item:after {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px solid #003894;
        position: absolute;
        border-radius: 50%;
        left: 5px;
        top: 7px;
        z-index: 3;
    }
    .sec4 .wrap .matter .item .item_flex {
        display: flex;
        justify-content: space-between;
    }
    .sec4 .wrap .matter .l .l_list,.sec4 .wrap .matter .images img {
        opacity: 1;
        transform: unset;
    }
    .sec4 .wrap .matter .l h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec4 .wrap .matter .item .year {
        font-size: 20px;
        margin-bottom: 15px;
        font-family: Roboto !important;
        font-weight: 500;
        color: #003894;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap .l h2, .sec4 .wrap .matter .l h5, .sec3 .wrap .title h2 {
        font-size: 20px;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 {
        padding: 40px 0 100px;
    }
    .sec1 .wrap .r {
        margin-top: 20px;
    }
    .sec1 .num .item .num_item p {
        font-size: 28px;
        line-height: 38px;
    }
    .sec1 .num .item .num_item span {
        font-size: 14px;
    }
    .sec1 .num .item {
        width: 50%;
        margin-bottom: 15px;
    }
    .sec1 .num {
        flex-wrap: wrap;
    }
    .sec1 .num {
        margin: 10px auto 0;
    }
    .sec4 .wrap .matter .l h5 {
        font-size: 16px;
    }
    .sec4 .wrap .matter .item .item_flex {
        display: block;
    }
    .sec4 .wrap .matter .images {
        width: 100%;
        margin-top: 15px;
    }
    .sec4 .wrap .matter .l {
        width: 100%;
    }
    html[lang='en'] .sec1 .wrap .l h2 {
        font-size: 20px;
    }
    html[lang='en'] .banner .cb_link {
        height: unset;
        padding: 10px 15px;
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        border-radius: 10px;
    }
    html[lang='en'] .banner .cb_link a {
        margin: 10px;
    }
    html[lang='en'] .sec1 .num {
        margin: 5vw auto 0;
    }
}
