
.banner{
    position: relative;
}
.banner .swiper-slide .video_box{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner .swiper-slide .video_box  video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner img{
    width: 100%;
}
.banner .text{
    position: absolute;
    left: 50%;
    top: 60%;
    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%;
    text-align: center;
}
.banner .title{
    font-size: 60px;
    color: #fff;
    line-height:1;
    letter-spacing: 5px;
}
.banner .swiper-pagination{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}



.index05{
    background-color: #f2f3f4;
}
.index05 .content{
    padding: 6.43% 0 3.95%;
}
.index05 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.index05 .list .item{
    display: flex;
    justify-content: space-between;
    width: 48.6%;
    margin-bottom: 2.8%;
}
.index05 .list .item:not(:nth-child(2n+1)){
    margin-left: 2.8%;
}
.index05 .item .left .imgbox{
    width: 100%;
    height: 100%;
}
.index05 .item .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index05 .item .left{
    width: 48%;
    overflow: hidden;
}
.index05 .item .right{
    width: 52%;
    padding: 40px 40px 30px;
    background-color: #fff;
    position: relative;
}
.index05 .item .right::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, #3583f3 ,transparent);
    z-index: 2;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.index05 .item .tit{
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index05 .item .desc{
    font-size: 14px;
    color: #333;
    margin: 20px 0 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.71;
}
.index05 .item .more_link{
    display: flex;
}
.index05 .item .time{
    position: relative;
    background-image: url(../images/zhong.png);
    background-position: center left;
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index05 .item .more{
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.index05 .item:hover .tit{
    color: #005bac;
}
.index05 .item:hover .more{
    color: #005bac;
}
.index05 .item:hover .right::before{
    width: 100%;
}
.index05 .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index05 .morelink{
    width: 175px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-image: linear-gradient(to right,#005bad,#1694d5);
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 1% auto 0;
}
.index01{
    background-repeat: no-repeat;
    background-size: cover;
    padding:6.3% 0 17.5%;
    position: relative;
    background-position: center;
}
.index01 .main{
    position: relative;
}
.index01 .item{
    color: #fff;
    text-align: center;
}
.index01 .item .tit{
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
}
.index01 .item .desc{
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin: 3.58% 0 5%;
    line-height: 1.66;
    text-align: center;
}
.index01 .item .plist{
    display: flex;
    justify-content: space-between;
    max-width: 875px;
    margin: 0 auto;
}
.index01 .item .pitem{
    text-align: center;
}
.index01 .item .ptit{
    font-size: 24px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.index01 .item .ptit span{
    font-family: "Poppins_Medium";
    font-size: 48px;
}
.index01 .item .ptit i{
    font-family: "Poppins_Medium";
    font-size: 48px;
    font-style: initial;
}
.index01 .item .pdesc{
    margin-top: 15px;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.66;
}
.index01 .item .imgbox{
    text-align: center;
    margin-top: 3.59%;
    position: relative;
    display: inline-block;
    padding-bottom: 5%;
}
.index01 .item .imgbox::before{
    content: '';
    display: block;
    background-image: url(../images/icon01.png);
    background-repeat: no-repeat;
    width: 244px;
    height: 140px;
    position: absolute;
    bottom: 2%;
    left: 46%;
    transform: translate(-50%,0);
}
.index01 .item .imgbox::after{
    display: block;
    width: 15px;
    height: 15px;
    background-color: #e7f9fe;
    position: absolute;
    top: -35%;
    right: 0;
    
}
@media(max-width:1459px){
    .banner .title{
        font-size: 48px;
    }
}
@media(max-width:1024px){
    .banner .title{
        font-size: 36px;
    }
}
@media(max-width:768px){
    .banner .title{
        font-size: 20px;
    }
    .banner .swiper-pagination{
       bottom: 20px;
    }
}


.index02{
    background-color: #e5e7e9;
    padding-top: 6.84%;
}
.index02 .content{
    background-color: #e5e7e9;
    padding: 0 0 5.3%;
    content: '';
    display: block;
    background-image: url(../images/index02_icon01.png);
    background-repeat: no-repeat;
    background-position: bottom 30px left 39%;
    position: relative;
}
.index02 .title{
    text-align: center;
}
.index02 .desc{
    text-align: center;
    margin: 3.22% 0 4.3%;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.5;
    font-size: 18px;
}
.index02 .main{
    position: relative;
    padding-bottom: 30px;
}
.index02 .item{
    padding: 0 40px 37.2%;
}
.index02 .item .pitem{
    width: 200px;
    padding-bottom: 7.2%;
    background-color: #f7f8fa;
    position: absolute;
    width: 14.33%;
    cursor: pointer;
}
.index02 .item .pitem img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    height: 60%;
    max-width: 120px;
    max-height: 40%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.index02 .item .pitem:nth-child(1){
    left: 34.26%;
}
.index02 .item .pitem:nth-child(2){
    left: 51.39%;
}

.index02 .item .pitem:nth-child(3){
    top: 26%;
    left: 17.13%;
}
.index02 .item .pitem:nth-child(4){
    top: 26%;
    left:34.26%;
}
.index02 .item .pitem:nth-child(5){
    top: 26%;
    left:51.39%;
}
.index02 .item .pitem:nth-child(6){
    top: 26%;
    left:68.52%;
}
.index02 .item .pitem:nth-child(7){
    top: 53%;
    left: 0;
}
.index02 .item .pitem:nth-child(8){
    top: 53%;
    left: 17.13%;
}
.index02 .item .pitem:nth-child(9){
    top: 53%;
    left:34.26%;
}
.index02 .item .pitem:nth-child(10){
    top: 53%;
    left:51.39%;
}
.index02 .item .pitem:nth-child(11){
    top: 53%;
    left: 68.52%;
}
.index02 .item .pitem:nth-child(12){
    top: 53%;
    left: 85.65%;
}
.index02 .item .pitem:nth-child(13){
    top: 79%;
    left: 17.13%;
}
.index02 .item .pitem:nth-child(14){
    top: 79%;
    left: 34.26%;
}
.index02 .item .pitem:nth-child(15){
    top: 79%;
    left: 51.39%;
}
.index02 .item .pitem:nth-child(16){
    top: 79%;
    left: 68.52%;
}
.index02 .prev {
    left: -90px;
}
.index02 .next {
    right: -90px;
}
.index02 .swiper-pagination{
    text-align: center;
    width: 100%;
    bottom: 0;
}
.index02 .swiper-pagination .swiper-pagination-bullet{
    background-color: #d2d2d2;
    margin: 0 8px;
    opacity: 1;
}
.index02 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #005bac;
}
.index02 .item .pitem:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.index03{
    padding-bottom: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index03 .title{
    text-align: center;
    color: #fff;
    padding-top: 7.2%;
}
.index03 .desc{
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Light";
    max-width: 1070px;
    margin: 45px auto 0;
}
.index03 .list{
    display: flex;
    max-width: 840px;
    justify-content: space-between;
    color: #fff;
    margin: 27.2% auto 5.38%;
}
.index03 .list .item{
    text-align: center;
}
.index03 .list .tit{
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.index03 .list .tit i{
    font-style: initial;
    font-size: 20px;
    position: absolute;
    right: -12px;
}
.index03 .list .tit span{
    font-size: 40px;
    position: relative;
}
.index03 .list .item2 .tit span{
    display: inline-block;
    margin-right: 5px;
}
.index03 .list .num{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.index03 .list .ctit{
    margin-top: 15px;
    font-family: "HarmonyOS_Sans_SC_Light";
    font-size: 18px;
}
.index03 .more{
    text-align: center;
    position: relative;
}
.index03 .more a{
    display: inline-block;
    width: 120px;
    border-bottom: 1px solid #fff;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
}
.index03 .more .tishi{
    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%);
    color: rgba(255, 255, 255, .3);
}


.index04{
    background-color: #e5e7e9;
    height: 400px;
}
.index04 .content{
    transform: translate(0,-275px);
    -webkit-transform: translate(0,-275px);
    -moz-transform: translate(0,-275px);
    -ms-transform: translate(0,-275px);
    -o-transform: translate(0,-275px);
}
.index04 .list{
    display: flex;
}
.index04 .list .item{
    width: 31.46%;
    position: relative;
}
.index04 .list .item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #3683f2 , #031227);
    z-index: 2;
}
.index04 .list .item:not(:nth-child(3n+1)){
    margin-left: 2.8%;
}
.index04 .item{
    background-color: #fff;
    cursor: pointer;
}
.index04 .item .text{
    box-shadow: 0px 9px 8px 3px #dcdfe1;
    color: #333333;
    padding: 30px 85px 30px 30px;
    position: relative;
}
.index04 .item .tit{
    font-size: 24px;
}
.index04 .item .desc{
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
    line-height: 1.78;
    /* height: 56px; */
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index04 .item .icon{
    position: absolute;
    right: 35px;
    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;
}
.index04 .item .icon1{
    display: block;
}
.index04 .item .icon2{
    display: none;
}
.index04 .item .imgbox img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
}

.index04 .item .imgbox{
    overflow: hidden;
}
.index04 .item:hover .text{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1795d5);
    box-shadow: unset;
}
.index04 .item:hover .icon1{
    display: none;
}
.index04 .item:hover .icon2{
    display: block;
}
.index04 .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index06{
    padding: 5.3% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.index06 .title{
    text-align: center;
    color: #333333;
}
.index06 .list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.index06 .list .item{
    width: 31.46%;
    position: relative;
    margin-bottom: 2.8%;
}
.index06 .list .item:not(:nth-child(3n+1)) {
    margin-left: 2.8%;
}
.index06 .item .imgbox{
    overflow: hidden;
}
.index06 .item img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
}

.index06 .item .text{
    padding: 20px 20px 20px 30px;
    background-color: #fff;
    position: relative;
}
.index06 .item .text::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-image: linear-gradient(to right, #3683f2 , transparent);
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.index06 .item .tit{
    font-size: 16px;
    color: #2469b1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index06 .item .ctit{
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index06 .item .adress{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin: 15px 0 25px;
    line-height: 1.5;
}
.index06 .item .adress span{
    line-height: 24px;
    position: relative;
    background-image: linear-gradient(to right, #015eaf , #1694d4);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 10px;
    margin-left: 10px;
    height: 24px;
    display: inline-block;
}
.index06 .item .adress span::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 10px solid #015eaf;
    bottom: 0;
    z-index: 0;
    left: -3px;
    top: 17px;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(150deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
}
.index06 .item .time{
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    background-position: top 0 left;
    padding-left: 25px;
    font-size: 14px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    height: 15px;
}
.index06 .item:hover .text::before{
    width: 100%;
}
.index06 .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index06 .item:hover  .ctit{
    color: #005bac;
}

.index07{
    padding: 2.63% 0 10.84%;
    background-color: #e5e7e9;
    background-image: url(../images/index07_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom -12%;
    overflow: hidden;
    position: relative;
}
.index07::before{
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    background-image: url(../images/index07_before.png);
    background-repeat: no-repeat;
    width: 12.6%;
    z-index: 21;
    background-size: cover;
} 
.index07::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    background-image: url(../images/index07_before1.png);
    background-repeat: no-repeat;
    width: 12.6%;
    z-index: 21;
    background-size: cover;
} 


.index07 .swiper-container{
    overflow: unset;
}
.index07 .title{
    text-align: center;
    color: #333333;
}
.index07 .main{
    margin-top: 50px;
    position: relative;
    
}
.index07 .item{
    background-repeat: no-repeat;
    padding-bottom: 131.3%;
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.index07 .item:hover{
    background-color: #005bac;
}
.index07 .item1{
    background-image: url(../images/index07_icon01.png);
}
.index07 .item1 img{
    position: absolute;
    top: 27.8%;
    left: 50.8%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 78%;
}
.index07 .item2{
    background-image: url(../images/index07_icon02.png);
}
.index07 .item2 img{
    position: absolute;
    top: 14.8%;
    left: 50.4%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 54%;
}
.index07 .item .tit{
    font-size: 0.834vw;
    color: #0260af;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index07 .swiper-slide{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.index07 .swiper-slide.swiper-slide-prev{
    opacity: 0;
}
.index07 .swiper-scrollbar::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-color: #eaedf1;
    width: 100%;
    height: 5px;
}
.index07 .swiper-scrollbar{
    height: 10px;
    position: absolute;
    bottom: -75px;
    width: 100%;
    background-color: unset;
}
.index07 .swiper-scrollbar-drag{
    background-color: #eaedf1;
    background-image: url(../images/swiper_icon.png);
    background-repeat: no-repeat;

}


@media(max-width:1720px){
    .index07::before,
    .index07::after{
        width: 30px;
    }
}
@media(max-width:1569px){
    .index02 .prev{
        left: 0;
    }
    .index02 .next{
        right: 0;
    }
    .index02 .swiper_btn{
        top: 40%;
    }
    .index01{
        padding: 6.3% 0 25%;
    }
}
@media(max-width:1459px){
    .index07::before,
    .index07::after{
       display: none;
    }
    .index07 {
        background-position: center bottom -25%;
    }
}
@media(max-width:1366px){
    .index04 {
        height: 350px;
    }
}

@media(max-width:1200px){
    .index01{
        padding: 6.3% 0 30%;
    }
}
@media(max-width:1024px){
    .index04 {
        height: 250px;
    }
    .index01 .item .desc{
        font-size: 14px;
    }
    .index01 .item .ptit span,
    .index01 .item .ptit i{
        font-size: 36px;
    }
    .index02 .item .pitem img{
        max-width: 80px;
    }
    .index06 .item .adress span{
        position: absolute;
        right: 0;
        top: 0;
    }
    .index06 .list,
    .index07 .main,
    .index05 .list{
        margin-top: 25px;
    }
    .index01 .item .imgbox{
        max-width: 150px;
        margin:3.59% auto 0;
    }
    .index04 .item .text {
        padding: 20px 85px 20px 20px;
    }
}
@media(max-width:900px){
    .index04 {
        padding: 25px 0;
        height: auto;
    }
    .index04 .item .tit{
        font-size: 20px;
    }
    .index04 .content{
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }
    .index03{
        padding-bottom: 30px;
    }
    .index03 .list{
        margin: 9.2% auto 5.38%;
    }
    .index06 .item .time{
        font-size: 12px;    
    }
    .index04 .item .icon{
        right: 0;
    }
    .index04 .item .text{
        padding-right: 45px;
    }
    .index04 .item img{
        width: 60%;
    }
    .index07 .swiper-scrollbar{
        bottom: -55px;
    }
}
@media(max-width:768px){
    .index01 .item .ptit span, .index01 .item .ptit i {
        font-size: 24px;
    }
    .index01 .item .ptit {
        font-size: 16px;
    }
    .index01 .item .pdesc {
        margin-top: 10px;
        font-size: 14px;
    }
    .index01 .item .desc {
        margin: 15px 0;
    }
    .index05 .list .item{
        flex-wrap: wrap;
    }
    .index05 .item .left{
        width: 100%;
    }
    .index05 .item .right{
        width: 100%;
    }
    .index06 .item .text{
        padding: 15px;
    }
    .index06 .item .ctit{
        font-size: 18px;
    }
    .index05 .morelink {
        width: 130px;
        line-height: 40px;
    }
    .index04 .item .desc{
        font-size: 14px;
        /* height: 38px; */
        margin-top: 10px;
        padding-right: 30px;
        line-height: 1.3;
    }
    .index04 .item .tit{
        font-size: 18px;
    }
    .index06 .item .adress{
        height: 34px;
    }
    .index05 .item .right{
        padding: 20px;
    }
    .index05 .item .tit{
        font-size: 18px;
    }
    .index03 .list .tit span{
        font-size: 24px;
    }
    .index03 .list .tit {
        font-size: 14px;
    }
    .index03 .list .ctit {
        margin-top: 10px;
        font-size: 14px;
    }
    .index03 .list {
        margin: 9.2% auto 30px;
    }
    .index03 .desc {
        font-size: 14px;
        margin-top: 15px;
    }
    .index02 .desc{
        font-size: 14px;
    }
    .index07 .swiper-scrollbar{
        bottom: -35px;
    }
}
@media(max-width:650px){
    .index01 .item .ptit span, .index01 .item .ptit i {
        font-size: 20px;
    }
    .index01 .item .ptit {
        font-size: 14px;
    }
    .index06 .list,
    .index04 .list,
    .index05 .list{
        flex-wrap: wrap;
    }
    .index06 .list .item,
    .index04 .list .item,
    .index05 .list .item{
        width: 100%;
    }
    .index06 .list .item:not(:nth-child(3n+1)) ,
    .index04 .list .item:not(:nth-child(3n+1)),
    .index05 .list .item:not(:nth-child(2n+1)){
        margin-left: 0;
    }
    .index06 .item .adress{
        height: auto;
    }
    .index04 .item .icon{
        right: 0;
        bottom: 0;
        top: unset;
    }
    .index04 .item .text{
        padding: 15px;
    }
    .index02 .item .pitem img {
        max-width: 35px;
    }
    .index03 .more .tishi{
        position: absolute;
        bottom: 0;
    }
    .index03{
        padding: 10px 0 50px;
    }
    .index03 .more .tishi {
        position: absolute;
        bottom: -30px;
        top: unset;
        transform: translate(0);
    }
    .index03 .list{
        margin: 0;
        padding: 40px 0;
    }
    .index03 .list .tit span {
        font-size: 20px;
    }
    .index03 .list .tit {
        font-size: 12px;
    }
    .index03 .list .ctit {
        margin-top: 5px;
        font-size: 12px;
    }
    .index03 .desc {
        font-size: 12px;
        margin-top: 10px;
    }
    .index01 .item .ptit {
        font-size: 12px;
    }
    .index01 .item .pdesc {
        margin-top: 5px;
        font-size: 12px;
    }
    .index01 .item .plist{
        margin-top: 20px;
    }
    .index01 .item .imgbox {
        max-width: 100px;
        margin: 30px auto 0;
    }
    .index01 .swiper_btn{
        top: 60%;
    }
    .index02 .desc{
        font-size: 12px;
    }
    .index03 .more .tishi{
        font-size: 12px;
    }
    .index04 .item .imgbox,
    .index05 .item .left .imgbox{
        height: 200px;
    }
    .index04 .item .imgbox img{
        object-fit: cover;
    }
    .index05 .item .tit {
        font-size: 16px;
    }
    .index05 .item .desc{
        margin: 10px 0;
        font-size: 12px;
    }
    .index05 .item .more {
        font-size: 12px;
    }
    .index05 .morelink {
        width: 80px;
        line-height: 30px;
        font-size: 14px;
    }
    .index06 .item .adress{
        margin: 10px 0;
    }
    .index07 .swiper-scrollbar {
        bottom: -25px;
    }
}



/* 产品中心 */


.proset{
    background-color: #f2f3f4;
    padding: 30px 0;
}
.proset .content{
    display: flex;
    justify-content: space-between;
    align-items: unset;
}
.proset .content .left{
    width: 47.5%;
    display: flex;
    justify-content: space-between;
}
.proset .content .right{
    width: 23.5%;
}
.proset .content .right{
    width: 23.5%;
}
.proset select{
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: unset;
    position: relative;
    appearance: none;
    padding-left: 20px;
    cursor: pointer;
}

.proset select option{
    appearance: none;
}
.proset .ltem{
    width: 48%;
    position: relative;
    box-shadow: 0 0 10px #f2f3f4;
}
.proset .ltem::before{
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    border-top: 1px solid #252a33;
    border-right: 1px solid #252a33;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    z-index: 1;
}
.proset .ltem .select{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.proset .ltem .s_list{
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid #f0f1f2;
    padding-top: 30px;
    display: none;
}
.proset .ltem .s_tit{
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    line-height: 50px;
    font-size: 16px;
}
.proset .ltem .s_item{
    padding: 25px 0 25px 50px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Light";
    cursor: pointer;
}
.proset .ltem .s_item:hover{
    color: #fff;
    background-image: linear-gradient(to right, #0363b2,#148dcf);
}


.proset .serch_box{
    height: 100%;
    line-height: 50px;
    box-shadow: 0 0 10px #f2f3f4;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 20px;
}
.proset .serch_box input,.proset .serch_box input::placeholder{
    color:rgba(153,153,153,.5);
}
.proset .serch_box input{
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    width:calc(100% - 50px);
}
.proset .serch_box .btn{
    min-width: 50px;
    height: 50px;
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.product01{
    padding: 30px 0 50px;
}
.product01 .list{
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.product01 .list .item{
    width: 23.5%;
    box-shadow: 0 0 10px #f2f3f4;
    background-color: #fff;
    position: relative;
    padding: 19.86% 0 2%;
    margin-bottom: 2%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.product01 .list .item:not(:nth-child(4n+1)){
    margin-left: 2%;
}
.product01 .item .imgbox{
    text-align: center;
    padding: 30px 0;
    position: relative;
    padding:20% 0 50%;
}
.product01 .item .imgbox img{
    height: 80%;
    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%);
}
.product01 .item .title{
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.product01 .item .text{
    background-color: rgba(255,255,255,.95);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 9% 12% 8%;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    /* display: none; */
}
.product01 .item .tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.product01 .item .desc{
    font-size: 16px;
    line-height: 1.625;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin: 5% 0;
}
.product01 .item .pitem{
    font-size: 18px;
    color: #333333;
    line-height: 1.44;
    margin: 10px 0;
}
.product01 .item .more{
    margin-top: 6%;
    font-size: 14px;
    color: #0465b3;
    line-height: 1.85;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.product01 .item .more::before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border-top: 1px solid #0465b3;
    border-left: 1px solid #0465b3;
    right: 0;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.product01 .list .item:hover .text{
    opacity: 1;
}


@media (max-width: 1366px){
    .product01 .item .tit {
        font-size: 20px;
    }
    .product01 .item .desc {
        font-size: 14px;
    }
    .product01 .item .pitem {
        font-size: 14px;
        margin: 5px 0;
    }
}
@media (max-width: 1024px){
    .proset .content .right {
        width: 30.5%;
    }
    .proset .ltem .s_tit{
        line-height: 30px;
    }
    .proset {
        padding: 20px 0;
    }
    .proset .serch_box .btn{
        min-width: 30px;
        height: 30px;
    }
    .proset .ltem::before {
        top: 8px;
    }
    .proset .ltem .s_item {
        padding: 10px;
    }
    .proset .ltem .s_list {
        padding-top: 20px;
    }
    .product01 .list .item {
        width: 49%;
    }
    .product01 .list .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .product01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .product01 .item .text {
        padding: 30px;
    }
    .product01 .item .more {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}
@media (max-width: 900px){
    .product01 .item .text {
        padding: 15px;
    }
    .product01 .item .desc{
        margin: 10px 0;
    }
    .product01 .item .plist{
        display: none;
    }
    .product01 .item .more {
        right: 10px;
        bottom: 10px;
    }
}
@media (max-width: 768px){
    .product01 .item .more{
        float: right;
    }
    .product01 .list .item {
        padding-bottom: 30px;
    }
    .proset .ltem .s_tit {
        font-size: 14px;
    }
    .proset .ltem::before {
        width: 8px;
        height: 8px;
    }
    .proset .ltem .s_item {
        font-size: 14px;
        padding: 10px;
    }
    .proset .ltem .s_list {
        padding-top: 10px;
    }
    .proset {
        padding: 10px 0;
    }
    .proset .serch_box input {
        font-size: 12px;
    }
    .proset .serch_box,
    .proset .ltem .s_tit{
        padding-left: 10px;
    }
    .product01 {
        padding: 20px 0 20px;
    }
    .product01 .list{
        padding-bottom: 20px;
    }
}
@media (max-width: 480px){
    .product01 .list .item {
        width: 100%;
    }
    .product01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .product01 .list .item {
        padding-top: 46%;
    }
    .proset .content {
        flex-wrap: wrap;
    }
    .proset .content .left {
        width: 100%;
    }
    .proset .content .right {
        width: 100%;
        margin-top: 15px;
    }
    
}


/* 媒体新闻 */
.media01 .title{
    font-size: 26px;
    color: #333333;
    line-height: 1.115;
    margin-top: 35px;
}
.media01 .content{
    padding: 6.43% 0 3.95%;
}
.media01 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.media01 .list .item{
    display: flex;
    justify-content: space-between;
    width: 48.6%;
    margin-bottom: 2.8%;
}
.media01 .list .item:not(:nth-child(2n+1)){
    margin-left: 2.8%;
}
.media01 .item .left .imgbox{
    width: 100%;
    height: 100%;
}
.media01 .item .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media01 .item .left{
    width: 48%;
    overflow: hidden;
}
.media01 .item .right{
    width: 52%;
    padding: 40px 40px 30px;
    background-color: #fff;
    position: relative;
}
.media01 .item .right::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, #3583f3 ,transparent);
    z-index: 2;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.media01 .item .tit{
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media01 .item .desc{
    font-size: 14px;
    color: #333;
    margin: 20px 0 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.71;
}
.media01 .item .more_link{
    display: flex;
}
.media01 .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";
}
.media01 .item .more{
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.media01 .item:hover .tit{
    color: #005bac;
}
.media01 .item:hover .more{
    color: #005bac;
}
.media01 .item:hover .right::before{
    width: 100%;
}
.media01 .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.media01 .morelink{
    width: 175px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-image: linear-gradient(to right,#005bad,#1694d5);
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 1% auto 0;
}


.media02{
    padding: 40px 0 90px;
    position: relative;
}
.media02::before{
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent, #f7f8f8);
}
.media02 .me_nav{
    display: flex;
    align-items: flex-end;
}
.media02 .me_nav .me_item.cur{
    font-size: 26px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.media02 .me_nav .me_item{
    font-size: 16px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 0 25px;
    position: relative;
    cursor: pointer;
}
.media02 .me_nav .me_item:first-child{
    padding-left: 0;
}
.media02 .me_nav .me_item + .me_item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 15px;
    width: 2px;
    background-color: #bfc0c1;
    bottom: 0;
}
.media02 .main{
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
}
.media02 .list{
    display: flex;
    flex-wrap: wrap;
}
.media02 .item{
    width: 22.9%;
    margin-bottom: 2.8%;
}
.media02 .item img{
    width: 100%;
}
.media02 .item:not(:nth-child(4n+1)){
    margin-left: 2.8%;
}
.media02 .item .text{
    background-color: #fff;
    padding: 30px;

}
.media02 .item .tit{
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}
.media02 .item .more_link{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.media02 .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";
}
.media02 .item .more {
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.media02 .item:hover .more{
    color: #005bac;
}

.media03{
    padding: 80px 0 100px;
    background-color: #e5e7e9;
}
.media03 .en{
    color: #dbdee2;
}

.media03 .main{
    position: relative;
    margin-top: 80px;
}

.media03 .swiper_btn{
    border: 2px solid #c6c9cf;
}
.media03 .main .prev{
    left: -80px;
}
.media03 .main .next{
    right: -80px;
}
.media03 .base_swiper .prev::before,
.media03 .base_swiper .next::before{
    border-color: #c6c9cf;
}
.media03 .swiper_btn:hover::before{
    border-color: #fff;
}
.media03 .item{
    position: relative;
    display:block;
}
.media03 .item img{
    width: 100%;
}
.media03 .item .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 31, 39, .67);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index:2;
}
.media03 .item .text .btn{
    width: 150px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.media03 .item:hover .text{
    opacity: 1;
}
.media03 .swiper_btn:hover{
    border-color: transparent;
    background-image: linear-gradient(to right, #015cad , #0b76c0);
}



@media(max-width:1560px){
    .media03 .main .prev{
        left: 0;
    }
    .media03 .main .next{
        right: 0;
    }
}

@media(max-width:1459px){
    .media03 {
        padding: 50px 0 60px;
    }
    .media03 .main {
        margin-top: 60px;
    }
    
    .media01 .content {
        padding:60px 0;
    }
    .media02 {
        padding: 30px 0 50px;
    }
    .media01 .item .right{
        padding: 15px;
    }
    .media02 .item .text{
        padding: 15px;
    }
}
@media(max-width:1024px){
    .media02 .item {
        width: 32.33%;
        margin-bottom: 1.5%;
    }
    .media02 .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    .media02 .item:not(:nth-child(3n+1)) {
        margin-left: 1.5%;
    }
    .media02 .item .tit{
        font-size: 18px;
    }
    .media01 .list{
        margin-top: 25px;
    }
    .media03 {
        padding: 30px 0 40px;
    }
    .media03 .main {
        margin-top: 40px;
    }
   
    .media01 .content {
        padding: 40px 0;
    }
    .media01 .title {
        margin-top: 20px;
        font-size: 24px;
    }
}

@media(max-width:768px){
    .media01 .title{
        font-size: 20px;
    }
    .media02 .me_nav .me_item.cur {
        font-size: 24px;
    }
    .media02 .item {
        width: 49%;
        margin-bottom: 2%;
    }
    .media02 .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .media02 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .media01 .content {
        padding: 20px 0;
    }
   
    .media03 .main {
        margin-top: 20px;
    }
    .media03 {
        padding: 20px 0;
    }
    .media01 .item .right{
        padding: 20px;
    }
    .media01 .item .tit{
        font-size: 18px;
    }
    .media01 .morelink {
        width: 130px;
        line-height: 40px;
    }
    .media01 .list .item{
        flex-wrap: wrap;
    }
    .media01 .item .left{
        width: 100%;
    }
    .media01 .item .right{
        width: 100%;
    }
}
@media(max-width:650px){
    .media02 .item {
        width: 100%;
    }
    .media02 .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .media01 .item .left .imgbox{
        height: 200px;
    }
    .media01 .item .tit {
        font-size: 16px;
    }
    .media01 .item .desc{
        margin: 10px 0;
        font-size: 12px;
    }
    .media01 .item .more {
        font-size: 12px;
    }
    .media01 .morelink {
        width: 80px;
        line-height: 30px;
        font-size: 14px;
    }
    .media02 .item .more_link {
        margin-top: 30px;
    }
    .media02 {
        padding: 30px 0 30px;
    }
    .media02 .main{
        padding-top: 40px;
    }
}
@media(max-width:480px){
    .media01 .title {
        font-size: 16px;
    }
    .media02 .main{
        padding-top: 20px;
    }
    .media02 {
        padding: 20px 0;
    }
    .media02 .item .tit {
        font-size: 16px;
        height: auto;
    }
    .media02 .item .more_link {
        margin-top: 20px;
    }
    .media01 .list .item{
        width: 100%;
    }
    .media01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .media02 .me_nav .me_item.cur {
        font-size: 18px;
    }
  
    .media02 .me_nav .me_item {
        font-size: 14px;
        padding: 0 15px;
    }
}

/* 关于北醒 */
.about01{
    padding-top: 105px;
}
.about01 .content{
    position: relative;
}
.about01 .main{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px #ececef;
    background-color: #fff;
    margin-top: 80px;
}
.about01 .main .left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about01 .main .left .edit{
    padding: 70px;
}
.about01 .main .left{
    width: 50%;
}
.about01 .edit{
    font-size: 18px;
    line-height: 1.66;
}
.about01 .right{
    width: 50%;
}
.about01 .right .imgbox{
    position: relative;
    height: 100%;
}
.about01 .right .imgbox img{
    height: 100%;
    object-fit: cover;
}
.about01 .right .video_box{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.about01 .right video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about01 .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;
}

.about01 .list{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 100%;
    z-index: 3;
    width: 100%;
}
.about01 .list .item{
    width: 33.33%;
    padding: 45px 0;
    text-align: center;
    background-color: #fff;
    box-shadow:0 10px 10px #ecedef;
}
.about01 .list .item:nth-child(2n+1){
    background-image: linear-gradient(#f4f5f8, #fefeff);
}
.about01 .list .item:nth-child(2n+1){
    background-image: linear-gradient(to right, #005cac , #1694d4);
}
.about01 .list .item:nth-child(2n+1) .tit,
.about01 .list .item:nth-child(2n+1) .num,
.about01 .list .item:nth-child(2n+1) .ctit{
    color: #fff;
}
.about01 .item .num{
    display: inline-block;
    font-size: 40px;
    line-height: 1.5;
    color: #005bac;
}
.about01 .item .tit{
    font-size: 18px;
    color: #333;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.about01 .item .ctit{
    font-size: 18px;
    line-height: 1.66;
    margin-top: 20px;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.about02{
    padding: 270px 0 170px;
    overflow: hidden;
}
.about02 .main{
    padding-top: 100px;
}
.about02 .s1 .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about02 .s1 .text{
    padding-left: 40px;
}
.about02 .s1 .num{
    font-size: 40px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.about02 .s1 .desc{
    font-size: 18px;
    line-height: 1.66;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 35px;
}
.about02 .s1 .swiper-container{
    overflow: unset;
}
.about02 .s1 img{
    min-width: 240px;
}

.about02 .s2{
    position: relative;
}
.about02 .s2 .swiper-slide{
    height: 100px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}
.about02 .s2 .swiper-slide::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 43px;
    background-image: url(../images/icon12.png);
    width: 100%;
    height: 4px;
}
.about02 .s2 .next{
    right: -80px;
}
.about02 .s2 .prev{
    left: -80px;
}
.about02 .s2 .year{
    font-size: 20px;
    color: #333333;
    position: relative;
    text-align: center;
}
.about02 .s2 .year::before{
    width: 10px;
    height: 10px;
    background-color: #c5c6c7;
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}
.about02 .s2 .year::after{
    width: 20px;
    height: 20px;
    background-color: #ccdeee;
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    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);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    opacity: 0;
}
.about02 .s2 .swiper-slide-active::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 68px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 1px;
    height: 100%;
    border: 1px dashed #1085c9;
}
.about02 .s2 .swiper-slide-active .year::before{
    background-color: #005bac;
}
.about02 .s1 .swiper-slide-active .num{
    color: #005bac;
}
.about02 .s2 .swiper-slide-active .year::after{
    opacity: 1;
}
.about02 .s2 .swiper-slide-active .car{
    display: block;
}
.about02 .s2 .swiper-container{
    padding-top: 80px;
}
.about02 .base_swiper .swiper_btn{
    top: 120px;
    border: 2px solid #c6c9cf;
}
.about02 .s2.base_swiper .prev::before,
.about02 .s2.base_swiper .next::before{
    border-color: #c6c9cf;
}
.about02 .s2.base_swiper .swiper_btn:hover::before{
    border-color: #fff;
}
.about02  .swiper_btn:hover{
    border-color: transparent;
    background-image: linear-gradient(to right, #015cad , #0b76c0);
}

.about02 .s2 .car{
    position: absolute;
    background-image: url(../images/car.png);
    width: 154px;
    height: 29px;
    top: 26px;
    right: -70px;
    display: none;
    background-size: contain;
}

.about02 .s1 .swiper-slide-prev::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #fff 97%, transparent);
    opacity: 0.8;
}
.about02 .s1 .swiper-slide-next::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #fff 97%, transparent);
    opacity: 0.8;
}

.about03 .en{
    color: #e9ebf0;
}

.about04 .en{
    color: #13212c;
}
.about04 .cn{
    color: #fff;
}

.about04{
    padding: 8% 0 19.5%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 620px;
    background-size: cover;
}
.about04 .list{
    display: flex;
    position: absolute;
    bottom: -50%;
    z-index: 5;
}
.about04 .list .item{
    width: 31.46%;
    position: relative;
}
.about04 .list .item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #3683f2 , #031227);
    z-index: 2;
}
.about04 .list .item:not(:nth-child(3n+1)){
    margin-left: 2.8%;
}
.about04 .item{
    background-color: #fff;
    cursor: pointer;
}
.about04 .item .text{
    box-shadow: 0px 9px 8px 3px #dcdfe1;
    color: #333333;
    padding: 30px 85px 30px 30px;
    position: relative;
}
.about04 .item .tit{
    font-size: 24px;
}
.about04 .item .desc{
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 20px;
    line-height: 1.78;
    /* height: 56px; */
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.about04 .item .icon{
    position: absolute;
    right: 35px;
    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;
}
.about04 .item .icon1{
    display: block;
}
.about04 .item .icon2{
    display: none;
}
.about04 .item .imgbox img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.about04 .item .imgbox{
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.about04 .item:hover .text{
    color: #fff;
    background-image: linear-gradient(to right, #005cac , #1795d5);
    box-shadow: unset;
}
.about04 .item:hover .icon1{
    display: none;
}
.about04 .item:hover .icon2{
    display: block;
}
.about04 .item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.about05{
    padding-top: 440px;
}
@media(max-width:1600px){
    .about02 .s2 .next{
        right: 0;
    }
    .about02 .s2 .prev{
        left: 0;
    }
}
@media(max-width:1459px){
    .about01 {
        padding-top: 50px;
    }
    .about04 {
        padding: 6% 0 19.5%;
        min-height: 550px;
    }
    .about05 {
        padding-top: 350px;
    }
    .about05 {
        padding-top: 350px;
    }
    .about01 .main {
        margin-top: 40px;
    }
    .about01 .main .left .edit {
        padding: 45px;
    }
    .about05 {
        padding-top: 350px;
    }
    .about01 .main {
        margin-top: 40px;
    }
    .about01 .main .left .edit {
        padding: 45px;
    }
    .about01 .list .item {
        padding: 30px 0;
    }
    .about01 .item .ctit {
        margin-top: 10px;
    }
    .about02 {
        padding: 200px 0 80px;
    }
}
@media(max-width:1024px){
    .about04 .item .text {
        padding: 20px 85px 20px 20px;
        box-shadow: unset;
    }.about04 .list {
        position: static;
    }
    .about04 {
        min-height: auto;
        padding: 5% 0;
    }
    .about04 .main{
        padding-top: 5%;
    }
    .about05 {
        padding-top: 6.84%;
    }
    .about01 {
        padding-top: 20px;
    }
    .about01 .main {
        margin-top: 20px;
    }
}
@media(max-width:900px){
    .about04 .item .tit{
        font-size: 20px;
    }
    .about04 .item .icon{
        right: 0;
    }
    .about04 .item .text{
        padding-right: 45px;
    }
    .about04 .item img{
        width: 60%;
    }
    .about01 .main .left .edit{
        padding: 25px;
    }
}
@media(max-width:768px){
    .about04 .item .desc{
        font-size: 14px;
        margin-top: 10px;
        padding-right: 30px;
        line-height: 1.3;
    }
    .about04 .item .tit{
        font-size: 18px;
    }
    .about01 .main {
        flex-wrap: wrap;
    }
    .about01 .main .left {
        width: 100%;
    }
    .about01 .right {
        width: 100%;
        margin-top: 0;
    }
    .about01 .item .tit {
        font-size: 16px;
    }
    .about01 .item .num {
        font-size: 26px;
    }
    .about01 .item .ctit {
        font-size: 14px;
        margin-top: 5px;
    }
    .about01 .list .item {
        padding: 15px 0;
    }
    .about02 {
        padding: 130px 0 50px;
    }
    .about02 .s1 .text {
        padding-left: 20px;
    }
    
    .about02 .s1 .item {
        padding: 0 10px;
    }
    
    .about02 .s1 .num {
        font-size: 36px;
    }
    
    .about02 .s1 .desc {
        margin-top: 15px;
    }
    .about01 .open_video {
        width: 40px;
        height: 40px;
    }
}
@media(max-width:650px){
    .about01 .main .left .edit{
        padding: 15px;
        font-size: 14px;
    }
    .about02 .main {
        padding-top: 30px;
    }
    .about04 .item .imgbox{
        height: 200px;
    }
    .about04 .item .imgbox img{
        object-fit: cover;
    }
    .about04 .item .icon{
        right: 0;
        bottom: 0;
        top: unset;
    }
    .about04 .item .text{
        padding: 15px;
    }
    .about04 .list{
        flex-wrap: wrap;
    }
    .about04 .list .item{
        width: 100%;
    }
    .about04 .list .item:not(:nth-child(3n+1)){
        margin-left: 0;
    }
    .about02 .s1 .item {
        flex-wrap: wrap;
    }
    
    .about02 .s1 img {
        width: 100%;
        min-width: unset;
    }
    
    .about02 .s1 .item .imgbox {
        width: 100%;
    }
    
    .about02 .s1 .text {
        padding: 15px 0;
    }
    
    .about02 .s1 .num {
        font-size: 24px;
    }
    
    .about02 .s1 .desc {
        font-size: 14px;
    }
    .about01 .list {
        position: static;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .about01 .list .item {
        width: 100%;
        padding: 5px 0;
    }
    
    .about01 .item .num {
        font-size: 20px;
    }
    
    .about01 .item .tit {
        font-size: 14px;
    }
    
    .about01 .item .ctit {
        margin-top: 0;
    }
    
    .about01 .list .item:nth-child(2n+1) {
        background-image: unset;
    }
    .about02{
        padding: 20px 0;
    }
    .about02 .s2 .year{
        font-size: 16px;
    }
    .about02 .s2 .car {
        width: 69px;
        height: 13px;
        top: 36px;
        right: -25px;
        background-size: contain;
    }
    .about02 .s2 .swiper-container {
        padding-top: 50px;
    }
    .about02 .s2 .year::before {
        top: -33px;
    }
    .about02 .s2 .year::after {
        top: -38px;
    }
    .about01 .open_video {
        width: 30px;
        height: 30px;
    }
}


/* 联系我们 */
.contact01{
    position: relative;
}
.contact01::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #f3f3f5;
    z-index: -1;
}
.contact01::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #f9f9fa;
    z-index: -1;
}
.contact01 .content{
    display: flex;
    justify-content: space-between;
    padding: 90px 0 100px;
}
.contact01 .left{
    width: 42.8%;
}
.contact01 .left .item{
    display: flex;
    margin-bottom: 30px;
    position: relative;
    padding-right: 50px;
    align-items: center;
}
.contact01 .left .item::before{
    content: '';
    display: block;
    background-image: url(../images/icon13.png);
    width: 21px;
    height: 26px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-color: #e5e7e9;
    width: 55px;
    height: 55px;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.contact01 .left .item .tit{
    background-color: #596574;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 70px;
    background-image: url(../images/icon15.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #596574;
    color: #fff;
    font-size: 20px;
}
.contact01 .left .item:hover .tit{
    background-image: url(../images/icon14.png);
    background-color: #005bac;
}
.contact01 .left .item .text{
    padding-left: 20px;
}
.contact01 .left .t01{
    font-size: 16px;
    color: #888888;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.contact01 .left .t02{
    font-size: 16px;
    color: #333333;
    line-height: 1.66;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.contact01 .left .main{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    border-top: 1px solid #dddddd;
    margin-top: 50px;
}
.contact01 .left .m_tit{
    font-size: 24px;
    color: #333;
    line-height: 1.25;
}
.contact01 .left .desc{
    font-size: 16px;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding-top: 25px;
}
.contact01 .right{
    width: 42.8%;
}
.contact01 .right .f_tit{
    font-size: 30px;
    color: #333;
    margin-bottom: 50px;
}
.contact01 .right .f_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.contact01 .right label{
    font-size: 16px;
    color: #999999;
    line-height: 1.875;
    width: 195px;
    padding-left: 25px;
}
.contact01 .right label i{
    color: #005bac;
}
.contact01 .right  input{
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    border-bottom: 1px solid #ddd;
    width: calc(100% - 195px);
}
.contact01 .right .text_box{
    width: calc(100% - 195px);
    position: relative;
    margin-top: 20px;
}
.contact01 .right .f_item .f_ctit{
    width: calc(100% - 195px);
}
.contact01 .right textarea{
    width: 100%;
    background-color: #f3f3f5;
    border: unset;
    outline: none;
    padding: 15px;
    resize: none;
    height: 100%;
}
.contact01 .right .wx_img{
    margin-top: 20px;
    width: 195px;
    padding-left: 25px;
}

.contact01 .right .num_box{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.contact01 .right .text_box span{
    font-size: 14px;
    color: #999999;
}
.contact01 .f_btn{
    display: flex;
    align-items: center;    
    position: relative;
    cursor: pointer;
}
.contact01 .f_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);
}
.contact01 .f_btn span{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    position: relative;
}
.contact01 .f_btn .f_tt{
    font-size: 16px;
    color: #999;
    line-height: 1.875;
    margin-left: 10px;
}
.contact01 .forem_btn input{
    width: 170px;
    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;
}

.contact02{
    padding: 100px 0 155px;
    background-image: url(../images/icon16.png);
    background-repeat: no-repeat;
    background-size: 63%;
    background-position: left 41% center;
}
.contact02 .desc{
    text-align: center;
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 20px;
}
.contact02 .main{
    position: relative;
}
.contact02 .more{
    width: 170px;
    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;
    line-height: 50px;
    margin-top: 70px;
    display: block;
    margin: 70px auto 0;
}
.contact02 .swiper-slide{
    margin-top: 35px !important;
}
.contact02 .item{
    background-color: #fff;
    padding-bottom:51.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
}

.contact02 .base_swiper .prev {
    left: -70px;
}
.contact02 .base_swiper .next {
    right: -70px;
}

.contact02 .base_swiper .swiper_btn {
    border: 2px solid #c6c9cf;
}
.contact02 .base_swiper .prev::before,
.contact02 .base_swiper .next::before{
    border-color: #c6c9cf;
}
.contact02 .base_swiper .swiper_btn:hover::before{
    border-color: #fff;
}
.contact02  .swiper_btn:hover{
    border-color: transparent;
    background-image: linear-gradient(to right, #015cad , #0b76c0);
}

@media(max-width:1600px){
    .contact02 .base_swiper .prev {
        left: 0;
    }
    .contact02 .base_swiper .next {
        right: 0;
    }
    .contact02 {
        padding: 80px 0;
    }
    .contact02 .more{
        margin-top: 50px;
    }
    .contact02 .desc {
        font-size: 16px;
    }
}
@media(max-width:1459px){
    .contact01 .content {
        padding: 70px 0;
    }
    .contact01 .left .item {
        margin-bottom: 20px;
    }
    .contact01 .left .main {
        padding-top: 40px;
        margin-top: 40px;
    }
}
@media(max-width:1024px){
    .contact02 .swiper-slide{
        margin-top: 20px !important;
    }
    .contact02 {
        padding: 70px 0;
    }
    .contact02 .more{
        margin-top: 40px;
    }
    .contact02 .desc {
        font-size: 14px;
    }
    .contact01 .content {
        padding: 50px 0;
    }
    .contact01 .left .item {
        margin-bottom: 10px;
    }
    .contact01 .left .main {
        padding-top: 20px;
        margin-top: 20px;
    }
    .contact01 .left .t02 {
        font-size: 12px;
    }
    .contact01 .left .item::before {
        width: 35px;
        height: 35px;
        background-size: 40%;
    }
    .contact01 .left .item .tit {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .contact01 .left .t01 {
        font-size: 14px;
    }
    .contact01 .left .m_tit {
        font-size: 18px;
    }
    .contact01 .left .desc {
        font-size: 12px;
        padding-top: 10px;
    }
    .contact01 .right .f_tit {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contact01 .right input {
        font-size: 14px;
    }
    .contact01 .right label {
        font-size: 12px;
        width: 100px;
        padding-left: 15px;
    }
    .contact01 .right input,
    .contact01 .right .f_item .f_ctit {
        width: calc(100% - 115px);
    }
    .contact01 .right .f_item {
        margin-bottom: 15px;
    }
    .contact01 .right .text_box{
        width: 100%;
    }
    .contact01 .right .wx_img {
        width: auto;
        padding-left: 0;
    }
}
@media(max-width:768px){
    .contact01 .content {
        padding: 30px 0;
    }
    .contact02 .swiper-slide{
        margin-top: 10px !important;
    }
    .contact02 {
        padding: 40px 0;
    }
    .contact02 .more{
        margin-top: 20px;
    }
    .contact01 .forem_btn input{
        width: 100px;
        line-height: 35px;
        font-size: 14px; 
        height: 35px;
    }.contact02 .more {
        width: 100px;
        line-height: 35px;
        font-size: 14px;
    }
    .contact01 .content {
        flex-wrap: wrap;
    }
    .contact01 .left {
        width: 100%;
    }
    .contact01 .right {
        width: 100%;
        margin-top: 10px;
    }
    
    .contact01::after {
        width: 100%;
    }
    .contact01 .left .item .text {
        padding-left: 10px;
    }
    .contact01 .left .m_tit{
        font-size: 16px;
    }
    .contact01 .right .f_tit{
        font-size: 18px;
    }
    .contact01 .right textarea {
        height: 100px;
    }
    
}
@media(max-width:480px){
    .contact02 {
        padding: 20px 0;
    }
    .contact01 .content {
        padding: 20px 0;
    }
    .contact01 .right .wx_img {
        text-align: center;
        width: 100%;
    }
}

/* 资源下载中心 */
.natural01{
    padding: 90px 0 100px;
}
.natural01 .base_title .en{
    color: #e9ebf0;
}

.natural01 .list{
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
}
.natural01 .list .item{
    width: 31.46%;
}
.natural01 .list .item:not(:nth-child(3n+1)){
    margin-left: 2.8%;
}

.natural01 .item .imgbox{
    position: relative;
}

.natural01 .item img{
    width: 100%;
}
.natural01 .item .tit{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
}
.natural01 .item .imgbox::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #3683f2 , #031227);
    z-index: 2;
}

.natural01 .item .btns{
    display: flex;
    justify-content: space-between;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px #c4c8cf;

}
.natural01 .item .btn{
    background-image: linear-gradient(to right, #005cac , #1694d4);
    text-align: center;
    display: block;
    width: 31.33%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.natural01 .item .btn1 span{
    width: 96%;
    line-height: 36px;
    background-color: #fff;
    color: #0b78c0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: block;
}

.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;
    }
    .natural01 {
        padding: 60px 0;
    }
    .natural01 .item .tit {
        font-size: 24px;
    }
}
@media(max-width:1024px){
    .natmsg .main {
        padding: 15px;
    }
    .natmsg .title{
        font-size: 24px;
    }
    .natural01 {
        padding: 40px 0;
    }
    .natural01 .list {
        padding-top: 45px;
    }
    .natural01 .item .tit {
        font-size: 20px;
    }
    .natural01 .item .btns {
        padding: 20px 15px;
    }
    .natural01 .item .btn {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
    }
    .natural01 .item .btn1 span {
        line-height: 26px;
    }
}
@media(max-width:768px){
    .natmsg .con {
        padding-top: 20px;
    }
    .natmsg .title{
        font-size: 20px;
    }
    .natural01 {
        padding: 30px 0;
    }
    .natural01 .list {
        padding-top: 25px;
    }
    .natural01 .item .btns {
        padding: 15px;
    }
    .natural01 .item .tit {
        font-size: 18px;
    }
    .natural01 .list .item{
        width: 49%;
        margin-bottom: 2%;
    }
    .natural01 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .natural01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
}
@media(max-width:480px){
    .natural01 {
        padding: 20px 0;
    }
    .natural01 .item .tit {
        font-size: 16px;
    }
    .natural01 .list .item{
        width: 100%;
    }
    .natural01 .list .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .natural01 .list {
        padding-top: 15px;
    }
}
/* 详情 */
.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;
    }
}



/* 新增弹框 */
.xz_tk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}
.xz_tk.on{
    width: 100px;
    position: absolute;
    left: auto;
    right: 0;
    height: auto;
    top: 40%;
    transform: translateY(-50%);
}
.xz_rq{
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xz_tk.on .xz_rq{
    width: 100%;
    max-width: 100%;
}
.xz_rq img{
    width: 100%;
}
.xz_rq .esc{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: -50px;
    background-image: url(../images/img21.png);
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.xz_tk.on .xz_rq .esc{
    display: none;
}
.natural01 .item .btns{
    justify-content: flex-start;
}
.natural01 .item .btn{
    margin-right: 3.005%;
}
.natural01 .item .btn:nth-child(3n){
    margin-right: 0;
}


/* 2023/3/28 */
.about04 .item .icon {
    max-width: 40px;
}
img[src="/bxbjgz202208184643/uploadfiles/"],img:not([src]){
    opacity:0;
}
.product01 .item .desc {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index01 .item .imgbox{
    max-width: 161px;
}
.proset .serch_box .btn{
    cursor: pointer;
}





/* æœç´¢ç»“æžœé¡µ */
.search01{
    background-color: #f2f3f4;
    padding: 60px;
}
.search01 .content{
    background-color: #fff;
    padding: 45px 70px 0;
}
.search01 .s_01{
    max-width: 600px;
    margin: 0 auto;
}
.search01 .s_01 .search_box{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 2px solid #000000;
    justify-content: space-between;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.search01 .s_01 input,
.search01 .s_01 input::placeholder{
    font-size: 14px;
    color: #666666;
}
.search01 .s_01 .sear_btn{
    background-image: url(../images/sousuo1.png);
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.search01 .s_01 .search_tit{
    padding: 20px 0 0 20px;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

.search01 .s_tit{
    font-size: 22px;
    line-height: 1.3;
    color: #333333;
}
.search01 .main1{
    padding: 45px 0 105px;
}

.search01 .main1 .list{
    padding-top: 30px;
}
.search01 .main1 .item{
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 10px;
}
.search01 .main1 .imgbox{
   width: 50px;
    text-align: center;
}
.search01 .main1 .imgbox img{
    width: 100%;
}
.search01 .main1 .t01{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-left: 5%;
    width: 100px;
}
.search01 .main1 .t02{
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 5%;
    width: 200px;
}
.search01 .main1 .t03{
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 5%;
    width: 370px;
    line-height: 1.875;
}
.search01 .main1 .t04{
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-left: 5%;
    line-height: 1.875;
}
.search01 .main2{
    padding-bottom: 100px;
}
.search01 .main2 .list{
    padding-top: 30px;
}
.search01 .main2 .item{
    background-color: #f8f9fa;  
    padding: 30px 45px;  
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    display: block;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.search01 .main3{
    padding-bottom: 100px;
}
.search01 .main3 .list{
    padding-top: 30px;
}
.search01 .main3 .item{
    background-color: #f8f9fa;  
    padding: 30px 45px;  
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    display: flex;
    justify-content: space-between;
}
.search01 .main3 .btn{
    font-size: 16px;
    padding-left: 30px;
    background-image: url(../images/icon21.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.search01 .main4{
    padding-bottom: 100px;
}
.search01 .main4 .list{
    padding-top: 30px;
}
.search01 .main4 .item{
    background-color: #f8f9fa;  
    padding: 30px 45px;  
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Light";
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.search01 .main4 .item .time{
    color: #999999;
    line-height: 1.5;
}
.search01 .main4 .item .tit{
    color: #999999;
    line-height: 1.5;
}


@media(max-width:1459px){
    .search01 .content {
        padding: 35px 50px 0;
    }
    
    .search01 {
        padding: 50px;
    }
    
    .search01 .main1 {
        padding: 30px 0 80px;
    }
    
    .search01 .main2,
    .search01 .main3,
    .search01 .main4{
        padding-bottom: 80px;
    }
    .search01 .main1 .item{
        font-size: 14px;
    }
}
@media(max-width:1024px){
    .search01 .content {
        padding: 25px 40px 0;
    }
    
    .search01 {
        padding: 30px;
    }
    
    .search01 .main1 {
        padding: 30px 0 60px;
    }
    
    .search01 .main2,
    .search01 .main3,
    .search01 .main4{
        padding-bottom: 60px;
    }
    .search01 .main4 .item,
    .search01 .main3 .item,
    .search01 .main2 .item {
        padding: 25px;
    }
    .search01 .s_tit{
        font-size: 20px;
    }
    .search01 .main1 .item {
        flex-wrap: wrap;
    }
    
    .search01 .main1 .t01 {
        width: 30%;
    }
    
    .search01 .main1 .t02 {
        width: 30%;
    }
    
    .search01 .main1 .t03 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    
    .search01 .main1 .t04 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }



}
@media(max-width:768px){
    .search01 .content {
        padding: 20px 30px 0;
    }
    
    .search01 {
        padding: 20px;
    }
    
    .search01 .main1 {
        padding: 30px 0;
    }
    
    .search01 .main2,
    .search01 .main3,
    .search01 .main4{
        padding-bottom: 30px;
    }
    .search01 .s_tit{
        font-size: 18px;
    }
    .search01 .main1 .t02 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .search01 .s_01 .search_tit {
        font-size: 12px;
        padding: 10px;
    }
}
@media(max-width:480px){
    .search01 .content {
        padding: 15px 20px 0;
    }
    
    .search01 {
        padding: 15px;
    }
    
    .search01 .main1 {
        padding: 20px 0 20px;
    }
    
    .search01 .main2,
    .search01 .main3,
    .search01 .main4{
        padding-bottom:20px;
    }
    .search01 .main1 .list {
        padding-top: 20px;
    }
    .search01 .main1 .t02,
    .search01 .main1 .t04,
    .search01 .main1 .t03{
        margin-top: 10px;
    }
    .search01 .main4 .item, .search01 .main3 .item, .search01 .main2 .item{
        padding: 15px;
    }
    .search01 .main2 .item {
        font-size: 14px;
    }
    .search01 .main3 .btn {
        font-size: 12px;
        padding-left: 20px;
        background-size: 12px;
    }
    .search01 .main3 .item,
    .search01 .main4 .item{
        font-size: 14px;
    }
    .search01 .main4 .item{
        flex-wrap: wrap;
    }
    .search01 .main4 .item .tit{
        width: 100%;
        margin-bottom: 10px;
    }
    .search01 .main2 .list,
    .search01 .main3 .list,
    .search01 .main4 .list{
        padding-top: 10px;
    }
    .search01 .s_tit{
        font-size: 16px;
    }
    .search01 .s_01 .search_box {
        height: 40px;
    }
}
