/*body {*/
/*    overflow: hidden!important;*/
/*}*/
/*body.end {*/
/*    overflow: unset !important;*/
/*}*/
.sec1 .sw_text h1 {
    font-size: 70px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #333333;
    line-height: 71px;
    margin-bottom: 20px;
    opacity: 0!important;
    transform: translateY(40px);
    transition: 0.6s;
    transition-delay: 0.2s;
}
.sec1 .text {
    width: 1680px;
    margin: auto;
    padding: 350px 0 0;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.sec1 {
    position: relative;
}
html[lang='en'] .sec1 .text {
    padding: 400px 0 0;
}
.sec1 .box {
    width: 100%;
    height: 100%;
    position: absolute;
    /*z-index: 99;*/
    /*pointer-events: none;*/
    transition: 1s;
}
.sec1 .box .cir_item {
    position: absolute;
    width: fit-content;
    /*pointer-events: auto;*/
}
.sec1 .box .cir_item .cir {
    width: 20px;
    height: 20px;
    background: #CA0000;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 9999;

}
.sec1 .box .cir_item.cir_item_blue .cir {
    background: #1264AC;
}
.sec1 .box .cir_item .cir:after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    animation: xuan 1s infinite .5s alternate;
    background: rgba(202, 0, 0, 0.1);
    animation: xuan 1s infinite .5s alternate;
}
.sec1 .box .cir_item.cir_item_blue .cir:after {
    background: rgba(18, 100, 172, 0.1);
}
@keyframes xuan {
    0% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(2, 2, 1);
    }
}
.sec1 .box .cir_item .cir span {
    display: block;
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec1 .box .cir_item .cir span:nth-child(2) {
    width: 2px;
    height: 10px;
}
.sec1 .box .cir_item:hover .item_text {
    opacity: 1;
    pointer-events: auto;
    /*z-index: 99999;*/
}
.sec1 .box .cir_item .item_text .item_box {
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    min-width: 240px;
    overflow: hidden;
}
.sec1 .box .cir_item .item_text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 99999;
    background: unset;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}
.section.sec1 .bg img {
    height: unset;
}
.section.sec1 .bg {
    background: #dadfe3;
}

.sec1 .box .cir_item .item_text .item_box>a {
    display: flex;
    min-height: 70px;
    align-items: center;
    background: rgba(202, 0, 0, 0.8);
}
.sec1 .swiper-slide:nth-child(2) .box .cir_item .item_text .item_box>a {
    background: rgba(18, 100, 172, 0.8);
}
.sec1 .box .cir_item .item_text h5 {
    font-size: 22px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 30px;

}
.sec1 .box .cir_item .item_text ul {
    background: rgba(255,255,255,0.8);
    padding: 20px 0 20px 30px;
}
.sec1 .box .cir_item .item_text ul li:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}
.sec1 .box .cir_item .item_text ul li a {
    display: block;
    transition: 0.6s;
    padding-left: 15px;
    position: relative;

}
.sec1 .box .cir_item .item_text ul li a p {
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    transition: 0.4s;
}
.sec1 .box .cir_item .item_text ul li a:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}
.sec1 .box .cir_item .item_text ul li a:hover p {
    color: #CA0000;
}
.sec1 .box .cir_item .item_text ul li a:hover:after {
    background: #CA0000;
}
.sec1 .box .cir_item:nth-child(1) {
    top: 29%;
    left: 77vw;
}
.sec1 .box .cir_item:nth-child(2) {
    top: 31.6%;
    left: 55vw;
}
.sec1 .box .cir_item:nth-child(3) {
    top: 39.4%;
    left: 48vw;
}
.sec1 .box .cir_item:nth-child(4) {
    top: 42.1%;
    left: 71.6vw;
}
.sec1 .box .cir_item:nth-child(5) {
    top: 49%;
    left: 38vw;
}
.sec1 .box .cir_item:nth-child(6) {
    top: 49.2%;
    left: 62.5vw;
}
.sec1 .box .cir_item:nth-child(7) {
    top: 47.9%;
    left: 83.4vw;

}
.sec1 .box .cir_item:nth-child(8) {
    top: 60%;
    left: 31.2vw;
}
.sec1 .box .cir_item:nth-child(9) {
    top: 60%;
    left: 70vw;
}
.sec1 .box .cir_item:nth-child(9) .item_text .item_box {
    width: 280px;
}
.sec1 .box .cir_item .item_text {
    padding: 0 0 0 60px;
}
.sec1 .box .cir_item.left .item_text {
    right: 0;
    left: unset;
    padding: 0 60px 0 0;
}
.sec1 .bg {
    z-index: 1;
}
.index_banner_swiper .swiper-slide .slide-inner {
    position: relative;
    display: flex;
    align-items: center;
}
.index_banner_swiper .swiper-slide .slide-inner .point_box {
    width: 100%;
    position: relative;
    z-index: 99;
}
.index_banner_swiper .swiper-slide .slide-inner .point_box .box {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}
.sec1 .sw_text {
    position: absolute;
    width: 1680px;
    margin: auto;
    padding: 150px 0 0;
    z-index: 999999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 206;
}
.sec1 .sw_text div >p {
    width: 662px;
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 55px;
    transform: translateY(40px);
    opacity: 0!important;
    transition: 0.6s;
    transition-delay: 0.4s;
}

