.banner{
    position: relative;
    z-index: 1;
}
.banner::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    animation: topbot 3s infinite;
    -webkit-animation: topbot 3s infinite;
}
.banner .item .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
    z-index:2;
}
.banner .item .tit{
    transform: translate(0,-80px);
    -webkit-transform: translate(0,-80px);
    -moz-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    -o-transform: translate(0,-80px);
}

.banner .item .tit,
.banner .item .utit{
    position: relative;
    font-size: 52px;
    color: #ffffff;
    line-height: 1.38;
    display: inline-block;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.banner .item .utent{
    display: flex;
    align-items: center;
    transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.banner .item .ctit{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.66;
    max-width: 210px;
    margin-left: 15px;
    letter-spacing: 5px;
}
.banner .swiper-slide.swiper-slide-active img {
    animation: myscale 5s infinite;
    -webkit-animation: myscale 5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.banner .swiper-slide.swiper-slide-active .tit,
.banner .swiper-slide.swiper-slide-active .utent{
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}
.banner .pagins{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 30px;
}
.banner .pagins .wrp{
    height: 100%;    
}
.banner .swiper-pagination{
    z-index: 1010;
    display: flex;
    justify-content: flex-start;
}
.banner .swiper-pagination span:first-child{
    margin-left: 0;
}
.banner .swiper-pagination span {
    width: 25px;
    height: 25px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    margin: 0 5px !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-color:transparent ;
}
@keyframes dotwidth{
    0%{
        width:0%;
    }
    100%{
        width:100%;
    }
}
.banner .swiper-pagination span:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius:50% ;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0.4;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.banner .swiper-pagination span::before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.4;
    position: absolute;
    top: 44%;
    left: 47%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before{
    opacity: 0.4;
}
.banner .swiper-pagination #circle {
    transition: linear 3.3s;
    stroke-dasharray:140,140;
    stroke-dashoffset:140;
}
.banner .swiper-pagination .swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}
.banner .swiper-pagination svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}



