.banner{
    position: relative;
    z-index: 1;
}
.banner .text{
    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%);
    width: 75%;
    z-index:9;
}
.banner .text.white{
    color: #fff;
}
.banner .title{
    font-size: 60px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1.13;
}
.banner .desc{
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 2;
    max-width: 50%;
    margin-top: 2%;
}
.banner .base_more{
    margin-top: 6.4%;
    color: #fff;
    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 .moreBtn{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.banner .swiper_btn{
    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%);
    z-index: 2;
    cursor: pointer;
}
.banner .prev{
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    left: 5.1%;
    width: 20px;
    height: 20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.banner .next{
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 5.1%;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.banner .swiper-pagination{
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    width: 7px;
    height: 10px;
    background-color: #fff;
    margin: 0 7.5px;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-image: url(../images/dot.png);
    width: 7px;
    height: 24px;
    background-color: unset;
}
.banner .swiper-slide .imgbox{
    overflow: hidden;
    position:relative;
}
.banner .swiper-slide .imgbox .Banvid{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:3;
    object-fit:cover;
}
@media(max-width:1024px){
    /* .banner .swiper-slide .imgbox .Banvid{
        display:none;
    } */
}
.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 .base_more{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
@media (max-width: 1459px){
    .banner .base_more{
        margin-top: 5%;
    }
    .banner .title {
        font-size: 48px;
    }
}
@media (max-width: 1024px){
    .banner .title {
        font-size: 24px;
    }
    .banner .desc {
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .banner .desc {
        display: none;
    }
    .banner .title {
        font-size: 18px;
    }
    .banner .swiper-pagination{
        bottom: 20px;
    }
}
@media (max-width: 480px){
    .banner .title {
        font-size: 16px;
    }
    .banner .swiper-pagination{
        bottom: 10px;
    }
    .banner .swiper_btn{
        display: none;
    }
}


/* .index01 */
.index01{
    padding: 6.4% 0 3.2%;
}
.index01 .sub{
    font-size: 44px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.index01 .main{
    padding-top: 7.01%;
    display: flex;
    justify-content: space-between;
}
.index01 .main .left{
    width: 57%;
}
.index01 .main .left .imgbox{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.index01 .main .right{
    padding-left: 4.5%;
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index01 .main .title{
    font-size: 38px;
    color: #000;
}
.index01 .main .title span{
    position: relative;
}
.index01 .main .title span::before{
    content: '';
    display: block;
    width: 249px;
    height: 72px;
    background-image: url(../images/icon2.png);
    background-size: contain;
    position: absolute;
    right: 0;
}

.index01 .main .desc{
    margin: 55px 0;
    font-size: 16px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}

.index02{
    position: relative;
    padding-bottom: 395px;
}
.index02 .left{
    width: 51%;
    display: flex;
    padding-top: 5%;
}
.index02 .title{
    font-size: 38px;
    color: #000;
}
.index02 .left .imgbox{
    width: 55%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.index02 .left .text{
    padding-left: 4.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;

}
.index02 .left .title span{
    position: relative;
}
.index02 .left .title span::before{
    content: '';
    display: block;
    width: 249px;
    height: 72px;
    background-image: url(../images/icon2.png);
    background-size: contain;
    position: absolute;
    right: 0;
}
.index02 .left .desc{
    margin: 50px 0;
    font-size: 16px;
    line-height: 1.875;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index02 .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 44.5%;
}
.index02 .right .imgbox{
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    overflow: hidden;
}
.index02 .right .tbox{
    margin-top: 50px;
    padding-left: 50px;
}
.index02 .right .title span{
    position: relative;
}
.index02 .right .title span::before{
    content: '';
    display: block;
    width: 249px;
    height: 72px;
    background-image: url(../images/icon2.png);
    background-size: contain;
    position: absolute;
    right: 0;
}
.index02 .right .desc{
    font-size: 16px;
    line-height: 1.875;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index02 .right .title span::before{
    width: 177px;
    height: 134px;
    background-image: url(../images/icon3.png);
    bottom: -15px;
}
.index02 .right .tbox .title{
    display: inline-block;
    width: 30%;
    width: 22%;
    vertical-align: top;
}
.index02 .right .tbox .title span{
    white-space: nowrap;
}
.index02 .right .tbox .desc{
    display: inline-block;
    width: 50%;
    padding-left: 9%;
}
.index02 .right .base_more{
    margin-left: 36%;
    margin-top: 60px;
}
.index03{
    padding: 5% 0 0%;
    background-color: #0c3361;
}
.index03 .base_title{
    text-align: left;
}
.index03 .sub{
    font-size: 44px;
    color: #fff;
    line-height: 1.1;
    margin-top: 30px;
}
.index03 .title{
    font-size: 26px;
    color: #fff;
    line-height: 2;
    margin: 70px 0 30px;
}
.index03 .desc{
    font-size: 16px;
    line-height: 1.875;
    color: #fff;
    max-width: 37%;
}
.index03 .list{
    display: flex;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    box-shadow: 0 9px 11px #ebeef6;
}
.index03 .list .item{
    width: 32%;
    border: 2px solid rgba(2, 95, 248,.1);
    background-image: linear-gradient( transparent,#eff5ff);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 80px 0 45px;
    position: relative;
}
.index03 .list .item:not(:nth-child(3n+1)){
    margin-left: 2%;
}
.index03 .list .item .t01{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    background-image: url(../images/icon1.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
    color: rgba(2, 95, 248, .5);
    display:none;
}

.index03 .list .item .m_box{
    display: flex;
    justify-content: center;
}

.index03 .list .item .m_box .imgbox{
    animation: topbot 3s infinite;
    -webkit-animation: topbot 3s infinite;
}
.index03 .list .item .m_box .tit{
    font-size: 24px;
    color: #000000;
    line-height: 1.25;
}
.index03 .list .item .m_box .t_box{
    margin-left: 10%;
}
.index03 .list .item .m_box .t_desc{
    margin-top: 25px;
    font-size: 16px;
    color: #000000;
    line-height: 1.875;
}

.index04{
    padding: 14.7% 0 7.9%;
    position: relative;
}
.index04::before{
    content: '';
    display: block;
    background-image: url(../images/icon4.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 43%;
    z-index: -1;
    background-size: cover;
}
.index04 .base_title{
    text-align: left;
}
.index04 .content{
    display: flex;
    justify-content: space-between;
}
.index04 .content .left{
    width: 35.4%;
    margin-right: 5%;
}
.index04 .content .right .imgbox{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.index04 .content .title{
    font-size: 44px;
    color: #000;
    line-height: 1.25;
    margin-top: 30px;
}
.index04 .content .desc{
    font-size: 16px;
    color: #000;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
    margin: 40px 0 95px;
}
.index06{
    padding:7.4% 0;
    background-size: cover;
}
.index06 .title{
    font-size: 44px;
    color: #000000;
    text-align: center;
}
.index06 .main{
    margin-top: 4.91%;
    display: flex;
    justify-content: space-between;
}
.index06 .main .left{
    width: 48%;
}
.index06 .left .item{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    display: block;
    box-shadow: 0 9px 11px #ebeef6;
    height: 100%;
    background-color: #fff;
}
.index06 .t01{
    font-size: 26px;
    line-height: 1.23;
}
.index06 .time{
    font-size: 16px;
    line-height:2;
    background-image: url(../images/time.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 15px;
    color: #025ff8;
}
.index06 .main .right{
    width: 48%;
}
.index06 .main .left .text{
    background-color: #fff;
    padding: 40px;
}
.index06 .right{
    display: flex;
    flex-direction: column;
}
.index06 .right .pitem{
    background-color: #fff;
    height: 32.33%;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    align-items: center;
    box-shadow: 0 9px 11px #ebeef6;
}
.index06 .right .pitem:not(:first-child){
    margin-top: 1.5%;
}
.index06 .right .pitem .imgbox{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 33%;
}
.index06 .right .t01{
    font-size: 20px;
}
.index06 .right .text{
    padding-left: 35px;
    width: 67%;
}
.index06 .base_more{
    margin: 0 auto;
    display: block;
    margin-top: 4.91%;
}

.index05{
    padding: 7% 0;
    background-size: cover;
}
.index05 .swiper-slide .item{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: block;
}
.index05 .swiper-slide .item .imgbox {
    padding-bottom: 65%;
    position: relative;
}

.index05 .swiper-slide .item .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index05 .text{
    background-color: #fff;
    padding: 40px 20px 40px 30px;
    margin-top:2px;
}
.index05 .t01{
    font-size: 26px;
    line-height: 1.23;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index05 .time{
    font-size: 16px;
    line-height:2;
    background-image: url(../images/time.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 15px;
    color: #025ff8;
}
.index05 .title{
    text-align: center;
    font-size: 44px;
    margin-bottom: 4.9%;
    color: #fff;
}
.index05 .base_more{
    display: block;
    margin: 4.9% auto 0;
    color: #fff;
}

@media (max-width: 1459px){
    .index01 .main .title{
        font-size: 32px;
    }
    .index02 .title{
        font-size: 32px;
    }
    .index02 .right .base_more {
        margin-top: 30px;
    }
    .index02 .right .tbox {
        margin-top: 30px;
    }
    .index02 {
        padding-bottom: 250px;
    }
    .index03 .title {
        margin: 40px 0 15px;
    }
    .index04 .content .title {
        font-size: 36px;
    }
    .index04 .content .desc {
        margin: 30px 0 50px;
    }
    .index01 .sub,
    .index05 .title,
    .index06 .title,
    .index03 .sub{
        font-size: 36px;
    }
}
@media (max-width: 1366px){
    .index01 .main .desc {
        margin: 55px 0 25px;
    }
    .index03 .list .item .m_box .tit {
        font-size: 20px;
    }
    .index03 .list .item .m_box .t_desc {
        font-size: 14px;
    }
    .index03 .list .item .m_box img {
        width: 60px;
    }
    .index03 .list .item {
        padding: 60px 0 30px;
    }
}
@media (max-width: 1024px){
    .index01 .sub,
    .index05 .title,
    .index06 .title,
    .index03 .sub{
        font-size: 24px;
    }
    .index01 .main{
        padding-top: 20px;
    }
    .index01 .main .title,
    .index02 .title,
    .index04 .content .title{
        font-size: 24px;
    }
    .index01 .main .title span::before,
    .index02 .left .title span::before{
        width: 173px;
        height: 50px;
    }
    .index02 .right .title span::before {
        width: 134px;
        height: 100px;
    }
    .index02 .right .tbox .desc {
        width: 70%;
    }
    .index02 .right .base_more {
        margin-left: 40%;
    }
    .index05,
    .index06{
        padding: 30px 0;
    }
    .index06 .right .t01{
        font-size: 18px;
    }
    .index06 .main .left .text {
        padding: 20px;
    }
    .index06 .t01 {
        font-size: 20px;
    }
    .index03 .list {
        transform: unset;
        margin: 20px 0;
    }
    .index03{
        padding-bottom: 2%;
    }
    .index03 .list .item .m_box {
        flex-wrap: wrap;
    }
    .index03 .list .item .m_box .t_box {
        width: 100%;
        margin-left: 0;
        padding: 3% 5%;
        text-align: center;
    }
    .index03 .list .item {
        padding: 40px 0 0;
    }
    .index03 .list .item .m_box .t_desc {
        margin-top: 10px;
    }
    .index03 .list .item .m_box .tit {
        margin-top: 5px;
    }
    .index01 .main .desc,
    .index02 .left .desc{
        margin: 20px 0;
    }
}

@media (max-width: 768px){
    .index01 .main .title span::before, .index02 .left .title span::before{
        opacity: 0;
    }
    .index02 .right .title span::before{
        opacity: 0;
    }
    .index02 .left{
        width: 100%;
    }
    .index02 .right {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .index02 .left{
        flex-wrap: wrap;
    }
    .index02 .left .imgbox{
        width: 100%;
    }
    .index02 .left .text {
        width: 100%;
        padding: 3% 5% 5%;
    }
    .index02 .left .imgbox img {
        height: 350px;
        object-fit: cover;
    }
    .index01 .main{
        flex-wrap: wrap;
    }
    .index01 .left .imgbox img {
        height: 350px;
        object-fit: cover;
    }
    .index01 .main .left{
        width: 100%;
    }
    .index01 .main .right{
        width: 100%;
        padding: 3% 5% 0;
    }
    .index02 .right .tbox .desc{
        width: 100%;
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
    .index02 .right .tbox{
        padding-left: 5%;
    }
    .index02 .right .base_more {
        margin-left: 5%;
    }
    .index02 {
        padding-bottom: 15px;
    }
    .index03 .desc {
        max-width: 100%;
    }
    .index03 .list{
        flex-wrap: wrap;
    }
    .index03 .list .item{
        width: 100%;
        margin-bottom: 2%;
    }
    .index03 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .index04 .content{
        flex-wrap: wrap;
    }
    .index04 .content .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .index04::before {
        width: 100%;
    }
    .index06 .main {
        flex-wrap: wrap;
    }
    .index06 .main .left {
        width: 100%;
    }
    .index06 .main .right {
        width: 100%;
        margin-top: 10px;
    }
    .index05 .text{
        padding: 20px;
    }
    
    
}

@media (max-width: 480px){
    .index06 .right .pitem {
        flex-wrap: wrap;
        height: auto;
        padding: 0;
    }
    .index06 .right .text {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        padding: 10px;
    }
    .index06 .right .t01 {
        font-size: 14px;
    }
    .index06 .time {
        font-size: 12px;
        margin-top: 5px;
    }
    .index06 .right .pitem .imgbox {
        width: 100%;
        border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0;
        -o-border-radius: 20px 20px 0 0;
    }
    .index06 .right .pitem .imgbox img {
        width: 100%;
    }
    .index06 .t01 {
        font-size: 14px;
    }
    .index01 .sub, .index05 .title, .index06 .title, .index03 .sub {
        font-size: 18px;
    }
    .index05 .text {
        padding: 15px;
    }
    .index05 .t01 {
        font-size: 14px;
    }
    .index05 .time {
        font-size: 14px;
        margin-top: 5px;
    }
    .index04{
        padding: 20px 0 0;
    }
    .index04 .content .desc {
        margin: 10px 0;
        font-size: 14px;
    }
    .index01 .main .title, .index02 .title, .index04 .content .title {
        font-size: 16px;
    }
    .index04 .content .title{
        margin-top: 20px;
    }
    .index03 .list .item .m_box .tit {
        font-size: 16px;
    }
    .index03 .list .item .m_box .t_desc {
        font-size: 12px;
    }
    .index03 .desc {
        font-size: 14px;
    }
    .index03 .title {
        margin: 10px 0;
        font-size: 18px;
    }
    .index03 .sub {
        font-size: 14px;
        margin-top: 10px;
    }
    .index02 .right .tbox .desc {
        font-size: 14px;
    }
    .index02 .right .base_more {
        margin-top: 10px;
    }
    .index01 .main .desc, .index02 .left .desc {
        font-size: 14px;
        margin: 10px 0;
    }
    .index02 {
        padding-bottom: 20px;
    }
    .index03 .list .item .m_box img {
        width: 35px;
    }
    .index05, .index06 {
        padding: 20px 0;
    }
}

/* 引领创新 */

.lead01{
    padding: 6.3% 0 5.3%;
}
.lead01 .base_title{
    text-align: left;
}
.lead01 .base_title span{
    font-size: 44px;
    padding-left: 32px;
}
.lead01 .title{
    font-size: 32px;
    color: #333;
    text-align: center;
    margin:3.5% 0 4.9%;
}
.lead01 .main{
    display: flex;
    justify-content: space-between
}
.lead01 .main .left{
    width: 30%;
}
.lead01 .main .left .tip{
    font-size: 14px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
}
.lead01 .main .left .imgbox{
    position: relative;
    padding: 0 35px;
}
.lead01 .main .left .imgbox::before{
    content: '';
    display: block;
    height: 20px;
    background-image: linear-gradient(#ffffff, #ebf3fe);
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    box-shadow: 0 9px 10px #d3d8df;
}
.lead01 .main .left .imgbox::after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
}
.lead01 .main .left .l_box{
    display: flex;
    justify-content: center;
    padding-top: 75px;
}
.lead01 .main .left .item{
    width: 50%;
    text-align: center;
}
.lead01 .main .left .item span{
    font-size: 36px;
    color: #333333;
    padding-bottom: 20px;
    display: block;
}
.lead01 .main .left .item span p{
    display: inline-block;
}
.lead01 .main .left .item .tit{
    font-size: 16px;
    color: #999999;
    position: relative;
    padding-top: 20px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.lead01 .main .left .item .tit::before{
    content: '';
    display: block;
    background-image: url(../images/icon6.png);
    width: 79px;
    height: 1px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 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);
}
.lead01 .main .right{
    width: 60%;
}
.lead01 .main .right .list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 2%;
}
.lead01 .main .right .pitem{
    width: 23.33%;
    text-align: center;
    margin-bottom: 50px;
}
.lead01 .main .right .pitem:not(:nth-child(3n+1)){
    margin-left: 15%;
}
.lead01 .main .right .ctit{
    background-image: url(../images/icon5.png);
    padding: 24.2% 0;
    background-size: contain;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.lead01 .main .right .cdesc{
    margin-top: 25px;
    font-size: 18px;
    color: #000000;
    line-height: 1.66;
}

.lead02{
    padding-bottom: 8.4%;
}
.lead02 .title{
    font-size: 32px;
    text-align: center;
}
.lead02 .main{
    position: relative;
    padding: 0 40px;
    margin-top: 60px;
}
.lead02 .main::before{
    content: '';
    display: block;
    height: 20px;
    background-image: url(../images/icon7.png);
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0 10px 15px #d1d7de;
}
.lead02 .main .swiper_btn{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #9fa0a0;
    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%);
    cursor: pointer;
}
.lead02 .main .prev{
    left: -40px;
}
.lead02 .main .prev::before{
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #b2b4b6;
    border-right: 1px solid #b2b4b6;
    left: 16px;
    top: 14px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.lead02 .main .next{
    right: -40px;
}
.lead02 .main .next::before{
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #b2b4b6;
    border-right: 1px solid #b2b4b6;
    left: 12px;
    top: 14px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.lead03{
    padding-bottom: 5.3%;
    overflow: hidden;
}
.lead03 .main{
    padding: 50px 0;
    position: relative;
}

.lead03 .swiper-container{
    overflow: unset;
}
.lead03 .main .item{
    display: flex;
    align-items: center;
}
.lead03 .main .imgbox{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.lead03 .main .text{
    padding-left: 5%;
}
.lead03 .main .t01{
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
}
.lead03 .main .desc{
    font-size: 16px;
    line-height: 2.18;
    margin-top: 30px;
    max-width: 330px;
}
.lead03 .bar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 2;
}
.lead03 .swiper-pagination{
    height: 2px;
    background-color: #e0e0e0;
    width: 100%;
}
.lead03 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #025ff8;
}


.lead04 .title{
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.lead04 .main{

}
.lead04 .list{
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}
.lead04 .list .item{
    text-align: center;
    width: 31%;
}
.lead04 .list .item .imgbox{
    animation: topbot 3s infinite;
    -webkit-animation: topbot 3s infinite;
}
.lead04 .list .item:not(:nth-child(3n+1)){
    margin-left: 3.5%;
}
.lead04 .item .tit{
    font-size: 24px;
    color: #000;
    line-height: 1.25;
    margin-top: 35px;
    position: relative;
}
.lead04 .item .tit::before{
    content: '';
    display: block;
    background-image: url(../images/icon8.png);
    width: 8px;
    height: 61px;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.lead04 .item .text{
    border: 2px solid rgba(2, 95, 248,.1);
    background-image: linear-gradient( #f0f5fc,#e1ebfc);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 12.5% 9% 6.9%;
    text-align: left;
    margin-top: 60px;
}
.lead04 .item .ctit{
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
}
.lead04 .item .desc{
    font-size: 16px;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #000000;
    margin-top: 25px;
    letter-spacing: -1px;
    min-height: 120px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.lead05{
    overflow: hidden;
    padding: 4.2% 0 5.3%;
}
.lead05 .swiper-container{
    overflow: unset;
}
.lead05 .swiper-slide{
    height: auto;
}
.lead05 .main{
    padding-bottom: 6.31%;
    position: relative;
}
.lead05 .item{
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 15.6% 10.4%;
    height: 100%;
    cursor: pointer;
}
.lead05 .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.lead05 .item img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.lead05 .item .imgbox{
    min-width: 117px;
}
.lead05 .item .text{
    padding-left: 35px;
}
.lead05 .item .t01{
    font-size: 24px;
    color: #000000;
    line-height: 1.25;
}
.lead05 .item .desc{
    color: #000000;
    margin-top: 25px;
}

.lead05 .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 2;
}
.lead05 .swiper-pagination {
    height: 2px;
    background-color: #e0e0e0;
    width: 100%;
}
@media (max-width: 1459px){
    .lead01 .title {
        font-size: 26px;
    }
    .lead01 .main .left .tip {
        padding-bottom: 10px;
    }
    .lead01 .main .left .item span {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .lead01 .main .left .item .tit {
        padding-top: 10px;
    }
    .lead01 .main .left .l_box {
        padding-top: 50px;
    }
    .lead01 .main .right .cdesc {
        font-size: 16px;
        margin-top: 10px;
    }
    .lead01 .main .right .pitem {
        margin-bottom: 30px;
    }
    .lead02 .title {
        font-size: 26px;
    }
    .lead03 .main .t01 {
        font-size: 24px;
    }
    .lead04 .item .ctit {
        font-size: 20px;
    }
    .lead04 .item .desc {
        font-size: 14px;
        min-height: 100px;
        margin-top: 15px;
    }
    .lead04 .item .text {
        margin-top: 40px;
    }
    .lead04 .item .tit {
        font-size: 22px;
        margin-top: 20px;
    }
    .lead04 .list {
        padding-top: 40px;
    }
}

@media (max-width: 1470px){
    .lead02 .main .prev {
        left: 0;
    }
    .lead02 .main .next{
        right: 0;
    }
}
@media (max-width: 1024px){
    .lead01 .main .left .item span {
        font-size: 20px;
    }
    .lead01 .main .left .item .tit {
        font-size: 14px;
    }
    .lead01 .main .right .ctit {
        font-size: 18px;
    }
    .lead01 .main .right .pitem {
        margin-bottom: 15px;
    }
    .lead01 .main .right .cdesc {
        font-size: 14px;
    }
    .lead01 {
        padding: 30px 0;
    }
    .lead02 .main {
        margin-top: 30px;
    }
    .lead03 .main {
        padding: 30px 0;
    }
    .lead03 {
        padding-bottom: 30px;
    }
    .lead03 .main .t01 {
        font-size: 20px;
    }
    .lead03 .main .desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .lead04 .title {
        font-size: 20px;
    }
    .lead04 .list .item img {
        width: 50px;
    }
    .lead04 .item .tit {
        font-size: 18px;
    }
    .lead04 .item .text {
        margin-top: 30px;
        padding: 20px;
    }
    .lead04 .item .tit::before {
        width: 5px;
        height: 39px;
        background-size: contain;
    }
    .lead04 .item .ctit {
        font-size: 18px;
    }
    .lead04 .item .desc {
        margin-top: 10px;
    }
    .lead05 .item {
        flex-wrap: wrap;
        text-align: center;
        padding: 20px;
    }
    .lead05 .item .text {
        padding-left: 0;
    }
    .lead05 .item .imgbox {
        margin: 0 auto;
        min-width: unset;
    }
    .lead05 .item .desc {
        margin-top: 10px;
    }
    .lead05 .main {
        padding-bottom: 30px;
    }
    .lead05 {
        padding: 30px 0;
    }
    .lead05 .item .t01{
        font-size: 20px;
        margin-top: 10px;
    }
    .lead05 .item .desc{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .lead01 .main{
        flex-wrap: wrap;
    }
    .lead01 .main .left {
        width: 100%;
        text-align: center;
    }

    .lead01 .main .right {
        width: 100%;
        margin-top: 20px;
    }
    .lead01 .title,.lead02 .title{
        font-size: 20px;
    }

    .lead04 .item .ctit {
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .lead01 .main .right .pitem{
        width: 49%;
    }
    .lead01 .main .right .pitem:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .lead01 .main .right .pitem:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .lead01 .main .right .ctit {
        padding: 14.2% 0;
        font-size: 14px;
    }
    .lead01 .main .right .cdesc {
        font-size: 12px;
    }
    .lead01 .title, .lead02 .title {
        font-size: 18px;
    }
    .lead02 .main .swiper_btn {
        width: 30px;
        height: 30px;
    }
    .lead02 .main .prev::before {
        left: 12px;
        top: 9px;
    }
    .lead02 .main .next::before {
        left: 7px;
        top: 10px;
    }
    .lead03 .main .item {
        flex-wrap: wrap;
    }
    .lead03 .main .text {
        padding-left: 0;
        padding-top: 5%;
    }
    .lead03 .main .t01,
    .lead01 .main .left .item span{
        font-size: 16px;
    }
    .lead01 .main .left .item .tit {
        font-size: 12px;
    }
    .lead03 .main .desc {
        font-size: 12px;
        line-height: 1.875;
    }
    .lead01 .main .left .tip {
        font-size: 12px;
    }
    .lead03 .main,
    .lead05{
        padding: 20px 0;
    }
    .lead02 {
        padding-bottom: 40px;
    }
    .lead04 .title {
        font-size: 14px;
    }
    .lead04 .list .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .lead04 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .lead04 .list {
        flex-wrap: wrap;
    }
    .lead04 .item .tit {
        font-size: 14px;
        margin-top: 10px;
    }
    .lead04 .item .ctit {
        font-size: 14px;
    }
    .lead04 .item .desc {
        font-size: 12px;
        min-height: auto;
    }
    .lead05 .item .desc {
        font-size: 12px;
    }
    .lead05 .item .t01 {
        font-size: 16px;
    }
    .lead05 .main{
        padding-bottom: 20px;
    }
}

/* 设计开发 */
.design01{
    padding: 6.3% 0 5.21%;
}
.design01 .list{
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.design01 .list .item{
    width: 9.5%;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    height: 540px;
}
.design01 .item .imgbox{
    height: 100%;
}
.design01 .item .imgbox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.design01 .item .text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 55%;
    background-color: rgba(0, 0, 0, .6);
}
.design01 .item .text img{
    max-width: 32px;
}
.design01 .item .text span{
    font-size: 36px;
    color: #fff;
    margin-top: 100px;
    display: block;
    width: 35px;
    text-align: center;
}
.design01 .list .item.cur{
    width: 56%;
}
.design01 .list .item.cur .text {
    top: unset;
    right: unset;
    padding: 0;
    flex-direction: inherit;
    align-items: center;
    left: 45px;
    bottom: 45px;
    background-color: unset;
}
.design01 .item.cur .text span {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
}
@media (max-width: 1459px){
    .design01 .item .text span{
        font-size: 24px;
    }
}
@media (max-width: 1024px){
    .design01 {
        padding: 30px 0;
    }
}
@media (max-width: 768px){
    .design01 .item .text span{
        font-size: 18px;
    }
    .design01 .list .item {
        height: 350px;
    }
    .design01 .item .text img {
        max-width: 24px;
    }
    .design01 .list .item.cur .text {
        left: 15px;
        bottom: 15px;
    }
    .design01 {
        padding: 20px 0;
    }
    .design01 .list{
        padding-top: 15px;
    }
}
@media (max-width: 480px){
    .design01 .list .item {
        height: 200px;
    }
    .design01 .item .text img {
        max-width: 15px;
    }
    .design01 .item .text span {
        font-size: 14px;
    }
    .design01 .item.cur .text span{
        margin-left: 10px;
    }
    .design01 .list .item {
        width: 12%;
    }
    .design01 .list .item.cur{
        width: 40%;
    }
}

/* 技术平台 */

.plat01{
    padding: 6.3% 0 5.21%;
}
.plat01 .plist{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}
.plat01 .plist .pitem{
    background-color: #f8fafe;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px 0;
    text-align: center;
    width: 48%;
    position: relative;
}
.plat01 .plist .pitem .desc{
    font-size: 16px;
    line-height: 3.125;
    text-align: left;
    display: inline-block;
}
.plat01 .plist::before{
    content: '';
    display: block;
    background-image: url(../images/icon9.png);
    width: 101px;
    height: 8px;
    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%);
    z-index: 1;
}
.plat01 .plist .pitem .title{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    color: #000000;
    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%;
    padding: 0 15px;
}
.plat01 .list{
    display: flex;
    padding-top: 50px;
    flex-wrap: wrap;
}
.plat01 .list .item{
    width: 32%;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 11px #ebeef6;
    display: block;
    cursor: pointer;
    margin-bottom:2%;
}
.plat01 .list .item:not(:nth-child(3n+1)){
    margin-left: 2%;
}
.plat01 .item .tit{
    padding: 55px 0;
    text-align: center;
    font-size: 24px;
    color: #000000;
    line-height: 1.25;
}
@media (max-width: 1024px){
    .plat01 .plist .pitem .title {
        font-size: 18px;
    }
    .plat01 .plist .pitem .desc {
        font-size: 14px;
    }
    .plat01 .plist {
        margin-top: 30px;
    }
    .plat01 .item .tit {
        padding: 20px 0;
        font-size: 20px;
    }
    .plat01 .list {
        padding-top: 30px;
    }
    .plat01 {
        padding: 30px 0;
    }
    .plat01 .plist::before {
        background-size: contain;
        width: 50px;
        height: 4px;
    }
}
@media (max-width: 768px){
    .plat01 .plist::before{
        display: none;
    }
    .plat01 .item .tit {
        font-size: 16px;
        padding: 10px 0;
    }
    .plat01 .plist .pitem .desc{
        line-height: 1.875;
        font-size: 12px;
    }
    .plat01 .plist .pitem{
        padding: 20px 15px;
    }
    .plat01 .plist .pitem .title {
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .plat01 {
        padding: 20px 0;
    }
    .plat01 .plist {
        flex-wrap: wrap;
    }
    .plat01 .plist .pitem {
        width: 100%;
        margin-bottom: 10px;
    }
    .plat01 .plist .pitem .title {
        font-size: 14px;
    }
    .plat01 .list .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .plat01 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .plat01 .list {
        flex-wrap: wrap;
    }
    .plat01 .item .tit{
        font-size: 14px;
    }
}

/* 应用场景 */
.applic01{
    padding: 6.3% 0 3.13%;
}
.applic01 .list{
    padding-top: 6.6%;
}
.applic01 .list .item{
    margin-bottom: 60px;
    padding: 70px 0;
    box-shadow: 0 0 50px #c8d3ee;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.applic01 .item .imgbox{
    background-color: #f6f9fe;
    border: 1px solid rgba(255, 255, 255, .8);
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: 0 0 30px #d5ddec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.applic01 .item .num{
    font-size: 320px;
    color: #025ff8;
    opacity: .02;
    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%);
    font-family: "HarmonyOS_Sans_SC_Black";
}
.applic01 .item .text{
    width: 43%;
    text-align: center;
    display: inline-block;
}
.applic01 .item:nth-child(2n){
    justify-content: flex-end;
}
.applic01 .item .tit{
    font-size: 24px;
    color: #000000;
    line-height: 1.25;
    margin-top: 45px;
}
.applic01 .item .desc{
    color: #333333;
    max-width: 430px;
    margin: 40px auto 0;
}

@media (max-width: 1366px){
    .applic01 .item .num {
        font-size: 220px;
    }
    .applic01 .item .text{
        width: 44%;
    }
}
@media (max-width: 1024px){
    .applic01 .item .num {
        font-size: 200px;
    }
    .applic01 .item .imgbox {
        width: 80px;
        height: 80px;
    }
    .applic01 .item .tit {
        font-size: 20px;
        margin-top: 15px;
    }
    .applic01 .item .desc {
        margin-top: 10px;
    }
    .applic01 .list .item {
        padding: 30px;
        margin-bottom: 30px;
    }
    .applic01 .list{
        padding-top: 30px;
    }
    .applic01{
        padding: 30px 0;
    }
}
@media (max-width: 768px){
    .applic01 .item .desc{
        min-width: unset;
    }
    .applic01 .item .text {
        width: 100%;
    }
    .applic01 .item .text {
        width: 100%;
        background-color: rgba(0,0,0,.2);
        padding: 20px 0;
    }
    .applic01 .list .item {
        padding: 0;
    }
    .applic01 .item .desc {color: #fff;}
    .applic01 .item .tit {
        color: #fff;
    }
}
@media (max-width: 480px){
    .applic01 .item .text{
        padding: 15px;
    }
    .applic01 .item .num {
        font-size: 90px;
        opacity: .05;
    }
    .applic01 .item .imgbox {
        width: 60px;
        height: 60px;
    }
    .applic01 .item .imgbox img {
        width: 50%;
    }
    .applic01 .item .tit {
        font-size: 18px;
    }
    .applic01 {
        padding: 20px 0;
    }
    .applic01 .list .item {
        margin-bottom: 20px;
    }
    .applic01 .list {
        padding-top: 20px;
    }
}

/* 公司介绍 */
.about01{
    padding: 6.3% 0;
    position: relative;
    background-size: cover;
}
.about01 .left {
    width: 41.6%;
}

.about01 .left .title{
    margin: 6% 0;
    font-size: 36px;
    color: #025ff8;
    line-height: 1.2;
}
.about01 .left .edit *{
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.about01 .right{
    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%);
    width: 46%;
}
.about01 .right .imgbox{
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.about01 .right .imgbox img{
    width: 100%;
}

.about02{
    padding:6.3% 0;
}
.about02 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about02 .left{
    width: 28%;
}
.about02 .left .desc{
    padding-left: 30px;
    margin-top: 40px;
}
.about02 .right{
    width: 64%;
    display: flex;
    justify-content: space-between;
}
.about02 .right .item{
    width: 48%;
    border: 2px solid rgba(2, 95, 248,.1);
    background-image: linear-gradient( transparent,#eff5ff);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 75px 50px;
}
.about02 .right .item .imgbox{
    animation: topbot 3s infinite;
    -webkit-animation: topbot 3s infinite;
}

.about02 .right .item img{
    min-width: 76px;
}
.about02 .right .item::before{
    content: '';
    display: block;
    background-image: url(../images/icon1.png);
    width: 12px;
    height: 12px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
}
.about02 .right .item .text{
    padding-left: 15%;
}
.about02 .right .item .tit{
    font-size: 24px;
    color: #000000;
    line-height: 1.25;
}
.about02 .right .item .cdesc{
    margin-top: 20px;
}

.about03{
    padding: 5.21% 0;
    background-size: cover;
}
.about03 .base_title1 span{
    color: #fff;
}

.about03 .base_title1 span::before{
    background-image: url(../images/icon011.png);
}
.about03 .base_title1 span::after{
    background-image: url(../images/icon021.png);
}
.about03 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
}
.about03 .content .left{
    width: 43.75%;
}
.about03 .content .tit{
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
}
.about03 .content .desc{
    margin-top: 40px;
    color: #fff;
}
.about03 .content .right{
    width: 44.5%;
}
.about03 .content .right .imgbox{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about04{
    background-color: #f0f5fc;
    position: relative;
    padding: 5.12% 0;
}
.about04 .base_title1{
    text-align: center;
    padding-left: 0;
}
.about04::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/icon10.png);
    background-size: cover;
    width: 26%;
}
.about04 .main{
    padding: 60px 0 110px;
    position: relative;
    overflow: hidden;
}
.about04 .swiper-slide{
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2% 0;
}
.about04 .swiper-slide.swiper-slide-active .item{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.about04 .item{
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 50px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 10px #e8eef8;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.about04 .imgbox{
    width: 53%;
    margin: 0 auto;
}
.about04 .tit{
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}
.about04 .main .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);
    width: 250px;
    display: flex;
    justify-content: space-between;
}
.about04 .main .swiper_box::before{
    content: '';
    display: block;
    background-color: #d9e4f3;
    height: 1px;
    width: 100000%;
    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);
}
.about04 .swiper_btn{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #d9e4f3;
    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%);
    cursor: pointer;
    background-color: #f0f5fc;
}
.about04 .main .prev {
    left: 0;
}
.about04 .main .next {
    right: 0;
}
.about04 .main .prev::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #d9e4f3;
    border-right: 1px solid #d9e4f3;
    left: 24px;
    top: 21px;
    width: 15px;
    height: 15px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.about04 .main .next::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #d9e4f3;
    border-right: 1px solid #d9e4f3;
    left: 17px;
    top: 21px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.about04 .swiper_btn:hover{
    border-color:#fff ;
    background-color: #025ff8;
}
@media (max-width: 1366px){
    .about01 .left .title {
        font-size: 24px;
    }
    .about01 .left {
        width: 49%;
    }
    .about02 .left .desc {
        margin-top: 30px;
    }
    .about03 .content .tit {
        font-size: 24px;
    }
    .about04 .item {
        padding: 30px 0;
    }
}
@media (max-width: 1024px){
    .about01,
    .about02,
    .about03,
    .about04{
        padding: 30px 0;
    }
    .about04 .swiper_btn{
        width: 40px;
        height: 40px;
    }
    .about04 .main .prev::before {
        left: 16px;
        top: 14px;
        width: 10px;
        height: 10px;
    }
    .about04 .main .next::before {
        left: 11px;
        top: 13px;
        width: 10px;
        height: 10px;
    }
    .about04 .main {
        padding: 30px 0 80px;
    }
    .about04 .item {
        padding: 20px 0 10px;
    }
    .about04 .tit {
        margin-top: 15px;
    }
    .about03 .content .desc{
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .about01 .right{
        display: block;
        position: relative;
        transform: unset;
        margin-top: 15px;
        width: 100%;
    }
    .about01 .left {
        width: 100%;
    }
    .about02 .content {
        flex-wrap: wrap;
    }
    .about02 .left {
        width: 100%;
    }
    .about02 .right {
        width: 100%;
        margin-top: 15px;
    }
    .about02 .right .item {
        padding: 30px;
    }
    .about02 .right .item img {
        min-width: 45px;
        width: 45px;
    }
    .about02 .left .desc {
        padding-left: 0;
    }
    .about03 .content{
        padding-top: 15px;
    }
    .about03 .content {flex-wrap: wrap;}
    .about03 .content .left {
        width: 100%;
    }
    .about03 .content .right {
        width: 100%;
        margin-top: 15px;
    }
    .about04 .main {
        padding: 10px 0 60px;
    }
    .about04 .tit{
        font-size: 14px;
    }
    .about03 .content .tit{
        font-size: 18px;
    }
}
@media (max-width: 480px){
    .about04 .swiper-slide.swiper-slide-active .item {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .about04 .swiper_btn{
        width: 30px;
        height: 30px;
    }
    .about04 .main .prev::before {
        left: 11px;
        top: 9px;
    }
    .about04 .main .next::before {
        left: 7px;
        top: 9px;
    }
    .about01, .about02, .about03, .about04 {
        padding: 20px 0;
    }
    .about04 .main {
        padding: 10px 0 50px;
    }
    .about04{
        padding-bottom: 0;
    }
    .about02 .right .item {
        flex-wrap: wrap;
        padding: 15px;
    }
    .about02 .right .item .text {
        padding-left: 0;
        width: 100%;
    }
    .about02 .right .item .tit {
        font-size: 16px;
        margin-top: 10px;
    }
    .about02 .right .item .cdesc {
        margin-top: 10px;
        height: 35px;
        line-height: 1.3;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .about02 .right .item img {
        min-width: auto;
        width: auto;
        height: 35px;
    }
    .about01 .left .title {
        font-size: 16px;
        margin: 10px 0;
    }
}


/* 企业文化 */
.culture{
    padding: 110px 0;
}
.culture01 .main{
    text-align: center;
    padding-top: 70px;
}
.culture01 .main .imgbox{
    display: inline-block;
    position: relative;
}
.culture01 .main .center{
    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%);
    font-size: 32px;
    color: #333333;
    line-height: 1.25;
}
.culture01 .main .item{
    position: absolute;
    cursor: pointer;
}
.culture01 .main .item .title span{
    display: block;
    padding: 36px;
    width: 170px;
    background: linear-gradient(to bottom left , #f9fbfe, #e5eefe,#f9fbfe);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #c7d8f4;
    font-size: 24px;
    color: #000000;
    line-height: 1.25;
}
.culture01 .main .item.item2 .title span{
    background: linear-gradient(to bottom right , #f9fbfe, #e5eefe,#f9fbfe);
}
.culture01 .main .item .title::before{
    content: '';
    display: block;
    width: 110%;
    height: 110%;
    background-color: #e6efff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.culture01 .main .item:nth-child(1){
    left: 0;
    top: 2%;
}
.culture01 .main .item:nth-child(2){
    left: -14%;
    top: 38%;
}
.culture01 .main .item:nth-child(3){
    left: 0%;
    top: 82%;
}
.culture01 .main .item:nth-child(4){
    left: 65%;
    top: 82%;
}
.culture01 .main .item:nth-child(5){
    left: 87%;
    top: 42%;
}
.culture01 .main .item:nth-child(6){
    left: 65%;
    top: 2%;
}
.culture01 .main .item .text_box{
    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%);
    min-width: 420px;
    text-align: left;
    display: none;
}
.culture01 .main .item.item2 .text_box{
    left: 130%;
}
.culture01 .main .item.item1 .text_box{
    right: 130%;
}
.culture01 .main .item .t_item{
    font-family: "HarmonyOS_Sans_SC_Light";
    position: relative;
    line-height: 1.5;
    font-size: 14px;
}
.culture01 .main .item .t_item:not(:first-child){
    margin-top: 10px;
}
.culture01 .main .item .t_item::before{
    content: '';
    display: block;
    background-image: url(../images/icon1.png);
    position: absolute;
    left: -15px;
    top: 2px;
    width: 12px;
    height: 12px;
}


.culture01 .main .item:hover .title span{
    background: unset;
    background-color: #5a96fc;
    color: #fff;
    border-color: #5a96fc;
}
.culture01 .main .item:hover .text_box{
    display: block;
}



.culture02 .content{
    padding-top: 140px;
    text-align: center;
}
.culture02 .content .imgbox{
    display: inline-block;
    position: relative;
}

.culture02 .content .item{
    position: absolute;
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    white-space: nowrap;
}
.culture02 .content .item::before{
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.culture02 .content .item:nth-child(1){
    left: -25%;
    top: 30%;
}
.culture02 .content .item:nth-child(1)::before{
    width: 191px;
    height: 54px;
    background-image: url(../images/icon11.png);
    left: 120%;
    top: -110%;
}
.culture02 .content .item:nth-child(2){
    left: -22%;
    top: 79%;
}
.culture02 .content .item:nth-child(2)::before{
    width: 198px;
    height: 63px;
    background-image: url(../images/icon12.png);
    left: 120%;
    top: -140%;
}
.culture02 .content .item:nth-child(3){
    left: 0%;
    top: 105%;
}
.culture02 .content .item:nth-child(3)::before{
    width: 192px;
    height: 134px;
    background-image: url(../images/icon13.png);
    left: 115%;
    top: -372%;
}
.culture02 .content .item:nth-child(4){
    left: 111%;
    top: 81%;
}
.culture02 .content .item:nth-child(4)::before{
    width: 294px;
    height: 78px;
    background-image: url(../images/icon14.png);
    left: -155%;
    top: -202%;
}

.culture02 .content .item:nth-child(5){
    left: 115%;
    top: 57%;
}
.culture02 .content .item:nth-child(5)::before{
    width: 179px;
    height: 8px;
    background-image: url(../images/icon15.png);
    left: -114%;
    top: 35%;
}
.culture02 .content .item:nth-child(6){
    left: 94%;
    top: 24%;
}
.culture02 .content .item:nth-child(6)::before{
    width: 179px;
    height: 9px;
    background-image: url(../images/icon16.png);
    left: -110%;
    top: 32%;
}

.culture03{
    padding: 180px 0 0;
}
.culture03 .title{
    font-size: 32px;
    color: #333;
    line-height: 1.3;
    text-align: center;
}
.culture03 .list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.culture03 .list .item{
    width: 31%;
    display: flex;
    justify-content: center;
    border: 2px solid rgba(2, 95, 248,.1);
    background-image: linear-gradient( #eff5ff,#e3edff);
    padding: 70px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.culture03 .list .item .img{
    min-width: 76px;
}
.culture03 .list .item .text{
    padding-left: 50px;
}
.culture03 .list .item .tit{
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
}
.culture03 .list .item .desc{
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 15px;
}
.culture03 .list .item:not(:nth-child(3n+1)){
    margin-left: 3.5%;
}
@media (max-width: 1800px){
    .culture01 .main .item .text_box {
        min-width: 300px;
    }
}
@media (max-width: 1600px){
    .culture01 .main .item .text_box {
        min-width: 300px;
    }
    .culture01 .main .item.item1 .text_box {
        right: 110%;
    }
    .culture01 .main .item.item2 .text_box {
        left: 110%;
    }
    .culture01 .main .item .title span {
        padding: 25px;
        width: 150px;
        font-size: 20px;
    }
    .culture01 .main .item .t_item{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        padding-left: 15px;
    }
    .culture01 .main .item .t_item::before {
        left: 0;
        top: 5px;
    }
    .culture01 .main .center{
        font-size: 26px;
    }
}
@media (max-width: 1500px){
    .culture01 .main .item .text_box {
        min-width: 250px;
    }
}
@media (max-width: 1459px){
    .culture01 .main .item .text_box {
        min-width: 200px;
    }
    .culture02 .content .item{
        font-size: 18px;
    }
    .culture{
        padding: 80px 0;
    }
}
@media (max-width: 1280px){
    .culture01 .main .item .text_box{
        top: 120%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .culture01 .main .item.item1 .text_box{
        right: 0;
    }
    .culture01 .main .item.item2 .text_box{
        left: 0;
    }
    .culture01 .main .item .title span {
        padding: 15px;
        width: 110px;
        font-size: 18px;
    }
    .culture02 .content .item:nth-child(1)::before {
        width: 120px;
        height: 34px;
        left: 120%;
    }
    .culture02 .content .item:nth-child(1) {
        left: -15%;
    }
    .culture02 .content .item:nth-child(2)::before {
        width: 150px;
        height: 48px;
    }
    .culture02 .content .item:nth-child(2) {
        left: -1%;
        top: 79%;
    }
    .culture02 .content .item:nth-child(3)::before {
        width: 120px;
        height: 84px;
        top: -310%;
    }
    .culture02 .content .item:nth-child(3) {
        left: 22%;
        top: 97%;
    }
    .culture02 .content .item:nth-child(4)::before {
        width: 150px;
        height: 40px;
        left: -135%;
        top: -115%;
    }
    .culture02 .content .item:nth-child(4) {
        left: 90%;
        top: 74%;
    }
    .culture02 .content .item:nth-child(5)::before {
        width: 90px;
        height: 4px;
        left: -90%;
    }
    .culture02 .content .item:nth-child(5) {
        left: 97%;
        top: 59%;
    }
    .culture02 .content .item:nth-child(6)::before {
        width: 100px;
        height: 5px;
        left: -85%;
    }
    .culture02 .content .item:nth-child(6) {
        left: 81%;
        top: 25%;
    }
}

@media (max-width: 1024px){
    .culture03 .list .item {
        padding: 35px 0;
    }
    .culture03 .list .item img{
        width: 50px;
    }
    .culture03 .list .item .text {
        padding-left: 20px;
    }

    .culture03 .list .item .tit {
        font-size: 20px;
    }

    .culture03 .list .item .desc {
        margin-top: 10px;
    }
    .culture{
        padding: 40px 0;
    }
    .culture03 .list .item .text {
        padding-left: 20px;
    }

    .culture03 .list .item .tit {
        font-size: 20px;
    }

    .culture03 .list .item .desc {
        margin-top: 10px;
    }

    .culture03 .list {
        padding-top: 30px;
    }

    .culture03 .title {
        font-size: 24px;
    }

    .culture03 {
        padding-top: 80px;
    }

    .culture02 .content {
        padding-top: 100px;
    }

    .culture01 .main .item:nth-child(1) {
        left: 22%;
    }
    .culture01 .main .item:nth-child(2) {
        left: 6%;
    }
    .culture01 .main .item:nth-child(3) {
        left: 22%;
    }
    .culture01 .main .item:nth-child(4) {
        left: 55%;
    }
    .culture01 .main .item:nth-child(6) {
        left: 55%;
    }
    .culture01 .main .item:nth-child(5) {
        left: 77%;
        top: 38%;
    }
    .culture01 .main{
        padding-top: 30px;
    }
}

@media (max-width: 768px){
    .culture01 .main .list{
        display: flex;
        flex-wrap: wrap;
    }
    .culture01 .main .list .item {
        position: relative;
        left: unset;
        top: unset;
        width: 50%;
        margin-bottom: 2%;
    }
    .culture01 .main .item .text_box {
        position: relative;
        top: unset;
        left: unset;
        padding: 15px 0;
    }
    .culture01 .main .imgbox img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .3;
    }
    .culture01 .main .item .t_item {
        -webkit-line-clamp: unset;
    }
    .culture01 .main .item .title span{
        font-size: 16px;
        padding: 5px;
    }
    .culture03 {
        padding-top: 40px;
    }
    .culture01 .main .item .title::before{
        display: none;
    }
    .culture01 .main .center {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        text-align: center;
        width: 100%;
        transform: unset;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .culture03 .list .item .tit {
        font-size: 16px;
    }
    .culture03 .list .item .desc {
        font-size: 12px;
        line-height: 1.5;
    }
    .culture03 .list .item img {
        width: 35px;
    }
    .culture03 .list .item {
        padding: 20px 10px;
    }
    .culture03 .list {
        padding-top: 20px;
    }
    .culture03 .title {
        font-size: 20px;
    }
    .culture02 .content .list{
        display: none;
    }
    .culture02 .content {
        padding: 20px 0;
    }
}
@media (max-width: 480px){
    .culture01 .main .list .item {
        width: 100%;
    }
    .culture {
        padding: 20px 0;
    }
    .culture01 .main .item .t_item{
        font-size: 12px;
    }
    .culture03 {
        padding-top: 20px;
    }
    .culture03 .list {
        flex-wrap: wrap;
    }
    .culture03 .list .item {
        width: 100%;
    }
    .culture03 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .culture03 .list .item {
        margin-bottom: 2%;
    }
    .culture03 .title {
        font-size: 18px;
    }
    .culture01 .main .center{
        font-size: 18px;
    }
    .culture01 .main .item .title span {
        font-size: 14px;
    }
}

/* 规范管理 */
.manage01{
    padding: 120px 0 50px;
    position: relative;
}
.manage01::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/icon18.png);
    width: 30%;
    background-size: contain;
}
.manage01 .desc{
    font-size: 24px;
    color: #333;
    line-height: 1.25;
    margin: 40px 0 0 ;
}
.manage01 .main {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.manage01 .item {
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 50px 10%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 10px #e8eef8;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
}
.manage01 .item::before{
    content: '';
    display: block;
    background-image: url(../images/icon17.png);
    position: absolute;
    right: 5%;
    top: 4%;
    z-index: 3;
    width: 8.5%;
    height: 11%;
    background-size: cover;
}
.manage01 .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 4% 0;
}
.manage01 .swiper-slide.swiper-slide-active .item {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.manage01 .tit {
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}
.manage01 .imgbox {
    width: 53%;
    margin: 0 auto;
}

.manage01 .swiper_btn {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #d9e4f3;
    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%);
    cursor: pointer;
    z-index: 1;
}
.manage01 .main .prev {
    left: 29%;
}
.manage01 .main .next {
    right: 29%;
}
.manage01 .main .next::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #d9e4f3;
    border-right: 1px solid #d9e4f3;
    left: 12px;
    top: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.manage01 .main .prev::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #d9e4f3;
    border-right: 1px solid #d9e4f3;
    left: 16px;
    top: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.manage01 .swiper_btn:hover{
    background-color: #025ff8;
    border-color: #025ff8;
}
.manage01 .swiper_btn:hover::before{
    border-color: #fff;
}
.manage02{
    position: relative;
    padding: 5.8% 0;
    background-size: cover;
}
.manage02::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(#11588a,transparent 100%);
    z-index: 0;
}
.manage02::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(transparent 55%,#0a426a);
    z-index: 0;
}
.manage02 .base_title1{
    text-align: center;
}
.manage02 .base_title1 span{
    color: #fff;
}
.manage02 .base_title1 span::before{
    background-image: url(../images/icon011.png);
}
.manage02 .base_title1 span::after {
    background-image: url(../images/icon021.png);
}
.manage02 .desc{
    font-size: 16px;
    color: #fff;
    line-height: 1.875;
    margin: 3.5% 0 2.5%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.manage02 .edit{
    font-size: 16px;
    color: #fff;
    line-height: 1.875;
    text-align: center;
    position: relative;
    z-index: 1;
}



.manage03{
    padding: 120px 0;
}
.manage03 .list{
    margin-top: 60px;
}
.manage03 .item{
    display: flex;
    justify-content: space-between;
    align-items:  flex-end;
}
.manage03 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.manage03 .item:not(:first-child){
    margin-top: 120px;
}
.manage03 .item .imgbox{
    width: 57.2%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.manage03 .item .text{
    width: 37.5%;
}
.manage03 .item .desc{
    line-height: 2;
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
    display:none;
}
.manage03 .item .edit *{
    font-size: 16px;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.manage03 .item .base_title1{
    margin-bottom: 60px;
}
@media (max-width: 1459px){
    .manage01 {
        padding: 80px 0 30px;
    }
    .manage01 .main{
        padding: 30px 0;
    }
    .manage01 .desc{
        margin-top: 20px;
    }
    .manage03 {
        padding: 80px 0;
    }
    .manage03 .item:not(:first-child) {
        margin-top: 80px;
    }
}
@media (max-width: 1024px){
    .manage01 {
        padding: 40px 0 30px;
    }
    .manage03 {
        padding: 40px 0;
    }
    .manage03 .item:not(:first-child) {
        margin-top: 40px;
    }
    .manage03 .item {
        flex-wrap: wrap;
    }

    .manage03 .item .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .manage03 .item .imgbox {
        width: 100%;
    }
    .manage03 .item .base_title1 {
        margin-bottom: 40px;
    }
    .manage03 .item .desc{
        margin-bottom: 20px;
    }
}

@media (max-width: 768px){
    .manage01 {
        padding: 30px 0 20px;
    }
    .manage03 {
        padding:30px 0;
    }
    .manage03 .item:not(:first-child) {
        margin-top: 30px;
    }
    .manage01 .swiper-slide.swiper-slide-active .item {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .manage01 .item{
        padding: 30px 5%;
    }
    .manage01 .swiper-slide{
        padding: 0;
    }
    .manage03 .item .base_title1 {
        margin-bottom: 30px;
    }
    .manage01 .desc{
        font-size: 20px;
    }
    .manage03 .list {
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    .manage03 .list {
        margin-top: 20px;
    }
    .manage03 .item .base_title1 {
        margin-bottom: 20px;
    }
    .manage01 {
        padding: 20px 0;
    }
    .manage03 {
        padding:20px 0;
    }
    .manage03 .item:not(:first-child) {
        margin-top: 20px;
    }
    .manage01 .desc{
        font-size: 16px;
        margin-top: 10px;
    }
    .manage02 .desc{
        font-size: 14px;
    }
    .manage02 .edit{
        font-size: 14px;
    }
    .manage03 .item .desc{
        font-size: 14px;
    }
}

/* 科技至善 */

.science01{
    overflow: hidden;
    padding: 110px 0;
}
.science01 .desc{
    font-size: 24px;
    line-height: 1.33;
    color: #333;
    margin-top: 40px;
}
.science01 .swiper-container{
    overflow: unset;
}

.science01 .main {
    padding: 70px 0;
    position: relative;
}
.science01 .item{
    position: relative;
}
.science01 .item .imgbox{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.science01 .item .tit{
    position: absolute;
    bottom: 0;
    left: 40px;
    bottom: 25px;
    font-size: 24px;
    color: #fff;
    line-height:1.33;
}
.science01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #025ff8;
}
.science01 .swiper-pagination {
    height: 2px;
    background-color: #e0e0e0;
    width: 100%;
}
.science01 .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 2;
}

.science02{
    padding-bottom: 100px;
}
.science02  .desc{
    font-size: 24px;
    line-height: 1.25;
    margin: 40px 0 25px;
}
.science02 .main{
    padding: 100px 0 40px;
    text-align: center;
}
.science02 .main .imgbox{
    display: inline-block;
    position: relative;
}
.science02 .main .imgbox img{
    position: relative;
    z-index: 1;
}
.science02 .tit{
    font-size: 24px;
    line-height: 1.25;
    margin-top: 30px;
}
.science02 .plist{
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
}
.science02 .plist .pitem{
    text-align: center;
}
.science02 .pitem .ctit{
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
}
.science02 .pitem .cdd{
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    color: #999;
    padding-top: 20px;
    margin-top: 20px;
}
.science02 .pitem .cdd::before{
    content: '';
    display: block;
    background-image: url(../images/icon6.png);
    width: 79px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 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);
}

.science02 .item{
    position: absolute;
    min-width: 275px;
}
.science02 .item .sub{
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
}
.science02 .item .sud{
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
}
.science02 .item:nth-child(1),
.science02 .item:nth-child(2),
.science02 .item:nth-child(3),
.science02 .item:nth-child(4){
    text-align: right;
    left: -70%;
}
.science02 .item:nth-child(1){
    top: 5%;
}
.science02 .item:nth-child(2){
    top: 31%;
}
.science02 .item:nth-child(3){
    top: 56%;
}
.science02 .item:nth-child(4){
    top: 82%;
}
.science02 .item::before{
    content: '';
    display: block;
    background-image: url(../images/icon19.png);
    width: 145px;
    height: 8px;
    position: absolute;
    top: 30px;
}
.science02 .item:nth-child(1)::before,
.science02 .item:nth-child(2)::before,
.science02 .item:nth-child(3)::before,
.science02 .item:nth-child(4)::before{
    left: 115%;
}

.science02 .item:nth-child(5),
.science02 .item:nth-child(6),
.science02 .item:nth-child(7),
.science02 .item:nth-child(8){
    text-align: left;
    right: -69%;
}
.science02 .item:nth-child(5){
    top: 5%;
}
.science02 .item:nth-child(6){
    top: 31%;
}
.science02 .item:nth-child(7){
    top: 56%;
}
.science02 .item:nth-child(8){
    top: 82%;
}
.science02 .item:nth-child(5)::before,
.science02 .item:nth-child(6)::before,
.science02 .item:nth-child(7)::before,
.science02 .item:nth-child(8)::before{
    right: 115%;
    transform: rotate(180deg);
}
@media (max-width: 1459px){
    .science01{
        padding: 80px 0;
    }
    .science02 .main{
        padding: 60px 0 30px;
    }
    .science02 .plist{
        padding-top: 60px;
    }
    .science02{
        padding-bottom: 80px;
    }
    .science01 .main{
        padding: 40px 0;
    }
}
@media (max-width: 1366px){
    .science02 .item {
        min-width: 200px;
        width: 200px;
    }
    .science02 .item:nth-child(1), .science02 .item:nth-child(2), .science02 .item:nth-child(3), .science02 .item:nth-child(4) {
        left: -52%;
    }
    .science02 .item:nth-child(5), .science02 .item:nth-child(6), .science02 .item:nth-child(7), .science02 .item:nth-child(8) {
        right: -52%;
    }
}
@media (max-width: 1160px){
    .science02 .item {
        min-width: 150px;
        width: 150px;
    }
    .science02 .item:nth-child(1), .science02 .item:nth-child(2), .science02 .item:nth-child(3), .science02 .item:nth-child(4) {
        left: -41%;
    }
    .science02 .item:nth-child(5), .science02 .item:nth-child(6), .science02 .item:nth-child(7), .science02 .item:nth-child(8) {
        right: -41%;
    }
}
@media (max-width: 1024px){
    .science01{
        padding: 30px 0;
    }
    .science01{
        padding: 40px 0;
    }
    .science02 .main{
        padding: 40px 0 20px;
    }
    .science02 .plist{
        padding-top: 50px;
    }
    .science02{
        padding-bottom: 40px;
    }
    .science02 .pitem .ctit {
        font-size: 24px;
    }
    .science02 .pitem .cdd {
        font-size: 14px;
        margin-top: 10px;
        padding-top: 10px;
    }
    .science02 .item .sub {
        font-size: 20px;
    }
    .science02 .item .sud {
        font-size: 14px;
    }
    .science01 .desc {
        font-size: 20px;
        margin-top: 20px;
    }
    .science01 .main {
        padding: 20px 0;
    }
    .science02 .tit{
        font-size: 20px;
    }
}
@media (max-width: 1000px){
    .science02 .main .imgbox img {
        width: 70%;
    }
    .science02 .item:nth-child(1), .science02 .item:nth-child(2), .science02 .item:nth-child(3), .science02 .item:nth-child(4) {
        left: -29%;
    }
    .science02 .item:nth-child(5), .science02 .item:nth-child(6), .science02 .item:nth-child(7), .science02 .item:nth-child(8) {
        right: -29%;
    }
}
@media (max-width: 850px){
    .science02 .item:nth-child(1), .science02 .item:nth-child(2), .science02 .item:nth-child(3), .science02 .item:nth-child(4) {
        left: -22%;
    }
    .science02 .item:nth-child(5), .science02 .item:nth-child(6), .science02 .item:nth-child(7), .science02 .item:nth-child(8) {
        right: -22%;
    }
}
@media (max-width: 768px){
    .science02 .main .imgbox img{
        width: 50%;
    }
    .science02 .item {
        position: static;
        width: auto;
        width: 50%;
        text-align: center !important;
        margin-bottom: 15px;
    }
    .science02 .list {
        display: flex;
        flex-wrap: wrap;
    }
    .science02 .desc{
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .science02 .item::before{
        display: none;
    }
    .science02 .item .sub {
        font-size: 18px;
    }
    .science02 .plist {
        padding-top: 30px;
    }
}
@media (max-width: 480px){
    .science02 .pitem .ctit {
        font-size: 18px;
    }
    .science01 .desc {
        font-size: 16px;
    }
    .science01 .item .tit {
        font-size: 16px;
        left: 10px;
        bottom: 10px;
    }
    .science01 {
        padding: 20px 0;
    }
    .science02 .desc {
        font-size: 16px;
    }
    .science02 .item .sub {
        font-size: 16px;
    }
    .science02 .plist {
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .science02 .plist .pitem {
        width: 50%;
        margin-bottom: 2%;
        text-align: left;
    }
    .science02 .pitem .ctit {
        font-size: 16px;
    }
    .science02 .pitem .cdd::before {
        left: 0;
        transform: translate(0,0);
    }
    .science02 .tit {
        font-size: 18px;
    }
    .science02 {
        padding-bottom: 20px;
    }
    .science02 .pitem .cdd {
        margin-top: 5px;
        padding-top: 5px;
    }
    .science02 .main {
        padding: 20px 0 0px;
    }
}


/* 联系我们 */
.contact01{
    padding: 6.3% 0;
}
.contact01 .content{
    display: flex;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}
.contact01 .content .left{
    width: 50%;
    padding-left: 5%;
}
.contact01 .left .ctit{
    display: flex;
    font-size: 24px;
    line-height: 1.25;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 40px;
    align-items: center;
}
.contact01 .left .ctit a{
    color: #025ff8;
    text-decoration: underline;
}
.contact01 .left .ctit a img{
    margin-left: 5px;
}
.contact01 .content .right{
    width: 50%;
}
.contact01 .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1459px){
    .contact01 .left .ctit {
        margin-top: 20px;
        font-size: 20px;
    }
}
@media (max-width: 1024px){
    .contact01 {
        padding: 40px 0;
    }
    .contact01 .content .left{
        padding-left: 3%;
    }
    .contact01 .left .ctit {
        margin-top: 10px;
        font-size: 18px;
    }
}
@media (max-width: 850px){
    .contact01 .content {
        flex-wrap: wrap;
    }
    .contact01 .content .left {
        padding-left: 0;
        width: 100%;
        padding: 15px;
    }
    .contact01 .content .right {
        width: 100%;
    }
}
@media (max-width: 768px){
    .contact01 .left .ctit {
        font-size: 16px;
    }
    .contact01 {
        padding: 30px 0;
    }
}
@media (max-width: 480px){
    .contact01 {
        padding: 20px 0;
    }
    .contact01 .left .ctit {
        font-size: 14px;
    }
    .contact01 .left .ctit a img {
        width: 20px;
        display: inline-block;
    }
}

/* 新闻列表 */
.new01{
    padding: 5.3% 0;
}
.new01 .ctop{
    display: flex;
    justify-content: space-between;
}
.new01 .ctop .select_box{
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    min-width: 355px;
    position: relative;
}
.new01 .ctop .select_box::before{
    content: '';
    display: block;
    position: absolute;
    top: 38%;
    border-top: 2px solid #bababa;
    border-right: 2px solid #bababa;
    right: 35px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.new01 .ctop .select_box select{
    padding: 0 35px;
    appearance: none;
    border: none;
    height: 100%;
    height: 65px;
    width: 100%;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.new01 .list{
    padding-bottom: 8.41%;
}
.new01 .list .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 3.5% 0;
}
.new01 .list .item:hover .title{
    color: #025ff8;
}
.new01 .item .left{
   width: 56.5%;
}
.new01 .item .left .time{
    font-size: 16px;
    line-height: 2;
    color: #333;
    display: flex;
    align-items: center;
}
.new01 .item .left .time .year{
    margin-left: 25px;
    padding-left: 15px;
    background-image: url(../images/icon01.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 10px;
}
.new01 .item .left .title{
    font-size: 26px;
    line-height: 1.53;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin: 3.34% 0 2%;
}
.new01 .item .left .desc{
    color: #888888;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 2;
}
.new01 .item .right{
    width: 33.6%;
}
.new01 .item .right .imgbox{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding-bottom: 56.3%;
    position: relative;
}
.new01 .item .right .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.new01 .list .item .btn{
    background-image: url(../images/page_right.png);
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px #eef3fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 5.23%;
}
.new01 .item:hover .btn{
    background-color: #025ff8;
    background-image: url(../images/page_right02.png);
}

@media (max-width: 1459px){

}
@media (max-width: 1024px){
    .new01 .item .left .title {
        font-size: 20px;
        margin: 10px 0;
    }
    .new01 .list .item .btn {
        width: 35px;
        height: 35px;
    }
    .new01 .item .right {
        width: 43%;
    }
    .new01 .list .item {
        margin-top: 40px;
    }
    .new01 .list {
        padding-bottom: 40px;
    }
    .new01 {
        padding: 40px 0;
    }
    .new01 .ctop .select_box select {
        height: 45px;
        font-size: 14px;
    }
    .new01 .ctop .select_box {
        min-width: 240px;
    }
    .new01 .ctop .select_box::before {
        top: 33%;
    }
}
@media (max-width: 480px){
    .new01 .list .item {
        flex-wrap: wrap;
    }
    .new01 .item .left {
        width: 100%;
    }
    .new01 .item .right {
        width: 100%;
        margin-top: 15px;
    }
    .new01 .item .left .time {
        font-size: 14px;
    }
    .new01 .item .left .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .new01 .item .left .desc {
        line-height: 1.875;
    }
    .new01 .list .item .btn {
        margin-top: 20px;
    }
    .new01 .ctop .select_box select {
        height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }
    .new01 .ctop .select_box::before {
        top: 36%;
        right: 15px;
        width: 8px;
        height: 8px;
    }
}


/* 新闻详情 */
.newinfo{
    padding:6.31% 0;
}
.newinfo .title{
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.66;
    text-align: center;
}
.newinfo .other{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999;
    line-height: 1.875;
    padding: 30px 0 35px;
    justify-content: center;
}
.newinfo .other .look{
    margin-left: 45px;
}
.newinfo .edit{
    padding: 40px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.newinfo .edit *{
    line-height: 1.7;
}
.newinfo .new_go{
    padding: 40px 0;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 200px;
}
.newinfo .new_go span{
    font-size: 18px;
    color: #025ff8;
}
.newinfo .new_go .new_goit a{
    font-size: 18px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 20px;
    display: inline-block;
}
.newinfo .new_go .new_goit{
    line-height: 2;
}
.newinfo .new_go .new_goit:not(:first-child){
    margin-top: 15px;
}
.newinfo .new_go .goback{
    width: 175px;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    font-size: 16px;
    color: #333333;
    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%);
    right: 0;
}
@media (max-width: 1024px){
    .newinfo .title{
        font-size: 24px;
    }
    .newinfo .other {
        padding: 15px 0;
    }
    .newinfo{
        padding: 40px 0;
    }
    .newinfo .edit {
        padding: 20px 0;
    }
    .newinfo .new_go {
        padding: 20px 0;
    }
    .newinfo .new_go .goback {
        width: 150px;
        line-height: 40px;
    }
    .newinfo .new_go .new_goit a {
        font-size: 16px;
        margin-left: 10px;
    }
    .newinfo .new_go span {
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .newinfo .title {
        font-size: 20px;
    }
}
@media (max-width: 480px){
    .newinfo .title {
        font-size: 18px;
    }
    .newinfo .other {
        font-size: 14px;
        padding: 10px 0;
    }
    .newinfo {
        padding: 20px 0;
    }
    .newinfo .new_go span {
        font-size: 14px;
    }

    .newinfo .new_go .new_goit a {
        font-size: 14px;
    }

    .newinfo .new_go .new_goit:not(:first-child) {
        margin-top: 5px;
    }

    .newinfo .new_go .new_goit {
        line-height: 1.5;
    }

    .newinfo .new_go .goback {
        display: block;
        position: relative;
        transform: unset;
        margin-top: 15px;
        width: 90px;
        font-size: 12px;
        line-height: 30px;
    }
}

/* 新闻公告 */
.cement01{
    padding:6.28% 0;
}
.cement01 .list{
    padding: 70px 0;
}
.cement01 .list .item{
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    padding:30px 130px 30px 40px;
    position: relative;
    align-items: center;
}
.cement01 .item .title{
    margin-left: 70px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.875;
}
.cement01 .item .time{
    font-size: 16px;
    color: #025ff8;
    min-width: 90px;
}
.cement01 .item .more{
    position: absolute;
    right: 40px;
    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/page_right03.png);
    padding-right: 30px;
    background-position: center right;
    font-size: 16px;
    color: #999999;
    background-repeat: no-repeat;
}
.cement01 .item:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1459px){
    .cement01 .list {
        padding: 40px 0;
    }
}
@media (max-width: 1024px){
    .cement01 .list {
        padding: 30px 0;
    }
    .cement01 {
        padding: 40px 0;
    }
    .cement01 .item .title {
        margin-left: 20px;
    }
    .cement01 .list .item {
        padding: 20px 100px 20px 20px;
    }
    .cement01 .item .more {
        font-size: 14px;
        padding-right: 20px;
        right: 15px;
    }
}
@media (max-width: 768px){
    .cement01 .list {
        padding: 20px 0;
    }
    .cement01 {
        padding: 30px 0;
    }
}
@media (max-width: 480px){
    .cement01 {
        padding: 20px 0;
    }
    .cement01 .list .item {
        flex-wrap: wrap;
        padding: 20px;
    }
    .cement01 .item .title {
        margin-left: 0;
        width: 100%;
        white-space: break-spaces;
        font-size: 14px;
        margin-top: 10px;
    }
    .cement01 .item .more {
        position: relative;
        transform: unset;
        margin-top: 10px;
        top: unset;
        left: unset;
        right: unset;
    }
    .cement01 .list{
        padding-bottom: 0;
    }
}

/* 资料 */
.gen01{
    padding: 6.2% 0;
}
.gen01 .list{
    padding: 70px 0 55px;
    display: flex;
    flex-wrap: wrap;
}
.gen01 .list .item{
    margin-bottom: 1.5%;
    width: 48.5%;
    background-color: #fcfdff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 60px;
    justify-content: space-between;
}
.gen01 .list .item:not(:nth-child(2n+1)){
    margin-left: 1.5%;
}
.gen01 .item .left{
    width: 40.5%;
}
.gen01 .item .right{
    width: 28%;
}
.gen01 .item .right .imgbox{
    position: relative;
}
.gen01 .item .right .imgbox::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, .01);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
}
.gen01 .item .time{
    font-size: 18px;
    color: #999999;
    line-height: 1.333;
}
.gen01 .item .title{
    font-size: 24px;
    line-height: 1.25;
    color: #333333;
    margin: 25px 0;
}
.gen01 .item .desc{
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gen01 .item .btn{
    background-image: url(../images/page_right03.png);
    padding-right: 30px;
    background-position: center right;
    font-size: 16px;
    color: #999999;
    background-repeat: no-repeat;
    margin-top: 70px;
    display: inline-block;
}
.gen01 .item:hover{
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.gen01 .item:hover .title{
    color: #025ff8;
}
.gen01 .item:hover .btn{
    color: #025ff8;
    background-image: url(../images/page_right01.png);
}
@media (max-width: 1459px){
    .gen01 .list {
        padding: 40px 0 30px;
    }
}
@media (max-width: 1024px){
    .gen01 {
        padding: 40px 0;
    }
    .gen01 .list {
        padding: 30px 0;
    }
    .gen01 .list .item {
        padding: 30px;
    }
    .gen01 .item .btn {
        margin-top: 30px;
    }
    .gen01 .item .left {
        width: 60%;
    }
    .gen01 .item .title {
        font-size: 20px;
        margin: 10px 0;
    }
}
@media (max-width: 768px){
    .gen01 .list .item {
        padding: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .gen01 .item .left {
        width: 100%;
    }
    .gen01 .item .right {
        width: 70%;
        margin-bottom: 15px;
    }
    .gen01 .item .btn {
        margin-top: 15px;
    }
    .gen01 {
        padding: 20px 0;
    }
}
@media (max-width: 480px){
    .gen01 .list .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .gen01 .list {
        padding: 20px 0;
    }
    .gen01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .gen01 .item .title {
        font-size: 18px;
    }
    .gen01 .item .time {
        font-size: 14px;
    }
    .gen01 .item .btn {
        font-size: 14px;
    }
}


/* 人才理念 */
.talent01{
    padding: 6.25% 0;
}
.talent01 .main{
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.talent01 .main .left{
    width: 57%;
}
.talent01 .main .left img{
    width: 100%;
    object-fit: cover;
}
.talent01 .main .right{
    width: 43%;
    padding-left: 5%;
}
.talent01 .main .title{
    font-size: 24px;
    color: #025ff8;
    line-height: 1.45;
}
.talent01 .main .desc{
    margin: 30px 0 45px;
}
.talent01 .main .r_wx{
    position: relative;
    display: inline-block;
}
.talent01 .main .r_wx img{
    max-width: 164px;
}
.talent01 .main .tit{
    position: absolute;
    left: 140%;
    font-size: 24px;
    color: #000;
    line-height: 1.45;
    white-space: nowrap;
    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%);
}
.talent01 .main .tit::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -37%;
    right: -38%;
    background-image: url(../images/icon23.png);
    width: 199px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1459px){
    .talent01 .main .desc {
        margin: 20px 0;
    }
    .talent01 .main{
        padding-top: 50px;
    }
}
@media (max-width: 1024px){
    .talent01 .main .tit {
        font-size: 20px;
    }
    .talent01 .main .title{
        font-size: 20px;
    }
    .talent01 .main .tit::before {
        bottom: -37%;
        right: -15%;
        width: 160px;
        height: 35px;
    }
    .talent01{
        padding: 40px 0;
    }
}
@media (max-width: 870px){
    .talent01 .main {
        flex-wrap: wrap;
    }
    .talent01 .main .left {
        width: 100%;
    }
    .talent01 .main .right {
        width: 100%;
        padding: 15px 0;
    }
    .talent01 .main .title {
        font-size: 18px;
    }
    .talent01 .main {
        padding-top: 30px;
    }
}
@media (max-width: 480px){
    .talent01 .main .title {
        font-size: 16px;
    }
    .talent01 .main .desc {
        margin: 10px 0;
    }
    .talent01 .main .r_wx img {
        max-width: 120px;
    }
    .talent01 .main .tit {
        font-size: 16px;
    }
    .talent01 .main .tit::before {
        width: 120px;
        height: 26px;
    }
    .talent01 .main {
        padding-top: 20px;
    }
    .talent01 {
        padding: 20px 0;
    }
}

/* 工作在FMIC */
.fmic01{
    padding: 6.25% 0;
}
.fmic01 .main{
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
}
.fmic01 .main .left{
    width: 27.8%;
}
.fmic01 .main .right{
    width: 61%;
}
.fmic01 .main .imgbox{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.fmic01 .main .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fmic01 .main .text{
    position: relative;
}
.fmic01 .main .tit{
    font-size: 32px;
    line-height: 1.5;
    color: #000;
}
.fmic01 .main .desc{
    color: #000;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.fmic01 .left{
    text-align: right;
}
.fmic01 .right .ctop{
    padding-left: 30%;
}
.fmic01 .left .text{
    display: inline-block;
    position: relative;
    text-align: left;
    padding-top: 17.5%;
}
.fmic01 .right .text{
    padding: 3% 0 6% 0;
    display: inline-block;
}

.fmic01 .left .text::before{
    content: '';
    display: block;
    background-image: url(../images/icon24.png);
    width: 48px;
    height: 131px;
    position: absolute;
    top: -11%;
    left: -22%;
    background-size: contain;
}
.fmic01 .right .text::before{
    content: '';
    display: block;
    background-image: url(../images/icon25.png);
    width: 178px;
    height: 135px;
    position: absolute;
    top: 27%;
    left: -75%;
    background-size: contain;
}
@media (max-width: 1840px){
    .fmic01 .main .left {
        width: 30.8%;
    }
}
@media (max-width: 1660px){
    .fmic01 .left .text::before {
        width: 35px;
        height: 97px;
        top: -14%;
        left: -15%;
    }
    .fmic01 .left .text {
        padding-top: 9.5%;
    }
    .fmic01 .main .tit {
        font-size: 26px;
    }
    .fmic01 .right .text::before {
        width: 130px;
        height: 100px;
        top: 27%;
        left: -56%;
    }
}
@media (max-width: 1540px){
    .fmic01 .main .tit {
        font-size: 24px;
    }
    .fmic01 .main .desc{
        font-size: 14px;
    }
    .fmic01 .left .text::before {
        top: -20%;
        left: -17%;
    }
    .fmic01 .right .text::before {
        left: -62%;
    }
}
@media (max-width: 1100px){
    .fmic01 .main .tit {
        font-size: 20px;
    }
    .fmic01 .left .text {
        padding-top: 6.5%;
    }
    .fmic01 .left .text::before {
        top: -16%;
        left: -11%;
        width: 23px;
        height: 63px;
    }
    .fmic01 .right .text {
        padding: 5px 0 15px;
    }
    .fmic01 .right .text::before {
        left: -47%;
        width: 100px;
        height: 75px;
        top: 25%;
    }
}
@media (max-width: 1024px){
    .fmic01 .left .text::before,
    .fmic01 .right .text::before{
        display: none;
    }
    .fmic01 .left .text{
        padding: 10px 15px;
    }
    .fmic01 .right .ctop{
        padding-left: 0;
        text-align: center;
    }
    .fmic01 .right .ctop .text{
        text-align: left;
    }
    .fmic01 .main{
        padding-top: 50px;
    }
    .fmic01 {
        padding: 30px 0;
    }
}
@media (max-width: 768px){
    .fmic01 .main{
        padding-top: 30px;
    }
}
@media (max-width: 640px){
    .fmic01 .main {
        flex-wrap: wrap;
    }
    .fmic01 .main .left {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .fmic01 .main .right {
        width: 100%;
        margin-top: 15px;
    }
    .fmic01 .left .text {
        text-align: left;
    }
    .fmic01 .main .imgbox img {
        height: 250px;
    }
    .fmic01 .main .imgbox {
        width: 100%;
    }
    .fmic01 .main .text {
        width: 100%;
    }
    .fmic01 {
        padding: 20px 0;
    }
}


/* 生活在fmic */


.life01{
    padding: 6.25% 0;
}
.life01 .base_title1{
    text-align: center;
}
.life01 .desc{
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 1.25;
    margin: 30px 0 55px;
}
.life01 .imgbox{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.life01 .imgbox .m-video{
    position: absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:5;
}
.life01 .imgbox .swiper_btn{
    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%);
    z-index: 2;
    cursor: pointer;
}
.life01 .imgbox .prev{
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    left: 5.1%;
    width: 20px;
    height: 20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.life01 .imgbox .next{
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 5.1%;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.life01 .imgbox img{
    width: 100%;
}
.life01 .list{
    display: flex;
    justify-content: space-between;
}
.life01 .item{
    padding-top: 65px;
}
@media(min-width:1025px){
    .life01 .item{width:12%;}
}
.life01 .item img{
    height: 75px;
}
.life01 .item .tit{
    font-size: 24px;
    color: #000;
    line-height: 1.25;
    margin-top: 30px;
}
.life01 .item .cdesc{
    color: #000000;
    margin-top: 20px;
    max-width: 230px;
}
.life01 .item .t_item{
    position: relative;
    padding-left: 15px;
    font-family: "HarmonyOS_Sans_SC_Light";
    font-size: 16px;
    line-height: 1.875;
}
.life01 .item .t_item::before {
    content: '';
    display: block;
    background-image: url(../images/icon1.png);
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
}
@media (max-width: 1459px){
    .life01 .item .tit {
        margin-top: 15px;
    }
    .life01 .item .cdesc {
        margin-top: 10px;
    }
    .life01 .item {
        padding-top: 45px;
    }
}
@media (max-width: 1100px){
    .life01 .item .tit{
        font-size: 20px;
    }
    .life01 .item img {
        height: 50px;
    }
    .life01 .item .t_item{
        font-size: 14px;
    }
}
@media (max-width: 1024px){
    .life01 .desc {
        font-size: 20px;
        margin: 15px 0;
    }
    .life01 .list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .life01 .item {
        padding-top: 30px;
        width: 33.33%;
    }
    .life01 {
        padding: 40px 0;
    }
}
@media (max-width: 768px){
    .life01 {
        padding: 30px 0;
    }
    .life01 .desc {
        font-size: 16px;
    }
    .life01 .item .tit{
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .life01 {
        padding: 20px 0;
    }
    .life01 .item {
        padding-top: 15px;
        width: 50%;
    }
    .life01 .desc {
        font-size: 14px;
    }
    .life01 .item .tit{
        font-size: 14px;
    }
    .life01 .item .t_item{
        font-size: 12px;
    }
    .life01 .item img {
        height: 35px;
    }

}

/* 搜索结果也 */
.notice .base_title1{
    text-align: center;
}

/* 法律声明 */
.info01{
    padding: 6.2% 0;
}
.info01 .base_title1{
    text-align: center;
}
.info01 .content{
    padding: 5% 0;
}
@media (max-width: 1024px){
    .info01{
        padding: 40px 0;
    }
}
@media (max-width: 768px){
    .info01{
        padding: 30px 0;
    }
}

/* 地图 */
.site01 {
    padding: 5% 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: #025ff8;
}

@media(max-width:768px){
    .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: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;
    }
}


.culture03 .list .item .imgbox,
.life01 .item .cimg{
    animation: topbot 3s infinite;
    -webkit-animation: topbot 3s infinite;
}

/* 2023.4.7 */
.culture .culture02{
    display: none;
}

/* 2023.5.31 */
.contact01 .left .ctit:last-child,
.nav .main .list .item:nth-child(5),
.index06{
    display: none;
}

.foot .fot_b .item:nth-child(5) {
    display: none;
}



.new01 .item .left .desc{
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media(max-width:480px){
    .new01 .list .item {
        flex-direction: column-reverse;
    }
    
    .new01 .item .right .imgbox {
        border-radius: unset;
    }
    
    .new01 .item .left {
        background-color: #fff;
        padding: 15px;
        position: relative;
        padding-bottom: 50px;
    }
    
    .new01 .list .item .btn {
        margin-top: 10px;
    }
    
    .new01 .list .item {
        margin-top: 20px;
    }
    .new01 .list .item .btn {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
    .new01 .item .left .desc{
        display: none;
    }
}


.manage02 .container{
    position:relative;
}


/*2024.3.4*/
.nav .main .oitem {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.nav .main .oitem .ocpt {
    width: 60px;
    min-width: 60px;
    border-bottom: unset !important;
}

.nav .main .oitem .qitem {
    line-height: 1.2 !important;
    border-bottom: unset !important;
}
.nav .main .plist .pitem .olist {
    display: none;
}
.nav .main .plist .pitem:hover .olist {
    display: block;
}
.nav .main .plist{
    height:auto !important;
}
.nav .main .pbox {
    display: flex;
    flex-wrap: wrap;
}

.nav .main .pbox .pitem {
    width: 48%;
    margin-right: 4%;
}
@media(max-width:1024px){
    .nav .main .oitem .qitem {
        padding: 10px 0 !important;
    }

    .nav .main .oitem .ocpt {
        padding: 10px 0 !important;
    }

    .nav .main .oitem {
        padding: 0;
    }
}


.hapt01{
    padding: 6.3% 0 5.21%;
}
.htabs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.htabs .htab{
    padding: 0 65px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-right: 25px;
    line-height: 50px;
    margin-bottom: 15px;
}
.htabs .htab.cur{
    background-color: #1361f5;
    color: #fff;
}
.hapt02s .hapt02{
    margin-bottom: 5%;
}
.hpbox{
    display: flex;
    align-items: center;
}
.hpbox .tit{
    font-size: 36px;
    color: #1361f5;
}
.hpbox .editor{
    margin-top: 5%;
    width: 80%;
}
.hpbox .editor *,
.hpbox .editor{
    font-size: 16px;
    line-height: 1.66;
}
.hpbox .text_box{
    width: 50%;
}
.hpbox .imgbox{
    width: 50%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.pro_sever{
    padding: 6.3% 0 5.21%;
}
.pro_sever .container{
    display: flex;
    align-items: flex-start;
}
.pro_sever .yleft{
    background-color: #fff;
    width: 310px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 40px 25px;
}
.pro_sever .hy_list{
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.pro_sever .hy_item{
    padding-bottom: 15px;
}
.pro_sever .hy_clist{
    padding-left: 15px;
}
.pro_sever .hy_cpt{
    padding-left: 15px;
    position: relative;
    font-size: 18px;
}
.pro_sever .hy_cpt::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 2px;
    background-color: #333;
}
.pro_sever .hy_cpt::after{
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 6px;
    width: 2px;
    height: 8px;
    background-color: #333;
}
.pro_sever .hy_citem{
    line-height: 1.3;
    display: block;
    margin: 10px 0;
    color: #666;
}
.pro_sever .hy_citem:hover,
.pro_sever .hy_citem.cur{
    color: #1361f5;
}
.pro_sever .base_title1 span{
    font-size: 28px;
}
.pro_sever .hy_clist{
    height: 0px;
    overflow: hidden;
    opacity: 0;
}
.pro_sever .hy_item:hover .hy_clist,
.pro_sever .hy_clist.cur{
    opacity: 1;
    height: auto;
}
.pro_sever .yright{
    flex: 1;
    background-color: #fff;
    margin-left: 8%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 50px ;
}
.pro_sever .tit{
    font-size: 28px;
    margin-bottom: 30px;
}
.pro_sever .editor{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.hlist1{
    display: flex;
    flex-wrap: wrap;
}
.hlist1 .item{
    width: 48%;
    display: flex;
    align-items: center;
    padding: 20px;
    background-image: url(https://test.shwhir.com/szfzwd202210144836/upload/cn/image/2024-03/1709540885266.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 20px;
    box-shadow: 0 0 15px rgba(19, 97, 245, .1);
}
.hlist1 .icon{
    width: 35px;
}
.hlist1 .icon img{
    width: 100%;
}
.hlist1 .ctit{
    margin-left: 20px;
    font-size: 16px;
}
.hlist1 .item:not(:nth-child(2n+1)){
    margin-left: 4%;
}

@media (max-width: 1459px){
    .pro_sever .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .pro_sever .yright {
        margin-left: 5%;
        padding: 35px;
    }
    .pro_sever .yleft {
        padding: 30px;
    }
    .pro_sever .base_title1 span {
        font-size: 24px;
    }
    .pro_sever .hy_list {
        padding: 10px 0;
        margin-top: 10px;
    }
    .htabs .htab {
        padding: 0 30px;
        line-height: 40px;
    }
    
    .hpbox .tit {
        font-size: 24px;
    }
    
    .hpbox .editor {
        font-size: 14px;
    }
}
@media (max-width: 1024px){
    
}
@media (max-width: 768px){
    .pro_sever .editor {
        font-size: 14px;
    }
    .pro_sever .tit {
        font-size: 20px;
    }
    .pro_sever .yright {
        margin-left: 3%;
        padding: 20px;
    }
    .hlist1 .icon {
        width: 20px;
    }
    .hlist1 .item {
        width: 100%;
        margin-bottom: 2%;
    }
    .hlist1 .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    } 
}
@media (max-width: 640px){
    .pro_sever .container {
        flex-wrap: wrap;
    }
    .pro_sever .yleft {
        width: 100%;
        padding: 15px;
    }
    .pro_sever .base_title1 span {
        font-size: 20px;
    }
    .pro_sever .yright {
        margin-left: 0;
        padding: 15px;
        margin-top: 15px;
    }
    .htabs .htab {
        padding: 0 15px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    
    .hpbox {
        flex-wrap: wrap;
    }
    
    .hpbox .text_box {
        width: 100%;
    }
    
    .hpbox .editor {
        width: 100%;
    }
    
    .hpbox .imgbox {
        width: 100%;
        margin-top: 15px;
    }
}

/* 2024.3.12新增 */
.opbox01{
    padding: 30px 0 0;
}
.opbox01 .editor,
.opbox01 .editor *{
    font-size: 18px;
    line-height: 1.5;
}
.opbox01 .imgbox{
    margin-top: 20px;
}
.opbox01 .imgbox img{
    width: 100%;
}

.hapt03{
    padding:3% 0;
}
.hlist2 .item{
    background-color: #f2f2f2;
    padding: 3% 0;
    margin-bottom: 3%;
}

.hlist2 .item .container{
    display: flex;
    align-items: center;
}
.hlist2 .item:nth-child(2n) .container{
    flex-direction: row-reverse;
}
.hlist2 .item:nth-child(2n) .text_box{
    margin-right: 3%;
}
.hlist2 .item:nth-child(2n+1) .text_box{
    margin-left: 3%;
}
.hlist2 .item .imgbox{
    width: 34.5%;
}
.hlist2 .item .text_box{
    flex: 1;
}
.hlist2 .tit{
    font-size: 30px;
    font-weight: 700;
}
.hlist2 .editor{
    margin-top: 30px;
}
.hlist2 .editor,
.hlist2 .editor *{
    font-size: 18px;
    line-height: 1.5;
}
.hlist2 .tc_item{
    margin-bottom:30px;
}
@media (max-width: 1459px){
    .hlist2 .tit{
        font-size: 28px;
    }
}
@media (max-width: 1280px){
    .hlist2 .tit{
        font-size: 24px;
    }
    .hlist2 .editor, .hlist2 .editor * ,.opbox01 .editor, .opbox01 .editor *{
        font-size: 16px;
    }
}
@media (max-width: 1024px){
    .hlist2 .tit{
        font-size: 20px;
    }
    .hlist2 .editor, .hlist2 .editor *,.opbox01 .editor, .opbox01 .editor * {
        font-size: 14px;
    }
    .hlist2 .editor {
        margin-top: 20px;
    }
    .hlist2 .tc_item {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .opbox01 .editor, .opbox01 .editor *,
    .hlist2 .editor, .hlist2 .editor * {
        font-size: 12px;
    }
    .hlist2 .editor {
        margin-top: 10px;
    }
    .hlist2 .tc_item {
        margin-bottom: 10px;
    }
    .hlist2 .tit{
        font-size: 18px;
    }
}
@media (max-width: 640px){
    .hlist2 .item .container {
        flex-wrap: wrap;
    }
    .hlist2 .item .imgbox {
        width: 70%;
        margin: 0 auto;
    }
    .hlist2 .item .text_box {
        width: 100%;
        flex: unset;
        margin-top: 15px;
    }
    .hlist2 .item:nth-child(2n+1) .text_box {
        margin-left: 0;
    }
    .hlist2 .item:nth-child(2n) .text_box {
        margin-right: 0;
    }
}
.pro_sever .pro_info{display: flex; justify-content: space-between; flex-wrap: wrap;}
.pro_sever .pro_info .item{ width:49%;display: inline-flex; flex-flow: row wrap;}
.pro_sever .pro_info .tit{ font-size:24px;width: 100%;font-weight: bold; }
.pro_sever .pro_info .editor{ line-height:2; display: flex; flex-flow: column wrap; justify-content: space-between; min-height: 80%;}
.pro_sever .pro_info .editor p{ margin:0 0 10px;}
.pro_sever .pro_info .editor p:last-child{ margin-bottom:0;}
@media (max-width: 640px){
    .pro_sever .pro_info .item{ width:100%; margin-bottom:2%;}
}
/*20240428*/
.index01 .main .title span::before {
    right: 70%;
    bottom: 0;
    width: 50%;
    height: auto;
    padding-bottom: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.index01 .main .title span,.index02 .left .title span {
    padding-bottom: 30px;
    display: block;
}

.index02 .left .title span:before {
    right: 56%;
    bottom: 0;
    width: 80%;
    height: auto;
    padding-bottom: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.index02 .right .tbox .title span {
    white-space: normal;
    display: block;
    padding-left: 0.5em;
}

.index02 .right .tbox .title {
    width: 6em;
}

.index02 .right .title span::before {
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 80%;
    height: 250%;
    right: auto;
    left: 0;
}

.index02 .right .tbox {
    margin-top: 5%;
}

.index02 .right .base_more {margin-left: 0;}
@media (max-width:1024px){
    .index02 .right .tbox .title {
    width: auto;
    padding-bottom: 30px;
    display: block;
}

.index02 .right .title span::before {
    width: 50%;
    height: 4em;
}

.index02 .right .tbox .desc {
    padding-left: 0;
}
}

/*2024.5.30*/
.hother{
    position: fixed;
    right: 15px;
    bottom: 20%;
    z-index: 99;
    cursor: pointer;
}
.hother:hover .hother_box{
    width: 350px;
    opacity: 1;
    padding-right: 9px;
    height: auto;
    overflow: unset;
}
.hother .hother_tit{
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #025ef7;
    width: 60px;
    padding: 45px 20px;
    text-align: center;
}
.hother .hother_box{
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    overflow: hidden;
    height: 0;
}
.other_items{
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.other_items .other_item{
    display: flex;
    align-items: flex-start;
}
.other_items .other_item:not(:first-child){
    margin-top: 30px;
}
.other_items .icon img{
    min-width: 40px;
    width: 40px;
}
.other_items .icon_tit{
    color: #000000;
    font-size: 22px;
    line-height: 1.36;
}
.other_items .text_box{
    margin-left: 15px;
}
.other_items .icon_desc{
    color: #000000;
    line-height: 1.6;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 5px;
    font-size: 16px;
}
@media (max-width: 1459px){
    .hother .hother_tit {
        width: 50px;
        padding: 30px 15px;
    }
    .other_items {
        padding: 25px;
    }
    .other_items .icon img {
        min-width: 30px;
        width: 30px;
    }
}
@media (max-width: 1024px){
    .other_items .icon_tit {
        font-size: 18px;
    }
    .other_items .icon_desc {
        font-size: 12px;
    }
    .other_items .icon img {
        min-width: 20px;
        width: 20px;
    }
    .other_items .other_item:not(:first-child) {
        margin-top: 15px;
    }
}
@media (max-width: 640px){
    .hother .hother_tit {
        font-size: 14px;
        width: 35px;
        padding: 15px 8px;
    }
    .other_items {
        padding: 15px;
    }
    .hother:hover .hother_box {
        width: 260px;
    }
    .hother{
        right: 10px;
    }
}
/* 表单 */
.hform01{
    padding: 3% 0;
}
.hform01 .title{
    text-align: center;
    color: #000;
    font-size: 36px;
}
.hform01 .biao01{
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 3% auto 0;
    padding: 5.6%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.form_lists .form_item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    margin-bottom: 30px;
}
.form_lists .lable{
    font-size: 20px;
    color: #000000;  
    white-space: nowrap;  
}
.form_lists .lable i{
    color: #f70909;
    font-style: initial;
}
.form_lists .input{
    flex: 1;
    margin-left: 15px;
}
.form_lists .input input{
    width: 100%;
}
.form_lists .form_erea{
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}
.form_lists .form_erea .input{
    margin-left: 0;
    background-color: #eeeeee;
    margin-top: 15px;
}
.form_lists .form_erea textarea{
    min-height: 180px;
    padding: 15px;
    color: #666;    
    border: none;
    resize: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.hform01 .form_btn{
    margin: 20px auto 0;
    text-align: center;
}
.hform01 .base_more{
    cursor: pointer;
}

@media (max-width: 1280px){
    .hform01 .title {
        font-size: 32px;
    }
    .hform01 .biao01 {
        padding: 3.6%;
    }
}
@media (max-width: 1024px){
    .form_lists .form_item {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .form_lists .lable {
        font-size: 18px;
    }
}
@media (max-width: 768px){
    .hform01{
        padding: 35px 0;
    }
    .form_lists .lable {
        font-size: 16px;
    }
    .hform01 .title {
        font-size: 28px;
    }
    .form_lists .form_erea textarea {
        min-height: 120px;
    }
}
@media (max-width: 640px){
    .hform01 {
        padding: 25px 0;
    }
    .hform01 .title {
        font-size: 20px;
    }
    .hform01 .biao01 {
        margin-top: 15px;
        border-radius: 15px;
    }
    .form_lists .form_item {
        margin-bottom: 10px;
    }
    .form_lists .lable {
        font-size: 14px;
    }
}


/* 2024.11.4 */
.science00{
    padding: 120px 0 0;
}
.science00 .hlist3{
    margin-top: 55px;    
}
.hlist3{
    display: flex;
    flex-wrap: wrap;
}
.hlist3 .item{
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
    width: 48.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hlist3 .item:not(:nth-child(2n+1)){
    margin-left: 3%;
}
.hlist3 .tit{
    flex: 1;
    margin-right: 10px;
    color: #333333;
    font-size: 20px;
}
.hlist3 .hlist3_btn{
    padding-right: 30px;
    white-space: nowrap;
    color: #999999;
    position: relative;
    line-height: 1;
}
.hlist3 .hlist3_btn::before{
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: rotate(90deg) translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/page_right03.png);
    width: 13px;
    height: 10px;
    transform-origin: 100%;
}

.hlist3_main{
    text-align: center;
    padding-top: 25px;
}
.hlist3_main .hlist3_more{
    display: inline-block;
    border-bottom:1px solid #999999;
    padding-bottom: 4px;
    color:#999;
}
.hlist3 .item:hover .tit {
    color:#025ef7;
}
.hlist3 .item:hover .hlist3_btn:before{
    background-image:url(../images/page_right01.png);
}
.hlist3 .item:hover .hlist3_btn{
    color:#025ef7;
}
@media (max-width: 1459px) {
    .science00 {
        padding: 80px 0 0;
    }
    .hlist3 .item {
        padding: 20px;
    }
    .science00 .hlist3{
        margin-top: 30px;
    }
    .hlist3_main{
        padding-top: 10px;
    }
    .hlist3 .tit{
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .hlist3 .tit{
        font-size: 16px;
    }
    .science00 {
        padding: 40px 0 0;
    }
}
@media (max-width: 640px) {
    .hlist3 .item {
        padding: 15px;
        width: 100%;
        margin-bottom: 10px;
    }
    .hlist3 .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .science00 .hlist3 {
        margin-top: 15px;
    }
    .hlist3 .tit {
        font-size: 14px;
    }
    .hlist3 .tit {
        font-size: 14px;
    }

    .hlist3 .hlist3_btn {
        font-size: 12px;
        padding-right: 20px;
    }

    .hlist3 .hlist3_btn::before {
        top: 60%;
    }
}



.poster_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  z-index: 999;
  display: none;
}
.poster_form.cur{
  display: block;
}

.poster_form .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.poster_form .main {
  width: 95%;
  max-width: 540px;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 15px;
  position: relative;
}

.poster_form .poster_form_tit {
  color: #333;
  text-align: center;
  font-size: 28px;
}

.poster_form .main .close {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.poster_form .main .close:before {
content:'';
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(-45deg);
width: 100%;
height: 2px;
background-color: #000;
}
.poster_form .main .close::after {
content:'';
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(45deg);
width: 100%;
height: 2px;
background-color: #000;
}

.poster_form .main .form_lists {
  margin-top: 30px;
}

.poster_form .form_btn {
  text-align: center;
}

.poster_form_btn{
    font-size: 28px;
    margin-bottom: 30px;
    cursor: pointer;
}
@media (max-width: 1459px) {
    .poster_form_btn{
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
  .poster_form .poster_form_tit {
    font-size: 20px;
  }
  .poster_form .main {
    padding: 35px 20px;
  }
  .poster_form .main .form_lists {
    margin-top: 15px;
  }
  .poster_form_btn{
        font-size: 20px;
    }
}