.sec1 .text .flex {
    transform: translateY(40px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.6s;
}
.sec1.sec1_active .sw_text h1,.sec1.sec1_active .sw_text div>p,.sec1.sec1_active .text .flex {
    transform: translateY(0px);
    opacity: 1!important;
}
.sec1 .text .flex a {
    display: block;
    position: relative;
    width: 140px;
    height: 140px;
    background: #CA0000;
    border-radius: 10px;
    transition: 0.6s;
    padding-top: 102px;
    overflow: hidden;
    pointer-events: auto;
}
.sec1 .text .flex a.on,.sec1 .text .flex a:hover {
    width: 200px;
}

.sec1 .text .flex a:hover img,.sec1 .text .flex a.on img {
    left: 68px!important;
}
.sec1 .text .flex a:nth-child(1):hover img,.sec1 .text .flex a:nth-child(1).on img {
    left: 73px!important;
}
.sec1 .text .flex a:nth-last-child(1) {
    margin-left: 19px;
    background: #1264AC;
}
.sec1 .text .flex a:nth-last-child(1) img {
    left: 37px;
}
.sec1 .text .flex a p {
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.sec1 .text .flex a img {
    position: absolute;
    top: 25px;
    left: 46px;
    transition: 0.6s;
    width: fit-content;
    height: fit-content;
}
.sec2 .text h1 {
    font-size: 70px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.sec2 .text  {
    width: 100%;
    height: 100%;
    padding-top: 9.5vw;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec2 .text .flex .item {
    width: 33.333%;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
}
.sec2 .text .flex .item:not(:nth-last-child(1)):after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    right: 30px;
}
.sec2 .text .flex .item h4{
    font-size: 50px;
    font-family: HarmonyOS Sans SC b;
    font-weight: normal;
    color: #FFFFFF;
    transition: 0.6s;
}
.sec2 .text .flex .item p {
    font-size: 32px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 100;
    color: #FFFFFF;
    margin-bottom: 4vw;
    transition: 0.6s;
}
.sec2 .text .flex .item .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #CA0000;
    border-radius: 10px;
    transition: 0.6s;
}

.sec2 .text .flex .item:hover .iconfont {
    background: #1264AC;
}
.sec2 .text .flex .item .iconfont img {
    display: block;
    width: 45px;
}
.sec3 {

}
.sec3 .title .joke {
    width: 75vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec3 .title .joke a {
    display: block;
    position: relative;
}
.sec3 .title .joke a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right,#1264AC 0%, #CA0000 60%, #1264AC 100%);
    clip-path: inset(0% 50% 0% 50%);
    transition: 0.6s;
}
.sec3 .title .joke a:hover:after {
    clip-path: inset(0% 0% 0% 0%);
}
.sec3 .title .joke a p {
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    line-height: 36px;

    background: linear-gradient(90deg, #CA0000 0%, #1264AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec3 .title {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 57px;
}
.sec3 .title h1 {
    font-size: 70px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #333333;
    background: linear-gradient(90deg, #CA0000 0%, #1264AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec3 .index_news {
    width: 194vw;
    left: 50%;
    transform: translateX(-50%);
}
.sec3 .index_news .time {
    font-size: 16px;
    font-family: ITCAvantGardeStd-Bk;
    font-weight: normal;
    color: #666666;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
}
.sec3 .index_news .time:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #1264AC;
    position: absolute;
    left: 0;
    bottom: -27px;
}
.sec3 .index_news .time:before {
    content: "";
    width: 600px;
    height: 4px;
    background: linear-gradient(to right,#1264AC 0%, #CA0000 50%, #1264AC 100%);
    position: absolute;
    left: -200px;
    bottom: -27px;
    z-index: 9;
    transition: 6s;
}
.sec3 .index_news .swiper-slide {
    overflow: hidden;
}
.sec3 .index_news .swiper-slide-active .time:before {
    left: 100%;
}
.sec3 .index_news .img {
    display: block;
    width: 720px;
    overflow: hidden;
}
.sec3 .index_news .img img {
    width: 100%;
    display: block;
    transition: 3s;
}
.sec3 .index_news .img:hover img {
    transform: scale(1.1);
}
.sec3 .index_news .flex {
    display: flex;
    align-items: center;
}
.sec3 .index_news .flex .newsText {
    height: fit-content;
    padding-left: 48px;
    width: calc(100% - 720px);
}

.sec3 .index_news .flex .newsText a:nth-child(1) {
    font-size: 30px;
    font-family: HarmonyOS Sans SC b;
    font-weight: bold;
    color: #333333;
    display: block;
    line-height: 36px;
    transition: 0.6s;
}
.sec3 .index_news .flex .newsText a:nth-child(1):hover {
    color: #CA0000;
}
.sec3 .index_news .flex .newsText>p {
    font-size: 20px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin: 45px 0 80px;
}
.sec3 .index_news .flex .newsText .more {
    display: block;
    width: fit-content;
    height: fit-content;
    position: relative;
}
.sec3 .index_news .flex .newsText .more img{
    display: block;
}
.sec3 .index_news .flex .newsText .more p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #666666;
}
.sec3 .fp-tableCell {
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
html[lang='en'] .sec3 .index_news .flex .newsText a:nth-child(1) {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
html[lang='en'] .sec3 .index_news .flex .newsText>p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (min-width: 2560px) {
    .sec1 .box .cir_item:nth-child(1) {
        top: 29%;
        left: 77vw;
    }
    .sec1 .box .cir_item:nth-child(2) {
        top: 32.6%;
        left: 55.8vw;
    }
    .sec1 .box .cir_item:nth-child(3) {
        top: 40.9%;
        left: 48vw;
    }
    .sec1 .box .cir_item:nth-child(4) {
        top: 46.1%;
        left: 72.8vw;
    }
    .sec1 .box .cir_item:nth-child(5) {
        top: 51%;
        left: 36.9vw;
    }
    .sec1 .box .cir_item:nth-child(6) {
        top: 52.6%;
        left: 63.2vw;
    }
    .sec1 .box .cir_item:nth-child(7) {
        top: 51.6%;
        left: 84.7vw;

    }
    .sec1 .box .cir_item:nth-child(8) {
        top: 62.8%;
        left: 28.8vw;
    }
    .sec1 .box .cir_item:nth-child(9) {
        top: 64.7%;
        left: 71vw;
    }
}
@media screen and (max-width: 1920px) {
    .sec3 .title {
        margin-bottom: 20px;
        padding-bottom: 17px;
    }
}
.sec2 .imgItem {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sec2 .imgItem img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: 0.6s;
}
.sec2 .imgItem img.on {
    opacity: 1;
}
.index_banner_swiper .swiper-slide .slide-inner,.index_banner_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_banner_swiper {
    width: 100%;
    height: 100%;
}
.load .load_btns {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 24vw;
    transform: translate(-50%, 20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    transition-delay: 0.2s;
    z-index: 10;
}
.load.load_on .fl {
    opacity: 0;
}
.load.load_on .load_btns {
    transform: translate(-50%, 0px);
    opacity: 1;
    pointer-events: auto;
}
.load .load_btns .btnItem {
    width: 325px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 9px 16px 0px rgba(0,0,0,0.35);
    border-radius: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.load .load_btns .btnItem img {
    display: block;
    width: 110px;
    position: relative;
    margin-right: 30px;
    transition: 1s;
    z-index: 10;
}
.load .load_btns .btnItem p {
    font-size: 32px;
    font-family: HarmonyOS Sans SC r;
    font-weight: 400;
    color: #CA0000;
    transition: 0.6s;
}
.load .load_btns .btnItem:nth-child(2) p {

    color: #1264AC;
}
.load .load_btns .btnItem:nth-child(2) {
    margin-left: 69px;
}
.load .load_btns .btnItem:hover p {
    transform: translateX(-90px);
}
.load .load_btns .btnItem:hover img {
    transform: translateX(215px);
}
.pe {
    display: none!important;
}
.pe_picurl {
    display: none!important;
}
@media screen and (max-width:1920px){
    .sec1 .sw_text {
        padding: 150px 0 0;
    }
}
@media screen and (max-width:1800px){
    .sec1 .text,.sec1 .sw_text {
        width: 90%;
    }
    .load h1 {
        white-space: nowrap;
        font-size: 60px!important;
    }
    .sec1 .sw_text {
        padding: 150px 0 0;
    }
    .sec1 .text {
        padding: 470px 0 0;
    }
    body .load .load_btns .btnItem img {
        width: 90px;
    }
    body .load .load_btns .btnItem p {
        font-size: 28px;
    }
    body .load .load_btns .btnItem {
        width: 280px;
        height: 90px;
    }
    body .load .load_btns .btnItem:hover img {
        transform: translateX(190px);
    }
    .sec1 .sw_text h1,.sec2 .text h1,.sec3 .title h1 {
        font-size: 60px;
        line-height: 1;
    }
    .sec3 .index_news .time:before,.sec3 .index_news .time:after {
        bottom: -12px;
    }
    .sec2 .text .flex .item h4 {
        font-size: 44px;
    }
    .sec2 .text .flex .item p {
        font-size: 28px;
    }
    .sec3 .index_news .time {
        margin-bottom: 30px;
    }
    .sec3 .index_news .flex .newsText a:nth-child(1) {
        font-size: 28px;
    }
    .sec3 .index_news .img {
        width: 60%;
    }
    .sec3 .index_news .flex .newsText>p {
        font-size: 18px;
        line-height: 32px;
    }
    .sec3 .index_news .flex .newsText {
        width: 40%;
    }
    .sec1 .box .cir_item .item_text h5 {
        font-size: 20px;
    }
    .sec1 .box .cir_item .item_text ul li a p {
        font-size: 18px;
    }
    .sec1 .box .cir_item .item_text .item_box>a {
        min-height: 58px;
    }
    .sec1 .box .cir_item .item_text .item_box {
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .sec1 .box .cir_item .item_text ul li:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }
    .sec1 .box .cir_item .item_text ul li a:after {
        top: 12px;
    }
}
@media screen and (max-width:1600px){
    .sec1 .sw_text h1, .sec2 .text h1, .sec3 .title h1,.load h1 {
        font-size: 50px!important;
    }
    .sec2 .text .flex .item h4 {
        font-size: 36px;
    }
    .sec2 .text .flex .item p {
        font-size: 24px;
    }
    .sec2 .text .flex .item .iconfont img {
        width: 36px;
    }
    .sec2 .text .flex .item .iconfont {
        width: 60px;
        height: 60px;
    }
    .sec3 .index_news .flex .newsText a:nth-child(1) {
        font-size: 24px;
    }
    .sec3 .index_news .flex .newsText>p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width:1500px){
    .sec1 .sw_text h1, .sec2 .text h1, .sec3 .title h1, .load h1 {
        font-size: 40px!important;
    }
    .sec3 .index_news .flex .newsText {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec3 .index_news .flex .newsText>p {
        margin:  20px 0;
    }
}
@media screen and (max-width:1400px){
    .sec3 .index_news .flex .newsText a:nth-child(1) {
        font-size: 20px;
        line-height: 30px;
    }
    body .load .load_btns .btnItem p {
        font-size: 20px;
    }
    body .load .load_btns .btnItem {
        width: 240px;
        height: 70px;
    }
    body .load .load_btns .btnItem img {
        width: 70px;
    }
    body .load .load_btns .btnItem:hover img {
        transform: translateX(170px);
    }
    .load .load_btns .btnItem:hover p {
        transform: translateX(-65px);
    }
    .sec1 .sw_text {
        padding: 100px 0 0;
    }
    .sec1 .sw_text div >p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .text .flex a p {
        font-size: 16px;
        position: relative;
        top: -40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sec1 .text .flex a.on, .sec1 .text .flex a:hover {
        width: 150px;
    }
    .sec1 .text .flex a:nth-last-child(1) img {
        left: 27px;
    }
    .sec1 .text .flex a img {
        top: 10px;
        width: 70px;
        left: 29px;
    }
    .sec1 .text .flex a:nth-child(1):hover img, .sec1 .text .flex a:nth-child(1).on img {
        left: 55px!important;
    }
    .sec1 .text .flex a:hover img, .sec1 .text .flex a.on img {
        left: 54px!important;
    }
    .sec1 .text .flex a {
        width: 100px;
        height: 100px;
    }
    .sec2 .text .flex .item h4 {
        font-size: 30px;
    }
    .sec2 .text .flex .item p {
        font-size: 20px;
    }
    .sec3 .fp-tableCell {
        padding-top: 100px;
    }
    .sec3 .index_news .flex .newsText a:nth-child(1) {
        font-size: 18px;
        line-height: 28px;
    }
    .sec3 .index_news .flex .newsText>p {
        font-size: 14px;
    }
    .sec3 .index_news .flex .newsText .more p {
        font-size: 14px;
    }
    .sec3 .index_news .flex .newsText .more {
        width: 140px;
    }
}
@media screen and (max-width:1365px){
    .load .pe {
        display: block!important;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width:1024px){
    .sec1 .box .cir_item {
        display: none;
    }
    .fp-tableCell, .section {
        height: auto!important;
    }
    .section .bg {
        height: auto;
        position: unset;
    }
    .sec1 .text {
        position: absolute;
        bottom: 10%;
        padding: 0;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec1 .sw_text h1, .sec2 .text h1, .sec3 .title h1, .load h1 {
        font-size: 30px!important;
    }
    .sec1 .sw_text {
        padding-top: 80px;
    }
    .sec2 .text {
        position: absolute;
        z-index: 99;
        top: 0;
    }
    .sec2 .text .flex .item h4 {
        font-size: 22px;
    }
    .sec2 .text .flex .item .iconfont img {
        width: 30px;
    }
    .sec2 .text .flex .item .iconfont {
        width: 50px;
        height: 50px;
    }
    .sec2 .text .flex .item p {
        font-size: 18px;
    }
    .sec3 .fp-tableCell {
        padding: 40px 0 0px;
    }
    .sec3 .index_news {
        margin-bottom: 40px;
    }
    .sec3 .index_news .flex .newsText a:nth-child(1),.sec3 .index_news .flex .newsText>p {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sec3 .title .joke {
        width: 90%;
    }

}
@media screen and (max-width:900px){
    .sec3 .index_news .img {
        width: 55%;
    }
    .sec3 .index_news {
        width: 90vw;
        margin: 0 auto 30px;
        left: unset;
        transform: unset;
    }
    .sec2 .text .flex .item {
        padding-left: 10px;
    }
    .sec3 .index_news .flex .newsText a:nth-child(1) {
        font-size: 16px;
        line-height: 1.5;
    }
    .sec3 .index_news .flex .newsText>p {
        line-height: 1.5;
        margin: 10px 0;
    }
    .sec3 .index_news .flex .newsText {
        padding-left: 15px;
    }
    .sec1 .text .flex a {
        width: 70px;
        height: 70px;
        padding-top: 50px;
        padding-top: 63px;
    }
    .sec1 .text .flex a p {
        font-size: 12px;
        top: -25px;
    }
    .sec1 .text .flex a img {
        width: 50px;
    }
    .sec1 .text .flex a:nth-last-child(1) img {
        left: 22px;
    }
    .sec1 .text .flex a.on, .sec1 .text .flex a:hover {
        width: 100px;
    }
    .sec1 .text .flex a:nth-child(1):hover img, .sec1 .text .flex a:nth-child(1).on img {
        left: 35px!important;
    }
    .sec1 .text .flex a:hover img, .sec1 .text .flex a.on img {
        left: 35px!important;
    }
    .sec1 .text .flex a img {
        left: 24px;
    }
    .sec2 .text .flex .item:not(:nth-last-child(1)):after {
        right: 15px;
    }
    html[lang='en'] .sec1 .text .flex a p {
        top: -25px;
    }
}
@media screen and (max-width:768px){
    .pc_picurl {
        display: none!important;
    }
    .pe_picurl {
        display: block!important;
    }
    html[lang='en'] .sec1 .text {
        padding: 0px 0 30px;
    }
    .sec1 .sw_text h1, .sec2 .text h1, .sec3 .title h1, .load h1 {
        font-size: 24px!important;
    }
    .sec1 .sw_text div {
        width: 100%;
    }
    .sec1 .text .flex a img {
        height: auto;
    }
    .sec1 .sw_text div >p {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
    .sec3 .index_news {
        width: 90vw;
        margin: 0 auto 40px;
        left: 0vw;
        transform: unset;
    }
    .sec3 .fp-tableCell {
        padding: 30px 0 0px;
    }
    .sec3 .index_news .flex {
        flex-direction: column;
    }
    .sec3 .index_news .img {
        width: 100%;
    }
    .sec3 .index_news .flex .newsText {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec3 .index_news .flex .newsText>p {
        margin: 10px 0 20px;
    }
    .sec2 .text .flex .item h4 {
        font-size: 16px;
    }
    .sec2 .text .flex .item p {
        font-size: 14px;
    }
    .sec1 .bg {
        height: 100%;
        position: relative;
    }
    .sec1 .text {
        position: absolute;
        left: 5vw;
        top: 268px;
        transform: unset;
    }
    .pc{
        display: none!important;
    }
    .pe {
        display: block;
    }
    .sec2 .text img.pe {
        width: 100%;
        display: block!important;
    }
    .sec2 .bg {
        position: absolute;
        height: 100%;
    }
    .sec2 .bg .pe {
        display: block!important;
    }
    .sec2 .text {
        position: unset;
    }
    .sec2 .text .flex {
        flex-wrap: wrap;
    }
    .sec2 .text .flex .item:not(:nth-last-child(1)):after {
        display: none;
    }

    .sec2 .text .flex .item {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 20px;
        padding-left: 5vw;
    }
    .sec2 .text .flex .item .iconfont {
        margin-right: 12px;
    }
    .sec2 .text img.pe:nth-child(2) {
        margin: 20px auto;
        width: 90%;
    }
    .sec2 .text .flex .item p {
        margin-bottom: 0;
    }
    .sec2 .text .pe_flex {
        position: absolute;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-left: 20px;
    }
    .sec2 .text .flex .item {
        width: 90%;
        margin: 20px auto 0;
        padding: 0;
        position: relative;
    }
    .load .load_btns {
        flex-direction: column;
    }
    .load .load_btns .btnItem:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
    .load.load_on .load_btns {
        top: unset;
        bottom: 30vw;
    }

}
