/* 大交通*/
.mass01{
    position: relative;
}
.mass01 img{
    width: 100%;
}
.mass01 .swiper-pagination{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.mass01 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 10px;
}
.mass01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}
.mass01 .swiper-slide-active img{
    animation: myscale 5s infinite;
    -webkit-animation: myscale 5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}


.mass02{
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.mass02 .main{
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
    position: relative;
}
.mass02::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 46%;
    background-image: linear-gradient(#fff, transparent);
    opacity: .5;
}
.mass02 .main .swbox{
    width: 48%;
    position: relative;
    /* overflow: hidden; */
}
.mass02 .main .swbox:last-child{
    transform: translate(0,-90px);
    -webkit-transform: translate(0,-90px);
    -moz-transform: translate(0,-90px);
    -ms-transform: translate(0,-90px);
    -o-transform: translate(0,-90px);
}

.mass02 .swbox .imgbox{
    position: relative;
}
.mass02 .swbox .imgbox::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(transparent, #000000);
    opacity: .6;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.mass02 .swbox .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 30px 40px;
    color: #fff;
}
.mass02 .swbox  .num{
    padding: 5px 10px;
    background-color: #005bac;
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.mass02 .swbox  .num1{
    background-color: #0092ac;
}
.mass02 .swbox  .num1::before{
    border: 5px solid transparent;
    border-bottom: 10px solid #0092ac;
}
.mass02 .swbox  .num::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 10px solid #005bac;
    border-top: 0;
    z-index: 1;
    left: 5px;
    top: 80%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(90deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}
.mass02 .swbox .tit{
    font-size: 22px;
    margin-top: 10px;
    line-height: 1.5;
}
.mass02 .swbox .desc{
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 10px;
    font-size: 16px;
    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;
}

.mass02 .swbox .more_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 4.5%;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    /* display: none; */
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
}
.mass02 .more_box .m_item {
    margin-bottom: 5.5%;
}
.mass02 .more_box .ctit{
    font-size: 22px;
    color: #ffffff;
}
.mass02 .more_box .cdesc{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 1.65% 0 6.6%
}
.mass02 .more_box .m_num span{
    font-size: 24px;
}
.mass02 .more_box .m_num{
    font-size: 18px;
    color: #fff;
}
.mass02 .more_box .m_desc{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .5);
}
.mass02 .more_box .more_link{
    display: block;
    margin: 0 auto;
    width: 120px;
    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: 14px;
    color: #fff;
    cursor: pointer;
}



