



/* 汽车业务 */
.car01{
    position: relative;
}
.car01 .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%);
    z-index: 2;
}
.car01 .text .text_box{
    display: inline-block;
}
.car01 .text .title{
    font-size: 52px;
    color: #fff;
    line-height: 1.26;
    transform: translate(0,-30px);
    -webkit-transform: translate(0,-30px);
    -moz-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.car01 .text .desc{
    transform: translate(0,30px);
    -webkit-transform: translate(0,30px);
    -moz-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    -o-transform: translate(0,30px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.car01 .swiper-slide-active .text .title,
.car01 .swiper-slide-active .text .desc{
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.car01 .text .t01{
    font-size: 32px;
    color: #fff;
    line-height: 2;
}
.car01 .text .desc{
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 3.5;
    color: rgba(255, 255, 255, .7);
    text-align: center;
}

.car01 .text .title span{
    background-image: linear-gradient(#1492e2, #0e8cdf);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}
.car01 .text .t01 span{
    background-image: linear-gradient(to right, #74a2ff , #74b1ff);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}

.car01 .swiper-pagination{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.car01 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 10px;
}

.car01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}


.car02{
    position: relative;
    padding: 100px 0 115px;
    z-index: 1;
}
.car02 .container{
    position: relative;
}
.car02::before{
    content: '';
    display: block;
    width: 57.4%;
    position: absolute;
    left: 0;
    top: 0;
    height: 58%;
    background-image: linear-gradient(#fff, transparent);
    opacity: .5;
    z-index: 0;
}
.car02 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.car02 .content .left{
    width: 50%;
    padding-right: 15px;
}
.car02 .left .title{
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.car02 .left .desc{
    color: #333333;
    margin-top: 50px;
}

.car02 .content .right{
    width: 50%;
    position: relative;
}
.car02 .content .open_video{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-image: url(../images/video_btn.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    cursor: pointer;
}
.car02 .content .video_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.car02 .content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car02 .list{
    display: flex;
    padding-top: 80px;
}
.car02 .list .item{
    width: 25%;
    position: relative;
    text-align: center;
    padding: 35px 0;
}
.car02 .list .item:hover{
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.car02 .list .item:hover .tit,
.car02 .list .item:hover .ctit{
    color: #fff;
}
.car02 .list .tit{
    font-size: 30px;
    color: #005bac;
    position: relative;
}
.car02 .list .ctit{
    color: #333333;
    margin-top: 20px;
    position: relative;
}
.car02 .list .item::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(#fff, transparent);
}
.car02 .list .item::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.car02 .list .item:nth-child(5n+3)::before{
    opacity: .5;
    background-image: linear-gradient(#fff, transparent);
}
.car02 .list .item:nth-child(5n+1)::before{
    opacity: .2;
    background-image: linear-gradient(to right, #fff , transparent);
}
.car02 .list .item:nth-child(5n+2)::before{
    opacity: .3;
    background-image: linear-gradient(#fff, transparent);
}
.car02 .list .item:nth-child(5n+4)::before{
    opacity: .3;
    background-image: linear-gradient(#fff, transparent);
}
.car02 .list .item:nth-child(5n+5)::before{
    opacity: .3;
    background-image: linear-gradient(to right, transparent, #fff );
}

.car02 .main{
    margin-top: 110px;
    position: relative;
}
.car02 .main video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.car02 .main .video_box{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.car02 .main .open_video{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-image: url(../images/video_btn.png);
    width: 60px;
    height: 60px;
    background-size: contain;   
    cursor: pointer;
}

.car03{
    overflow: hidden;
    position: relative;
    padding-bottom: 135px;
}
.car03 .main{
    position: relative;
}
.car03 .title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.66;
}
.car03 .desc{
    margin: 30px 0 60px;
    text-align: center;
}
.car03 .swiper-container{
    overflow: unset;
}
.car03 .swiper-slide img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.car03 .swiper-slide{
    opacity: 0;
}
.car03 .swiper-slide.swiper-slide-active,
.car03 .swiper-slide.swiper-slide-next,
.car03 .swiper-slide.swiper-slide-next + .swiper-slide,
.car03 .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide,
.car03 .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide{
    opacity: 1;
}

.car03 .swiper-slide .item{
    position: relative;
}
.car03 .swiper-slide .item .video_btn{
    position: absolute;
    left: 50%;
    top: 35%;
    z-index: 1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-image: url(../images/video_btn.png);
    width: 40px;
    height: 40px;
    background-size: contain;
}
.car03 .swiper-slide.swiper-slide-active .item .video_btn{
    top: 50%;
}
.car03 .swiper-slide .ctit{
    margin-top: 30px;
    font-size: 24px;
}
.car03 .swiper-slide .cdesc{
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.car03 .swiper-slide.swiper-slide-active{
    width: 48% !important;
}
.car03 .swiper-slide.swiper-slide-active .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: rgba(16, 26, 39, .8);
    color: #fff;
    padding: 40px 30px;
}
.car03 .swiper-slide.swiper-slide-active .cdesc {
    /* flex: 1; */
    padding-left: 40px;
    margin-top: 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.car03 .swiper-slide.swiper-slide-active .ctit{
    margin-top: 0;
    white-space: nowrap;
}
.car03 .swiper_box{
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 49%;
    display: flex;
    align-items: center;
}
.car03 .btn_box::before{
    content: '';
    display: block;
    width: 10000%;
    height: 1px;
    background-color: #d3d6da;
    position: absolute;
    left: 106%;
}
.car03 .btn_box{
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
    position: relative;

}
.car03 .swiper_box .swiper_tit{
    font-size: 24px;
    color: #9ea9b8;
}
.car03.base_swiper .swiper_btn{
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}
.car03 .swiper_box .swiper_tit span:first-child{
    font-size: 30px;
    color: #005bac;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.car03.base_swiper .swiper_btn{
    border: 2px solid #c6c9cf;
    position: relative;
    left: unset;
    right: unset;
}
.car03.base_swiper .prev::before,
.car03.base_swiper .next::before{
    border-color: #c6c9cf;
}
.car03.base_swiper .swiper_btn:hover::before{
    border-color: #fff;
}
.car03.base_swiper .swiper_btn:hover{
    border-color: transparent;
    background-image: linear-gradient(to right, #015cad , #0b76c0);
}

.car04{
    padding-bottom: 260px;
    position: relative;
}
.car04::before{
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(#fff, transparent);
    opacity: .7;
    z-index: 0;
}
.car04 .main{
    position: relative;
}
.car04 .title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.66;
}
.car04 .desc{
    margin: 30px 0 60px;
    text-align: center;
}
.car04 .item{
    position: relative;
}

.car04 .swiper-slide.swiper-slide-active .text{
    display: flex;
}
.car04 .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: rgba(16, 26, 39, .8);
    color: #fff;
    padding: 40px 30px 20px 30px;
    display: none;
    width: 100%;
}
.car04 .swiper-slide{
    width: 920px !important;
    height: 614px !important;
}
.car04 .swiper-slide  img{
    width: 100%;
}
.car04 .swiper-slide .ctit {
    margin-top: 0;
    white-space: nowrap;
    padding-top: 5px;
}
.car04 .swiper-slide .cdesc {
    padding-left: 40px;
    margin-top: 0;
    /* -webkit-line-clamp: 2;
    line-clamp: 2; */
}

.car04.base_swiper .prev {
    left: 30px;
}
.car04.base_swiper .prev {
    left: 30px;
}


.car04 .swiper-slide.swiper-slide-active .item::before{
    display: none;
}
.car04 .swiper-slide .item::before,
.car04 .swiper-slide.swiper-slide-next + .swiper-slide .item::before{
    opacity: .8 ;
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.car04 .swiper-slide + .swiper-slide-prev .item::before,
.car04 .swiper-slide.swiper-slide-next .item::before{
    opacity: .7 ;
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



.car05 .title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.car05 .ctit{
    text-align: center;
    margin-top: 30px;
}
@media(max-width:1910px){
    .car03 .swiper_box{
        bottom: 0px;
    }
}
@media(max-width:1865px){
    .car03 .swiper-slide.swiper-slide-active {
        width: 60% !important;
    }
    .car03 .swiper_box {
        width: 39%;
    }

}

@media(max-width:1459px){
    .car04 .swiper-slide {
        width: 900px !important;
    }
    .car04{
        padding-bottom: 160px;
    }
    .car01 .text .title {
        font-size: 36px;
    }
    .car01 .text .t01 {
        font-size: 24px;
    }
    .car01 .text .desc {
        font-size: 18px;
    }
    .car02 .list {
        padding-top: 60px;
    }
    .car02 {
        padding: 50px 0;
    }
    .car02 .main {
        margin-top: 60px;
    }
    .car03{
        padding-bottom: 80px;
    }
    .car03 .swiper_box {
        bottom: 30px;
    }
    
    .car03 .swiper-slide.swiper-slide-active .text{
        position: static;
    }
}
@media(max-width:1024px){
    .car04{
        padding-bottom: 50px;
    }
    .car03 .title,
    .car04 .title,
    .car05 .title{
        font-size: 24px;
    }
    .car03 .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }
    .car03 .swiper_box {
        bottom: -50px;
        width: 100%;
    }
    .car02 .left .title{
        font-size: 24px;    
    }
    .car02 .left .desc{
        margin-top: 30px;
    }
    .car02 .list {
        padding-top: 40px;
    }
}

@media(max-width:768px){
    .car02 .list {
        padding-top: 20px;
    }
    .car02 .main .open_video,
    .car02 .content .open_video{
        width: 35px;
        height: 35px;
    }
    .car03 .desc,
    .car04 .desc{
        margin: 10px 0;
    }
    
    .car02 {
        padding: 30px 0;
    }
    
    .car02 .main {
        margin-top: 30px;
    }
    
    .car02 .list .tit {
        font-size: 24px;
    }
    
    .car02 .list .item {
        padding: 15px 0;
    }
    
    .car02 .list .ctit {
        margin-top: 10px;
    }
    .car03 .title,
    .car04 .title,
    .car05 .title{
        font-size: 18px;
    }
    .car04 .swiper-slide {
        width: 100% !important;
        height: auto !important;
    }
    .car04::before{
        display: none;    
    }
    .car03 .swiper-slide .ctit{
        font-size: 20px;
    }
    .car01 .text .title {
        font-size: 24px;
    }
    
    .car01 .text .desc {
        font-size: 16px;
    }
    
    .car01 .text .t01 {
        font-size: 20px;
    }
    .car02 .left .title {
        font-size: 20px;
    }
    .car04 {
        padding-bottom: 30px;
    }
}
@media(max-width:480px){
    .car04 {
        padding-bottom: 20px;
    }
    .car01 .text .desc {
        font-size: 12px;
        line-height: 1.5;
    }
    .car01 .text .title {
        font-size: 16px;
    }
    .car01 .text .t01 {
        font-size: 14px;
    }
    .car01 .text .desc {
        font-size: 12px;
        line-height: 1.5;
    }
    .car02 .content {
        flex-wrap: wrap;
    }
    .car02 .content .left {
        width: 100%;
        padding: 15px 0;
    }
    .car02 .content .right {
        width: 100%;
    }
    .car02 .left .title {
        font-size: 18px;
    }
    .car02 .list {
        flex-wrap: wrap;
    }
    .car02 .list .item {
        width: 50%;
        padding: 10px 0;
    }
    .car02 .list .tit {
        font-size: 18px;
    }
    .car02 .list .ctit {
        margin-top: 5px;
    }
    .car03 .swiper-slide.swiper-slide-active .text {
        flex-wrap: wrap;
        padding: 15px;
    }
    .car03 .swiper-slide.swiper-slide-active .cdesc {
        padding-left: 0;
        margin-top: 10px;
        font-size: 12px;
    }
    .car03 .swiper_box .swiper_tit {
        font-size: 16px;
    }
    .car03 .swiper_box .swiper_tit span:first-child {
        font-size: 20px;
    }
    .car03 .btn_box {
        width: 135px;
    }
    .car05 .ctit {
        margin-top: 10px;
    }
    .car04 {
        padding-bottom: 20px;
    }
    .car04 .text {
        padding: 15px;
        flex-wrap: wrap;
        height: 100%;
    }
    
    .car04 .swiper-slide .cdesc {
        padding-left: 0;
        font-size: 12px;
        margin-top: 10px;
    }
    
    .car04 .swiper-slide.swiper-slide-active .text {
        display: block;
        align-items: flex-end;
    }
}



/* 下载中心 */
.down01{
    padding: 90px 0 110px;
}
.down01 .title{
    text-align: center;
}
.down01 .desc{
    text-align: center;
    margin-top: 30px;
    
}

.down01 .list{
    display: flex;
    padding-top: 63px;
    flex-wrap: wrap;
}
.down01 .list .item{
    width: 30.66%;
    background-image: url(../images/icon17.png);
    background-repeat: no-repeat;
    background-position: bottom -45% right -262%;
    background-size: 94%;
    padding: 40px 30px 45px 50px;
    background-color: #fff;
    margin-bottom: 4%;
}
.down01 .list .item .tit{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.down01 .list .item:not(:nth-child(3n+1)){
    margin-left: 4%;
}
.down01 .item .icon{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333;
}
.down01 .item .icon img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.down01 .item .ctit{
    margin-top: 20px;
}
.down01 .item .btn{
    margin-top: 80px;
    display: flex;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 160px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    background-color: #f3f3f5;
}
.down01 .item .img1{
    display:block;
}
.down01 .item .img2{
    display:none;
}
.down01 .item .img{
    background-image: url(../images/icon18.png);
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.down01 .item:hover .img{
    background-image: url(../images/icon19.png);
}
.down01 .item:hover .btn{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1694d4);

}
.down01 .item:hover{
    box-shadow: 0 10px 15px #b7b9be;
}

.down02 {
    padding-bottom: 16px;
}
.down02 .title{
    text-align: center;
}
.down02 .desc{
    text-align: center;
    margin-top: 30px;
}
.down02 .main{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}
.down02 .main .left{
    left: 0;
    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: 1;
    width: 40%;
}
.down02 .main .right{
    width: 66%;
    box-shadow: 0 0 10px #f9f9fa;
    background-color: #fff;
    position: relative;
    padding: 50px 75px 50px 0;
}
.down02 .main .ctop{
    padding-left: 120px;
    position: relative;
}
.down02 .main .ctop::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.down02 .main .ctop .num.cur{
    border-bottom: 1px solid #fff;
}
.down02 .main .ctop  .num{
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 45px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    line-height: 45px;
    font-size: 24px;
    color: #333333;
    line-height: 1.25;
    font-family: "HarmonyOS_Sans_SC_Medium";
    cursor: pointer;
}
.down02 .main .ctop .num::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.down02 .main .list{
    padding-left: 170px;
    padding-top: 40px;
    padding-bottom: 34px;
}
.down02 .main .item .tit{
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}
.down02 .main .item{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.down02 .main .btn{
    background-color: #f3f3f5;
    width: 100px;
    line-height: 35px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}
.down02 .main .img {
    background-image: url(../images/icon18.png);
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}
.down02 .main .item:hover .img{
    background-image: url(../images/icon19.png);
}
.down02 .main .item:hover .btn{
    background-image: linear-gradient(to right, #005cac , #1694d4);
    color: #fff;
}


.tagmsg .main .ctop .imgbox{
    width: 55px;
}
.tagmsg .main  .text{
    color: #fff;
    padding-left: 35px;
}
.tagmsg .main .tit{
    font-size: 14px;
    line-height: 2;
}
.tagmsg .main .tel{
    font-size: 20px;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.tagmsg .main form{
    padding: 40px 40px 0;
}
.tagmsg .f_tit{
    font-size: 16px;
    color: #030c19;
    margin-bottom: 20px;
}
.tagmsg .form{
    padding-bottom: 20px;
}
.tagmsg .form .list{
    display: flex;
    flex-wrap: wrap;
}
.tagmsg .form .item{
    width: 49%;
    background-color: #f3f4f5;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    overflow: hidden;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.tagmsg .form .item label{
    white-space: nowrap;
}
.tagmsg .form .item input{
    padding-left: 15px;
    flex: 1;
}
.tagmsg .form .item:not(:nth-child(2n+1)){
    margin-left: 2%;
}
.tagmsg .form .item label i{
    color: #ff0000;
}
.tagmsg .form1 .list{
    display: flex;
    flex-wrap: wrap;
}
.tagmsg .form1 .item{
    width: 49%;
    margin-bottom: 30px;
}
.tagmsg .form1 .item:not(:nth-child(2n+1)){
    margin-left: 2%;
}
.tagmsg .form1 i{
    width: 15px;
    height: 15px;
    border: 1px solid #c1c4cb;
    display: block;
    margin-right: 10px;
    position: relative;
}
.tagmsg .form1 label{
    display: flex;
}
.tagmsg .form1 label.cur i::before{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    border-top: 1px solid #c1c4cb;
    border-right: 1px solid #c1c4cb;
    right: 2px;
    width: 9px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.tagmsg .form1 .other_t{
    width: 100%;
    border-bottom: 1px solid #c1c4cb;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-left: 0 !important;
}
.tagmsg .form1 .other_t input{
    margin-left: 15px;
}
.tagmsg .conceal {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    justify-content: center;
}
.tagmsg .conceal span {
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    position: relative;
    display: block;
    margin-right: 10px;
}
.tagmsg .conceal.cur span::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    right: 4px;
    width: 10px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.tagmsg .submit{
    width: 200px;
    height: 50px;
    background-image: linear-gradient(to right, #005cac , #1694d4);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 20px auto 0;
    display: block;
    font-size: 16px;
    color: #fff;
}
@media(max-width:1459px){
    .down01 {
        padding: 50px 0;
    }
    .down01 .list {
        padding-top: 40px;
    }
    .down02 .main{
        margin-top: 40px;
    }
}
@media(max-width:1366px){
    .down02 .main .left {
        width: 40%;
    }
    .down02 .main .right {
        padding: 30px 40px 30px 0;
    }
    .down01 .list .item{
        padding: 30px;
    }
}
@media(max-width:1024px){
    .down01 .list {
        padding-top: 40px;
    }
    .down02 .main .right {
        padding: 30px 40px 30px 0;
    }
    .down02 .main .list {
        padding-left: 150px;
    }
    .down02 .main .ctop {
        padding-left: 100px;
    }
    .down02 .main .ctop .num {
        padding: 5px 20px;
        font-size: 18px;
    }
    .down02 .main .list {
        padding-left: 75px;
    }
    .down02 .main .item .tit {
        font-size: 16px;
    }
    .down02 .main .btn {
        font-size: 16px;
    }
    .down01 .item .btn{
        margin-top: 40px;
    }
    .down01 {
        padding: 40px 0;
    }

}
@media(max-width:768px){
    .down02 .main .list {
        padding-left: 100px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .down02 .main .ctop {
        padding-left: 50px;
    }
    .down02 .desc{
        margin-top: 10px;
    }
    .down01 {
        padding: 30px 0;
    }
    .down01 .item .btn {
        width: 120px;
        line-height: 35px;
    }
    .down01 .item .icon{
        font-size: 18px;
    }
    .down01 .item .icon img {
        width: 30px;
        height: 30px;
    }
    .down01 .desc{
        margin-top: 20px;
    }
    .down02 .main,
    .down01 .list{
        margin-top: 20px;
    }
}
@media(max-width:480px){
    .down01 {
        padding: 20px 0;
    }
    .down01 .desc{
        margin-top: 10px;
    }
    .down01 .list {
        flex-wrap: wrap;
    }
    .down01 .list .item {
        width: 100%;
        padding: 15px;
        margin-bottom: 2%;
    }
    .down01 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .down02 .main {
        flex-wrap: wrap;
    }
    .down02 .main .left {
        width: 100%;
        position: static;
        transform: unset;
    }
    .down02 .main .right {
        width: 100%;
        padding: 15px;
    }
    .down02 .main .list {
        padding: 15px 0;
    }
    .down02 .main .item {
        height: 40px;
    }
    .down02 .main .item .tit {
        font-size: 14px;
    }
    .down02 .main .btn {
        font-size: 12px;
        width: 70px;
    }
    .down02 .main .img {
        background-size: 10px;
    }
    .down02 .main .ctop {
        padding-left: 10px;
    }
    .down02 .main .ctop .num {
        font-size: 16px;
    }
    
    .tagmsg .main form {
        padding: 15px 15px 0;
    }
    
    .tagmsg .form .item {
        width: 100%;
        height: 35px;
    }
    .tagmsg .form .item label{
        font-size: 12px;
    }
    .tagmsg .form .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .tagmsg .form .item{
        margin-bottom: 10px;
    }
    .tagmsg .submit {
        width: 100px;
        height: 30px;
        font-size: 14px;
    }
    .tagmsg .f_tit{
        font-size: 14px;
    }
    .tagmsg .form1 label {
        font-size: 12px;
    }
    .tagmsg .form1 .item {
        margin-bottom: 10px;
    }
    .tagmsg .main .ctop {
        padding: 10px;
    }
    
    .tagmsg .main .ctop .imgbox {
        width: 30px;
    }
    
    .tagmsg .main .tel {
        font-size: 14px;
    }
    
    .tagmsg .main .tit {
        font-size: 12px;
    }
    .tagmsg .main{
        overflow: auto;
        height: 500px;
    }
}

/* wiki社区 */
.wiki01{
    padding:25px 0 ;
    background-color: #ffffff;
}
.wiki01 .content{
    display: flex;
    justify-content: space-between;
}
.wiki01 .content .tit{
    font-size: 24px;
    color: #333333;
}
.wiki01 .content .search_box{
    border: 1px solid #ededed;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 330px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #f3f3f5;
    overflow: hidden;
}
.wiki01 .content input{
    font-size: 16px;
    line-height: 1.875;
    color: #999999;
}
.wiki01 .content input::placeholder{
    color: #999999;
}
.wiki01 .content .btn{
    background-image: url(../images/icon20.png);
    width: 18px;
    height: 18px;
}
.wiki02 {
    padding: 40px 0 60px;
}

.wiki02 .content{
    display: flex;
    justify-content: space-between;
}
.wiki02 .content .left{
    width: 21.5%;
    background-color: #fff;
    min-width: 220px;
}
.wiki02 .content .right{
    flex: 1;
    margin-left: 3%;
    background-color: #fff;
    padding: 30px 60px 30px 60px;
}

.wiki02 .tit{
    cursor: pointer;
}
.wiki02 .left>.list>.tit{
    background-color: #1a1f27;
    color: #fff;
    line-height: 1.25;
    font-size: 24px;
}
.wiki02 .left>.list .tit{
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #e5e7e9;
    line-height: 1.5;
}
.wiki02 .left>.list>.list>.item>.tit{
    font-size: 16px;
    color: #333333;
}
.wiki02 .left>.list>.list>.item>.list>.item>.tit{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 20px 20px 20px 60px;
    cursor: pointer;
    border-bottom: 1px solid #e5e7e9;
    position: relative;
    display: block;
}    
.wiki02 .left>.list>.list .list{
    display: none;
}
.wiki02 .left>.list>.list>.item>.tit:hover{
    background-color: #475463;
    color: #fff;
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item:hover{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item.cur{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.wiki02 .left .item.cur>.tit{
    position: relative;
}
.wiki02 .left .item.cur>.tit::before{
    width: 13px;
    height: 2px;
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: '';
    background-color: #aaaaaa;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.wiki02 .left .item.cur>.tit::after{
    width: 2px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    content: '';
    background-color: #aaaaaa;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.wiki02 .left>.list>.list>.item>.tit:hover::before,
.wiki02 .left>.list>.list>.item>.tit:hover::after{
    background-color: #fff;
}
.wiki02 .left>.list>.list>.item>.tit.cur{
    background-color: #475463;
    color: #fff ;
}
.wiki02 .left>.list>.list>.item>.tit.cur::before,
.wiki02 .left>.list>.list>.item>.tit.cur::after{
    background-color: #fff;
}
.wiki02 .left>.list>.list>.item>.tit.cur::after{
    display: none;
}
.wiki02 .left>.list>.list>.item>.list>.item>.tit.cur::after{
    display: none;
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item:hover::before{
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.wiki02 .right{
    padding: 30px 60px 35px 60px;
}
.wiki02 .home{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7e9;
}
.wiki02 .home img{
    margin-top: -2px;
    margin-right: 5px;
}
.wiki02 .home span,
.wiki02 .home a{
    margin: 0 5px;
}
.wiki02 .main{
    padding: 35px 0 50px;
}
.wiki02 .home span{
    color: #999;
}
.wiki02 .main .title{
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
}
.wiki02 .main p{
    font-size: 16px;
    line-height: 1.5;
}
.wiki02 .right .paging{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #e5e7e9;
}
.wiki02 .right .page_btn{
    width: 120px;
    line-height: 40px;
    border: 2px solid #e5e7e9;
    text-align: center;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}
.wiki02 .right .page_btn::before{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.wiki02 .right .prev::before{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    left: 22px;
}
.wiki02 .right .next::before{
    right: 18px;
}

@media(max-width:1459px){
    .wiki02 .content .right {
        padding: 30px;
    }
}
@media(max-width:1024px){
    .wiki02 .content .right {
        padding: 20px 20px;
    }
    .wiki02 .content .right {
        padding: 20px 20px;
    }
    
    .wiki02 .left>.list>.tit {
        font-size: 20px;
    }
    
    .wiki02 .left>.list .tit {
        padding: 15px;
    }
    
    .wiki02 .left>.list>.list>.item>.list>.item>.list>.item {
        padding: 10px 10px 10px 30px;
        font-size: 14px;
    }
    
    .wiki02 .left>.list>.list>.item>.list>.item>.list>.item:hover::before {
        top: 12px;
        width: 10px;
        height: 10px;
    }
    .wiki02 .main .title {
        font-size: 24px;
    }
}
@media(max-width:768px){
    .wiki02 .content {
        flex-wrap: wrap;
    }
    
    .wiki02 .content .left {
        width: 100%;
    }
    
    .wiki02 .content .right {
        margin-left: 0;
        margin-top: 10px;
    }
    .wiki02 .main .title {
        font-size: 20px;
    }
    .wiki01 .content .tit {
        font-size: 20px;
    }
    .wiki01 .content .tit {
        font-size: 20px;
    }
    
    .wiki01 .content .search_box {
        width: 200px;
        padding: 0 10px;
    }
    
    .wiki01 .content input {
        font-size: 14px;
        /* flex: 1; */
        width: calc(100% - 18px);
    }
    
    .wiki01 .content .btn {
        min-width: 18px;
    }
    .wiki02 {
        padding: 30px 0;
    }
    .wiki01{
        padding: 20px 0;    
    }
}
@media(max-width:480px){
    .wiki02 {
        padding: 20px 0;
    }
    .wiki02 .left>.list .tit{
        padding: 10px;
    }
}


/* 公司新闻 */
.index05{
    background-color: #f2f3f4;
}
.index05 .content{
    padding: 6.43% 0 3.95%;
}
.index05 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.index05 .list .item{
    display: flex;
    justify-content: space-between;
    width: 48.6%;
    margin-bottom: 2.8%;
}
.index05 .list .item:not(:nth-child(2n+1)){
    margin-left: 2.8%;
}
.index05 .item .left .imgbox{
    width: 100%;
    height: 100%;
}
.index05 .item .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index05 .item .left{
    width: 48%;
    overflow: hidden;
}
.index05 .item .right{
    width: 52%;
    padding: 40px 40px 30px;
    background-color: #fff;
    position: relative;
}
.index05 .item .right::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, #3583f3 ,transparent);
    z-index: 2;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.index05 .item .tit{
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index05 .item .desc{
    font-size: 14px;
    color: #333;
    margin: 20px 0 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.71;
}
.index05 .item .more_link{
    display: flex;
}
.index05 .item .time{
    position: relative;
    background-image: url(../images/zhong.png);
    background-position: center left;
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index05 .item .more{
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index05 .item:hover .tit{
    color: #005bac;
}
.index05 .item:hover .more{
    color: #005bac;
}
.index05 .item:hover .right::before{
    width: 100%;
}
.index05 .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);
}
.index05 .morelink{
    width: 175px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-image: linear-gradient(to right,#005bad,#1694d5);
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 1% auto 0;
}
@media(max-width:1024px){
    .index05 .list{
        margin-top: 25px;
    }
}
@media(max-width:768px){
    .index05 .list .item{
        flex-wrap: wrap;
    }
    .index05 .item .left{
        width: 100%;
    }
    .index05 .item .right{
        width: 100%;
    }
    .index05 .morelink {
        width: 130px;
        line-height: 40px;
    }
    .index05 .item .right{
        padding: 20px;
    }
    .index05 .item .tit{
        font-size: 18px;
    }
}
@media(max-width:650px){
    .index05 .list{
        flex-wrap: wrap;
    }
    .index05 .list .item{
        width: 100%;
    }
    .index05 .list .item:not(:nth-child(2n+1)){
        margin-left: 0;
    }
    .index05 .item .left .imgbox{
        height: 200px;
    }
    .index04 .item .imgbox img{
        object-fit: cover;
    }
    .index05 .item .tit {
        font-size: 16px;
    }
    .index05 .item .desc{
        margin: 10px 0;
        font-size: 12px;
    }
    .index05 .item .more {
        font-size: 12px;
    }
    .index05 .morelink {
        width: 80px;
        line-height: 30px;
        font-size: 14px;
    }
}


/* 产品中心 */
.pduct01{
    padding: 50px 0 0;
}
.pduct01 .list{
    display: flex;
    flex-wrap: wrap;
}
.pduct01 .list .item{
    width: 49%;
    display: flex;
    padding: 65px 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.pduct01 .list .item:not(:nth-child(2n+1)){
    margin-left: 2%;
}
.pduct01 .imgbox{
    width: 32%;
}
.pduct01 .text{
    padding-left: 5%;
    width: 40%;
}
.pduct01 .tit{
    font-size: 30px;
    line-height: 1.3;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pduct01 .clist{
    padding-top: 40px;
}
.pduct01 .citem{
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
    
}
.pduct01 .ctit{
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.pduct01 .num{
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
}
.pduct01 .btns{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.pduct01 .btn{
    width: 49%;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    background-image: linear-gradient(to right, #005cac , #1694d4);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.pduct01 .btn.btn1{
    background-image: unset;
    border: 1px solid #c1c4cb;
    color: #666666;
}

@media(max-width:1459px){
    .pduct01 .list .item {
        padding: 35px 2%;
    }
    .pduct01 .tit {
        font-size: 28px;
    }
    .pduct01 .clist {
        padding-top: 30px;
    }
    .pduct01 .ctit {
        font-size: 16px;
    }
    .pduct01 .num {
        font-size: 18px;
    }
}
@media(max-width:1024px){
    .pduct01 .list .item {
        flex-wrap: wrap;
        padding: 20px;
    }
    
    .pduct01 .text {
        margin-top: 20px;
        padding-left: 0;
        width: 100%;
    }
    
    .pduct01 .tit {
        font-size: 24px;
    }
    
    .pduct01 .clist {
        padding-top: 20px;
    }
    
    .pduct01 .list .item img {
        width: 280px;
    }
}
@media(max-width:768px){
    .pduct01 .tit{
        font-size: 20px;
    }
    .pduct01 .citem {
        padding: 5px 0;
    }
    .pduct01 .ctit {
        font-size: 14px;
    }
    .pduct01 .num {
        font-size: 16px;
    }
    .pduct01 .citem {
        padding: 5px 0;
    }
    
    .pduct01 .btn {
        line-height: 35px;
        font-size: 14px;
    }
    
    .pduct01 .btns {
        margin-top: 20px;
    }
    .pduct01 .list .item {
        padding: 15px;
    }
    .pduct01 {
        padding: 30px 0 0;
    }
}
@media(max-width:480px){
    .pduct01 .list .item {
        width: 100%;
        margin-bottom: 0;
    }
    .pduct01 .list .item:not(:last-child){
        margin-bottom: 20px;
    }
    
    .pduct01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .pduct01 .list .item img {
        width: 200px;
    }
    .pduct01 {
        padding: 20px 0 ;
    }
}
/* 详情 */
.subord .title {
    text-align: center;
    font-size: 48px;
}

.subord .edit {
    padding-top: 55px;
    font-size: 16px;
    line-height: 1.875;
}

@media (max-width: 1459px) {
    .subord .edit {
        padding-top: 45px;
    }

    .subord .title {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .subord .edit {
        padding-top: 35px;
    }

    .subord .title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .subord .edit {
        padding-top: 15px;
        font-size: 14px;
    }

    .subord .title {
        font-size: 18px;
    }
}
.car02 .main > img {
    position: relative;
    z-index: 1;
}
/* 详情3 */
.mat01 {
    background-color: #d9d9d9;
    padding-top: 110px;
}

    .mat01 .cimg img {
        width: 100%;
    }

    .mat01 .title {
        font-size: 42px;
        color: #333;
        line-height: 1.5;
        font-family: "HarmonyOS_Sans_SC_Bold";
        text-align: center;
    }

    .mat01 .desc {
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        font-family: "HarmonyOS_Sans_SC_Light";
        text-align: center;
        margin-top: 50px;
    }

    .mat01 .title span {
        background-image: linear-gradient(to right, #005cac, #1694d4);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }

    .mat01 .btns {
        display: flex;
        justify-content: space-between;
        padding-top: 80px;
        max-width: 555px;
        margin: 0 auto;
        width: 100%;
    }

        .mat01 .btns .btn {
            width: 31.33%;
            color: #fff;
            text-align: center;
            padding: 15px 0 15px 20px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            position: relative;
            border: 1px solid #bfd4e3;
            color: #0972bc;
            font-family: "HarmonyOS_Sans_SC_Medium";
        }

            .mat01 .btns .btn::before {
                content: '';
                display: block;
                position: absolute;
                left: 22%;
                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-repeat: no-repeat;
                background-position: center;
            }

            .mat01 .btns .btn:nth-child(1)::before {
                width: 20px;
                height: 20px;
                background-image: url(../images/icon231.png);
            }

            .mat01 .btns .btn:nth-child(2)::before {
                width: 18px;
                height: 22px;
                background-image: url(../images/icon241.png);
            }

            .mat01 .btns .btn:nth-child(3)::before {
                width: 20px;
                height: 18px;
                background-image: url(../images/icon251.png);
            }

            .mat01 .btns .btn:hover,
            .mat01 .btns .btn.btn1 {
                background-image: linear-gradient(to right, #005cac, #1694d4);
                color: #fff;
            }

            .mat01 .btns .btn:nth-child(1).btn1::before,
            .mat01 .btns .btn:nth-child(1):hover::before {
                background-image: url(../images/icon23.png);
            }

            .mat01 .btns .btn:nth-child(2).btn1::before,
            .mat01 .btns .btn:nth-child(2):hover::before {
                background-image: url(../images/icon24.png);
            }

            .mat01 .btns .btn:nth-child(3).btn1::before,
            .mat01 .btns .btn:nth-child(3):hover::before {
                background-image: url(../images/icon25.png);
            }

    .mat01 .video_btn {
        background-image: url(../images/icon30.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: contain;
        width: 40px;
        height: 41px;
        margin: 40px auto;
    }

    .mat01 .imgbox {
        width: 100%;
        text-align: center;
    }

.detals02 {
    background-color: #f0f0f0;
    padding: 185px 0 160px;
}

    .detals02 .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .detals02 .left {
        width: 40%;
    }

    .detals02 .right {
        width: 50%;
        text-align: right;
    }

        .detals02 .right .imgbox {
            display: inline-block;
        }

    .detals02 .tit {
        font-size: 50px;
        color: #333333;
        font-family: "HarmonyOS_Sans_SC_Medium";
    }

    .detals02 .ctit {
        font-size: 24px;
        color: #333333;
        font-family: "HarmonyOS_Sans_SC_Medium";
        margin-top: 30px;
    }

    .detals02 .desc {
        font-size: 18px;
        line-height: 1.5;
        color: #333;
        margin-top: 50px;
        font-family: "HarmonyOS_Sans_SC_Light";
    }

    .detals02 .list {
        display: flex;
        margin-top: 40px;
    }

        .detals02 .list .item {
            border: 1px solid #dddddd;
            padding: 25px 30px;
            position: relative;
            display: flex;
            align-items: center;
        }

    .detals02 .video_btn {
        font-size: 16px;
        color: #333333;
        font-family: "HarmonyOS_Sans_SC_Medium";
        padding-left: 60px;
        margin-top: 50px;
        position: relative;
    }

        .detals02 .video_btn::before {
            content: '';
            display: block;
            background-image: url(../images/icon27.png);
            background-repeat: no-repeat;
            background-position: center left;
            background-size: contain;
            width: 40px;
            height: 41px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
        }

@media(max-width:1459px) {

    .detals02 .tit {
        font-size: 36px;
    }

    .detals02 .ctit {
        font-size: 20px;
        margin-top: 20px;
    }

    .detals02 .desc {
        font-size: 16px;
        margin-top: 30px;
    }

    .detals02 .list .item {
        padding: 15px 30px;
    }

    .detals02 .video_btn::before {
        width: 30px;
        height: 31px;
    }

    .detals02 .video_btn {
        padding-left: 40px;
        font-size: 14px;
    }

    .detals02 {
        padding: 100px 0;
    }

    .mat01 .title {
        font-size: 36px;
    }

    .mat01 .desc {
        margin-top: 20px;
    }

    .mat01 .btns {
        padding-top: 50px;
    }

    .mat01 .video_btn {
        margin: 20px auto;
    }
}

@media(max-width:1280px) {
    .detals02 {
        padding: 70px 0;
    }

        .detals02 .desc {
            margin-top: 20px;
        }

        .detals02 .list {
            margin-top: 20px;
        }

        .detals02 .video_btn {
            margin-top: 30px;
        }
}

@media(max-width:1024px) {
    .detals02 {
        padding: 40px 0;
    }

        .detals02 .tit {
            font-size: 24px;
        }

        .detals02 .ctit {
            font-size: 18px;
        }

        .detals02 .desc {
            font-size: 14px;
        }

        .detals02 .list .item {
            padding: 10px;
        }

    .mat01 .title {
        font-size: 24px;
    }
}

@media(max-width:900px) {
    .mat01 .desc {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .mat01 .title {
        font-size: 20px;
    }

    .mat01 .btns {
        padding-top: 20px;
    }

        .mat01 .btns .btn {
            font-size: 12px;
            padding: 10px 10px 10px 30px;
        }

            .mat01 .btns .btn::before {
                background-size: 10px;
                left: 13px;
            }
}



@media(max-width:640px) {
    .detals02 .content {
        flex-wrap: wrap;
    }

    .detals02 .left {
        width: 100%;
    }

    .detals02 .right {
        width: 100%;
    }

    .detals02 {
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
    .mat01 .title {
        font-size: 18px;
    }

    .mat01 .desc {
        font-size: 12px;
    }
}



/* 详情10 */
.info12.detals02 .content {
    flex-direction: row-reverse;
}

.info12.detals02 .list .item:not(:first-child) {
    margin-left: 50px;
}


.info12 .qlist {
    font-size: 16px;
    color: #333;
    padding-top: 50px;
}

    .info12 .qlist .qitem {
        position: relative;
        padding-left: 18px;
        margin-top: 15px;
        line-height: 1.875;
        font-family: "HarmonyOS_Sans_SC_Light";
    }

        .info12 .qlist .qitem::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 14px;
            width: 5px;
            height: 5px;
            background-image: linear-gradient(to right, #1795d5, #0567b4);
        }

.info07.mat01 {
    position: relative;
    padding-top: 0;
}

    .info07.mat01 .container {
        position: absolute;
        top: 31%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        width: 100%;
    }

    .info07.mat01 .title,
    .info07.mat01 .desc {
        color: #fff;
    }

    .info07.mat01 .btns .btn {
        border-color: #404143;
        color: #fff;
    }

    .info07.mat01.info07 .btns .btn:nth-child(1)::before {
        background-image: url(../images/icon23.png);
    }

    .info07.mat01.info07 .btns .btn:nth-child(2)::before {
        background-image: url(../images/icon24.png);
    }

    .info07.mat01 .btns .btn:nth-child(3)::before {
        background-image: url(../images/icon25.png);
    }

    .info07.mat01 .video_btn {
        background-image: url(../images/icon31.png);
    }

@media(max-width:1200px) {
    .info07.mat01 .container {
        top: 50%;
    }
}

@media(max-width:640px) {
    .info07.mat01 .cimg img {
        height: 280px;
    }
}


.info12.detals02 .tit {
    font-size: 42px;
    color: #333;
}

.detals02.info12 .wlist {
    display: flex;
    padding-top: 45px;
}

.detals02.info12 .witem {
    margin: 0 25px;
}

    .detals02.info12 .witem:first-child {
        margin-left: 0;
    }

    .detals02.info12 .witem .pimg {
        border: 1px solid #3f4045;
        width: 60px;
        height: 60px;
        position: relative;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .detals02.info12 .witem .ptit {
        font-size: 16px;
        color: #666666;
        line-height: 1.875;
        margin-top: 15px;
        text-align: center;
    }

    .detals02.info12 .witem .pimg img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

@media (max-width: 1459px) {
    .info12.detals02 .tit {
        font-size: 36px;
    }

    .detals02.info12 .wlist {
        padding-top: 25px;
    }

        .detals02.info12 .wlist .witem {
            margin: 0 10px;
        }
}

@media (max-width: 1024px) {
    .info12.detals02 .tit {
        font-size: 24px;
    }

    .detals02.info12 .wlist {
        flex-wrap: wrap;
    }

    .detals02.info12 .witem .pimg {
        height: 40px;
        width: 40px;
    }

        .detals02.info12 .witem .pimg img {
            max-height: 60%;
        }
}

@media (max-width: 768px) {
    .info12.detals02 .tit {
        font-size: 20px;
    }

    .detals02.info12 .wlist .witem {
        width: 16.66%;
        margin: 0;
    }
}

@media (max-width: 640px) {
    .info12 .qlist .qitem {
        margin-top: 10px;
        font-size: 14px;
    }

    .info12.detals02 .tit {
        font-size: 18px;
    }
}


.detals04 {
    padding: 125px 0;
    background-color: #f7f8f8;
}

    .detals04 .main {
        margin-top: 60px;
        position: relative;
    }

    .detals04 .item {
        position: relative;
    }

        .detals04 .item .text {
            position: absolute;
            bottom: 60px;
            left: 70px;
            right: 50px;
        }

        .detals04 .item img {
            width: 100%;
        }

        .detals04 .item .tit {
            font-size: 24px;
            color: #fff;
        }

        .detals04 .item .desc {
            font-size: 16px;
            line-height: 1.5;
            color: #ffffff;
            font-family: "HarmonyOS_Sans_SC_Light";
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-top: 10px;
        }


    .detals04 .base_swiper .prev {
        left: 100px;
    }

    .detals04 .base_swiper .next {
        right: 100px;
    }

    .detals04 .base_swiper .swiper_btn:hover {
        background-color: #005bac;
        border-color: #005bac;
    }


.nect01 {
    padding: 130px 0 120px;
    background-color: #fff;
    overflow: hidden;
}

    .nect01 .main {
        position: relative;
        padding: 80px 0;
    }

    .nect01 .swiper-container {
        overflow: unset;
    }

    .nect01 .item {
        padding-right: 90px;
        position: relative;
    }

        .nect01 .item .text {
            padding: 55px 120px 55px 80px;
            border-radius: 120px;
            -webkit-border-radius: 120px;
            -moz-border-radius: 120px;
            -ms-border-radius: 120px;
            -o-border-radius: 120px;
            box-shadow: 0 0 10px #fcfcfd;
            background-color: #fff;
        }

        .nect01 .item .tit {
            font-size: 28px;
            color: #333333;
            line-height: 1.5;
            font-family: "HarmonyOS_Sans_SC_Medium";
        }

        .nect01 .item .ctit {
            font-size: 18px;
            line-height: 1.66;
            color: #333333;
            font-family: "HarmonyOS_Sans_SC_Light";
            margin-top: 25px;
        }

        .nect01 .item:hover .text {
            background-image: linear-gradient(to right, #005cac, #1694d4);
        }

        .nect01 .item:hover .tit, .nect01 .item:hover .ctit, .nect01 .item:hover .state {
            color: #fff;
        }

        .nect01 .item .open_video {
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            background-image: url(../images/video_btn1.png);
            width: 23px;
            height: 35px;
            background-size: contain;
            cursor: pointer;
        }

        .nect01 .item .video_box {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
        }

            .nect01 .item .video_box video {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .nect01 .item .imgbox {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            border: 10px solid rgba(230, 232, 235, 0.5);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

    .nect01 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .nect01 .swiper-pagination {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .nect01 .item .state {
        font-size: 18px;
        line-height: 1.66;
        color: #333333;
        font-family: "HarmonyOS_Sans_SC_Light";
        text-align: right;
        margin-top: 10px;
    }

        .nect01 .item .state span {
            position: relative;
            padding-left: 80px;
        }

            .nect01 .item .state span::before {
                display: block;
                content: '';
                width: 50px;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
                -moz-transform: translate(0,-50%);
                -ms-transform: translate(0,-50%);
                -o-transform: translate(0,-50%);
                background-color: #c1c4cb;
                height: 2px;
            }

@media(max-width:1459px) {
    .detals04 .item .text {
        border: 30px;
        left: 30px;
        bottom: 30px;
    }

    .detals04 {
        padding: 80px 0;
    }

        .detals04 .main {
            margin-top: 40px;
        }

    .nect01 {
        padding: 80px 0;
    }
}


@media(max-width:1366px) {
    .nect01 .item .tit {
        font-size: 24px;
    }

    .nect01 .item .ctit {
        font-size: 16px;
    }

    .nect01 .item .text {
        padding: 35px 80px 35px 35px;
    }

    .nect01 .item .state {
        font-size: 14px;
    }

    .nect01 .item .imgbox img {
        width: 140px;
    }

    .nect01 {
        padding: 60px 0;
    }

        .nect01 .main {
            padding: 60px 0;
        }
}

@media(max-width:1024px) {
    .nect01 .item .text {
        padding: 20px 40px 20px 45px;
    }

    .nect01 .item .tit {
        font-size: 20px;
    }

    .nect01 .item .ctit {
        font-size: 14px;
        margin-top: 5px;
    }

    .nect01 .item .imgbox img {
        width: 100px;
    }

    .nect01 {
        padding: 40px 0;
    }

        .nect01 .main {
            padding: 40px 0;
        }

    .detals04 .base_swiper .prev {
        left: 20px;
    }

    .detals04 .base_swiper .next {
        right: 20px;
    }

    .detals04 .item .text {
        left: 15px;
        bottom: 15px;
        right: 15px;
    }

    .detals04 .item .tit {
        font-size: 20px;
    }

    .detals04 .item .desc {
        font-size: 14px;
    }

    .detals04 {
        padding: 40px 0;
    }

        .detals04 .main {
            margin-top: 20px;
        }
}

@media(max-width:768px) {
    .nect01 {
        padding: 30px 0;
    }

        .nect01 .main {
            padding: 30px 0;
        }

    .detals04 .item .tit {
        font-size: 18px;
    }

    .detals04 .item .desc {
        font-size: 12px;
    }
}

@media(max-width:640px) {
    .detals04 {
        padding: 20px 0;
    }

    .nect01 .item .tit {
        font-size: 14px;
    }

    .nect01 .item .ctit {
        font-size: 12px;
    }

    .nect01 .item .state {
        font-size: 12px;
    }

    .nect01 .item .imgbox img {
        width: 80px;
    }

    .nect01 {
        padding: 20px 0;
    }

        .nect01 .main {
            padding: 20px 0;
        }
}



/* 弹窗 */
.conusmsg .main{
    position: relative;
}
.conusmsg .close{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.conusmsg .close::before {
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #333;
    height: 2px;
}
.conusmsg .close::after {
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #333;
    height: 2px;
}

.conus_main{
    padding: 30px;
}
.conus_main .cus_tit{
    font-size: 14px;
    color: #1795d5;
    line-height: 1.5;
}
.conus_main .cus_tel{
    font-size: 20px;
    color: #1795d5;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-bottom: 20px;
}
.conus_main .cus_item{
    display: flex;
    background-color: #f3f4f5;
    margin-bottom: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 40px;
    align-items: center;
    padding: 0 15px;
}
.conus_main .cus_item input{
    flex: 1;
    padding-left: 15px;
}
.conus_main .cus_item label{
    font-size: 14px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.5;
    white-space: nowrap;
}
.conus_main .cus_item1{
    flex-wrap: wrap;    
    height: auto;
}
.conus_main .cus_item1 textarea{
    width: 100%;
    border: unset;
    resize: none;
    background-color: unset;
}
.conus_main .cus_btn{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.conus_main .cus_btn span {
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    position: relative;
}
.conus_main .cus_btn.cur span::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    right: 4px;
    width: 10px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.conus_main .cus_btn .cus_tt {
    font-size: 16px;
    color: #999;
    line-height: 1.875;
    margin-left: 10px;
}
.conus_main .submit {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    background-image: linear-gradient(to right, #005cac , #1694d4);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

/* 关于我们新闻 */
.abn01{
    padding: 70px 0 50px;
    background-color: #f2f3f4;
}
.abn01 .item{
    display: flex;
    background-color: #ffffff;
}
.abn01 .item .imgbox{
    width: 50%;
}
.abn01 .item .imgbox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.abn01 .item .text{
    width: 50%;
    padding: 15px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abn01 .item .imgbox img{
    width: 100%;
}
.abn01 .item .time{
    font-size: 18px;
    color: #666666;
}
.abn01 .item .tit{
    font-size: 26px;
    color: #333333;
    line-height:1.3;
    margin-top: 35px;
}
.abn01 .item .desc{
    margin-top: 35px;
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.875;
}
.abn01 .item .btn{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.abn02{
    padding: 0 0 120px;
    background-color: #f2f3f4;
}
.abn02 .list{
    padding-bottom: 10px;
}
.abn02 .item{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-color: #fff;
}
.abn02 .item .imgbox{
    width: 25.7%;
}
.abn02 .item .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abn02 .item .text{
    width: 74.3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 70px;
}
.abn02 .item .tl{
    width: calc(100% - 220px);
    padding-right: 70px;
}
.abn02 .item .tit{
    font-size: 22px;
    color: #333333;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.abn02 .item .desc{
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
    margin-top: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.abn02 .item .tr{
    padding: 0 75px;
    border-left:1px solid #e1e1e1 ;
    width: 220px;
}
.abn02 .item .month{
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
}
.abn02 .item .year{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}

@media(max-width:1459px){
    .abn01 {
        padding: 50px 0 35px;
    }
    
    .abn02 .item {
        margin-bottom: 35px;
    }
    
    .abn02 .item .month {
        font-size: 48px;
    }
    
    .abn02 .item .tr {
        width: 155px;
        padding: 0 40px;
    }
    .abn02 .item .tl {
        width: calc(100% - 155px);
        padding-right: 40px;
    }
    .abn02 .item .text {
        padding-left: 50px;
    }
    
    .abn01 .item .text {
        padding: 15px 45px;
    }
    
    .abn01 .item .tit {
        font-size: 24px;
        margin-top: 25px;
    }
    
    .abn01 .item .desc {
        margin-top: 30px;
        font-size: 14px;
    }
    
    .abn02 {
        padding-bottom: 100px;
    }
}
@media(max-width:1366px){

}
@media(max-width:1024px){
    .abn01 {
        padding:30px 0 25px;
    }
    
    .abn02 .item {
        margin-bottom: 25px;
    }
    
    .abn02 .item .month {
        font-size: 36px;
    }
    
    .abn02 .item .tr {
        padding: 0 20px;
        width: 105px;
    }
    .abn02 .item .tl {
        width: calc(100% - 105px);
    }
    
    .abn02 .item .text {
        padding-left: 30px;
    }
    
    .abn01 .item .text {
        padding: 15px 30px;
    }
    
    .abn01 .item .tit {
        font-size: 20px;
        margin-top: 25px;
    }
    
    .abn01 .item .desc {
        margin-top: 20px;
    }
    
    .abn02 {
        padding-bottom: 60px;
    }
    .abn02 .item .tit {
        font-size: 20px;
    }
    .abn02 .item .desc{
        font-size: 14px;
        margin-top: 20px;
    }
    
}
@media(max-width:768px){
    .abn02 .item .month {
        font-size: 24px;
    }
    
    .abn02 .item .year {
        font-size: 14px;
        margin-top: 5px;
    }
    
    .abn02 .item .tr {
        padding: 0 10px;
        width: 80px;
    }  
    .abn02 .item .tl {
        width: calc(100% - 80px);
    } 
    .abn02 .item .desc {
        margin-top: 5px;
        font-size: 12px;
    }
    
    .abn02 .item .tit {
        font-size: 18px;
    }
    .abn01 .item {
        flex-wrap: wrap;
    }
    
    .abn01 .item .imgbox {
        width: 100%;
    }
    
    .abn01 .item .text {
        width: 100%;
    }
    .abn02 .item {
        margin-bottom: 15px;
    }
    .abn02 .item .text {
        padding-left: 15px;
    }
    .abn02 {
        padding-bottom: 40px;
    }
}
@media(max-width:480px){
    .abn02 {
        padding-bottom: 20px;
    }
    .abn01 .item {
        flex-wrap: wrap;
    }
    .abn01 .item .imgbox {
        width: 100%;
    }
    .abn01 .item .text {
        width: 100%;
    }
    .abn02 .item {
        flex-wrap: wrap;
    }
    .abn02 .item .imgbox {
        width: 100%;
    }
    .abn02 .item .text {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 100%;
        padding: 15px;
    }
    .abn02 .item .tl {
        width: 100%;
        margin-top: 10px;
    }
    .abn02 .item .tr {
        padding: 0;
        border: none;
    }
}











/* 频道页 */
.natural01{
    padding: 95px 0;
}

.natural01 .base_title .en{
    color: rgba(240, 241, 242, .5);
}
.natural01 .list{
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
}
.natural01 .item{
    width: 31.33%;
    background-color: #fff;
    position: relative;
    margin-bottom: 3%;
}
.natural01 .item .imgbox{
    padding-bottom: 73%;
    position: relative;
}
.natural01 .item .imgbox img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.natural01 .item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #3683f2 ,transparent);
    z-index: 2;
}
.natural01 .item:not(:nth-child(3n+1)){
    margin-left: 3%;
}
.natural01 .item .text{
    padding: 40px;
    box-shadow: 0 0 10px #f0f1f2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.natural01 .item .text .cimg{
    max-width: 45px;
}
.natural01 .item .tit{
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.natural01 .item .desc{
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.natural01 .item:hover .text{
    box-shadow: 0 12px 24px #bfb8b8;
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.natural01 .item:hover .tit{
    color: #fff;
}
.natural01 .item:hover .desc{
    color: rgba(255, 255, 255, .4);
}
.natural01 .item .img1{
    display: block;
}
.natural01 .item .img2{
    display: none;
}
.natural01 .item:hover .img1{
    display: none;
}
.natural01 .item:hover .img2{
    display: block;
}

@media(max-width:1459px){
    .natural01 {
        padding: 60px 0;
    }
}
@media(max-width:1024px){
    .natural01 {
        padding: 40px 0;
    }
    .natural01 .list {
        margin-top: 45px;
    }
    .natural01 .item .text{
        padding: 20px;
    }
    .natural01 .item .cimg img{
        width: 35px;
    }
    .natural01 .item .desc {
        font-size: 14px;
    }
    .natural01 .item .tit {
        font-size: 18px;
    }
}
@media(max-width:768px){
    .natural01 {
        padding: 30px 0;
    }
    .natural01 .list {
        margin-top: 25px;
    }
}
@media(max-width:640px){
    .natural01 {
        padding: 20px 0;
    }
    .natural01 .item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .natural01 .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
}

/*资料下载*/
.load01{
    padding: 60px 0 90px;
}
.load01 .content{
    display: flex;
    justify-content: space-between;
}
.load01 .content .left{
    width: 25%;
    background-color: #fff;
}
.load01 .content .right{
    margin-left: 20px;
    flex: 1;
    background-color: #fff;
    padding: 60px 65px 40px;
}

.load01 .search_box{
    padding: 25px;
}
.load01 .search_b{
    background-color: #f8f9fa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.load01 .search_b{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    justify-content: space-between;
}
.load01 .search_b input{
    color: #333;
    font-size: 14px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.load01 .search_b .btn{
    min-width: 18px;
    width: 18px;
    height: 18px;
    background-image: url(../images/sousuo1.png);
}

.load01 .list{
    padding-top: 10px;
    position: relative;
}
.load01 .list::before{
    content: '';
    display: block;
    height: 10px;
    background-color: #e5e7e9;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.load01 .list .clist{
    display: none;
}
.load01 .list .tit{
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    padding: 35px 45px;
}
.load01 .list .tit::before {
    width: 15px;
    height: 2px;
    position: absolute;
    right: 25px;
    top: 50%;
    display: block;
    content: '';
    background-color: #333333;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.load01 .list .tit::after {
    width: 2px;
    height: 15px;
    position: absolute;
    right: 31px;
    top: 50%;
    display: block;
    content: '';
    background-color: #333333;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.load01 .list .tit.cur::after{
    display: none;
}
.load01 .list .citem{
    font-size: 16px;
    color: #333333;    
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 22.5px 45px;
    position: relative;
    display: block;
}
.load01 .list .citem::before{
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.load01 .list .citem.cur::before,
.load01 .list .citem:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 30px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.load01 .list .citem:hover,
.load01 .list .citem.cur{
    color: #005bac;
}
.load01 .list .citem:hover::before{
    border-color: #005bac;
}

.load01 .right .imgbox{
    text-align: center;
}
.load01 .right .t_tit{
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.load01 .right .ctit{
    font-size: 22px;
    color: #333;
    line-height: 1.5;
    margin:35px 0 15px;
}
.load01 .right .pitem{
    margin-top: 10px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    padding: 25px 100px 20px 30px;
    position: relative;
}
.load01 .right .pitem.cur span::before{
    display: block;
}
.load01 .right .pitem span{
    width: 15px;
    height: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #fff;
    border: 1px solid #dedede;
    position: relative;
}
.load01 .right .pitem span::before{
    content: '';
    display: none;
    position: absolute;
    top: 2px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    right: 2px;
    width: 9px;
    height: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.load01 .right .ptit{
    font-size: 16px;
    color: #333;
    line-height: 1.875;
    margin-left: 20px;
}
.load01 .right .d_tit{
    position: absolute;
    right: 30px;
    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%);
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    padding-left: 30px;
    background-image: url(../images/icon21.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.load01 .right .more_btn{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #1367b2;
    background-color: transparent;
    font-size: 14px;
    color: #005bac;
    width: 120px;
    line-height: 40px;
    text-align: center;
    margin: 40px auto 0;
    cursor: pointer;
}

@media(max-width:1459px){
    .load01 .content .right {
        padding: 30px;
    }
    
    .load01 .search_box {
        padding: 15px;
    }
    
    .load01 .list .tit {
        padding: 15px 30px;
        font-size: 18px;
    }
    .load01 .list .citem{
        padding: 15px 30px;
    }
}
@media(max-width:1024px){
    .load01 .content .left{
        min-width: 250px;
    }
    .load01 .right .ctit{
        font-size: 20px;
    }
    .load01 .right .pitem {
        padding: 15px 100px 15px 20px;
    }
    .load01 {
        padding: 40px 0 ;
    }
}
@media(max-width:680px){
    .load01 .content {
        flex-wrap: wrap;
    }
    
    .load01 .content .left {
        width: 100%;
        min-width: unset;
    }
    
    .load01 .content .right {
        width: 100%;
        margin-left: 0;
        margin-top: 15PX;
    }
    .load01 .right .d_tit {
        right: 15px;
        font-size: 14px;
    }
    .load01 .right .more_btn{
        margin-top: 20px;
    }
    .load01 {
        padding: 30px 0 ;
    }
}
@media(max-width:480px){
    .load01 .list .tit {
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .load01 .list .citem {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .load01 .search_b {
        padding: 15px 10px;
    }
    
    .load01 .content .right {
        padding: 30px 15px 15px;
    }
    
    .load01 .right .ctit {
        font-size: 16px;
        margin: 20px 0 10px;
    }
    
    .load01 .right .pitem {
        padding: 15px 15px 40px 15px;
    }
    
    .load01 .right .d_tit {
        right: 15px;
        bottom: 5px;
        top: unset;
        transform: unset;
        font-size: 12px;
        background-size: 12px;
        padding-left: 20px;
    }
    
    .load01 .right .ptit {
        font-size: 14px;
    }
    .load01 {
        padding: 20px 0 ;
    }
    .load01 .right .more_btn {
        width: 100px;
        line-height: 30px;
        font-size: 12px;
    }
}



/* wiki社区 */
.wiki01{
    padding:25px 0 ;
    background-color: #ffffff;
}
.wiki01 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wiki01 .content .tit{
    font-size: 24px;
    color: #333333;
}
.wiki01 .content .search_box{
    border: 1px solid #ededed;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 330px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #f3f3f5;
    overflow: hidden;
}
.wiki01 .content input{
    font-size: 16px;
    line-height: 1.875;
    color: #999999;
}
.wiki01 .content input::placeholder{
    color: #999999;
}
.wiki01 .content .btn{
    background-image: url(../images/icon20.png);
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.wiki02 {
    padding: 40px 0 60px;
}

.wiki02 .content{
    display: flex;
    justify-content: space-between;
}
.wiki02 .content .left{
    width: 21.5%;
    background-color: #fff;
    min-width: 220px;
}
.wiki02 .content .right{
    flex: 1;
    margin-left: 3%;
    background-color: #fff;
    padding: 30px 60px 30px 60px;
}

.wiki02 .m_tit{
    font-size: 16px;
    line-height: 1.875;
    padding: 20px 20px 20px 30px;
    position: relative;
}
.wiki02 .m_tit::before{
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.wiki02 .tit{
    cursor: pointer;
}
.wiki02 .left>.list>.tit{
    background-color: #1a1f27;
    color: #fff;
    line-height: 1.25;
    font-size: 24px;
}
.wiki02 .left>.list .tit{
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #e5e7e9;
    line-height: 1.5;
}
.wiki02 .left>.list>.list>.item>.tit{
    font-size: 16px;
    color: #333333;
}
.wiki02 .left>.list>.list>.item>.list>.item>.tit{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 20px 20px 20px 60px;
    cursor: pointer;
    border-bottom: 1px solid #e5e7e9;
    position: relative;
    display: block;
}    
.wiki02 .left>.list>.list .list{
    display: none;
}
.wiki02 .left>.list>.list>.item>.tit:hover{
    background-color: #475463;
    color: #fff;
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item:hover{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item.cur{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.wiki02 .left .item.cur>.tit{
    position: relative;
}
.wiki02 .left .item.cur>.tit::before{
    width: 13px;
    height: 2px;
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: '';
    background-color: #aaaaaa;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.wiki02 .left .item.cur>.tit::after{
    width: 2px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    content: '';
    background-color: #aaaaaa;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.wiki02 .left>.list>.list>.item>.tit:hover::before,
.wiki02 .left>.list>.list>.item>.tit:hover::after{
    background-color: #fff;
}
.wiki02 .left>.list>.list>.item>.tit.cur{
    background-color: #475463;
    color: #fff ;
}
.wiki02 .left>.list>.list>.item>.tit.cur::before,
.wiki02 .left>.list>.list>.item>.tit.cur::after{
    background-color: #fff;
}
.wiki02 .left>.list>.list>.item>.tit.cur::after{
    display: none;
}
.wiki02 .left>.list>.list>.item>.list>.item>.tit.cur::after{
    display: none;
}
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item:hover::before,
.wiki02 .left>.list>.list>.item>.list>.item>.list>.item.cur::before{
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.wiki02 .right{
    padding: 30px 60px 35px 60px;
}
.wiki02 .home{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7e9;
}
.wiki02 .home img{
    margin-top: -2px;
    margin-right: 5px;
}
.wiki02 .home span,
.wiki02 .home a{
    margin: 0 5px;
}
.wiki02 .main{
    padding: 35px 0 50px;
}
.wiki02 .home span{
    color: #999;
}
.wiki02 .main .title{
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
}
.wiki02 .main p{
    font-size: 16px;
    line-height: 1.5;
}
.wiki02 .right .paging{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #e5e7e9;
}
.wiki02 .right .page_btn{
    width: 120px;
    line-height: 40px;
    border: 2px solid #e5e7e9;
    text-align: center;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}
.wiki02 .right .page_btn::before{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.wiki02 .right .prev::before{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    left: 22px;
}
.wiki02 .right .next::before{
    right: 18px;
}

@media(max-width:1459px){
    .wiki02 .content .right {
        padding: 30px;
    }
}
@media(max-width:1024px){
    .wiki02 .content .right {
        padding: 20px 20px;
    }
    .wiki02 .content .right {
        padding: 20px 20px;
    }
    
    .wiki02 .left>.list>.tit {
        font-size: 20px;
    }
    
    .wiki02 .left>.list .tit {
        padding: 15px;
    }
    
    .wiki02 .left>.list>.list>.item>.list>.item>.list>.item {
        padding: 10px 10px 10px 30px;
        font-size: 14px;
    }
    
    .wiki02 .left>.list>.list>.item>.list>.item>.list>.item:hover::before {
        top: 12px;
        width: 10px;
        height: 10px;
    }
    .wiki02 .main .title {
        font-size: 24px;
    }
    .wiki02 .m_tit{
        padding: 10px 10px 10px 30px;
    }
    .wiki02 .m_tit::before {
        top: 18px;
        right: 15px;
    }
}
@media(max-width:768px){
    .wiki02 .content {
        flex-wrap: wrap;
    }
    
    .wiki02 .content .left {
        width: 100%;
    }
    
    .wiki02 .content .right {
        margin-left: 0;
        margin-top: 10px;
    }
    .wiki02 .main .title {
        font-size: 20px;
    }
    .wiki01 .content .tit {
        font-size: 20px;
    }
    .wiki01 .content .tit {
        font-size: 20px;
    }
    
    .wiki01 .content .search_box {
        width: 200px;
        padding: 0 10px;
    }
    
    .wiki01 .content input {
        font-size: 14px;
        /* flex: 1; */
        width: calc(100% - 18px);
    }
    
    .wiki01 .content .btn {
        min-width: 18px;
    }
    .wiki02 {
        padding: 30px 0;
    }
    .wiki01{
        padding: 20px 0;    
    }
    .wiki02 .m_tit {
        padding: 10px 10px 10px 10px;
    }
}
@media(max-width:480px){
    .wiki02 {
        padding: 20px 0;
    }
    .wiki02 .left>.list .tit{
        padding: 10px;
    }
}


/* 弹窗 */
.base_tag{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}
.base_tag .content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.base_tag .main{
    width: 95%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.base_tag  .close{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.base_tag .main .close::before{
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #a1a1a1;
    height: 2px;
}
.base_tag .main .close::after{
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #a1a1a1;
    height: 2px;
}

.natmsg .main{
    max-width: 560px;
    padding: 60px 80px 70px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.natmsg .title{
    font-size: 26px;
    color: #0b76bf;
    line-height: 2;
    text-align: center;
}
.natmsg .con{
    padding-top: 40px;
}
.natmsg .item{
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #f3f4f5;
    margin-bottom: 10px;
    height: 40px;
    align-items: center;
    padding:  0 20px;
}
.natmsg .item input{
    margin-left: 10px;
    flex: 1;
}
.natmsg .item label{
    color: rgba(51, 51, 15, .6);
}
.natmsg .item label{
    white-space: nowrap;
}
.natmsg .submit{
    width: 100%;
    line-height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    background-image: linear-gradient(to right, #005cac , #1694d4);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

@media(max-width:1459px){
    .natmsg .main {
        padding: 30px;
    }
}
@media(max-width:1024px){
    .natmsg .main {
        padding: 15px;
    }
    .natmsg .title{
        font-size: 24px;
    }
}
@media(max-width:768px){
    .natmsg .con {
        padding-top: 20px;
    }
    .natmsg .title{
        font-size: 20px;
    }
}

/* 2023/3/28 */
img[src="/bxbjgz202208184643/uploadfiles/"],img:not([src]){
    opacity:0;
}
.nect01 .item .imgbox img{
    max-width: 150px;
}
.car03 .swiper-slide .ctit {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tagmsg .submit{
    cursor: pointer;
}