@-webkit-keyframes icon-bounce {
    0%, 100% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    25% {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
  
    50% {
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
  
    75% {
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
  
    85% {
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
  }
  @-moz-keyframes icon-bounce {
    0%, 100% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    25% {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
  
    50% {
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
  
    75% {
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
  
    85% {
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
  }
  @-o-keyframes icon-bounce {
    0%, 100% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    25% {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
  
    50% {
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
  
    75% {
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
  
    85% {
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
  }
  }

.index01{
    padding: 140px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.index01 .title{
    font-size: 30px;
    color: #fff;
}
.index01 .ctop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.index01 .ctit{
    font-size: 40px;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.3;
}
.index01 .con{
    padding-left: 8.335%;
}
.index01 .list{
    display: flex;
    position: relative;
    margin-top: 80px;
}
.index01 .list .item{
    position: relative;
    padding: 100px 30px 70px 50px;
    width: 20%;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;

}
.index01 .list .item + .item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #eeeeee;
}
.index01 .item .icon{
    padding-bottom: 65px;
    position: relative;
}
.index01 .item .icon img{
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.index01 .item .ptit{
    font-size: 28px;
    color: #333333;
    line-height: 1.3;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 160px;
}
.index01 .item .pdesc{
    font-size: 18px;
    color: #999999;
    line-height: 1.3;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 15px;
}

.index01 .item .hover_text{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    height: calc(100% + 45px);
    width: 100%;
    top: -50%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.index01 .item .hover_text .h_img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index01 .item .hover_text .h_con{
    position: relative;
    z-index: 2;
    max-width: 170px;
    width: 90%;
    text-align: center;
}
.index01 .item .hover_text .h_tit{
    font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.index01 .item .hover_text .h_desc{
    font-size: 18px;
    color: #ffffff;
    line-height: 2.2;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
}
.index01 .item:hover{
    overflow: unset;
}
.index01 .item:hover .hover_text{
    top: 0;
    opacity: 1;
}



.index02{
    padding: 140px 0 0;
}
.index02 .ctop{
    display: flex;
    justify-content: space-between;
    padding-left: 8.335%;
    position: relative;
    z-index: 2;
}
.index02 .ctop .title{
    font-size:30px;
    color: #004098;
}
.index02 .ctop .desc{
    font-size: 40px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 20px;
}
.index02 .ctop .left{
    display: flex;
    justify-content: space-between;
    width: 66%;
    padding-right: 3%;
}
.index02 .ctop .swiper_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index02 .ctop .swiper_box .swiper_btn.prev{
    margin-left: 20px;
}
.index02 .ctop .right{
    width: 31.53%;
    background-image: url(../images/index02_itbg.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;transition: all .3s;
}
.index02 .ctop .right:hover{transform: translate3d(0,-3px,0);}
.index02 .ctop .right>a{display: block;
    padding:20%;}
.index02 .ctop .r_tit{
    font-size: 30px;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    padding-bottom: 35px;
    position: relative;
}
.index02 .ctop .r_tit::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.index02 .ctop .r_tit::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
}
.index02 .ctop .r_desc{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.66;
    margin: 30px 0 50px;
}
.index02 .ctop .base_more{
    color: #fff;
}
.index02 .main{
    margin-top: 80px;
    position: relative;
}


.index02 .main .wrp{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
}
.index02 .con .imgbox{
    padding-right:8.335%;
}
.index02 .con .imgbox::before{
    content: '';
    display: block;
    background-image: linear-gradient(transparent,#004098);
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 8.335%;
}
.index02 .section{
    padding-right: 7.6%;
}
.index02 .section .item{
    cursor: pointer;
}
.index02 .section .icon{
    padding-bottom: 50px;
    position: relative;
    width: 50px;
    opacity: .6;
    margin: 0 auto;
}
.index02 .section .item:hover .icon{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.index02 .section .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.index02 .section .itit{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    opacity: .6;
}
.index02 .section .swiper-slide + .swiper-slide::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -154%;
    width: 150%;
    height: 5px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon5.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.index02 .section .swiper-slide-thumb-active + .swiper-slide::before{
    background-image: url(../images/icon6.png);
}
.index02 .section .swiper-slide-thumb-active .itit,
.index02 .section .swiper-slide-thumb-active .icon{
    opacity: 1;
}


.index03{
    padding: 140px 0;
    background-image: linear-gradient(transparent,#f9fafc);
    /* background-color: #fbfcfd; */
    overflow: hidden;
}
.index03 .ctop{
    display: flex;
    justify-content: space-between;
}
.index03 .ctop .title{
    font-size:30px;
    color: #004098;
}
.index03 .ctop .desc{
    font-size: 40px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 20px;
}
.index03 .ctop .swiper_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index03 .ctop .swiper_box .swiper_btn.prev{
    margin-left: 20px;
}
.index03 .main{
    margin-top: 80px;
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}
.index03 .item{
    position: relative;   
}
.index03 .item .num{
    width: 40px;
    height: 40px;
    background-color: #004098;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 10px #9bb5da;
    position: absolute;
    top: -30px;
    left: 40px;
    z-index: 2;
}
.index03 .item .imgbox{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99.5%;
    height: 100%;
    margin: auto;
}
.index03 .item .text{
    background-color: #f4f6f9;
    padding: 55px 40px;
    position: relative;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
}
.index03 .item .tit{
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
}
.index03 .item .cdesc{
    font-size: 16px;
    line-height: 1.875;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index03 .item .base_more{
    height: 0px;
    overflow: hidden;
}
.index03 .swiper-container{
    overflow: unset;
}

.index03 .swiper-slide:hover .item{
    text-align: center;
}
.index03 .swiper-slide:hover .num{
    width: 60px;
    height: 60px;
    box-shadow: 0 0 3px #004098;
}
.index03 .swiper-slide:hover .text{
    background-color: rgba(4, 51, 115,0.65);
    padding:100px 65px 80px;
}
.index03 .swiper-slide:hover .tit,
.index03 .swiper-slide:hover .cdesc{
    color: #fff;
}
.index03 .swiper-slide:hover .base_more{
    height: auto;
    margin-top: 50px;
}
.index03 .swiper-slide{
    opacity: .7;
}
.index03 .swiper-slide:hover,
.index03 .swiper-slide-prev,
.index03 .swiper-slide-next{
    opacity: 1;
}


.index06{
    padding: 140px 0 0;
    overflow: hidden;
    margin-bottom: -80px;
}
.index06 .title{
    font-size: 20px;
    color: #fff;
}
.index06 .desc{
    font-size: 40px;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 20px;
}
.index06 .desc1{
    margin: 45px 0 20px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index06 .main{
    position: relative;
    padding: 4.4% 8.2% 4.4% 5.1%;
    margin-top: 6%;
}
.index06 .main::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1000%;
    background-image: url(../images/icon7.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.index06 .main .item{
    padding-bottom: 47.4%;
    background-color: #fff;
    position: relative;transition: all .3s;
}
.index06 .main .item .imgbox{overflow: hidden;}
.index06 .main .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.index06 .main .item:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: scale(1.05);-webkit-transform: scale(1.05);}

.index06 .main .swiper-pagination{
    width: 20px;
    position: absolute;
    right: 0;
    top: 30%;
}
.index06 .main .swiper-pagination .swiper-pagination-bullet{
    display: block;
    background-color: unset;
    height: auto;
    position: relative;
    opacity: 1;
}
.index06 .main .swiper-pagination .swiper-pagination-bullet::before{
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 10px);
    width: 10px;
    height: 1px;
    background-color: #004098;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    opacity: 0;
}
.index06 .main .swiper-pagination .swiper-pagination-bullet:not(:first-child){
    margin-top: 25px;
}
.index06 .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #004098;
}
.index06 .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    opacity: 1;
}

.index05{
    padding: 140px 0 120px;
    background-image: linear-gradient(#f6f8fa,#fff);
}
.index05 .content{
    display: flex;
    justify-content: space-between;
}
.index05 .left .title{
    font-size: 30px;
    color: #004098;
}
.index05 .left .desc{
    font-size: 40px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 20px;
}
.index05 .left .switchs{
    display: flex;
    padding: 55px 0 90px;
}
.index05 .left .switchs .switch{
    font-size: 18px;
    color: #999999;
    position: relative;
    padding-bottom: 13px;
    cursor: pointer;
}
.index05 .left .switchs .switch::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #004098;
    display: none;
}
.index05 .left .switchs .switch:not(:first-child){
    margin-left: 60px;
}
.index05 .left .switchs .switch.cur{
    color: #004098;
}
.index05 .left .switchs .switch.cur::before{
    opacity: 1;
    display: block;
}
.index05 .left{
    width: 30%;
}
.index05 .right{
    width: 56%;
}
.index05 .right .item .text{
    padding: 35px 0 55px;
}
.index05 .right .item .time{
    font-size: 18px;
    color: #333333;
}
.index05 .right .item .tit{
    font-size: 24px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 15px;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index05 .main .clist .citem:first-child{
    border-top: 1px solid #eee;
}
.index05 .main .citem{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.index05 .main .citem::before{
    content: '';
    display: block;
    width:5px;
    height: 5px;
    background-color: #004098;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: -3px;
}
.index05 .main .citem .utime{
    font-size: 18px;
    color: #333333;
    line-height: 1.666;
}
.index05 .main .citem .ctit{
    font-size: 18px;
    color: #333333;
    line-height: 1.666;
    padding-right: 35px;
    position: relative;
    width: 56%;
}

.index05 .main .citem .ctit::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon9.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 13px;
}
.index05 .main .citem:hover .ctit,
.index05 .right .item:hover .tit{
    color: #004098;
}

.index04{
    position: relative;
    overflow: hidden;
}
.index04 .wrp{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.index04 .content{
    display: flex;
    justify-content: space-between;
    padding: 8.8% 0 0;
}
.index04 .left{
    width: 40%;
}
.index04 .left .title{
    font-size:30px;
    color: #004098;
}
.index04 .left .desc{
    font-size: 40px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 20px;
    margin-bottom: 80px;
}
.index04 .right{
    width: 50%;
}
.index04 .right .edit{
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.88;
}

.index04 .imgbox{position: relative;}
.index04 .imgbox .box {
    position: absolute;
    left:50%;
    bottom:0;
    width:100%;
    height:200%;
    display:flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    z-index:1;
    display: none;
}
.index04 .imgbox .box span {
    position: absolute;
    box-sizing: border-box;
    border:1px solid #e3e3e3;
    opacity:0;
    width:60%;
    height:60%;
    border-radius:50%;
    animation:animate 6s linear infinite;
    -webkit-animation:animate 6s linear infinite;
    animation-delay:calc(2s * var(--i));
}
@keyframes animate {
    0% {
        opacity:0;
        width:62%;
        height:62%;
    }
    2% {
        opacity:1;
    }
    50% {
        opacity: 1;
    }
    100% {
        width:120%;
        height:120%;
        opacity: 0;
    }
}
.index04 .center{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 49%;
    height: 55.5%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index:4;
}
.index04 .center::before{
    content: '';
    display: block;
    position: absolute;
    width: 67%;
    height: 118%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: -58%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.index04 .center .text{
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.index04 .center .year{
    font-size: 80px;
    font-family: "Oswald-Blod";
    color: #004098;
}
.index04 .center .ctit{
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
    line-height: 1.3;
}
.index04 .center .ctit::before{
    content: '';
    display: block;
    width: 10px;
    height: 4px;
    background-color: #004098;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    top: 0;
}
.index04 .center .dtit{
    font-size: 20px;
    color: #004098;
    margin-top: 20px;
}

.index04 .item{
    position: absolute;
    font-size: 1.287em;
    color: #999999;
    cursor: pointer;
    z-index:5;
    
}

.index04 .item:hover{  -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;}

@keyframes myscale1{
    0%{
        transform:scale(0.8) translate(0,-50%);
        -webkit-transform:scale(0.8) translate(0,-50%);
        -moz-transform:scale(0.8) translate(0,-50%);
        -ms-transform:scale(0.8) translate(0,-50%);
        -o-transform:scale(0.8) translate(0,-50%);
    }
    50%{
        transform:scale(1) translate(0,-50%);
        -webkit-transform:scale(1) translate(0,-50%);
        -moz-transform:scale(1) translate(0,-50%);
        -ms-transform:scale(1) translate(0,-50%);
        -o-transform:scale(1) translate(0,-50%);
    }
    100%{
        transform:scale(0.8) translate(0,-50%);
        -webkit-transform:scale(0.8) translate(0,-50%);
        -moz-transform:scale(0.8) translate(0,-50%);
        -ms-transform:scale(0.8) translate(0,-50%);
        -o-transform:scale(0.8) translate(0,-50%);
    }
}


.index04 .item .bar{
    z-index: 2;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: myscale1 2s infinite;
    -webkit-animation: myscale1 2s infinite;
}
.index04 .item.cur .bar{
    background-color: rgba(0, 64, 152, .28);
}
.index04 .item.cur .bar::before{
    background-color: #004098 !important;   
    z-index: 2; 
}
.index04 .item.cur .num{
    color: #004098;
}
.index04 .item .bar::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #dddddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.index04 .item:nth-child(1),
.index04 .item:nth-child(2),
.index04 .item:nth-child(3),
.index04 .item:nth-child(4),
.index04 .item:nth-child(5),
.index04 .item:nth-child(6),
.index04 .item:nth-child(7){
    /* padding-right: 28px; */
    padding-right: 1.47%;
    
}
.index04 .item:nth-child(1){
    left: 15.6%;
    bottom: 4%;
}
.index04 .item:nth-child(2){
    left: 16.45%;
    bottom: 15%;
}
.index04 .item:nth-child(3){
    left: 18.2%;
    bottom: 24.8%;
}
.index04 .item:nth-child(4){
    left: 21.7%;
    bottom: 37%;
}
.index04 .item:nth-child(5){
    left: 26.7%;
    bottom: 47.5%;
}
.index04 .item:nth-child(6){
    left: 33%;
    bottom: 55.8%;
}




.index04 .item:nth-child(9),
.index04 .item:nth-child(10),
.index04 .item:nth-child(11),
.index04 .item:nth-child(12),
.index04 .item:nth-child(13),
.index04 .item:nth-child(14),
.index04 .item:nth-child(15){
    padding-right: 0;
    padding-left: 28px;
    padding-left: 1.47%;
}

.index04 .item:nth-child(8) .bar{top:30px;left:50%;margin-left:-10px;right:auto;}

.index04 .item:nth-child(9) .bar,
.index04 .item:nth-child(10) .bar,
.index04 .item:nth-child(11) .bar,
.index04 .item:nth-child(12) .bar,
.index04 .item:nth-child(13) .bar,
.index04 .item:nth-child(14) .bar,
.index04 .item:nth-child(15) .bar{
    left: 0;
    right: unset;
}
.index04 .item:nth-child(7) {
    left: 39.6%;
    bottom: 60.8%;
}
.index04 .item:nth-child(8) {
    left: 48%;
    bottom: 64.5%;
}

.index04 .item:nth-child(9){
    left: 56.8%;
    bottom: 60.8%;
}
.index04 .item:nth-child(10){
    left: 63.6%;
    bottom: 55.6%;
}
.index04 .item:nth-child(11){
    left: 69.8%;
    bottom: 47.5%;
}
.index04 .item:nth-child(12){
    left: 74.6%;
    bottom: 37%;
}
.index04 .item:nth-child(13){
    left: 78.1%;
    bottom: 24.8%;
    left: 78.2%;
    bottom: 24.8%;
}
.index04 .item:nth-child(14){
    left: 79.85%;
    bottom: 15%;
}
.index04 .item:nth-child(15){
    left: 80.75%;
    bottom: 4%;
}



@media (max-width: 1780px){
    .index01 .con {
        padding-left: 5%;
    }
    .index02 .ctop{
        padding-left: 5%;
    }
    .index02 .con .imgbox {
        padding-right: 5%;
    }
    .index02 .con .imgbox::before{
        right: 5%;
    }
}
@media (max-width: 1600px){
    .index02 .section .itit{
        font-size: 18px;
    }
    .index02 .section .swiper-slide + .swiper-slide::before {
        width: 100%;
        left: -95%;
    }    
}
@media (max-width: 1459px) {
    .index01 .ctit,
    .index02 .ctop .desc,
    .index03 .ctop .desc,
    .index04 .left .desc,
    .index05 .left .desc,
    .index06 .desc{
        font-size: 36px;
    }
    .banner .item .tit, .banner .item .utit {
        font-size: 48px;
    }
    .banner .item .ctit {
        font-size: 14px;
    }
    .index01,
    .index02{
        padding: 80px 0 0;
    }
    .index05{
        padding: 80px 0;
    }
    .index01 .list{
        margin-top: 60px;
    }
    .index01 .item .ptit {
        font-size: 24px;
        margin-top: 100px;
    }
    .index01 .item .pdesc {
        font-size: 16px;
    }
    .index01 .list .item {
        padding: 50px 30px 30px 30px;
    }
    .index01 .item .hover_text .h_tit {
        font-size: 24px;
    }
    .index01 .item .hover_text .h_desc {
        font-size: 16px;
    }
    .index02 .main{
        margin-top: 60px;
    }
    .index02 .ctop .r_tit {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .index02 .ctop .r_desc {
        font-size: 16px;
        margin: 20px 0 30px;
    }
    .index03 .item .text {
        padding: 40px 20px;
    }
    .index03{
        padding: 80px 0;
    }
    .index05 .left .switchs {
        padding: 40px 0 70px;
    }
    .index05 .right .item .tit {
        font-size: 20px;
    }
    .index05 .main .citem {
        padding: 30px 0;
    }
    .index06{
        padding: 80px 0 0;
        margin-bottom: -60px;
    }
    .index04 .content {
        padding: 4.8% 0 0;
    }
    .index04 .left .desc{
        margin-bottom: 60px;
    }
   
    .index04 .center .year {
        font-size: 56px;
    }
    
    .index04 .center .dtit {
        font-size: 18px;
    }
    
    .index04 .center .ctit {
        font-size: 16px;
    }
    .index04 .center .text {
        bottom: 6%;
    }


    .index04 .item:nth-child(1){
        left: 14.8%;
        bottom: 4%;
    }
    .index04 .item:nth-child(2){
        left: 15.6%;
        bottom: 15%;
    }
    .index04 .item:nth-child(3){
        left: 17.3%;
        bottom: 24.8%;
    }
    .index04 .item:nth-child(4){
        left: 20.8%;
        bottom: 37%;
    }
    .index04 .item:nth-child(5){
        left: 25.8%;
        bottom: 47.5%;
    }
    .index04 .item:nth-child(6){
        left: 32%;
        bottom: 55.9%;
    }
}

.content table{margin:0 auto;max-width:100%;}

@media(max-width:1440px){
    .index04 .item:nth-child(1){left:15%;}
    .index04 .item:nth-child(2){left:15.9%;}
    .index04 .item:nth-child(3){left:17.6%;}
    .index04 .item:nth-child(4){left:21.2%;}
    .index04 .item:nth-child(5){left:26%;}
    .index04 .item:nth-child(6){left:32.8%;}
    .index04 .item:nth-child(8){bottom:65%;}
    .index04 .item:nth-child(9){left:56%;}
    .index04 .item:nth-child(10){left:63.3%;}
    .index04 .item:nth-child(11){left:69.4%;}
    .index04 .item:nth-child(12){left:74.4%;}
    .index04 .item:nth-child(13){left:78%;}
    .index04 .item:nth-child(14){left:79.68%;}
    .index04 .item:nth-child(15){left:80.6%;}
}

@media (max-width: 1280px) {
    .index01 .ctit,
    .index02 .ctop .desc,
    .index03 .ctop .desc,
    .index04 .left .desc,
    .index05 .left .desc,
    .index06 .desc{
        font-size: 28px;
    }
    .banner .item .tit, .banner .item .utit {
        font-size: 36px;
    }
    .banner .item .ctit {
        font-size: 13px;
    }
    .index01,
    .index02{
        padding: 50px 0 0;
    }
    .index03,
    .index05{
        padding: 60px 0;
    }
    .index01 .list{
        margin-top: 50px;
    }
    .index01 .item .ptit {
        font-size: 20px;
        margin-top: 60px;
    }
    
    .index01 .item .pdesc {
        font-size: 14px;
    }
    
    .index01 .item .hover_text .h_tit {
        font-size: 20px;
    }
    
    .index01 .item .hover_text .h_desc {
        font-size: 14px;
    }
    .index02 .main{
        margin-top: 40px;
    }
    .index02 .ctop .r_tit {
        font-size: 24px;
    }
    
    .index02 .ctop .r_desc {
        font-size: 14px;
    }

    .index05 .left .switchs {
        padding: 30px 0 40px;
    }
    .index05 .main .citem {
        padding: 25px 0;
    }
    .index05 .right .item .tit {
        font-size: 18px;
    }
    .index05 .right .item .text {
        padding: 20px 0 30px;
    }
    .index05 .main .citem .ctit {
        font-size: 16px;
    }
    .index05 .left .switchs .switch:not(:first-child) {
        margin-left: 40px;
    }
    .index05 .left .switchs .switch {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .index06{
        padding: 60px 0 0;
        margin-bottom: -40px;
    }
    .index04 .left .desc{
        margin-bottom: 30px;
    }
    .index04 .right .edit{
        font-size: 16px;
    }
    .index04 .right{
        width: 60%;
        padding-left: 2%;
    }
    .index04 .item{
        font-size: 1em;
    }

    .index04 .item:nth-child(1), .index04 .item:nth-child(2), .index04 .item:nth-child(3), .index04 .item:nth-child(4), .index04 .item:nth-child(5), .index04 .item:nth-child(6) {
        padding-right: 2.47%;
    }
    .index04 .item:nth-child(7), .index04 .item:nth-child(8), .index04 .item:nth-child(9), .index04 .item:nth-child(10), .index04 .item:nth-child(11), .index04 .item:nth-child(12) {
        padding-left: 2.47%;
    }

    .index04 .item:nth-child(3) {
        left: 16.8%;
    }
    .index04 .item:nth-child(4) {
        left: 20.4%;
    }
    .index04 .item:nth-child(1) {
        left: 14.2%;
    }
    .index04 .center .year {
        font-size: 36px;
    }
    .index04 .center .ctit {
        font-size: 14px;
        margin-top: 20px;
        padding-top: 10px;
    }
    .index04 .center .dtit {
        font-size: 14px;
        margin-top: 10px;
    }


}
@media (max-width: 1024px) {

    .index01 .title,
    .index02 .ctop .title,
    .index03 .ctop .title,
    .index04 .left .title,
    .index05 .left .title,
    .index06 .title{
        font-size: 18px;
    }
    .index01 .ctit,
    .index02 .ctop .desc,
    .index03 .ctop .desc,
    .index04 .left .desc,
    .index05 .left .desc,
    .index06 .desc{
        font-size: 24px;
    }
    .index03,
    .index05{
        padding: 40px 0;
    }
    .banner .item .tit, .banner .item .utit {
        font-size: 28px;
    }
    .banner .item .ctit {
        font-size: 12px;
    }
    .index01,
    .index02{
        padding: 40px 0 0;
    }
    .index01 .item .icon {
        padding-bottom: 45px;
    }
    .index01 .item .ptit {
        margin-top: 40px;
        font-size: 18px;
    }
    .index01 .item .pdesc {
        font-size: 12px;
        margin-top: 5px;
    }
    .index01 .list .item {
        padding: 40px 20px;
    }
    .index01 .con {
        padding: 0 30px;
    }
    .index02 .main{
        margin-top: 30px;
    }
    .index02 .section .swiper-slide + .swiper-slide::before {
        width: 75%;
        left: -71%;
        background-size: cover;
    }
    .index02 .section .itit {
        font-size: 14px;
    }
    .index02 .section .icon {
        padding-bottom: 35px;
    }
    .index02 .ctop .right>a{
        padding: 30px;
    }
    .index02 .ctop .r_tit {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .index02 .ctop .r_desc {
        margin: 10px 0 20px;
    }
    .index03 .item .tit{
        font-size: 18px;    
    }
    .index03 .item .cdesc{
        font-size: 14px;
    }
    .index03 .swiper-slide-active .num {
        width: 50px;
        height: 50px;
    }
    .index03 .item .num {
        width: 30px;
        height: 30px;
        top: -20px;
    }
    .index03 .swiper-slide-active .num {
        width: 50px;
        height: 50px;
    }
    .index03 .main{
        margin-top: 60px;
    }
    .index05 .left .switchs {
        padding: 30px 0;
    }
    .index05 .right .item .tit {
        font-size: 16px;
        margin-top: 10px;
    }
    .index05 .right .item .time {
        font-size: 14px;
    }
    .index05 .main .citem {
        padding: 15px 0;
    }
    .index05 .main .citem .utime {
        font-size: 14px;
    }
    .index05 .main .citem .ctit {
        font-size: 14px;
        width: 80%;
    }
    .index05 .left .switchs .switch:not(:first-child) {
        margin-left: 20px;
    }
    .index05 .left .switchs .switch{
        font-size: 14px;
    }
    .index06{
        padding: 40px 0 0;
        margin-bottom: 0;
    }
    .index06 .desc1{
        font-size: 16px;
        margin: 30px 0 15px;
    }
    .index04 .content{
        padding-top: 3%;
    }
    .index04 .item:nth-child(2) {
        left: 15%;
        bottom: 15%;
    }
    .index04 .right .edit{
        font-size: 14px;
    }

}
@media (max-width: 850px) {
    .index04 .wrp {
        position: relative;
        margin-bottom: -20px;
        top: unset;
        left: unset;
        right: unset;
        margin-bottom: -10%;
    }
}
@media (max-width: 768px) {
    .index01 .ctit,
    .index02 .ctop .desc,
    .index03 .ctop .desc,
    .index04 .left .desc,
    .index05 .left .desc,
    .index06 .desc{
        font-size: 20px;
    }
    .index01 .title,
    .index02 .ctop .title,
    .index03 .ctop .title{
        font-size: 14px;
    }
    .index03,
    .index05{
        padding: 30px 0;
    }
    .index01 .ctop{
        padding-top: 10px;
    }
    .index01 .list {
        margin-top: 30px;
    }
    .index01 .con {
        padding: 0 15px;
    }
    .banner .item .tit, .banner .item .utit {
        font-size: 24px;
    }
    .banner .item .ctit{
        max-width: unset;
    }
    .index01,
    .index02{
        padding: 30px 0 0;
    }
    .index01 .item .ptit {
        font-size: 15px;
        margin-top: 30px;
    }
    
    .index01 .item .icon {
        padding-bottom: 35px;
    }
    
    .index01 .list .item {
        padding: 15px;
    }
    
    .index01 .item .hover_text .h_tit {
        font-size: 16px;
    }
    
    .index01 .item .hover_text .h_desc {
        font-size: 12px;
        margin-top: 10px;
    }
    .index02 .main{
        margin-top: 20px;
    }
    .index02 .con .imgbox{
        height: 260px;
    }
    .index02 .ctop .r_tit {
        font-size: 18px;
    }
    .index02 .ctop .r_desc {
        font-size: 12px;
    }
    .index02 .section .icon {
        padding-bottom: 25px;
    }
    .index02 .section .swiper-slide + .swiper-slide::before {
        width: 75%;
        left: -55%;
    }
    .index03 .swiper-slide-active .base_more{
        margin-top: 30px;
    }
    .index03 .item .cdesc{
        margin-top: 10px;
    }
    .index03 .main{
        margin-top: 40px;
    }
    .index05 .right .item .tit{
        font-size: 14px;
    }
    .index05 .left{
        width: auto;
        padding-right: 5%;
    }
    .index06{
        padding: 30px 0 0;
    }
    .index06 .main{
        padding: 25px 60px 25px 25px;
    }
    .index06 .main{
        margin-top: 20px;
    }
    .index04 .content {flex-wrap: wrap;}
    .index04 .left {
        width: 100%;
    }
    .index04 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .index04 .right .edit {
        font-size: 12px;
    }
    .index04 .center .ctit {
        font-size: 12px;
        margin-top: 5px;
        padding-top: 5px;
    }
    
    .index04 .center .dtit {
        font-size: 12px;
        margin-top: 5px;
    }
    
    .index04 .center .year {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .index03,
    .index05{
        padding: 20px 0;
    }
    .index01 .ctit,
    .index02 .ctop .desc,
    .index03 .ctop .desc,
    .index04 .left .desc,
    .index05 .left .desc,
    .index06 .desc{
        font-size: 18px;
    }
    .banner .item .utent {
        flex-wrap: wrap;
    }
    .banner .item .ctit{
        margin-left: 0;
        width: 100%;
    }
    .index01,
    .index02{
        padding: 20px 0 0;
    }
    .index01 .list {
        flex-wrap: wrap;
    }
    
    .index01 .list .item {
        width: 33.33%;
    }
    .index01 .list .item:nth-child(4),
    .index01 .list .item:nth-child(5){
        width: 50%;
    }
    .index01 .item .hover_text{
        height: 100%;
    }
    .index01 .item .ptit {
        margin-top: 60px;
    }
    .index01 .item .hover_text .h_desc{
        line-height: 1.5;
    }
    .index01 .item .hover_text .h_tit {
        font-size: 14px;
    }
    .index02 .ctop .r_tit{
        font-size: 16px;
    }
    .index02 .ctop .right>a {
        padding: 15px;
    }
    .index03 .item .text {
        padding: 30px 15px;
    }
    .index03 .item .tit {
        font-size: 14px;
    }
    .index03 .item .cdesc {
        font-size: 12px;
    }
    .index03 .swiper-slide-active .num {
        width: 40px;
        height: 40px;
        left: 15px;
    }
    .index04 .imgbox .box{ width:95%; height:130%; z-index:-1;}
    .index04 .imgbox .box span{ width:90%; height:90%; border-color:#d8d8d8;}
    @keyframes animate {
        0% {
            opacity:0;
            width:90%;
            height:90%;
        }
        2% {
            opacity:1;
        }
        50% {
            opacity: 1;
        }
        100% {
            width:120%;
            height:120%;
            opacity: 0;
        }
    }
    .index06{
        padding: 20px 0 0;
    }
    .index06 .desc1{
        font-size: 14px;
        margin: 10px 0;
    }
    .index06 .main .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
        margin-top: 5px;
    }
    .index06 .main .swiper-pagination .swiper-pagination-bullet{
        font-size: 12px;
    }


    .index04 .imgbox .list {
        left: 0;
        display: flex;
        width: 100%;
        right: 0;
        top: 0;
        flex-wrap: wrap;
    }
    .index04 .item {
        font-size: 12px;
        position: static;
        width: 33.33%;
        padding: 5px 0 !important;
        text-align: center;
    }
    .index04 .wrp{
        margin-bottom: 15px;
    }
    .index04 .item.cur{
        background-color: #004098;
    }
    .index04 .item.cur .num{
        color: #fff;
    }
    .index04 .item .bar{
        display: none !important;
    }
    .index04 .center {
        width: 100%;
        height: 200px;
        position: static;
        transform: unset;
        margin-top: 15px;
    }
    .index04 .center::before {
        height: 92%;
    }
    .index04 .center .text {
        bottom: 2%;
    }
    .index04 .imgbox img {
        display: none;
    }


}
@media (max-width: 480px) {
    .index01 .ctit,
    .index02 .ctop .desc,
    .index03 .ctop .desc,
    .index04 .left .desc,
    .index05 .left .desc,
    .index06 .desc{
        font-size: 16px;
    }
    .index02 .con .imgbox{
        padding-right: 0;
    }
    .index02 .con .imgbox::before{
        right: 0;
    }
    .banner .item .tit, .banner .item .utit {
        font-size: 20px;
    }
    .index01 .list .item {
        width: 50%;
    }
    .index01 .item .ptit {
        margin-top: 50px;
    }
    .index02 .ctop .r_desc{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .index02 .ctop .right>a {
        padding: 15px;
    }
    .index02 .ctop .left {
        flex-wrap: wrap;
    }
    .index02 .ctop .swiper_box {
        margin-top: 15px;
    }
    .index05 .left .switchs {
        padding: 20px 0;
    }
    .index05 .content {
        flex-wrap: wrap;
    }
    .index05 .left {
        width: 100%;
    }
    .index05 .right {
        width: 100%;
        margin-top: 10px;
    }
    .index05 .main .citem {
        flex-wrap: wrap;
    }
    .index05 .main .citem .ctit {
        width: 100%;
    }
    .index06 .desc1 {
        font-size: 12px;
    }
}


/* 解决方案 */

.solution01{
    padding: 115px 0 75px;
}
.solution01 .list{
    display: flex;
    flex-wrap: wrap;
}
.solution01 .list .item{
    width: 48.6%;
    position: relative;
    margin-bottom: 2.8%;
}
.solution01 .list .item:not(:nth-child(2n+1)){
    margin-left: 2.8%;
}
.solution01 .item .imgbox{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.solution01 .item .con{
    display: flex;
    padding: 60px 60px 60px 100px;
    position: relative;
    z-index: 1;
    align-items: center;
    background-color: #f4f6f9;
}
.solution01 .item .img1{
    display: block;
}
.solution01 .item .img2{
    display: none;
}
.solution01 .item .icon{
    padding-bottom: 65px;
    position: relative;
    width: 70px;
    min-width: 70px;
}
.solution01 .item .icon::before{
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 64, 152, .2);
    width: 36%;
    height: 39%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: 5%;
    top: 5%;
}
.solution01 .item .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.solution01 .item .text{
    margin-left: 70px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.solution01 .item .tit{
    font-size: 28px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.3;
}
.solution01 .item .desc{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.solution01 .item .base_more{
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.solution01 .item:hover .con{
    background-color: unset;
}
.solution01 .item:hover .img1{
    display: none;
}
.solution01 .item:hover .img2{
    display: block;
}
.solution01 .item:hover .base_more{
    height: auto;
    bottom: -30px;
}
.solution01 .item:hover .imgbox{
    opacity: 1;
}
.solution01 .item:hover .tit,
.solution01 .item:hover .desc{
    color: #fff;
}
.solution01 .item:hover .text{
    transform: translate(0,-30px);
    -webkit-transform: translate(0,-30px);
    -moz-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
}
@media (max-width: 1459px) {
    .solution01 {
        padding: 80px 0 60px;
    }
    .solution01 .item .tit {
        font-size: 26px;
    }
    .solution01 .item .icon {
        min-width: 50px;
        width: 50px;
        padding-bottom: 45px;
    }
    .solution01 .item .con {
        padding: 60px 30px 50px;
    }
    .solution01 .item .desc {
        margin-top: 10px;
    }
}
@media (max-width: 1280px) {
    .solution01 {
        padding: 60px 0 40px;
    }
    .solution01 .item .tit {
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
    .solution01 {
        padding: 40px 0 30px;
    }
    .solution01 .item .tit {
        font-size: 20px;
    }
    .solution01 .item .desc {
        font-size: 14px;
    }
    .solution01 .item .text {
        margin-left: 30px;
    }
    .solution01 .item .con {
        padding:30px;
    }
    .solution01 .item:hover .text {
        transform: translate(0,-20px);
        -webkit-transform: translate(0,-20px);
        -moz-transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);
        -o-transform: translate(0,-20px);
    }
}
@media (max-width: 768px) {
    .solution01 {
        padding: 50px 0 20px;
    }
    .solution01 .item .tit {
        font-size: 16px;
    }
    
    .solution01 .item .desc {
        font-size: 12px;
        margin-top: 5px;
    }
    
    .solution01 .item .icon {
        min-width: 35px;
        width: 35px;
        padding-bottom: 30px;
    }
}
@media (max-width: 640px) {
    .solution01 {
        padding: 20px 0 0;
    }
    .solution01 .item .con {
        padding: 20px;
        flex-wrap: wrap;
    }
    .solution01 .item .text {
        margin: 15px 0 0 0;
    }
    .solution01 .item:hover .text {
        transform: unset;
    }
    .solution01 .item .base_more {
        position: relative;
        margin-top: 10px;
        bottom: unset;
    }
    .solution01 .item:hover .base_more {
        bottom: unset;
    }
    .solution01 .item .con {
        padding: 15px;
    }
    .solution01 .item .tit {
        font-size: 14px;
    }
}

/* 成功案例 */
.case01{
    padding: 95px 0 145px;
}
.case01 .title{
    font-size: 40px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.case01 .desc{
    font-size:18px;
    color: #333333;
    line-height: 1.6;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
}
.case01 .list{
    padding: 40px 0 60px;    
}
.case01 .item{
    display: flex;
    margin-top: 30px;
}
.case01 .item .left{
    width: 35.7%;
}
.case01 .item .left .imgbox{
    height: 100%;
}
.case01 .item .right{
    width: 64.3%;
    background-color: #f6f8fa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 70px;
}
.case01 .item .hot{
    padding: 6px 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #004098;
    display: inline-block;
    margin-bottom: 20px;
}
.case01 .item .text{
    position: relative;
}
.case01 .item .tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.3;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.case01 .item .cdesc{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin: 30px 0 40px;
}

.case01 .item:hover .hot{
    background-color: #fff;
    color: #004098;
}
.case01 .item:hover .right{
    background-color: #004098;
}
.case01 .item:hover .tit{
    color: #fff;
}
.case01 .item:hover .cdesc{
    color: #fff;
}
.case01 .item:hover .base_more{
    color: #fff;
}
.case01 .item:hover .base_more::before{
    background-image: url(../images/icon4.png);
}

@media (max-width: 1459px) {
    .case01 {
        padding: 80px 0 100px;
    }
    .case01 .item .cdesc {
        margin: 20px 0 30px;
    }
    .case01 .title{
        font-size: 36px;
    }
}
@media (max-width: 1280px) {
    .case01 {
        padding: 60px 0;
    }
    .case01 .item .tit{
        font-size: 20px;
    }
    .case01 .list {
        padding: 20px 0 30px;
    }
    .case01 .title{
        font-size: 28px;
    }
    .case01 .item .right{
        padding: 3% 35px;
    }
}
@media (max-width: 1024px) {
    .case01 {
        padding: 40px 0;
    }
    .case01 .title{
        font-size: 24px;
    }
    .case01 .desc{
        font-size: 16px;
    }
    .case01 .item .cdesc {
        font-size: 14px;
        margin: 10px 0 20px;
    }
    .case01 .item .hot{
        margin-bottom: 10px;
    }
    .case01 .item .right{
        padding: 3% 20px;
    }
}
@media (max-width: 768px) {
    .case01 {
        padding: 30px 0;
    }
    .case01 .list {
        padding: 0 0 20px;
    }
    .case01 .item {
        margin-top: 20px;
    }
    .case01 .item .tit {
        font-size: 18px;
    }
    .case01 .item .cdesc {
        margin: 10px 0;
    }
    .case01 .item .hot {
        padding: 3px 5px;
        font-size: 12px;
    }
    .case01 .desc{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (max-width: 640px) {
    .case01 .title{
        font-size: 20px;
    }
    .case01 {
        padding: 20px 0;
    }
    .case01 .item {
        flex-wrap: wrap;
    }
    .case01 .item .left {
        width: 100%;
    }
    .case01 .item .right {
        width: 100%;
    }
    .case01 .item .cdesc {
        font-size: 12px;
    }
    .case01 .item .right{
        padding: 15px;
    }
    .case01 .item .tit {
        font-size: 16px;
    }
}

.industry{ padding:5% 0;}
.industry .list{ margin-bottom:50px; display:flex; flex-wrap:wrap;}
.industry .item{width:23%; margin:1% 0; padding-bottom:10%;background-color:#f6f8fa;position: relative;margin-right:2.66%;}
.industry .item:nth-child(4n){ margin-right:0;}
.industry .item img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);max-height: 100%;max-width: 90%;}


.news01{
    padding: 100px 0 0;
}
.news01 .content{
    padding-bottom: 50px;
    position: relative;
}
.news01 .imgbox{
    padding-bottom: 63.5%;
    position: relative;
}
.news01 .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
}
.news01 .text{
    padding: 20px 0 20px;
}
.news01 .time{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}
.news01 .tit{
    font-size: 20px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.7;
    margin: 20px 0 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news01 .desc{
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news01  .base_more{
    margin-top: 30px;
    color: #333;
}

.news01 .base_more::before{
    background-image: url(../images/icon11.png);

}

.news01 .swiper-pagination{
    z-index: 1010;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    bottom: 0;
}
.news01 .swiper-pagination span:first-child{
    margin-left: 0;
}
.news01 .swiper-pagination span {
    width: 25px;
    height: 25px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    margin: 0 5px !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.news01 .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-color:transparent ;
}
@keyframes dotwidth{
    0%{
        width:0%;
    }
    100%{
        width:100%;
    }
}
.news01 .swiper-pagination span:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #004098;
    border-radius:50% ;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0.4;
}
.news01 .swiper-pagination .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.news01 .swiper-pagination span::before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccd9ea;
    opacity: 0.4;
    position: absolute;
    top: 44%;
    left: 47%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.news01 .swiper-pagination .swiper-pagination-bullet-active::before{
    opacity: 0.4;
}
.news01 .swiper-pagination #circle {
    transition: linear 3.3s;
    stroke-dasharray:140,140;
    stroke-dashoffset:140;
}
.news01 .swiper-pagination .swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}
.news01 .swiper-pagination svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.news01 .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}
.news01 .item:hover .tit,
.news01 .item:hover .base_more{
    color: #004098;
}
.news01 .item:hover .base_more::before{
    background-image: url(../images/icon8.png);
}

.news02{
    padding: 0 0 120px;
}
.news02 .list{
    padding: 20px 0 50px;
}
.news02 .item{
    display: flex;
    padding: 30px 70px 30px 0;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    background-image: url(../images/icon11.png);
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news02 .item .left{
    width:300px;
}
.news02 .item .left .imgbox{
    height: 100%;
}
.news02 .item .right{
    flex: 1;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.news02 .item .tit{
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.news02 .item .desc{
    font-size: 16px;
    color: #666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
    margin-top: 25px;
    max-width: 800px;
}
.news02 .item .time{
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
}


.news02 .item:hover{
    padding-left: 30px;
    background-color: #f5f6fa;
    background-image: url(../images/icon8.png);
    background-position: center right 30px;
}
.news02 .item:hover .tit{
    color: #004098;
}
@media (max-width: 1459px) {
    .news01{
        padding: 80px 0 0;
    }
}
@media (max-width: 1280px) {
    .news01{
        padding: 60px 0 0;
    }
    .news01 .tit {
        font-size: 18px;
        margin: 10px 0;
    }
    .news01 .desc {
        font-size: 14px;
    }
    .news02 .item {
        padding: 25px 60px 25px 0;
    }
    .news02 .item .desc {
        font-size: 14px;
        margin-top: 15px;
    }
    .news02 .item .right{
        padding-left: 30px;
    }
}
@media (max-width: 1024px) {
    .news01{
        padding: 40px 0 0;
    }
    .news02 .item .time{
        font-size: 14px;
    }
    .news01 .tit {
        font-size: 16px;
    }
    .news01 .text {
        padding: 10px 0;
    }
    .news01 .base_more {
        margin-top: 15px;
    }
    .news02 .item {
        padding: 25px 60px 25px 0;
    }
    .news02 .item:hover{
        padding-left: 25px;
    }
}
@media (max-width: 768px) {
    .news01{
        padding: 30px 0 0;
    }
    .news02 .item .left {
        width: 250px;
    }
    .news02 .item .time {
        margin-top: 10px;
    }
    .news02 .item .tit {
        font-size: 16px;
    }
    .news02 .item .desc {
        font-size: 12px;
        margin-top: 10px;
    }
    .news02 .item:hover{
        padding-left: 15PX;
    }
    .news02 .item {
        padding: 15px 60px 15px 0;
    }
}
@media (max-width: 640px) {
    .news01{
        padding: 20px 0 0;
    }
    .news02 .item .left {
        width: 100%;
    }
    .news02 .item .right {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }
    .news02 .item {
        flex-wrap: wrap;
        background-position: bottom 10px right 10px;
        padding: 15px;
    }
    .news02 .item:hover {
        background-position: bottom right 30px;
    }
    .news01 .time {
        font-size: 12px;
    }
    .news01 .tit {
        margin: 5px 0;
        font-size: 14px;
    }
    .news01 .desc {
        font-size: 12px;
    }
    .news01 .content {
        padding-bottom: 35px;
    }
    .news02 .list {
        padding: 10px 0 20px;
    }
}

/* 新闻详情 */
.info01{
    padding: 100px 0 120px;
}
.info01 .content{
    display: flex;
    justify-content: space-between;
}
.info01 .content .left{
    max-width: 1200px;
    flex: 1;
    padding-right: 5%;
}
.info01 .content .right{
    width: 280px;
}
.info01 .tit{
    font-size: 34px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.5;
}
.info01 .lables{
    display: flex;
    font-size: 0;
    padding: 30px 0 40px;
} 
.info01 .lables label:not(:first-child){
    margin-left: 50px;
}

.info01 .lables label{
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
}
.info01 .edit{
    padding: 40px 0 45px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
.info01 .edit,
.info01 .edit *{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}
.info01 .ctit{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.7;
    margin-bottom: 25px;
}
.info01 .citem{
    margin-bottom: 35px;
    display: block;
}
.info01 .citem .imgbox{overflow: hidden;}
.info01 .citem:hover .imgbox img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.info01 .citem .time{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 15px;
}
.info01 .citem .ptit{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    line-height: 1.62;
}
.info01 .citem:hover .ptit{color:#004098;}

.info01 .mores{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    padding: 60px 0 0;
}
.info01 table{display: block;margin:0 auto;max-width:100%;}
.info01 .mores .more_l {
    width: 80%;
}
.info01 .mores .goback {
    padding-left: 40px;
    display: block;
    position: relative;
    color: #004098;
}
.info01 .mores .goback::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../images/icon_left.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 13px;
}
.info01 .mores .more_l a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    color: #333333;
}
.info01 .mores .more_l a:last-child{
    margin-top: 10px;
}
.info01 .mores .more_l label{
    color: #004098;
    margin-right: 5px;
}

@media (max-width: 1459px) {
    .info01 .tit {
        font-size: 28px;
    }
    .info01 .lables {
        padding: 20px 0;
    }
    .info01 .edit {
        padding: 30px 0;
    }
    .info01 .mores {
        padding: 40px 0 0;
    }
    .info01 {
        padding: 60px 0;
    }
}
@media (max-width: 1024px) {
    .info01 .tit {
        font-size: 24px;
    }
    .info01 .lables {
        padding: 10px 0;
    }
    .info01 .lables label {
        font-size: 14px;
    }
    .info01 .mores {
        padding: 20px 0 0;
    }
    .info01 .edit, .info01 .edit *{
        font-size: 14px;
    }
    .info01 {
        padding: 40px 0;
    }
    .info01 .lables label:not(:first-child) {
        margin-left: 30px;
    }
}
@media (max-width: 768px) {
    .info01 .tit{
        font-size: 20px;
    }
    .info01 {
        padding: 30px 0;
    }
    .info01 .ctit{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .info01 .citem .ptit{
        font-size: 14px;
    }
    .info01 .mores .more_l a{
        font-size: 14px;
    }
    .info01 .lables label:not(:first-child) {
        margin-left: 20px;
    }
}
@media (max-width: 640px) {
    .info01 {
        padding: 20px 0;
    }
    .info01 .content {
        flex-wrap: wrap;
    }
    
    .info01 .content .left {
        width: 100%;
        padding-right: 0;
    }
    
    .info01 .content .right {
        width: 100%;
    }
    
    .info01 .tit {
        font-size: 18px;
    }
    
    .info01 .lables label {
        font-size: 12px;
    }
    
    .info01 .lables label:not(:first-child) {
        margin-left: 15px;
    }
    
    .info01 .edit {
        padding: 20px 0;
    }
    
    .info01 .citem {
        margin-bottom: 20px;
    }
    .info01 .ctit{
        font-size: 18px;
    }
    .info01 .content .right{
        margin-top: 10px;
    }
}


/* 荣誉*/
.honor01{
    padding: 115px 0 120px;
}
.honor01 .list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.honor01 .list .item{
    width: 23.125%;
    padding: 50px 25px 35px;
    background-color: #f4f6f9;
    margin-bottom: 2.5%;
}
.honor01 .list .item:not(:nth-child(4n+1)){
    margin-left: 2.5%;
}
.honor01 .item .imgbox{
    padding-bottom: 93%;
    position: relative;
}
.honor01 .item .imgbox img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.honor01 .item .tit{
    font-size: 18px;
    color: #333333;
    line-height: 1.66;
    margin-top: 40px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
@media (max-width: 1459px) {
    .honor01 .item .tit {
        font-size: 16px;
        margin-top: 20px;
    }
    .honor01 .list .item {
        padding: 30px;
    }
    .honor01{
        padding: 80px 0;
    }
}
@media (max-width: 1024px) {
    .honor01{
        padding: 60px 0;
    }
    .honor01 .item .tit {
        font-size: 14px;
    }
    .honor01 .list .item{
        padding: 25px;
    }
}
@media (max-width: 768px) {
    .honor01{
        padding: 40px 0;
    }
    .honor01 .item .tit {
        font-size: 14px;
        margin-top: 10px;
    }
    .honor01 .list .item {
        padding: 20px 10px;
    }
    .honor01 .list .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .honor01 .list .item{
        width: 32.33%;
        margin-bottom: 1.5%;
    }
    .honor01 .list .item:not(:nth-child(3n+1)) {
        margin-left: 1.5%;
    }
}
@media (max-width: 640px) {
    .honor01{
        padding: 20px 0;
    }
    .honor01 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .honor01 .list .item{
        width: 49%;
        margin-bottom: 2%;
    }
    .honor01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .honor01 .item .tit{
        margin-top: 5px;
    }
    .honor01 .list .item {
        padding: 10px;
    }
}

/* 公司简介 */

.about01{
    padding: 100px 0;
}
.about01 .content{
    display: flex;
    justify-content: space-between;
}
.about01 .content .title{
    font-size: 40px;
    color: #000000;
    line-height: 1.85;
    padding-bottom:50px ;
    position: relative;
    font-family: "HarmonyOS_Sans_SC_Medium";
    height: 100%;
    white-space: nowrap;
}
.about01 .content .title::before{
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #004098;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about01 .content .desc{
    max-width: 630px;
    font-size: 18px;
    color: #333333;
    line-height: 1.88;
    font-family: "HarmonyOS_Sans_SC_Light";
    flex: 1;
    padding-left: 5%;
}
.about01 .main{
    margin-top: 70px;
    padding: 13.7% 2.2% 13% 6.5%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about01 .main .text{
    max-width: 700px;
}
.about01 .main .text .ctit{
    font-size: 28px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1.5;
}
.about01 .main .text .edit{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.88;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 25px;
}

.about02{
    padding: 105px 0 120px;
}
.about02 .title{
    font-size: 40px;
    color: #000000;
    line-height: 1.85;
    text-align: center;
}
.about02 .content{
    position:relative;
    margin-top: 80px;
}
.about02 .content .item{
    padding: 60px 35px;
    background-color: #f4f6f9;
    position: relative;
}
.about02 .content .year{
    font-size: 50px;
    color: #1151ac;
    line-height: 1.4;
    font-family: "Oswald-Medium";
}
.about02 .content .desc{
   font-size: 18px;
   color: #333333; 
   font-family: "HarmonyOS_Sans_SC_Light";
   height: 63px;
   overflow: hidden;
   margin-top: 40px;
   line-height: 1.77;
}
.about02 .content .imgbox{
    padding-bottom: 210px;
    position: relative;
    margin-top: 80px;
}
.about02 .content .imgbox img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}

.about02 .main{
    position: relative;
    padding: 0 100px;
    margin-top: 40px;
}
.about02 .main .year{
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Bold";
    padding-top: 15px;
    position: relative;
    text-align: center;
    margin-top: 45px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 52px;
    cursor: pointer;
}
.about02 .main .year::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.about02 .main .next{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.about02 .main .prev{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}


.about02 .main .swiper-slide-thumb-active .year{
    color: #004098;    
    font-size: 24px;
}
.about02 .main .swiper-slide-thumb-active .year::before{
    background-color: #004098;
}
/* .about02 .content .swiper-slide-prev .item::before{
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,  #fff,transparent);
    position: absolute;
}
.about02 .content .swiper-slide-next .item::before{
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,transparent,  #fff);
    position: absolute;
} */
.about02 .content .swiper-wrapper{margin-left:-470px}
.about02 .content::before{
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-image: linear-gradient(to right,transparent, #fff);
    position: absolute;
    z-index: 2;
}

@media (max-width: 1459px) {
    .about01,.about02 {
        padding: 80px 0;
    }
    .about01 .main{
        margin-top: 50px;
    }
    .about02 .content {
        margin-top: 60px;
    }
    .about01 .content .title{
        font-size: 36px;
        padding-bottom: 30px;
    }
    .about02 .title{
        font-size: 36px;
    }
    .about02 .content .item{
        padding: 40px 25px;
    }
    .about02 .content .year{
        font-size: 36px;
    }
    .about02 .content .desc{
        font-size: 16px;
        margin-top: 20px;
        height: 53px;
    }
    .about02 .content .imgbox{
        margin-top: 60px;
    }
}
@media (max-width: 1280px) {
    .about01,.about02 {
        padding: 60px 0;
    }
    .about01 .main{
        margin-top: 40px;
    }
    .about02 .content {
        margin-top: 40px;
    }
    .about01 .content .title {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .about01 .content .desc,
    .about01 .main .text .edit{
        font-size: 16px;
    }
    .about01 .main .text .ctit{
        font-size: 24px;
    }
    .about02 .title{
        font-size: 28px;
    }
    .about02 .content .imgbox{
        margin-top: 40px;
    }
    .about02 .main{
        padding: 0 80px;
    }
}
@media (max-width: 1024px) {
    .about01,.about02 {
        padding: 40px 0;
    }
    .about01 .main{
        margin-top: 30px;
    }
    .about02 .content {
        margin-top: 30px;
    }
    .about01 .main .text .ctit{
        font-size: 20px;    
    }
    .about02 .title{
        font-size: 24px;
    }
    .about01 .content .desc,
    .about01 .main .text .edit{
        font-size: 14px;
    }
    .about02 .content .imgbox {
        padding-bottom: 180px;
        margin-top: 20px;
    }
    .about02 .content .item{
        padding: 20px 15px;
    }
    .about02 .content .year{
        font-size: 28px;
    }
    .about02 .content .desc {
        font-size: 14px;
        margin-top: 10px;
        height: 48px;
    }
    .about02 .main .year {
        margin-top: 45px;
        padding-top: 10px;
        font-size: 18px;
        height: 40px;
    }
    .about02 .main .swiper-slide-thumb-active .year {
        font-size: 20px;
    }
    .about02 .main {
        margin-top: 20px;
        padding: 0 60px;
    }
    .about01 .content .title{
        font-size: 24px;    
    }
}
@media (max-width: 768px) {
    .about01,.about02 {
        padding: 30px 0;
    }
    .about01 .main{
        margin-top: 20px;    
    }
    .about02 .content {
        margin-top: 20px;
    }
    .about02 .title{
        font-size: 20px;
    }
    .about01 .content {
        flex-wrap: wrap;
    }
    .about01 .content .desc {
        width: 100%;
        flex: unset;
        padding-left: 0;
        margin-top: 15px;
    }
    .about01 .content .title {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .about01 .main{
        padding: 5% 2%;
    }
    .about02 .content .year {
        font-size: 24px;
    }
    .about02 .main{
        padding: 0 40px;
    }
}
@media (max-width: 640px) {
    .about01,.about02 {
        padding: 20px 0;
    }
    .about02 .title{
        font-size: 18px;
    }
    .about01 .content .title,
    .about01 .main .text .ctit{
        font-size: 18px;
    }
    .about02 .main .year {
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }
    .about02 .main .swiper-slide-thumb-active .year {
        font-size: 16px;
    }
    
    .about02 .main .next,
    .about02 .main .prev {
        top: 20%;
    }
}

/* 加入我们 */
.join01{
    padding: 100px 0 120px;

}
.join01 .list{
    padding-bottom: 40px;
}

.join01 .item{
    padding: 0 50px;
    background-color: #f4f6f9;
    margin-bottom: 20px;
}
.join01 .section{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 35px 30px;
    align-items: center;
    cursor: pointer;
}
.join01 .section .title{
    font-size: 20px;
    color: #333333;
    line-height: 1.7;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
}
.join01 .section .title::before{
    content: '';
    display: block;
    width: 10px;
    background-color: #004098;
    height: 3px;
    position: absolute;
    right: calc(100% + 10px);
    top: 15px;
}
.join01 .section .lables{
    display: flex;
    padding-top: 15px;
}
.join01 .section .lables label{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Light";
} 
.join01 .section .lables label:not(:first-child){
    margin-left: 80px;
}
.join01 .section .more{
    font-size: 18px;
    color: #004098;
    line-height: 1.66;
    padding-right: 20px;
    position: relative;
}

.join01 .section .more::before{
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    border-top: 2px solid #004098;
    border-right: 2px solid #004098;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.join01 .section.cur .more::before{
    top: 29%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.join01 .mains{
    padding: 30px 30px 55px;
    border-top: 1px solid #d8d8d8;
    display: none;
}
.join01 .main:not(:first-child){
    margin-top: 30px;
}
.join01 .main .se_tit{
    font-size: 18px;
    color: #333333;
    line-height: 1.88;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.join01 .main .edit{
    margin-top: 20px;
}
.join01 .main .edit,
.join01 .main .edit *{
    font-size: 16px;
    color: #333333;
    line-height:2.15;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.join01 .mains .more_btn{
    padding: 20px 30px;
    background-color: #004098;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 1459px) {
    .join01 {
        padding: 80px 0;
    }
    .join01 .item{
        padding: 0 35px;
    }
}
@media (max-width: 1280px) {
    .join01 {
        padding: 60px 0;
    }
    .join01 .section .lables label:not(:first-child) {
        margin-left: 60px;
    }
}
@media (max-width: 1024px) {
    .join01 {
        padding: 40px 0;
    }
    .join01 .section {
        padding: 20px 0 20px 20px;
    }
    .join01 .mains{
        padding: 20px ;
    }
    .join01 .section .more {
        font-size: 16px;
    }
    .join01 .section .title {
        font-size: 18px;
    }
    .join01 .section .lables label {
        font-size: 14px;
    }
    .join01 .section .lables {
        padding-top: 10px;
    }
    .join01 .item {
        padding: 0 20px;
    }
    .join01 .main .se_tit{
        font-size: 16px;
    }
    .join01 .main .edit, .join01 .main .edit * {
        font-size: 14px;
    }
    .join01 .main .edit {
        margin-top: 10px;
    }
    .join01 .mains .more_btn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .join01 .section .lables label:not(:first-child) {
        margin-left: 30px;
    }
}
@media (max-width: 768px) {
    .join01 {
        padding: 30px 0;
    }
    .join01 .mains .more_btn {
        font-size: 14px;
    }
    .join01 .mains {
        padding: 15px;
    }
    
    .join01 .section {
        padding: 15px 0 15px 15px;
    }
    
    .join01 .item {
        padding: 0 10px;
    }
    
    .join01 .section .more {
        font-size: 14px;
    }
    
    .join01 .section.cur .more::before {
        top: 20%;
    }
    .join01 .section .lables label:not(:first-child) {
        margin-left: 30px;
    }
    .join01 .section .lables label{
        font-size: 12px;
    }
    .join01 .list {
        padding-bottom: 30px;
    }
}
@media (max-width: 640px) {
    .join01 {
        padding: 20px 0;
    }
    .join01 .section {
        padding: 20px 0 15px 15px;
        position: relative;
    }
    .join01 .section .more {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .join01 .section .title{
        font-size: 16px;
    }
    .join01 .list {
        padding-bottom: 20px;
    }
    .join01 .section .title::before {
        height: 3px;
        right: calc(100% + 5px);
        top: 12px;
    }
    .join01 .main .se_tit {
        font-size: 14px;
    }
    .join01 .main .edit, .join01 .main .edit * {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .join01 .list {
        padding-bottom: 10px;
    }
    .join01 .section .lables {
        flex-wrap: wrap;
    }
    .join01 .section .lables label {
        width: 50%;
    }
    .join01 .section .lables label:not(:first-child) {
        margin-left: 0;
    }
    .join01 .mains .more_btn {
        font-size: 12px;
    }
    .join01 .section .more {
        font-size: 12px;
        padding-right: 15px;
    }
    
    .join01 .section .more::before {
        width: 8px;
        height: 8px;
        top: 30%;
    }
}

/* 培训认证 */
.attest01{
    padding: 90px 0 120px;
}
.attest01 .imgs{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 2%;
}
.attest01 .imgbox{
    margin-top: 2%;
}
.attest01 .imgs .imgbox{
    width: 49%;
}
.attest01 .imgs .imgbox:not(:nth-child(2n+1)){
    margin-left: 2%;
}
.attest01 .edit,
.attest01 .edit *{
    font-size: 18px;
    color: 333333;
    line-height: 1.88;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.attest01 .content_tit{text-align: center;font-size: 30px;margin-bottom:40px;}
@media (max-width: 1459px) {
    .attest01{
        padding: 80px 0;
    }
    .attest01 .content_tit{font-size: 24px;}
}
@media (max-width: 1280px) {
    .attest01{
        padding: 60px 0;
    }
    .attest01 .edit,
    .attest01 .edit *{
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .attest01{
        padding: 40px 0;
    }
    .attest01 .edit,
    .attest01 .edit *{
        font-size: 14px;
    }
    .attest01 .content_tit{font-size: 20px;font-weight: bold;margin-bottom:20px;}
}
@media (max-width: 768px) {
    .attest01{
        padding: 30px 0;
    }
    .attest01 .content_tit{font-size: 18px;}
   
}
@media (max-width: 640px) {
    .attest01{
        padding: 20px 0;
    }
}

/* 联系我们 */
.contact01{
    padding: 100px 0;
}
.contact01 .list{
    display: flex;
    flex-wrap: wrap;
}
.contact01 .list .item{
    width: 48.5%;
    background-color: #f4f6f9;
    padding: 70px 50px 50px;
}
.contact01 .list .item:not(:nth-child(2n+1)){
    margin-left: 3%;
}

.contact01 .item .title{
    font-size: 30px;
    color: #000000;
    line-height:2.4;
    padding-bottom: 35px;
    position: relative;
}
.contact01 .item .title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #004098;
}
.contact01 .item .clist{
    padding-top: 10px;
}
.contact01 .item .citem{
    margin-top: 20px;
}
.contact01 .item .ctit{
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.contact01 .item .cdesc{
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.5;
    margin-top: 10px;
}


.contact02{
    background-color: #f5f7f9;
    background-image: linear-gradient(to bottom right, #f5f7f9 , #ffffff);
}
.contact02 .content{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    position: relative;
}
.contact02 .content .left{
    width: 69%;
}
.contact02 .content .right{
    width: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.contact02 .content .list{
    display: flex;
    flex-wrap: wrap;
}
.contact02 .content .list .item{
    width: 50%;
    margin-bottom: 40px;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    padding-left: 30px;
    background-image: url(../images/icon12.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.contact02 .imgbox{
    position: relative;
}
.contact02 .citem{
    position: absolute;
    background-image: url(../images/icon13.png);
    /* width: 25px;
    height: 30px; */
    width: 2.6%;
    height: 4.1%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.contact02 .citem .text{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    left: 100%;
    display: none;
    padding-left: 30px;
    z-index: 2;
}
.contact02 .citem .con{
    background-color: #1151ac;
    width: 100%;
    height: 100%;
    padding: 40px;
    min-width: 320px;
    position: relative;
}
.contact02 .citem .con::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 16px solid #1151ac;
    border-top: 0;
    top: 50%;
    z-index: 1;
    left: -16px;
    transform: translate(0,-50%) rotate(-90deg);
    -webkit-transform: translate(0,-50%) rotate(-90deg);
    -moz-transform: translate(0,-50%) rotate(-90deg);
    -ms-transform: translate(0,-50%) rotate(-90deg);
    -o-transform: translate(0,-50%) rotate(-90deg);
}
.contact02 .citem .text .tit{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 10px;
}
.contact02 .citem .text .desc{
    font-size: 16px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.5;
}
.contact02 .citem:nth-child(1) {
    left: 61%;
    top: 35%;
}
.contact02 .citem:nth-child(2) {
    left: 64%;
    top: 37%;
}
.contact02 .citem:nth-child(3) {
    left: 70%;
    top: 64%;
}
.contact02 .citem:nth-child(4) {
    left: 43%;
    top: 59%;
}
.contact02 .citem:nth-child(5) {
    left: 52%;
    top: 64%;
}
.contact02 .citem:nth-child(6) {
    left: 61%;
    top: 77%;
}
.contact02 .citem:nth-child(7) {
    left: 46%;
    top: 46%;
}
.contact02 .citem:nth-child(8) {
    left: 60%;
    top: 41%;
}
.contact02 .citem:nth-child(9) {
    left: 15%;
    top: 30%;
}

.contact02 .citem:hover .text{
    display: block;
}


@media (max-width: 1459px) {
    .contact01{
        padding: 80px 0;
    }
    .contact02 .content .list .item {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .contact02 .content{
        padding: 40px 0;
    }
    .contact01 .list .item {
        padding: 40px;
    }
    .contact01 .item .title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .contact01 .item .cdesc {
        font-size: 16px;
    }
    .contact01 .item .ctit {
        font-size: 16px;
    }
    .contact01 .item .citem {
        margin-top: 15px;
    }
    
}
@media (max-width: 1024px) {
    .contact01{
        padding: 60px 0;
    }
    .contact02 .citem .con {
        padding: 15px;
        min-width: 200px;
    }
    .contact02 .citem .text .tit {
        font-size: 16px;
    }
    .contact02 .citem .text .desc {
        font-size: 14px;
    }
    .contact02 .content .list .item {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .contact02 .content .right{
        width: 250px;
    }
    .contact01 .item .title {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .contact01 .list .item {
        padding: 15px;
    }
    .contact01 .item .ctit {
        font-size: 14px;
    }
    .contact01 .item .cdesc {
        font-size: 14px;
    }
    .contact02 .content {
        padding: 30px 0;
    }
}
@media (max-width: 768px) {
    .contact01{
        padding: 40px 0;
    }
    .contact02 .citem .text .tit {
        font-size: 14px;
    }
    .contact02 .citem .text .desc {
        font-size: 12px;
    }
    .contact02 .citem .con {
        min-width: 150px;
    }
    .contact02 .content {
        padding: 20px 0;
    }
}
@media (max-width: 640px) {
    .contact01{
        padding: 20px 0;
    }
    .contact01 .list {
        flex-wrap: wrap;
    }
    .contact01 .list .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .contact01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .contact01 .item .title {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .contact02 .content {
        flex-wrap: wrap;
    }
    .contact02 .content .right {
        width: 100%;
        position: relative;
        right: unset;
        top: unset;
        transform: unset;
        margin-top: 15px;
    }
    .contact02 .content .left {
        width: 100%;
    }
    .contact02 .citem .text {
        left: 50%;
        top: 100%;
        transform: translate(-50%,0);
        padding-left: 0;
        padding-top: 30px;
    }
    .contact02 .citem .con::before {
        border-top: 0;
        top: -13px;
        z-index: 1;
        left: 50%;
        transform: translate(-50%,0) rotate(-360deg);
        -webkit-transform: translate(-50%,0) rotate(-360deg);
        -moz-transform: translate(-50%,0) rotate(-360deg);
        -ms-transform: translate(-50%,0) rotate(-360deg);
        -o-transform: translate(-50%,0) rotate(-360deg);
    }
}


/* 金融服务 */
.bank01{
    overflow: hidden;
}

.bank01 .item{
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0 60px;
}
.bank01 .item::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #f4f6f9;
    height: 57%;
    width: 100000%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.bank01 .item .left{
    width: 49%;
    position: relative;
}
.bank01 .item .right{
    width: 51%;
    padding-left: 5%;
    position: relative;
}
.bank01 .item .num{
    font-size: 24px;
    color: #ffffff;
    padding: 17px;
    background-color: #004098;
    color: #fff;
    font-family: "Oswald-Blod";
    display: inline-block;
}
.bank01 .item .tit{
    font-size: 40px;
    color: #000000;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 115px;
}
.bank01 .item .desc{
    font-size: 16px;
    color: #333333;
    line-height: 2.125;
    font-family: "HarmonyOS_Sans_SC_Light";
    max-height: 130px;
    overflow-y: auto;
    margin-top: 35px;
}

.bank01 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.bank01 .item:nth-child(2n) .right{
    padding-left: 0;
    padding-right: 5%;
}

.bank02{
    padding: 90px 0 120px;
}
.bank02 .main{
    padding-top: 60px;
}
.bank02 .title{
    text-align: center;
    font-size: 40px;
    color: #000000;
    line-height:1.625;
}
.bank02 table{
    width: 100%;
    border-color: #dedede;
}
.bank02 table thead td{
    background-color: #004098;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.44;
    width: 25%;
}
.bank02 table tbody td{
    font-size: 18px;
    color: #333333;
    line-height: 1.88;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-align: center;
    padding: 35px 25px;
}
.bank02 table tbody td:first-child{
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.bank02 table tbody tr:nth-child(2n){
    background-color: #f4f6f9;
}

@media (max-width: 1459px) {
    .bank02 {
        padding: 80px 0;
    }
    .bank02 table thead td {
        padding: 30px 0;
        font-size: 20px;
    }
    .bank02 table tbody td {
        padding: 25px 10px;
        font-size: 16px;
    }
    .bank02 .title {
        font-size: 36px;
    }
    .bank02 .main {
        padding-top: 40px;
    }
    .bank01 .item {
        padding: 80px 0 50px;
    }
    .bank01 .item .tit {
        font-size: 36px;
        margin-top: 45px;
    }
    .bank01 .item .desc {
        margin-top: 30px;
    }
}
@media (max-width: 1280px) {
    .bank02 {
        padding: 60px 0;
    }
    .bank01 .item {
        padding: 60px 0 40px;
    }
    .bank01 .item .tit{
        font-size: 28px;
        margin-top: 30px;
    }
    .bank02 .title{
        font-size: 28px;
    }
    .bank01 .item .desc {
        margin-top: 20px;
    }
    .bank01 .item::before {
        height: 70%;
    }
}
@media (max-width: 1024px) {
    .bank02 {
        padding: 40px 0;
    }
    .bank02 .main {
        padding-top: 30px;
    }
    .bank01 .item {
        padding: 40px 0;
    }
    .bank01 .item .tit{
        font-size: 24px;
        margin-top: 20px;
    }
    .bank02 .title{
        font-size: 24px;
    }
    .bank01 .item .num {
        font-size: 20px;
        padding: 10px;
    }
    .bank01 .item .desc {
        font-size: 14px;
        max-height: 90px;
    }
    .bank02 table thead td {
        padding: 15px 0;
        font-size: 18px;
    }
    .bank02 table tbody td {
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .bank02 {
        padding: 0 0 30px;
    }
    .bank02 .main {
        padding-top: 20px;
    }
    .bank01 .item {
        padding: 30px 0;
    }
    .bank01 .item .tit, .bank02 .title{
        font-size: 20px;
    }
    .bank02 table thead td {
        font-size: 14px;
    }
    .bank02 table tbody td {
        font-size: 12px;
    }
    .bank01 .item .desc {
        margin-top: 10px;
    }
    .bank01 .item .num {
        font-size: 16px;
        padding: 5px;
    }
}
@media (max-width: 640px) {
    .bank02 {
        padding: 20px 0;
    }
    .bank01 .item {
        padding: 20px 0;
    }
    .bank01 .item .tit, .bank02 .title {
        font-size: 18px;
    }
    .bank01 .item .desc{
        font-size: 12px;
        max-height: 70px;
    }
}
@media (max-width: 480px) {
    .bank01 .item .num {
        font-size: 16px;
        padding: 5px;
    }
    .bank01 .item {
        flex-wrap: wrap;
    }
    .bank01 .item .left {
        width: 100%;
    }
    .bank01 .item .right {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .bank02 table thead td {
        font-size: 12px;
        padding: 10px 5px;
    }
    .bank02 table tbody td {
        padding: 5px;
    }
}

/* 海创产品 */
.hisen01{
    padding: 100px 0;
}
.hisen01 .switchs{
    display: flex;
    justify-content: center;
}
.hisen01 .switchs .switch{
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    padding: 15px 30px;
    margin: 0 20px;
    background-color: #f4f6f9;
    cursor: pointer;transition: all .3s;
}
.hisen01 .switchs .switch.cur{
    background-color: #004098;  
    color: #fff;  
}

.hisen01 .switchs .switch:hover{
    /* background-color: #004098;   */
    /* color: #fff; */
    transform: translate3d(0,-3px,0);box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.hisen01 .sections{
    padding-top: 95px;
}
.hisen01 .sections .imgbox{
    float: left;
    margin:0 5% 0 0;
    width: 47%;
}
.hisen01 .sections .imgbox .swiper-pagination-bullet{ background:#ffffff;}
.hisen01 .section .title{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.5;
}
.hisen01 .section .edit{
    margin-top: 45px;
}
.hisen01 .section .edit,
.hisen01 .section .edit *{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

.hisen02{
    padding:100px 0 140px;
    background-image: linear-gradient(to bottom right, #f4f6f9, #fefefe);
    overflow: hidden;
    position: relative;
}
.hisen02 .main{
    position: relative;
    margin-top:60px;
    min-height:54vh;
}

@media(max-width:1680px){
    .hisen02 .main{min-height:60vh;}
}

@media(max-width:1440px){
    .hisen02 .main{min-height:65vh;}
}
.hisen02 .title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.66;
}
.hisen02 .desc{
    text-align: center;
    max-width:735px;
    margin: 10px auto 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.hisen02 .swiper-container{ overflow: unset;}
.hisen02 .swiper-slide{ transition:all .5s;}
.hisen02 .swiper-slide img{ width:100%;}
.hisen02 .swiper-slide .item{position:relative;}
.hisen02 .swiper-slide .text{position:relative;}
.hisen02 .swiper-slide .num{
    font-size: 18px;
    color: #ffffff;
    font-family: "Oswald-Blod";
    background-color: #004098;
    position: absolute;
    bottom: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
}

.hisen02 .swiper-slide .cdesc{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-top: 20px;
}
.hisen02 .swiper-slide .num {
    left: 40px;
    bottom: 90%;
}

.hisen02 .swiper-slide.swiper-slide-active{
    width:48%!important;
}
.hisen02 .swiper-slide.swiper-slide-active img{ opacity:1;}
.hisen02 .swiper-slide.swiper-slide-active .text{
   background-color: rgba(5, 20, 41, .7);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 30px 40px;
}
.hisen02 .swiper-slide.swiper-slide-active .cdesc {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    padding-top: 0;
}
.hisen02 .swiper_box{
    position: absolute;
    right: 0;
    bottom:50px;
    width:49%;
    display:flex;
    align-items:center;
    z-index:2;
}
.hisen02 .btn_box::before{
    content: '';
    display: block;
    width: 10000%;
    height: 1px;
    background-color: #d3d6da;
    position: absolute;
    left: 113%;
}
.hisen02 .btn_box{
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
    position: relative;
}
.hisen02 .swiper_box .swiper_tit{
    font-size: 20px;
    color: #999;
}
.hisen02 .swiper_box .swiper_tit span:first-child{
    font-size: 26px;
    color: #005bac;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.hisen02 .btn_box .swiper_btn{
    width: 30px;
    height: 13px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.hisen02 .btn_box .swiper_btn.prev{
    background-image: url(../images/icon_left.png);
}
.hisen02 .btn_box .swiper_btn.next{
    background-image: url(../images/icon_right.png);
}

@media (max-width: 1459px) {
    .hisen02,
    .hisen01{
        padding: 80px 0;
    }
    .hisen01 .sections {
        padding-top: 80px;
    }
    .hisen01 .section .title {
        font-size: 28px;
    }
    .hisen01 .section .edit {
        margin-top: 25px;
    }
    .hisen02 .title{
        font-size: 32px;
    }
    .hisen01 .switchs .switch {
        font-size: 18px;
        margin: 0 10px;
    }
    .hisen02 .swiper-slide.swiper-slide-active .text {
        padding: 20px 30px;
    }
    .hisen02 .swiper_box{
        bottom: 20px;
    }
    
}
@media (max-width: 1280px) {
    .hisen02,
    .hisen01{
        padding: 60px 0;
    }
    .hisen01 .sections {
        padding-top: 60px;
    }
    .hisen02 .swiper_box .swiper_tit span:first-child {
        font-size: 20px;
    }
    
    .hisen02 .swiper_box .swiper_tit {
        font-size: 18px;
    }
    
    .hisen02 .btn_box {
        width: 150px;
    }
}
@media (max-width: 1024px) {
    .hisen02,
    .hisen01{
        padding: 40px 0;
    }
    .hisen01 .sections {
        padding-top: 40px;
    }
    .hisen01 .switchs .switch {
        font-size: 16px;
        margin: 0 10px;
        padding: 10px 15px;
    }
    .hisen01 .section .title {
        font-size: 24px;
    }
    .hisen01 .section .edit, .hisen01 .section .edit * {
        font-size: 14px;
    }
    .hisen02 .title{
        font-size: 24px;
    }
    .hisen02 .desc{
        font-size: 14px;
    }
    .hisen02 .title{
        font-size: 20px;
    }
    .hisen02 .swiper-slide.swiper-slide-active {
        width: 60% !important;
    }
    .hisen02 .swiper_box {
        bottom: 0;
        left: 15px;
    }
    .hisen02 .main {
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .hisen02 .swiper-slide.swiper-slide-active .text {
        padding: 15px;
    }
    .hisen02 .swiper-slide.swiper-slide-active .cdesc {
        font-size: 14px;
    }
    .hisen02 .swiper-slide .num {
        width: 30px;
        height: 30px;
        font-size: 16px;
        left: 20px;
    }
}
@media (max-width: 768px) {
    .hisen02 .main {
        padding-bottom: 20px;
    }
    .hisen02,
    .hisen01{
        padding: 30px 0;
    }
    .hisen01 .sections {
        padding-top: 30px;
    }
    .hisen01 .section .title {
        font-size: 20px;
    }
    .hisen02 .title{
        font-size: 16px;
    }
    .hisen02 .main {
        margin-top: 20px;
    }
    
}
@media (max-width: 640px) {
    .hisen02,
    .hisen01{
        padding: 20px 0;
    }
    .hisen01 .sections {
        padding-top: 20px;
    }
    .hisen01 .section .title {
        font-size: 18px;
    }
    .hisen01 .sections .imgbox {
        float: unset;
        width: 100%;
        margin: 0 0 10px;
    }
    .hisen02 .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }

    .hisen02 .swiper-slide .text {
        background-color: rgba(5, 20, 41, .7);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
    }
    .hisen02 .main {
        padding-bottom: 30px;
    }
    .hisen01 .switchs .switch {
        font-size: 12px;
        padding: 3px 10px;
        margin: 0 5px;
    }
    .hisen02 .btn_box .swiper_btn {
        width: 20px;
        height: 10px;
    }
    .hisen02 .btn_box {
        width: 120px;
    }
}

/* 云服务 */
.cloud01{
    padding: 100px 0;
}
.cloud01 .title{
    font-size: 40px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.3;
    text-align: center;
}
.cloud01 .desc{
    font-size: 18px;
    color: #333333;
    line-height: 1.66;
    margin-top: 20px;
    text-align: center;
}




.cloud02{
    background-color: #f4f6f9;
    padding: 80px 0 90px;
}
.cloud02 .section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cloud02 .section1 .left{
    width: 42%;
}
.cloud02 .section1 .tit{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.3;
}
.cloud02 .section1 .edit,
.cloud02 .section1 .edit *{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.cloud02 .section1 .edit{
    margin-top: 30px;
}

.cloud02 .section1 .right{
    width: 54%;
    background-color: #fff;
    padding: 35px 25px 60px;
    position: relative;
}
.cloud02 .section1 .item1{
    margin-bottom: 17px;
    height: 55px;
    background-color: #004098;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud02 .section1 .num{
    font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Oswald-Medium";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-image: linear-gradient(#fff,transparent);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; 
}
.cloud02 .section1 .ctit1{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 15px;
    overflow: hidden;
    height: 30px;
}
.cloud02 .section1 .item2{
    height: 55px;
    background-color: #4c79b7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    position: relative;
    padding: 10px;
}
.cloud02 .section1 .ctit2{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cloud02 .section1 .item3{
    height: 105px;
    background-color: #b2c5e0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    position: relative;
}
.cloud02 .section1 .ctit3{
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;

}

.cloud02 .section1 .item4{
    height: 105px;
    background-color: #e5ecf4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud02 .section1 .ctit4{
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cloud02 .section1 .item1::before{
    border: 11px solid transparent;
    border-bottom: 9px solid #004098;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0;
    bottom: -9px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}
.cloud02 .section1 .item2::before{
    border: 11px solid transparent;
    border-bottom: 9px solid #4c79b7;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0;
    bottom: -9px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}

.cloud02 .section1 .item3::before{
    border: 11px solid transparent;
    border-bottom: 9px solid #b2c5e0;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0;
    bottom: -9px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}


.cloud02 .section1 .swiper_box{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cloud02 .section1 .swiper_btn{
    width: 30px;
    height: 13px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.cloud02 .section1 .swiper_btn.prev{
    background-image: url(../images/icon_left.png);
}
.cloud02 .section1 .swiper_btn.next{
    background-image: url(../images/icon_right.png);
}
.cloud02 .section1 .swiper_box .pagins{
    display: flex;
    justify-content: center;
}

.cloud02 .section1 .swiper-pagination{
    position: static;
    margin: 0 15px;
}
.cloud02 .section1 .swiper-pagination .swiper-pagination-bullet{
    margin: 0 10px;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    background-color: #cccccc;
}
.cloud02 .section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: transparent;
    border-color: #004098;
}

.cloud02 .main{
    padding: 45px 0 0;
}
.cloud02 .edit,
.cloud02 .edit *{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.cloud03{
    padding: 100px 0 130px;
}
.cloud03 .title{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
}
.cloud03 .con{
    max-width: 920px;
    width: 100%; 
    margin: 60px auto 0;
}
.cloud03 .con .item{
    background-color: #f4f6f9;
    font-size: 18px;
    color: #333333;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}
.cloud03 .con .swiper-slide-thumb-active .item{
    background-color: #004098;
    color: #fff;
}


.cloud03 .main{
    margin-top: 80px;    
}
.cloud03 .citem{
    display: flex;
    justify-content: space-between;
    position: relative;
    justify-content: flex-end;
}
.cloud03 .citem .left{
    width: 51%;
    position: absolute;
    left: 0;
    top: 0;
}
.cloud03 .citem .right{
    width: 54%;
    padding: 0 0 7% 12%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 40px;
}
.cloud03 .citem .tit{
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    padding-left: 15px;
}
.cloud03 .citem .tit::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.cloud03 .citem .edit{
    margin-top: 25px;
}
.cloud03 .citem .edit,
.cloud03 .citem .edit *{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}


.cloud03 .citem .r_item1 .tit{
    color: #000000;
}
.cloud03 .citem .r_item1 .tit::before{
    background-color: #004098;

}
.cloud03 .citem .r_item2{
    margin-top: 120px;    
}
.cloud03 .citem .r_item2 .tit{
    color: #fff;
}
.cloud03 .citem .r_item2 .tit::before{
    background-color: #fff;
}

.cloud03 .citem .r_item2 .edit,
.cloud03 .citem .r_item2 .edit *{
    color: #fff;
}

@media (max-width: 1459px) {
    .cloud02 .section1 .ctit2 {
        font-size: 13px;
    }
    .cloud02 .section1 .ctit1 {
        font-size: 16px;
    }
    .cloud02 {
        padding: 60px 0;
    }
    .cloud01 .title {
        font-size: 36px;
    }
    .cloud03 {
        padding: 80px 0;
    }
    .cloud03 .main {
        margin-top: 60px;
    }
}
@media (max-width: 1280px) {
    .cloud02 {
        padding: 50px 0;
    }
    .cloud01 .title {
        font-size: 28px;
    }
    .cloud03 {
        padding: 60px 0;
    }
    .cloud03 .main {
        margin-top: 50px;
    }
}
@media (max-width: 1024px) {
    .cloud02 {
        padding: 40px 0;
    }
    .cloud01 .title {
        font-size: 24px;
    }
    .cloud03 {
        padding: 40px 0;
    }
    .cloud03 .main {
        margin-top: 40px;
    }
    .cloud03 .title {
        font-size: 24px;
    }
    .cloud03 .con {
        margin: 40px auto 0;
    }
    .cloud03 .con .item {
        font-size: 16px;
    }
    .cloud03 .citem .r_item2 {
        margin-top: 80px;
    }
    .cloud03 .citem .right {
        padding: 0 0 5% 9%;
        background-size: 100% 70%;
    }
    .cloud03 .citem .tit {
        font-size: 18px;
    }
    .cloud03 .citem .edit, .cloud03 .citem .edit * {
        font-size: 14px;
    }
    .cloud02 .section1 .num {
        font-size: 24px;
    }
    .cloud02 .section1 .tit{
        font-size: 24px;
    }
    
    .cloud01 {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .cloud02 {
        padding: 30px 0;
    }
    .cloud01 .title {
        font-size: 20px;
    }
    .cloud03 {
        padding: 30px 0;
    }
    .cloud03 .main {
        margin-top: 30px;
    }
    .cloud02 .section1 .tit{
        font-size: 20px;
    }
    .cloud02 .section1 .edit, .cloud02 .section1 .edit * {
        font-size: 14px;
    }
    .cloud01 {
        padding: 40px 0;
    }
    .cloud02 .edit, .cloud02 .edit * {
        font-size: 14px;
    }
    .cloud03 .con .item{
        font-size: 14px;
    }
    .cloud03 .title{
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .cloud02 {
        padding: 20px 0;
    }
    .cloud01 .title {
        font-size: 18px;
    }
    .cloud03 {
        padding: 20px 0;
    }
    .cloud03 .main {
        margin-top: 20px;
    }
    .cloud03 .citem {
        flex-wrap: wrap;
        justify-content: unset;
    }
    
    .cloud03 .citem .left {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
    }
    
    .cloud03 .citem .right {
        width: 100%;
        padding: 0 0 5% 5%;
    }
    
    .cloud03 .citem .r_item2 {
        margin-top: 40px;
    }
    .cloud01 {
        padding: 20px 0;
    }
    .cloud01 .desc {
        font-size: 14px;
    }
    .cloud02 .section1 {
        flex-wrap: wrap;
    }
    .cloud02 .section1 .left {
        width: 100%;
    }
    .cloud02 .section1 .right {
        width: 100%;
        padding: 20px 20px 50px;
    }
    .cloud02 .section1 .edit {
        margin-top: 15px;
    }
    .cloud03 .title{
        font-size: 18px;
    }
    .cloud03 .con .item {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .cloud03 .citem .edit, .cloud03 .citem .edit * {
        font-size: 12px;
    }
    .cloud03 .citem .edit {
        margin-top: 15px;
    }
    .cloud03 .citem .right {
        margin-top: 15px;
    }
    .cloud03 .con {
        margin: 20px auto 0;
    }
    .cloud02 .section1 .swiper_box {
        bottom: 20px;
    }
    .cloud02 .section1 .ctit1 {
        font-size: 14px;
        margin-top: 10px;
    }
    .cloud02 .section1 .ctit3,
    .cloud02 .section1 .ctit4{
        font-size: 12px;
    }
}

/* 多级存储msp */
.notch01{
    padding: 100px 0;
}
.notch01 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notch01 .content .left{
    width: 45%;
}
.notch01 .content .left .edit{white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;}
.notch01 .content .right{
    width: 47%;
}
.notch01 .content .right .imgbox{text-align: center;}
.notch01 .content .right .wimg{
    width: auto;
    height: auto;
}
.notch01 .content .tit{
    font-size: 40px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.notch01 .content .edit{
    margin-top: 30px;    
}
.notch01 .content .edit,
.notch01 .content .edit *{
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.notch02{
    padding: 100px 0 120px;
    background-image: linear-gradient(to bottom right, #f4f6f9, #ffffff);
}
.notch02 .switchs{
    display: flex;
    justify-content: center;margin-left:-20px;
}
.notch02 .switchs .switch{
    font-size: 18px;
    color: #333333;
    line-height: 1.15;
    padding: 20px 20px;
    background-color: #e8ebf0;
    margin-left:20px;
    cursor: pointer;
}
.notch02 .switchs .switch.cur{
    color: #fff;
    background-color: #004098;
}

.notch02 .section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notch02 .section1 .left{
    width: 47%;
    position: relative;
}
.notch02 .section1 .right{
    width: 47%;
}
.notch02 .section1 .tit{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.5;
}
.notch02 .section1 .edit{
    margin-top: 20px;
}
.notch02 .section1 .edit,
.notch02 .section1 .edit *{
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.notch02 .main{
    margin-top: 80px;
}
.notch02 .section1 .swiper-pagination{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.notch02 .section1 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border: 2px solid transparent;
}
.notch02 .section1 .swiper-pagination .swiper-pagination-bullet:not(:first-child){
    margin-left: 20px;
}
.notch02 .section1 .swiper-pagination .swiper-pagination-bullet-active{
    border-color: #004098;
    background-color: transparent;
}

.notch02 .section2{
    margin-top: 60px;
}
.notch02 .section2 .set2_tit{
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    border-bottom: 1px  solid #e1e1e1;
}
.notch02 .section2 .set2_tit::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #004098;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.notch02 .section2 .set2_list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.notch02 .section2 .set2_item{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: relative;
    padding-left: 15px;
    width: 30%;
}
.notch02 .section2 .set2_item:not(:nth-child(3n+1)){
    margin-left: 5%;
}
.notch02 .section2.section21 .set2_item{
    width: 48%;
}
.notch02 .section2.section21 .set2_item:not(:nth-child(3n+1)){
    margin-left: 0;
}
.notch02 .section2.section21 .set2_item:not(:nth-child(2n+1)){
    margin-left: 4%;
}


.notch02 .section2 .set2_item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.notch02 .section3{
    position: relative;
    margin-top: 50px;
}
.notch02 .section3 .set3_list{
    flex-wrap: wrap;
    height: 400px;
    position: relative;
}
.notch02 .section3 .set3_list::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    border-top: 1px dashed #648ac0;
    width: 100%;
}
.notch02 .section3 .set3_item{
    width: 30%;
    position: absolute;
    height: 43%;
    background-color: #eaf0f6;
    padding: 25px;
}
.notch02 .section3 .ptit{
    display: flex;
    align-items: center;
}
.notch02 .section3 .num{
    font-size: 16px;
    font-family: "Oswald-Blod";
    color: #ffffff;
    padding: 8px;
    background-color: #004098;
}
.notch02 .section3 .utit{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-left: 10px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.notch02 .section3 .edit{
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.notch02 .section3 .edit,
.notch02 .section3 .edit *{
    font-size: 14px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}

.notch02 .section3 .set3_item:nth-child(1){
    left: 0;
    top: 0;
}
.notch02 .section3 .set3_item:nth-child(2){
    left: 17.5%;
    bottom: 0;
}
.notch02 .section3 .set3_item:nth-child(3){
    left: 35%;
    top: 0;
}
.notch02 .section3 .set3_item:nth-child(4){
    left:52.5%;
    bottom: 0;
}
.notch02 .section3 .set3_item:nth-child(5){
    right: 0;
    top: 0;
}
.notch02 .section3 .set3_item:nth-child(1)::after,
.notch02 .section3 .set3_item:nth-child(3)::after,
.notch02 .section3 .set3_item:nth-child(5)::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #004098;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -35px;
}

.notch02 .section3 .set3_item:nth-child(2)::after,
.notch02 .section3 .set3_item:nth-child(4)::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #004098;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -35px;
}

.notch02 .section3 .set3_item:nth-child(1)::before,
.notch02 .section3 .set3_item:nth-child(3)::before,
.notch02 .section3 .set3_item:nth-child(5)::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 13px solid #eaf0f6;
    border-top: 0;
    bottom: -13px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}
.notch02 .section3 .set3_item:nth-child(2)::before,
.notch02 .section3 .set3_item:nth-child(4)::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 13px solid #eaf0f6;
    border-top: 0;
    top: -13px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0) rotate(-360deg);
    -webkit-transform: translate(-50%,0) rotate(-360deg);
    -moz-transform: translate(-50%,0) rotate(-360deg);
    -ms-transform: translate(-50%,0) rotate(-360deg);
    -o-transform: translate(-50%,0) rotate(-360deg);
}


.notch02 .section4{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.notch02 .section4 .imgbox{
    width: 48%;
}
.notch02 .section4 .imgbox:not(:nth-child(2n+1)){
    margin-left: 4%;    
}

.notch02 .section5{
    padding: 30px 0;
}
.notch02 .section5 .edit,
.notch02 .section5 .edit *{
    font-size: 14px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}

.notch02 .section6{
    padding: 30px 0;
}
.notch02 .section6 .set6_list{
    display: flex;
    flex-wrap: wrap;
}
.notch02 .section6 .set6_item{
    width: 33.33%;
    display: flex;
    flex-direction: column;
} 
.notch02 .section6 .set6_tit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 40px;
    position: relative;
    border-bottom: 2px solid #004098;
}
.notch02 .section6 .set6_tit::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 16px;
    height: 16px;
    border: 2px solid #004098;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
}
.notch02 .section6 .set6_tit .ktit{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-left: 20px;
}
.notch02 .section6 .set6_tit .icon{
    width: 70px;
    height: 70px;
    position: relative;
}
.notch02 .section6 .set6_tit .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.notch02 .section6 .set6_main{
    margin-top: 50px;
    flex: 1;
}
.notch02 .section6 .set6_item:nth-child(1) .set6_main{
    padding-right: 8%;
}
.notch02 .section6 .set6_item:nth-child(2) .set6_main{
    padding-right: 8%;
    padding-left: 8%;
    border-left: 1px solid #e1e1e1;
}
.notch02 .section6 .set6_item:nth-child(3) .set6_main{
    padding-left: 8%;
    border-left: 1px solid #e1e1e1;
}


.notch02 .section6 .set6_ctit{
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: relative;
    margin-bottom: 20px;
}
.notch02 .section6 .set6_ctit span{
    color: #004098;    
}
.notch02 .section6 .set6_ctit::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #333333;
}


@media (max-width: 1459px) {
    .notch01,
    .notch02{
        padding: 80px 0;
    }
    .notch01 .content .tit{
        font-size: 36px;
    }
    .notch02 .switchs .switch {
        font-size: 18px;
        padding: 15px 20px;
    }
    .notch02 .main {
        margin-top: 60px;
    }
    .notch02 .section1 .tit{
        font-size: 28px;
    }
    .notch02 .section6 .set6_main {
        margin-top: 40px;
    }
    .notch02 .section6 .set6_tit .icon {
        width: 60px;
        height: 60px;
    }
    .notch02 .section6 .set6_tit {
        padding: 10px 0 30px;
    }
    .notch02 .section6 .set6_tit .ktit {
        font-size: 20px;
    }
}
@media (max-width: 1280px) {
    .notch01,
    .notch02{
        padding: 60px 0;
    }
    .notch01 .content .tit{
        font-size: 28px;
    }
    .notch02 .main {
        margin-top: 50px;
    }
    .notch02 .section1 .tit{
        font-size: 24px;
    }
    .notch02 .section1 .edit, .notch02 .section1 .edit * {
        font-size: 14px;
    }
    .notch02 .section2 .set2_item {
        font-size: 15px;
    }
    .notch02 .switchs .switch {
        font-size: 16px;
        padding: 10px 15px;
        margin: 0 10px;
    }
}
@media (max-width: 1024px) {

    .notch01,
    .notch02{
        padding: 40px 0;
    }
    .notch01 .content .tit{
        font-size: 24px;
    }
    .notch02 .main {
        margin-top: 40px;
    }
    .notch02 .section1 .edit {
        margin-top: 10px;
    }
    .notch02 .section1 .tit {
        font-size: 20px;
    }
    .notch02 .section2 .set2_item{
        width: 32%;
    }
    .notch02 .section2 .set2_item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .notch02 .section2 {
        margin-top: 40px;
    }
    .notch02 .switchs .switch {
        font-size: 14px;
        padding: 5px 10px;
        margin: 0 5px;
    }
    .notch02 .section6 .set6_main {
        margin-top: 20px;
    }
    .notch02 .section6 .set6_tit .icon {
        width: 40px;
        height: 40px;
    }
    
    .notch02 .section6 .set6_tit .ktit {
        font-size: 18px;
    }
    
    .notch02 .section6 .set6_ctit {
        font-size: 14px;
    }
    
    .notch02 .section6 .set6_tit {
        padding: 10px 0 20px;
    }
    
}
@media (max-width: 768px) {
    .notch01,
    .notch02{
        padding: 30px 0;
    }
    .notch01 .content .tit{
        font-size: 20px;
    }
    .notch01 .content .edit, .notch01 .content .edit *{
        font-size: 14px;
    }
    .notch01 .content{
        flex-wrap: wrap;
    }
    .notch01 .content .left{
        width: 100%;
    }
    .notch01 .content .right{
        width: 100%;
        margin-top: 15px;
    }
    .notch01 .content .edit {
        margin-top: 20px;
    }
    .notch02 .main {
        margin-top: 30px;
    }
    .notch02 .section2 {
        margin-top: 30px;
    }
    .notch02 .section1 {
        flex-wrap: wrap;
        align-items: unset;
        justify-content: unset;
    }
    .notch02 .section1 .left {
        width: 100%;
    }
    .notch02 .section1 .right {
        width: 100%;
        margin-top:15px;
    }
    .notch02 .section1 .tit {
        font-size: 18px;
    }
    .notch02 .section2 .set2_tit {
        font-size: 18px;
    }
    .notch02 .section2 .set2_item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    
    .notch02 .section2 .set2_item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    
    .notch02 .section2 .set2_item {
        width: 49%;
    }
    .notch02 .section3 .edit, .notch02 .section3 .edit * {
        font-size: 12px;
    }
    .notch02 .section3 .utit {
        font-size: 14px;
    }
    .notch02 .section3 .num {
        font-size: 12px;
        padding: 5px;
    }
    .notch02 .section3 .edit {
        margin-top: 5px;
    }
    .notch02 .section3 .set3_list {
        height: 330px;
    }
    .notch02 .section3 .set3_item:nth-child(2)::after, .notch02 .section3 .set3_item:nth-child(4)::after{
        top: -30px;
    }
    .notch02 .section3 .set3_item:nth-child(1)::after, .notch02 .section3 .set3_item:nth-child(3)::after, .notch02 .section3 .set3_item:nth-child(5)::after{
        bottom: -30px;
    }
    .notch02 .switchs {
        flex-wrap: wrap;
    }
    .notch02 .switchs .switch {
        margin-bottom: 10px;
    }
    .notch02 .section3 .set3_item{
        padding: 15px;
    }
    .notch02 .section6 .set6_tit .ktit {
        font-size: 16px;
    }
    .notch02 .section6 .set6_tit .icon {
        width: 25px;
        height: 25px;
    }
    .notch02 .section6 .set6_tit::before {
        bottom: -6px;
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 640px) {
    .notch01,
    .notch02{
        padding: 20px 0;
    }
    .notch01 .content .tit{
        font-size: 18px;
    }
    .notch01 .content .edit {
        margin-top: 10px;
    }
    .notch02 .main {
        margin-top: 20px;
    }
    .notch02 .section2 {
        margin-top: 20px;
    }
    .notch02 .switchs .switch {
        font-size: 12px;
        padding: 5px;
    }
    .notch02 .section2 .set2_item:not(:nth-child(2n+1)),
    .notch02 .section2.section21 .set2_item:not(:nth-child(2n+1)){
        margin-left: 0;
    }
    
    .notch02 .section2 .set2_item,
    .notch02 .section2.section21 .set2_item{
        width: 100%;
        margin-bottom: 5px;
    }
    .notch02 .section2 .set2_item {
        font-size: 14px;
    }
    .notch02 .section2 .set2_tit {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .notch02 .section4{
        padding: 20px 0;
    }
    .notch02 .section6 .set6_list {
        flex-wrap: wrap;
    }
    
    .notch02 .section6 .set6_item {
        width: 100%;
    }
    .notch02 .section6 .set6_main{
       border: unset !important; 
       padding: 15px 0 !important;
    }
    .notch02 .section6 .set6_ctit{
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .notch02 .section3 .set3_list::before {
        opacity: 0;
    }
    .notch02 .section3 .set3_item:nth-child(1)::after, .notch02 .section3 .set3_item:nth-child(3)::after, .notch02 .section3 .set3_item:nth-child(5)::after {
        opacity: 0;
    }
    .notch02 .section3 .set3_item:nth-child(2)::after, .notch02 .section3 .set3_item:nth-child(4)::after {
        opacity: 0;
    }
    .notch02 .section3 .set3_item:nth-child(2)::before, .notch02 .section3 .set3_item:nth-child(4)::before {
        opacity: 0;
    }
    .notch02 .section3 .set3_item:nth-child(1)::before, .notch02 .section3 .set3_item:nth-child(3)::before, .notch02 .section3 .set3_item:nth-child(5)::before {
        opacity: 0;
    }
    .notch02 .section3 .set3_item {
        position: relative;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        right: unset !important;
        width: 49%;
        margin-bottom: 2%;
    }
    .notch02 .section3 .set3_list {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .notch02 .section3 .set3_item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    
    .notch02 .section3 .ptit {
        flex-wrap: wrap;
    }
    .notch02 .section3 .utit {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .notch02 .section4{
        padding: 15px 0;
    }
}

/* 单篇 */
.single01{
    padding: 100px 0;
}

.site01 {
    padding: 100px 0;
}
.site01 .list {
    display: flex;
    justify-content: space-between;
}
.site01 .item .ctit {
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
}
.site01 .item .ctit a {
    color: #333;
}
.site01 .item .clist .citem {
    margin-top: 25px;
}
.site01 .item .citem a {
    font-size: 16px;
    color: #555;
}
.site01 .item .ctit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background-color: #0095da;
}


@media (max-width: 1459px) {
    .single01,
    .site01{
        padding: 80px 0;
    }
}
@media (max-width: 1280px) {
    .single01,
    .site01{
        padding: 60px 0;
    }
}
@media (max-width: 1024px) {
    .single01,
    .site01{
        padding: 40px 0;
    }
}
@media (max-width:768px) {
    .single01,
    .site01{
        padding: 30px 0;
    }
    .site01 .list{
        flex-wrap: wrap;
    }
    .site01 .item .ctit{
        display: inline-block;
    }
    .site01 .list .item{
        width: 33.33%;
        margin-bottom: 15px;
        text-align: center;
    }
    .ab21 .img{
        background-image: unset !important;
        padding-bottom: 0;
    }
    .ab21 .img img{
        display: block;
    }
}
@media (max-width: 640px) {
    .single01,
    .site01{
        padding: 20px 0;
    } 
}
@media (max-width: 480px) {
    .site01 .list .item{
        width: 50%;
    }
    .site01 .item .clist .citem {
        margin-top: 10px;
    }
    .site01 .item .citem a{
        font-size: 14px;
    }
    .site01 .item .ctit {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

.compensate-for-scrollbar{margin-right:0 !important;}

/* 定制化服务 */

.dzh_service .section .table table{width:100%;border-collapse: collapse;border-spacing: 0;border: 1px solid #e5e5e5;}
.dzh_service .section .table table td{border-left:1px solid #e5e5e5;height:90px;padding:10px 30px;box-sizing: border-box;font-size: 18px;line-height: 32px;}
.dzh_service .section .table table tr{background: #f4f6f9;}
.dzh_service .section .table table tr td:first-child{text-align: center;font-weight: bold;}
.dzh_service .section .table table tr:nth-child(2n){background: #fff;}
.dzh_service .section .table table tr.trTit{background: #004098;color:#fff;}
.dzh_service .section .table table tr:first-child td{font-size: 20px;font-weight: bold;text-align: center;}

.dzh_service .section .table table td *{line-height: 32px;}
.dzh_service .section .table table td p{margin-bottom:8px;}

.dzh_service .dzh_service_2 .table table{text-align: center;}
.dzh_service .dzh_service_4 .table table{text-align: center;}

.dzh_service .dzh_service_2 .dzh_qushi{position: relative;min-height:380px;margin-bottom:60px;margin-top:30px;}
.dzh_service .dzh_service_2 .dzh_qushi .dzh_qushi_bg{background: url(../images/dzh_qs.png) no-repeat bottom left;background-size: 100%;position: absolute;width:0;height:100%;bottom:0;left:0;transition: all 1s ease-in-out;opacity: 0;}
.dzh_service .dzh_service_2 .dzh_qushi .dzh_qushi_bg{width:100%;opacity: 1;}
.dzh_service .dzh_service_2 .dzh_qushi ul::after{content:'';display: block;clear: both;}
.dzh_service .dzh_service_2 .dzh_qushi ul li{width:16.6667%;float:left;box-sizing: border-box;padding-right:30px;position: relative;z-index:99;}
.dzh_service .dzh_service_2 .dzh_qushi ul li .txt{padding-left:75px;position: relative;font-size: 15px;line-height: 25px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li .txt .tag{width:62px;height:37px;line-height: 28px;text-align: center;background: url(../images/dzh_bg.png) no-repeat center center;background-size: 100% 100%;color:#fff;position: absolute;top:60%;left:0;margin-top:-18.5px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li .dotico{width:14px;height:14px;border:2px solid #004098;border-radius: 50%;background: #fff;margin-left:22px;box-sizing: content-box;}
.dzh_service .dzh_service_2 .dzh_qushi ul li .line{height:45px;border-left:1px dashed #004098;width:1px;margin-left:31px;margin-top:20px;}

.dzh_service .dzh_service_2 .dzh_qushi ul li{transform: translateY(150px);opacity: 0;}
.dzh_service .dzh_service_2 .dzh_qushi.on ul li{transform: translateY(0);opacity: 1;}


.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(1){top:270px;}

.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(2) .line{height:90px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(2){top:232px;}

.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(3) .line{height:115px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(3){top:175px;}

.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(4) .line{height:170px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(4) .dotico{width:20px;height:20px;margin-left:20px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(4){top:90px;}

.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(5) .line{height:178px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(5) .dotico{width:26px;height:26px;margin-left:17px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(5){top:10px;}

.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(6) .line{height:145px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(6) .dotico{width:30px;height:30px;margin-left:15px;}
.dzh_service .dzh_service_2 .dzh_qushi ul li:nth-child(6){top:-55px;}

.dzh_service .dzh_service_2 .dzh_qushi.on ul li:nth-child(1){transition: all 0.5s;}
.dzh_service .dzh_service_2 .dzh_qushi.on ul li:nth-child(2){transition: all 0.8s;}
.dzh_service .dzh_service_2 .dzh_qushi.on ul li:nth-child(3){transition: all 1.1s;}
.dzh_service .dzh_service_2 .dzh_qushi.on ul li:nth-child(4){transition: all 1.4s;}
.dzh_service .dzh_service_2 .dzh_qushi.on ul li:nth-child(5){transition: all 1.7s;}
.dzh_service .dzh_service_2 .dzh_qushi.on ul li:nth-child(6){transition: all 2s;}


@media(max-width:1024px){
    .dzh_service .section .table table td{height:50px;font-size: 14px;padding:8px 10px;line-height: 24px;}
    .dzh_service .section .table table tr:first-child td{font-size: 16px;}
    .dzh_service .dzh_service_2 .dzh_qushi .dzh_qushi_bg{display: none;}
    .dzh_service .dzh_service_2 .dzh_qushi ul li .txt{font-size: 14px;}
    .dzh_service .dzh_service_2 .dzh_qushi ul li .line{display: none;}
    .dzh_service .dzh_service_2 .dzh_qushi ul li .dotico{display: none;}
    .dzh_service .dzh_service_2 .dzh_qushi ul li{position: static;width:50%;min-height:37px;margin-bottom:15px;}
    .dzh_service .dzh_service_2 .dzh_qushi{min-height:1px;}
    .dzh_service .section .table table td *{line-height: 24px;}
    .dzh_service .section .table table td p{margin-bottom:5px;}
}


@media(max-width:640px){
    .dzh_service .dzh_service_2 .dzh_qushi{margin:20px 0;}
    .dzh_service .dzh_service_2 .dzh_qushi ul li{width:100%;}
    .dzh_service .section .table table td{font-size: 12px;line-height: 20px;}
    .dzh_service .section .table table tr:first-child td{font-size: 14px;}
    .dzh_service .section .table table td *{line-height: 20px;}
}

/* 投递弹窗 */
.popUp-box{position: fixed;left: -100%;width: 100%; top: 0;height: 100%; background-color: rgba(0,0,0,0.5); overflow: auto; z-index: 999;}
.popUp-box.show{left: 0;}
.popUp-box .ytable{height: 100%;}
.popUp-box .main{position: relative; max-width: 1300px; background-color: #fff; width: 90%; margin: 0 auto;}
.popUp-box .main .colse{position: absolute;width: 1.5625em; height: 1.5625em; right: 1.25em;top: 1.25em; background: url(../images/Floor003147-close.svg) no-repeat;background-size: contain;z-index: 10; cursor:pointer;}
.popUp-box .main > div{width: 90%;margin: 0 auto;max-width: 1200px;}
.popUp-box[data-type="form"] .main > div{max-width: 1082px;}
.popUp-box .name{font-family: 'SourceHanSansCN-Medium';font-size: 2.25em;color: #333; padding:1em 0;text-align: center;}
.popUp-box[data-type="form"] .name{border-bottom: 1px solid #000000; margin-bottom: 1em;}
.from{padding-bottom: 3em;}
.from .text{width: 100%;height: 3.125em; line-height: 3.125em; font-size: 1em; border-radius: 5px; border:solid 1px rgba(139,139,139,0.2);}
.from textarea.text{height: auto;}
.from table{font-size: 0.875em;}
.from table tr,
.from table td{font-size: 1em;}
.from td{color: #333333; }
.from .btn{width: 10em;height: 3.75em;background: #004098;box-shadow: 0px 0.625em 1.875em rgba(218, 37, 29, 0.08);border-radius: 5px;color: #fff;font-family: 'SourceHanSansCN-Regular'; border: 0; cursor:pointer;font-size: 1em;padding: 0;}
.from .btn-reset{background: #6e6e6e;}
.from .btn + .btn{margin-left: 0.625em;}
.load-info .type{background-color: #f0f0f0; padding: 0.625em 0;}
.load-info .intro-tit,
.load-info .edit-info{max-width: 1082px;margin: 0 auto; width: 95%;}
.load-info .intro-tit{border-bottom: 1px solid #000000;font-family: 'SourceHanSansCN-Medium'; font-size: 1.125em; line-height: 2; margin-top:2em; margin-bottom: 1em;color: #333;}
.load-info .edit-info{font-size: 0.875em;line-height: 2.57142; color: #999;}
@media (min-width:1025px) {
.load-info .type{text-align: center;}
.load-info .type dd{float: none;display: inline-block;padding: 0 48px; line-height: 2.5;}
.from .f-name{text-align: right;}
.from td{line-height: 3.125em;vertical-align: top;padding-bottom: 1.428571em;}
.from .w1{width:6.7857em;}
.from .w2{width:36.969%;}
.from .w3{width:15.712%;}
}
@media (max-width:1024px) {
.load-info .type{padding:1em;}
.popUp-box .name{font-size: 1.5em;}
.from td{display: block;}
.from .f-name{padding-top: 1em;font-size: 14px;margin-bottom:5px;}
.from .btn{height:35px;}
}

.hisen01 .section p{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}

.cloud03 .citem .right{
    min-height:546px;
}


/* 首页产品新版式 */
.HomeProduct629{background-color: #fff;background-position: top center;background-size: contain;padding-top:130px;}
.HomeProduct629 .title{font-size: 30px;color: #004098;}
.HomeProduct629 .ctop{display: flex;align-items: center;justify-content: space-between;padding-top: 20px;}
.HomeProduct629 .ctit{font-size: 40px;color: #000;font-family: "HarmonyOS_Sans_SC_Medium";line-height: 1.3;}
.HomeProduct629 .HomeProductBox{margin-top:80px;padding-top:80px;position: relative;}

.HomeProduct629 .imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.HomeProduct629 .imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.HomeProduct629 .imgbox img{ width:100%;height:100%;object-fit: cover;}

.HomeProduct629 .HomeProductBox .HomeProNav{position: absolute;width:100%;top:0;left:0;z-index:99;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul{display: flex;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li{width:50%;text-align: center;line-height: 100px;font-size: 24px;position: relative;cursor: pointer;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li::before{content:'';display: block;width:100%;height:100%;background: #004098;position: absolute;bottom:0;left:0;transition: all .3s;-webkit-transition: all .3s;opacity: 0;height:100%;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li:hover::before{opacity: 1;height:100%;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li.on::before{opacity: 1;height:100%;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li a{position: relative;z-index:9;}
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li:hover a,
.HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li.on a{color:#fff;}

.HomeProduct629 .HomeProductBox .HomeProductCon{padding-left:8.335%;position: relative;}
.HomeProduct629 .HomeProductBox .HomeProductCon .img{padding-top:580px;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon{position: absolute;opacity: 1;transition: all 0.5s 0s;transform: translateY(30px);-webkit-transform: translateY(30px);visibility: hidden;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon.on{position: relative;opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);visibility: visible;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .img::after{content:'';display: block;width:45%;height:100%;background-image: linear-gradient(to right, #1151ac,#1151ac,rgba(17,81,172,0.9),rgba(17,81,172,0.5),rgba(255, 0, 0, 0));position: absolute;top:0;left:0;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt{padding:0 6%;position: absolute;box-sizing: border-box;width:100%;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);max-height:80%;overflow-y: auto;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd{line-height: 50px;font-size: 20px;padding-left:55px;position: relative;margin:10px 0;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd .icon{position: absolute;left:0;top:50%;width:40px;height:40px;line-height: 40px;margin-top:-20px;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd a{color:#fff;}


.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .img::after{content:'';display: block;width:100%;height:50%;background-image: linear-gradient(to top,rgba(17,81,172,0.9),rgba(255, 0, 0, 0));position: absolute;left:0;bottom:0;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt{padding:0 6%;box-sizing: border-box;position: absolute;bottom:20px;left:0;width:100%;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl{display: flex;justify-content: space-between;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd a{color:#fff;display: block;padding:30px 0;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .icon{width:45px;height:45px;line-height: 45px;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .tit{font-size: 20px;margin:25px 0 10px 0;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .dec{font-size: 16px;}

.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:hover .icon{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd{transform: translateY(30px);-webkit-transform: translateY(30px);opacity: 0;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:first-child{transition: all .3s .3s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:nth-child(2){transition: all .3s .4s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:nth-child(3){transition: all .3s .5s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:nth-child(4){transition: all .3s .6s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:nth-child(5){transition: all .3s .7s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:nth-child(6){transition: all .3s .8s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon dl dd:nth-child(7){transition: all .3s .9s;}
.HomeProduct629 .HomeProductBox .HomeProductCon .tabCon.on dl dd{transform: translateY(0);-webkit-transform: translateY(0);opacity: 1;}


@media(max-width:1780px){
    .HomeProduct629 .HomeProductBox .HomeProductCon{padding-left:5%;}
}


@media(max-width:1459px){
    .HomeProduct629{padding-top:80px;}
    .HomeProduct629 .ctit{font-size: 36px;}
    .HomeProduct629 .HomeProductBox{margin-top:50px;padding-top:65px;}
    .HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li{line-height: 80px;font-size: 20px;font-weight: bold;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .img{padding-top:480px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd{font-size: 18px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .tit{font-size: 18px;line-height: 1.5;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .dec{font-size: 14px;}
}

@media(max-width:1280px){
    .HomeProduct629{padding-top:50px;}
    .HomeProduct629 .ctit{font-size: 28px;}
}

@media(max-width:1024px){
    .HomeProduct629{padding-top:40px;}
    .HomeProduct629 .title{font-size: 18px;}
    .HomeProduct629 .ctit{font-size: 24px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon{padding:0 30px;}
    .HomeProduct629 .HomeProductBox{margin-top:30px;padding-top:50px;}
    .HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li{font-size: 16px;line-height: 50px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .img{padding-top:400px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd{font-size: 16px;line-height: 30px;padding-left:40px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .tit{font-size: 16px;margin-top:15px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd .icon{width:30px;height:30px;line-height: 30px;margin-top:-15px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd .icon{width:35px;line-height: 35px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd a{padding:15px 0;}
}

@media(max-width:768px){
    .HomeProduct629{padding-top:20px;}
    .HomeProduct629 .title{font-size: 14px;}
    .HomeProduct629 .ctit{font-size: 16px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon{padding:0 15px;}
}

@media(max-width:640px){
    .HomeProduct629 .HomeProductBox{margin-top:20px;padding-top:50px;}
    .HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li{font-size: 14px;line-height: 25px;display: flex;align-items: center;justify-content: center;text-align: center;height:50px;font-weight: normal;}
    .HomeProduct629 .HomeProductBox .HomeProNav .tabnav ul li a{line-height: 25px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_1 .txt dl dd{font-size: 14px;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl{overflow-y: auto;display: block;white-space: nowrap;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .tabCon_2 .txt dl dd{display: inline-block;width:150px;white-space: normal;vertical-align: bottom;}
    .HomeProduct629 .HomeProductBox .HomeProductCon .img{padding-top:250px;}
}


/* 新加banner */
.banner .item .dec{color:#fff;line-height: 1.8;margin:20px 0 50px 0;max-width:620px;font-size: 16px;}
.banner .item .other {max-width:620px;}
.banner .item .other dl{display: flex;justify-content: space-between;width:100%;}
.banner .item .other dl dd{width:110px;text-align: center;color:#fff;}
.banner .item .other dl dd p{font-size: 16px;line-height: 1.6;margin-top:10px;}

.banner .item .dec,.banner .item .other dl dd{transform: translateY(80px);-webkit-transform: translateY(80px);opacity: 0;}
.banner .item .dec{transition: all .5s .2s;}
.banner .item .other dl dd:nth-child(1){transition: all .5s .4s;}
.banner .item .other dl dd:nth-child(2){transition: all .5s .5s;}
.banner .item .other dl dd:nth-child(3){transition: all .5s .6s;}
.banner .item .other dl dd:nth-child(4){transition: all .5s .7s;}

.banner .swiper-slide.swiper-slide-active .item .dec,
.banner .swiper-slide.swiper-slide-active .item .other dl dd{transform: translateY(0);-webkit-transform: translateY(0);opacity: 1;}

@media(max-width:768px){
    .banner .item .dec{font-size: 13px;margin:10px 0 10px 0;}
    .banner .item .other dl dd .icon img{max-height:20px;}
    .banner .item .other dl dd p{font-size: 12px;padding:0 5px;}
}


/*Floor003056 */
.Floor003056{padding: 5.36vw 0 0 0;font-size: 16px;font-weight: 100; background: url("../images/cg.jpg") no-repeat center center;background-size: cover;height: 674px;
  animation: myscale 5s infinite;
  -webkit-animation: myscale 5s infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.Floor003056 .auto{width:96%;max-width: 1100px;margin: 0 auto;}
.Floor003056 .slider{top: 12.5vw;}
.Floor003056 .slick-slide > div{float: left;margin-top: -1px;display: table; height: 3.9vw;}
.Floor003056 .slick-slide .logo{display: table-cell!important; vertical-align: middle; text-align: center;}
.Floor003056 .slick-slide .logo img{max-height: 3vw; max-width: 80%;}
.Floor003056 .slick-dots{text-align: center;margin-top: 1vw;}
.Floor003056 .slick-dots li{display: inline-block;position: relative;width: 28px; height: 28px;}
.Floor003056 .slick-dots li button{ padding: 0; width:28.572%;height: 28.572%;background: #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);font-size: 0; border: 0;}
.Floor003056 .slick-dots li.slick-active button{background: #004098; width: 50%; height: 50%;}
.Floor003056 .slick-dots li.slick-active:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #004098; border-radius: 50%;clip:rect(0 28px 7px 0);animation:zhuan 2s infinite linear;}
@keyframes zhuan{
0%{transform: rotate(-360deg);}
100%{transform: rotate(0);}
}
@media(min-width:1025px){
.Floor003056 .slick-slide > div{width: 20%;}
}
@media(min-width:641px) and (max-width:1024px){
    .Floor003056 .slick-slide > div{width: 33.3333%;height: 15vw;}
    .Floor003056 .slick-slide .logo img{max-height: 12vw;}
    }
    @media(max-width:1024px){
        .Floor003056 .slick-slide > div{width: 33.3333%;height: 15vw;}
    .Floor003056 .slick-slide .logo img{max-height: 12vw;}
    .Floor003056{padding: 5.36vw 0 21vw 0;}
    .Floor003056 .slider{top: 22.5vw;}
    }
@media(max-width:1600px){
  .Floor003056{height: 538px;width: 100%;background-size: contain;}
  .Floor003056 .auto{max-width: 900px;}
}
@media(max-width:1280px){
  .Floor003056{height: 447px;width: 100%;background-size: contain;}
  .Floor003056 .auto{max-width: 800px;}
}
@media(max-width:1024px){
  .Floor003056{width: 100%;background-size: cover;padding: 10vw 0 25vw;height: auto;}
  .Floor003056 .auto{max-width: 800px;}
}