.mass08{
    padding: 100px 0 170px;
    position: relative;
}
.mass08 .mas_base{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.mass08 .mas_base .mas_text {
    flex-direction: row-reverse;
    padding-right: 32%;
}
.mass08 .mas_base .mas_m{
    padding-right: 40px;
}
.mass08 .mas_base .mas_text::before{
    left: unset;
    right: calc(32% + 40px);
    top: -125px;
    bottom: -60px;
    height: 250%;
}
.mass08 .list{
    padding-top: 60px;
}
.mass08 .item{
    float: left;
    position: relative;
    cursor: pointer;
}
.mass08 .item .tit{
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 18px;
    color: #ffffff;
}
.mass08 .item img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mass08 .item:nth-child(1){
    width: 53%;
    padding-bottom: 26%;
}
.mass08 .item:nth-child(2){
    width: 22%;
    margin-left: 1.5%;
    padding-bottom: 30%;
}
.mass08 .item:nth-child(3){
    width: 22%;
    margin-left: 1.5%;
    padding-bottom: 30%;
}
.mass08 .item:nth-child(4){
    padding-bottom:29%;
    margin-top: 1.5%;
    width:19.5%;
    transform: translate(0,-13%);
    -webkit-transform: translate(0,-13%);
    -moz-transform: translate(0,-13%);
    -ms-transform: translate(0,-13%);
    -o-transform: translate(0,-13%);
}
.mass08 .item:nth-child(5){
    padding-bottom: 29%;
    margin-top: 1.5%;
    width: 32%;
    margin-left: 1.5%;
    transform: translate(0,-13%);
    -webkit-transform: translate(0,-13%);
    -moz-transform: translate(0,-13%);
    -ms-transform: translate(0,-13%);
    -o-transform: translate(0,-13%);
}
.mass08 .item:nth-child(6){
    padding-bottom: 25%;
    margin-top: 1.5%;
    width: 45.5%;
    margin-left: 1.5%;
}


.mass08 .text_box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(26, 31, 39, .5);
    opacity: 0;
    transform: scale(.1);
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mass08 .text_box .ctit{
    font-size: 18px;
    color: #fff;
    line-height: 1.66;
    text-align: center;
    line-height: 1.6;
}
.mass08 .text_box .ctit span{
    display: block;    
    line-height: 1.6;
}
.mass08 .text_box .more_link{
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    width: 140px;
    margin-top: 35px;
}
.mass08 .item:hover .tit{
    display: none;
}
.mass08 .item:hover .text_box{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


.mass07{
    position: relative;
    padding-top: 100px;
    padding-bottom: 25px;
}
.mass07 .mas_base .mas_text {
    padding-left: 8%;
    padding-right: 180px;
}
.mass07 .mas_base .mas_text::before{
    bottom: -65px;
    left: calc(8% + 40px);
    top: -220px;
    height: 382%;
}
.mass07::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(#fff 60%, transparent);
    opacity: .7;
}
.mass07 .mas_base{
    display: flex;
    position: relative;
}
.mass07 .mas_base .more_btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    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;
    margin-left: 2%;
}
.mass07 .mas_base .more_btn a{
    color: #fff;
}
.mass07 .list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 65px;
    position: relative;
}
.mass07 .list .item{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #e5e7e9;
    width: 48.6%;
}
.mass07 .list .item:not(:nth-child(2n+1)){
    margin-left: 2.8%;
}
.mass07 .item{
    display: flex;
    align-items: center;
}
.mass07 .item .imgbox{
    width: 40%;
}
.mass07 .item .imgbox img{
    width: 100%;
}
.mass07 .item .text{
    padding-left: 5%;
    width: 60%;
}
.mass07 .item .desc{
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 15px 0;
    height: 90px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mass07 .item .num {
    padding: 5px 10px;
    background-color: #96adc4;
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    
}
.mass07 .item .num::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 10px solid #96adc4;
    border-top: 0;
    z-index: 1;
    left: 5px;
    top: 80%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(90deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}


.mass07 .item .more_link {
    display: flex;
}

.mass07 .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";
}
.mass07 .item .more {
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.mass07 .item:hover{
    box-shadow: 0 10px 15px #d4d7da;
}
.mass07 .item:hover .num{
    background-color: #005bac;
}
.mass07 .item:hover .num::before{
    border-bottom: 10px solid #005bac;
}
.mass07 .item:hover .desc{
    color: #005bac;
}




.mass06{
    padding: 450px 0 100px;
    position: relative;
    overflow: hidden;
}
.mass06 .mas_tit{
    position: relative;
}
.mass06 .mas_tit::before{
    content: '';
    display: block;
    width: 2px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    height: 1000%;
    background-color: #c5c9cf;
    position: absolute;
    bottom: 100%;
}
.mass06::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(#fff 60%, transparent);
    opacity: .7;
}

.mass06 .mas_base{
    text-align: center;

}
.mass06 .main{
    padding-top: 100px;
    position: relative;
}
.mass06 .main::before{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    background-color: #c5c9cf;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    height: 78%;
}
.mass06 .mas_base .mas_desc{
    max-width: unset;
}
.mass06  .swiper-slide{
    padding-top: 85px;
}
.mass06 .item{
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
}
.mass06 .item .tit{
    font-size: 24px;
    color: #333333;
    line-height:1.66 ;
}
.mass06 .item .desc{
    margin: 30px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mass06 .item .more{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;    
}
.mass06 .item .text{
    padding-left: 50px;
    flex: 1;
}
.mass06 .item .imgbox{
    transform: translate(0,-85px);
    -webkit-transform: translate(0,-85px);
    -moz-transform: translate(0,-85px);
    -ms-transform: translate(0,-85px);
    -o-transform: translate(0,-85px);
}

.mass06 .swiper-container{
    padding-top: 120px;
}
.mass06 .item .t_h{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150%;
    background-color: #fff;
    display: flex;
    padding:10px 50px;
    align-items: center;
    /* transform: scale(.1);
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1); */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
}
.mass06 .item .t_box{
    padding-left: 50px;
    flex: 1;
}
.mass06 .item .t_box .t_item{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.mass06 .item .t_box .t_tit{
    color: #005bac;
    font-size: 18px;
    line-height: 1.5;
}
.mass06 .item .t_box .t_tit span{
    font-size: 24px;
}
.mass06 .item .t_box .t_desc{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-top: 5px;
}
.mass06 .item .t_box .more_btn{
    color: #005bac;
    margin-top: 25px;
    font-size: 14px;
    display: block;
}
.mass06 .item:hover .t_h{
    opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}



.mass05{
    padding: 160px 0 400px;
    position: relative;
}
.mass05 .mas_base{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.mass05 .mas_base .mas_text {
    flex-direction: row-reverse;
    padding-right: 47.2%;
}
.mass05 .mas_base .mas_m{
    padding-right: 40px;
}
.mass05 .mas_base .mas_text::before{
    left: unset;
    right: calc(47.2% + 40px);
    top: -160px;
    height: auto;
    bottom: -70px;
}

.mass05 .main{
    position: absolute;
    bottom: -280px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.mass05 .item{
    position: relative;
}

.mass05 .swiper-slide.swiper-slide-active .text{
    display: flex;
}
.mass05 .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%;
}
.mass05 .swiper-slide{
    width: 920px !important;
    height: 614px !important;
}
.mass05 .swiper-slide  img{
    width: 100%;
}
.car04 .swiper-slide .ctit {
    margin-top: 0;
    white-space: nowrap;
    padding-top: 5px;
}
.mass05 .swiper-slide .cdesc {
    padding-left: 40px;
    margin-top: 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    flex: 1;
}

.mass05.base_swiper .prev {
    left: 30px;
}
.mass05.base_swiper .prev {
    left: 30px;
}



.mass05 .swiper-slide .item::before,
.mass05 .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%;
}
.mass05 .swiper-slide  + .swiper-slide-prev .item::before,
.mass05 .swiper-slide.swiper-slide-next .item::before{
    opacity: .9 ;
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.mass05 .swiper-slide.swiper-slide-active  .item::before{
    display: none;
}
.mass05 .title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.mass05 .ctit{
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    line-height: 1.5;
    padding-top: 3px;
    width: 205px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}



.mass04{
    padding: 440px 0 0;
    position: relative;
    overflow: hidden;
}
.mass04::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(#fff, transparent);
    opacity: .8;
}
.mass04 .mas_base .mas_text {
    padding-left: 20%;
}
.mass04 .mas_base .mas_text::before{
    left: calc(20% + 40px);
    bottom: -120px;
}

.mass04 .main{
    padding-top: 65px;
    position: relative;
}
.mass04 .swiper-slide img{
    width: 100%;
}
.mass04 .swiper-slide .item{
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.mass04 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: rgba(16, 26, 39, .8);
    color: #fff;
    padding: 35px 30px 20px 30px;
    display: none;
    width: 100%;
}
.mass04 .ctit {
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    line-height: 1.5;
}
.mass04 .swiper-slide {
    width: 920px !important;
}
.mass04 .swiper-slide .item{
    position: relative;
}
.mass04 .swiper-slide .cdesc {
    padding-left: 40px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.mass04 .swiper-slide.swiper-slide-active .item{
    transform: translate(26%,0);
    -webkit-transform: translate(26%,0);
    -moz-transform: translate(26%,0);
    -ms-transform: translate(26%,0);
    -o-transform: translate(26%,0);
}
.mass04 .swiper-slide.swiper-slide-active .text{
    display: flex;
} 
.mass04 .swiper-slide.swiper-slide-prev .item{
    transform: translate(53%,0);
    -webkit-transform: translate(53%,0);
    -moz-transform: translate(53%,0);
    -ms-transform: translate(53%,0);
    -o-transform: translate(53%,0);
}
.mass04 .swiper-slide.swiper-slide-prev .item::before{
    opacity: .8;
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



.mass03{
    position: relative;
    padding-bottom: 450px;
}

.mass03 .mas_base{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.mass03 .mas_base .mas_text {
    flex-direction: row-reverse;
}
.mass03 .mas_base .mas_text::before{
    left: unset;
    right: 40px;
    top: -210px;
    height: 315%;
}
.mass03 .mas_base .mas_m{
    padding-right: 50px;
}
.mass03 .mas_base .mas_desc{
    max-width: 690px;
}


.mass03 .main{
    position: absolute;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    bottom: -265px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    z-index: 1;
}
.mass03 .ctit {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mass03 .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* background-color: rgba(16, 26, 39, .8); */
    color: #fff;
    padding: 35px 30px 20px 30px;
    width: 100%;

    height: 100%;
    background-color: unset;
    align-items: center;
    justify-content: center;
}

.mass03 .swiper-container{
    padding:40px  0 0 ;
}
.mass03 .swiper-slide .item{
    height: 100%;
    display: block;
}
.mass03 .swiper-slide .item .imgbox{
    height: 100%;
    position: relative;
}
.mass03 .swiper-slide .item .imgbox::before{
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
}
.mass03 .swiper-slide .item .imgbox img{
    height: 100%;
    object-fit: cover;
}
.mass03 .swiper-slide img{
    width: 100%;
}
.mass03 .swiper-slide .cdesc {
    padding-left: 40px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: none;
    
}

.mass03 .swiper-slide.swiper-slide-active{
    height: 610px;
}
.mass03 .swiper-slide.cur{
    width: 62% !important;
  }
.mass03 .swiper-slide.cur .item .imgbox::before{
    display: none;
}
.mass03 .swiper-slide.cur .text{
    background-color: rgba(16, 26, 39, .8);
    height: auto;
    align-items: unset;
    justify-content: unset;
}
.mass03 .swiper-slide.cur .cdesc{
    display: block;
    flex: 1;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mass03 .swiper-slide.cur .ctit{
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.mass03 .swiper-slide{
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
} 
.mass03 .swiper-slide:nth-child(2n+1) .item{
    transform: translate(0,-40px);
    -webkit-transform: translate(0,-40px);
    -moz-transform: translate(0,-40px);
    -ms-transform: translate(0,-40px);
    -o-transform: translate(0,-40px);
}

.mass03 .swiper_btn{
    height: 60%;
    width: 50px;
    background-color: rgba(192, 202, 211, .5);
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;
}
.mass03 .swiper_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 22px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}



.mass_tag.base_tag .main .ctop{
    padding: 30px 50px;
}
.mass_tag.base_tag .main .ctop .tit{
    color: #fff;
    font-size: 20px;
}
.mass_tag.base_tag .con{
    padding: 40px 50px;
    background-color: #fff;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.mass_tag.base_tag .item{
    display: flex;
}
.mass_tag.base_tag .item:not(:first-child){
    margin-top:40px;
}
.mass_tag.base_tag .ctit{
    font-size: 18px;
    line-height: 1.66;
    color: #999999;
    white-space: nowrap;
}
.mass_tag.base_tag .cdesc{
    font-size: 18px;
    line-height: 1.66;
    color: #333333;
    padding-left: 20px;
}

@media(max-width:1600px){
    .mass03 .main{
        padding-right: 50px;
    }
    .mass03 .swiper_btn{
        right: 0;
    }
}
@media(max-width:1459px){
    .mass02 {
        padding: 60px 0;
    }
    .mass04 {
        padding-top: 350px;
    }
    .mass05 {
        padding: 80px 0 400px;
    }
    .mass06 .main {
        padding-top: 60px;
    }
    .mass06 {
        padding: 350px 0 100px;
    }
    .mass07 {
        padding-top: 60px;
    }
    .mass08 {
        padding: 60px 0 50px;
    }
}

@media(max-width:1366px){
    .mass02 .more_box .m_num span {
        font-size: 16px;
    }
    
    .mass02 .more_box .m_num {
        font-size: 12px;
    }
    
    .mass02 .more_box .m_desc {
        font-size: 14px;
    }
    
    .mass02 .more_box .m_item {
        margin-bottom: 10px;
    }
    
    .mass02 .more_box .cdesc {
        font-size: 14px;
        margin: 10px 0;
    }
    
    .mass02 .more_box .ctit {
        font-size: 20px;
    }
    
    .mass02 .more_box .more_link {
        width: 90px;
        line-height: 35px;
        font-size: 12px;
    }
}


@media(max-width:1024px){
    .mass02 .more_box .m_list {
        display: flex;
        justify-content: space-between;
        padding: 9% 0 0;
    }
    
    .mass02 .more_box .more_link {
        margin-top: 20px;
    }


    .mass03 .swiper-slide.cur{
        width: auto;
        height: auto;
    }
    .mass03 .swiper-slide{
        width: auto;
    }
    .mass03 .swiper-slide:nth-child(2n+1) .item{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }    
    .mass02 .main {
        padding-top: 40px;
    }
    .mass02 .main .swbox:last-child {
        transform: unset;
    }
    .mass02 .main {
        padding-top: 40px;
    }
    .mass02 .main .swbox:last-child {
        transform: unset;
    }
    .mass02 .swbox .tit {
        font-size: 16px;
    }
    .mass02 .swbox .text {
        padding: 15px;
    }
    .mass02 .swbox .desc {
        margin-top: 5px;
        font-size: 14px;
    }
    .mass02 {
        padding: 30px 0;
    }
    .mass02 {
        padding: 30px 0;
    }
    .mass05 {
        padding: 40px 0 370px;
    }
    .mass03 .mas_base .mas_text::before {
        right: 25px;
    }
    .mass04 .mas_base .mas_text::before {
        left: calc(20% + 25px);
    }
    .mass05 .mas_base .mas_text::before {
        right: calc(47.2% + 25px);
    }
    .mass07 .mas_base .mas_text::before {
        left: calc(8% + 25px);
    }
    .mass08 .mas_base .mas_text::before {
        right: calc(32% + 25px);
    }
    .mass03 {
        padding-bottom: 325px;
    }
    .mass05 {
        padding: 40px 0 370px;
    }
    .mass06 .item {
        flex-wrap: wrap;
        padding: 15px;
    }
    .mass06 .item .text {
        padding-left: 0;
        width: 100%;
        flex: unset;
    }
    .mass06 .item .imgbox {
        width: 100%;
        text-align: center;
        height: 150px;
    }
    .mass06 .item .imgbox img{
        width: 50%;
    }
    .mass07 .list {
        padding-top: 35px;
    }
    .mass08 {
        padding: 40px 0;
    }
    .mass05 .main{
        width: 100%;
        padding: 0 30px;
    }
    .mass05 .swiper-slide{
        width: 100% !important;
        height: 100% !important;
    }
    .mass07 .item .desc {
        font-size: 14px;
        height: 63px;
    }
    .mass03 .main {
        width: 100%;
        padding: 0 30px;
    }
    .mass04 {
        padding-top: 290px;
    }
    .mass06 .main {
        padding-top: 40px;
    }
    .mass05 .ctit {
        font-size: 20px;
    }
    .mass05 .text {
        padding: 15px;
    }
    .mass05 .swiper-slide .cdesc {
        padding-left: 15px;
    }
    .mass08 .list{
        padding-top: 40px;
    }
    .mass06 .item .t_h{
        padding: 15px ;
    }
    .mass06 .item .t_h {
        padding: 15px;
        flex-wrap: wrap;
    }
    
    .mass06 .item .t_box .t_list {
        display: flex;
        justify-content: space-between;
    }
    
    .mass06 .item .t_box {
        padding-left: 0;
    }
    
    .mass06 .item .t_h .cimg {
        width: 100%;
        text-align: center;
    }
    
    .mass06 .item .t_h .cimg img {
        width: 50%;
    }
    
    .mass06 .item .t_h {
        height: 120%;
    }
    
    .mass06 .item .t_box .t_tit {
        font-size: 14px;
    }
    
    .mass06 .item .t_box .t_tit span {
        font-size: 18px;
    }
    
    .mass06 .item .t_box .t_desc {
        font-size: 14px;
    }
    
    .mass06 .item .t_box .t_item {
        padding: 10px 0;
    }
    
    .mass06 .item .t_box .more_btn {
        margin-top: 10px;
    }
    .mass06 .swiper-container {
        padding-top: 40px;
    }
    .mass06 .main::before {
        height: 95%;
    }
    



}

@media(max-width:768px){
    .mass06 .item .t_h{
        height: 320px;
    }
    .mass08 .item .tit {
        left: 10px;
        bottom: 10px;
        font-size: 14px;
    }
    
    .mass08 .list {
        padding-top: 20px;
    }
    
    .mass07 {
        padding-top: 20px;
    }
    
    .mass07 .mas_base .mas_text {
        padding-right: 110px;
    }
    
    .mass07 .mas_base .more_btn {
        width: 100px;
        font-size: 14px;
        line-height: 30px;
    }
    
    .mass07 .list .item {
        flex-wrap: wrap;
    }
    
    .mass07 .item .imgbox {
        width: 100%;
    }
    
    .mass07 .item .text {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    
    .mass06 .item .imgbox {
        height: 70px;
    }
    
    .mass06 .item .desc {
        margin: 10px 0;
    }
    
    .mass05 {
        padding-bottom: 160px;
    }
    
    .mass04 .text {
        padding: 15px;
    }
    
    .mass04 .ctit {
        font-size: 16px;
    }
    
    .mass04 .swiper-slide .cdesc {
        font-size: 12px;
        padding-left: 20px;
    }
    
    .mass03 .ctit {
        font-size: 16px;
    }
    
    .mass03 .text {
        padding: 15px;
    }
    
    .mass03 .swiper-slide .cdesc {
        padding-left: 15px;
    }
    .mass03 {
        padding-bottom: 180px;
    }
    .mass04 .swiper-slide{
        width: 100% !important;
    }
    .mass04 .swiper-slide .item{
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
    }
    .mass04 .text {
        flex-wrap: wrap;
    }
    .mass04 .swiper-slide .cdesc {
        padding-left: 0;
        padding-top: 10px;
    }
    .mass05 .mas_base .mas_text {
        flex-direction: unset;
    }
    .mass05 .mas_base .mas_m {
        text-align: left;
    }
    .mass08 .mas_base .mas_m {
        padding-right: 0;
        text-align: left;
    }
    
    
    .mass03 .mas_base .mas_m {
        text-align: left;
        padding-right: 0;
    }
    .mass01 .swiper-pagination {
        bottom: 30px;
    }
    .mass02 .swbox .more_box {
        padding: 15px;
    }
    
    .mass02 .more_box .m_list {
        padding: 0;
        flex-wrap: wrap;
    }
    
    .mass02 .more_box .m_item {
        width: 100%;
    }
    .mass_tag.base_tag .item:not(:first-child) {
        margin-top: 30px;
    }
    .mass_tag.base_tag .con {
        padding: 20px 30px;
    }
    .mass_tag.base_tag .main .ctop {
        padding: 20px 30px;
    }
    .mass08 .text_box .ctit{
        font-size: 14px;
    }
    .mass08 .text_box .more_link {
        width: 100px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 20px;
    }
}
@media(max-width:480px){
    .mass_tag.base_tag .item:not(:first-child) {
        margin-top: 20px;
    }
    .mass01 .swiper-pagination {
        bottom: 20px;
    }
    .mass03 .text {
        flex-wrap: wrap;
    }
    
    .mass03 .swiper-slide .cdesc {
        padding-left: 0;
        font-size: 12px;
        margin-top: 5px;
    }
    
    .mass03 .ctit {
        font-size: 14px;
    }
    
    .mass03 {
        padding-bottom: 20px;
    }
    
    .mass04 .main {
        padding-top: 20px;
    }
    
    .mas_base .mas_text {
        padding: 0 !important;
        flex-wrap: wrap;
    }
    
    .mas_base .mas_text::before {
        display: none;
    }
    
    .mass04 .mas_base .mas_text {
        flex-wrap: wrap;
    }
    
    .mas_base .mas_m {
        padding-left: 0;
    }
    
    .mass05 {
        padding-bottom: 20px;
    }
    
    .mass06 .mas_tit::before {
        display: none;
    }
    
    .mass05 .text {
        flex-wrap: wrap;
    }
    
    .mass05 .ctit {
        font-size: 16px;
    }
    
    .mass05 .swiper-slide .cdesc {
        font-size: 12px;
        padding-left: 0px;
    }
    
    .mass05 .main {
        width: 100%;
        padding: 0 15px;
    }
    
    .mass06 {
        padding: 300px 0 100px;
    }
    
    .mass06 .item .imgbox {
        transform: unset;
    }
    
    .mass06 .item .tit {
        font-size: 18px;
    }
    
    .mass06 .item .desc {
        font-size: 12px;
    }
    
    .mass06 .swiper-slide {
        padding-top: 0;
    }
    
    .mass07 .mas_base .more_btn {top: 0;bottom: unset;}
    
    .mass07 .list .item {
        width: 100%;
    }
    
    .mass07 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    
    .mass08 {
        padding: 20px 0;
    }
    
    .mass08 .item {
        float: unset;
        width: 100% !important;
        height: 200px;
        margin: 10px 0 !important;
        padding: 0 !important;
        transform: unset !important;
    }
    .mass03 .swiper_btn {
        width: 30px;
        height: 50px;
        right: 10px;
        top: 58%;
    }
    
    .mass03 .swiper_btn::before {
        right: 10px;
        top: 40%;
    }
    .mass03 .main {
        position: static;
        transform: unset;
    }
    
    .mass04 {
        padding-top: 20px;
    }

   
    .mass02 .more_box .ctit {
        font-size: 16px;
    }
    
    .mass02 .more_box .cdesc {
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .mass02 .more_box .m_num span {
        font-size: 14px;
    }
    
    .mass02 .more_box .m_item {
        margin-bottom: 5px;
    }
    
    .mass02 .more_box .m_desc {
        font-size: 12px;
    }
    
    .mass02 .more_box .more_link {
        margin: 5px auto 0;
        line-height: 20px;
        width: 75px;
    }
    .mass06 .item .t_h {
        height: 100%;
    }
    .mass06 .item .imgbox{
        height: auto;
    }
    .mass06 .item .t_box .t_tit {
        font-size: 12px;
    }
    .mass06 .item .t_box .t_desc {
        font-size: 12px;
    }
    .mass06 .item .t_box .t_tit span {
        font-size: 14px;
    }
    .mass06 .item .t_box .more_btn{
        font-size: 12px;
    }

    .mass_tag.base_tag .item {
        flex-wrap: wrap;
    }
    
    .mass_tag.base_tag .cdesc {
        padding-left: 0;
        font-size: 14px;
    }
    
    .mass_tag.base_tag .ctit {
        font-size: 16px;
    }
    
    .mass_tag.base_tag .con {
        padding: 10px 20px;
    }
    
    .mass_tag.base_tag .main .ctop {
        padding:  20px;
    }
    
    .mass_tag.base_tag .main .ctop .tit {
        font-size: 18px;
    }
}


/* 大交通场景详情 */
.tran01{

}
.tran01 .main{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tran01 .main .left{
    position: relative;
    width: 55.5%;
}
.tran01 .main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tran01 .main .text{
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 18px;
}
.tran01 .main .text p{
    color: #fff;
    line-height: 1.875;
}
.tran01 .main .right{
    position: relative;
    width: 41%;
}
.tran01 .item{
    padding: 100px 0;
    background-color: #fff;
}
.tran01 .item .tit{
    font-size: 36px;
    color: #333333;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.tran01 .item .ctit{
    font-size:18px;
    color: #333333;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
}

.tran01 .right .cimg{
    position: relative;
    margin-top: 9%;
}
.tran01 .right .video_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.tran01 .right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tran01 .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;
}
.tran01 .item:nth-child(2n+1){
    background-color: #f8f9fa;
}
.tran01 .item:nth-child(2n) .main{
    flex-direction: row-reverse;
}

@media(max-width:1459px){
    .tran01 .item .tit {
        font-size: 32px;
    }
    
    .tran01 .item .ctit {
        font-size: 16px;
        margin-top: 10px;
    }
    
    
    .tran01 .right .cimg {
        margin-top: 5%;
    }
    
    .tran01 .main .text {
        left: 20px;
        bottom: 20px;
        font-size: 16px;
    }
    .tran01 .item{
        padding: 60px 0;
    }
}
@media(max-width:1024px){
    .tran01 .item{
        padding: 40px 0;
    }
    .tran01 .item .tit {
        font-size: 24px;
    }
    
    .tran01 .item .ctit {
        font-size: 14px;
        margin-top: 5px;
    }
    .tran01 .open_video{
        width: 40px;
        height: 40px;
    }
}
@media(max-width:768px){
    .tran01 .main .text {
        font-size: 14px;
    }
    .tran01 .item .tit {
        font-size: 20px;
    }
    .tran01 .item {
        padding: 30px 0;
    }
   
}
@media(max-width:480px){
    .tran01 .item .tit {
        font-size: 18px;
    }
    .tran01 .main {
        flex-wrap: wrap;
    }
    
    .tran01 .main .left {
        width: 100%;
    }
    
    .tran01 .main .right {
        width: 100%;
        margin-top: 15px;
    }
    
    .tran01 .main .text {
        font-size: 12px;
    }
   
    
    .tran01 .item .ctit {
        font-size: 12px;
    }
    .tran01 .item:nth-child(2n) .main{
        flex-direction: row;
    }
    .tran01 .item {
        padding: 20px 0;
    }
}


/* 应用场景2 */
.tran02 .item{
    padding: 100px 0;
    background-color: #fff;
}
.tran02 .item:nth-child(2n+1) {
    background-color: #f8f9fa;
}
.tran02 .item:nth-child(2n) .main{
    flex-direction: row-reverse;
}
.tran02 .title{
    font-size: 36px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1.66;
    text-align: center;
}
.tran02 .desc{
    font-size: 18px;
    line-height: 1.66;
    margin-top: 25px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.tran02 .t_item{
    margin-top: 20px;
}
.tran02 .item1.item .t_item{
    width: auto;
}
.tran02 .item1 .t_other{
    display: flex;
    justify-content: space-between;
}
.tran02 .t_tit{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 0 10px;
} 
.tran02 .item1 .t_tit{
    text-align: left;
}
.tran02 .main{
    display: flex;
    justify-content: space-between;
} 
.tran02 .main .left{
    width: 49.2%;
}
.tran02 .left .cimg{
    position: relative;
}
.tran02 .main .right{
    width: 49.2%;
}
.tran02 .left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tran02 .left .video_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.tran02 .main .cimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tran02 .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%);
    
}
.tran02 .open_video .op_img{
    background-image: url(../images/video_btn.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
    cursor: pointer;
}
.tran02 .open_video .open_tit{
    font-size: 16px;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
}


.tran02 .item .t_other{
    display: flex;
    justify-content: space-between;
    padding: 35px 0 50px;
}
.tran02 .item .t_item{
    text-align: center;
    width: 100%;
}
.tran02 .item .t_item .t_box{
    display: inline-block;
    text-align: left;
}


@media(max-width:1459px){
    .tran02 .item{
        padding: 60px 0;
    }
    .tran02 .title {
        font-size: 32px;
    }
}
@media(max-width:1024px){
    .tran02 .item{
        padding: 40px 0;
    }
    .tran02 .title {
        font-size: 24px;
    }
    .tran02 .t_tit {
        font-size: 16px;
    }
    .tran02 .item .t_other {
        padding: 15px 0 20px;
    }
    .tran02 .desc{
        font-size: 14px;
        margin-top: 10px;
    }
    .tran02 .open_video .op_img {
        width: 40px;
        height: 40px;
    }
}
@media(max-width:768px){
    .tran02 .item{
        padding: 30px 0;
    }
    .tran02 .title {
        font-size: 20px;
    }
    .tran02 .open_video .op_img {
        width: 40px;
        height: 40px;
    }
    
    .tran02 .item .t_other {
        flex-wrap: wrap;
    }
    
    .tran02 .item .t_item .t_box {
        text-align: left;
    }
    
    .tran02 .item .t_item {
        text-align: left;
    }
    .tran02 .open_video .open_tit{
        font-size: 14px;
    }
}
@media(max-width:480px){
    .tran02 .item{
        padding: 20px 0;
    }
    .tran02 .title {
        font-size: 18px;
    }
    .tran02 .open_video .op_img {
        width: 30px;
        height: 30px;
    }
    
    .tran02 .main {flex-wrap: wrap;}
    
    .tran02 .main .left {
        width: 100%;
    }
    
    .tran02 .main .right {
        width: 100%;
        margin-top: 15px;
    }
    
    .tran02 .t_tit {
        font-size: 12px;
    }
    
    .tran02 .item .t_item {
        margin-top: 5px;
    }
    
    .tran02 .item .t_other {
        padding: 10px 0 10px;
    }
}
/* 详情 */
.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;
    }
}
/* 详情3 */
.mat01 {
    background-color: #d9d9d9;
    padding-top: 110px;
}

    .mat01 .cimg img {
        width: 100%;
    }
    .mat01 .cimg .video_box{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .mat01 .cimg .video_box video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .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%;
        z-index: 2;
    }

    .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;
}





/* 产品中心 */
.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 ;
    }
}








/* 频道页 */
.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;
}
.mass02 .swbox .swiper-slide{
    height: auto;
}
.mass02 .swbox .imgbox{
    height: 100%;
}
.mass02 .swbox .imgbox .wimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nect01 .item .imgbox img{
    max-width: 150px;
}
.mass06 .item .tit {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tran02 .left .cimg {
    height: 100%;
}
.tran01 .open_video{
    cursor: pointer;
}