/* 字体 */
/* @font-face{font-family:"HarmonyRegular";src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);}
@font-face{font-family:"HarmonyMedium";src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);}
@font-face{font-family:"HarmonyBold";src:url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);}
@font-face{font-family:"HarmonyLight";src:url(../fonts/HarmonyOS_Sans_Light.ttf);} */
/* @font-face{font-family:"HarmonyLight";src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);} */
.harmos-r{font-family:"HarmonyRegular";font-weight: initial;}
.harmos-b{font-family:"HarmonyBold";}
.harmos-m{font-family:"HarmonyMedium";}
.harmos-l{font-family:"HarmonyLight";}

*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;
    /* font-family:"HarmonyRegular"; */
    font-family: sans-serif;
}
body{padding:0;margin:0 auto;color:#000;background-color:#fff;font-family:'Arial';-webkit-text-size-adjust:none;-webkit-tap-highlight:rgba(0,0,0,0);-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;}
ul,ol,li{list-style:none;list-style-type:none;}
a,a:link,a:visited{text-decoration:none;}
a{color: #333;}
ul,li,ol{list-style-type:none;}
img{max-width:100%;vertical-align:middle;outline:none;border:none;}
input{border: none;}
select{appearance: none;}
table{border-collapse:collapse;border-spacing:0}
table td{border-collapse:collapse;}
img{border:none;max-width:100%;vertical-align:middle;}
a{
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.clear{clear:both;height:0px;overflow:hidden;zoom:0;}
.fl{float:left;}
.fr{float:right;}
.clearfix{zoom: 1;}
.overscroll{height:100%;overflow:auto;width:100%;}
.overscroll::-webkit-scrollbar{width:4px;height:2px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#1d5d5e;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#f2f3f4;}
/*IE/7/6*/
.clearfix:after{content:'';display:block;height:0;clear:both;}
.dot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dot2,.dot3,.dot4{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.flex{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.dis_pc{
    display: block;
}
.dis_mb{
    display: none;
}
@media (max-width: 768px){
    .dis_pc{
        display: none;
    }
    .dis_mb{
        display: block;
    }
}
.inner{
    width: 83.3%;
    margin: 0 auto;
    position: relative;
} 
.post_r{
    right: 12.15%;
}
.wrp{
    width: 93.75%;
    margin: 0 auto;
    /* position: relative; */
}
@media (max-width: 1800px){
    .wrp{
        width: 90%;
    } 
}
@media (max-width: 1459px){ 
    .wrp{
        width: 95%;
    }
    .inner{
        width: 85%;
    }
    .post_r{
        right: 7.5%;
    } 
}
@media (max-width: 1280px){
    .inner{
        width: 90%;
    } 
    .post_r{
        right: 5%;
    } 
}
@media (max-width: 1024px){
    .inner{
        width: 100%;
        padding: 0 15px;
    }
    .post_r{
        right: 15px;
    } 
}
@media (max-width: 768px){
    .inner{
        padding: 0 10px;
    }
    .post_r{
        right: 10px;
    } 
}
/* 头部 */ 
.header{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}
.header::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}

.top_main{
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}
.nav_height{
    height: 80px;
}
.top_main .logo{
    width: 160px;
    display: inline-block;
}
.top_main .img1{
    display: block;
}
.top_main .img2{
    display: none;
}
.top_main .right{
    display: flex;
    align-items: center;
}
.head_list{
    display: flex;
    align-items: center;
}
.head_list .item{
    margin: 0 27px;
}
.head_list .cpt{
    color: #fff;
}
.nav_box{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    display: none;
    z-index: 21;
}
.nav_list{
    display: flex;
    padding: 40px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.nav_list .citem{
    padding: 0 75px;
    position: relative;
}
.nav_list .citem + .citem::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e6e6e6;
}
.nav_list .cpta{
    color: #333333;
}


.search{
    margin-left: 30px;
} 
.search .search_tit{
    color: #fff;
    padding-left: 30px;
    cursor: pointer;
    background-image: url(../images/icon01.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left;
}
.langs{
    margin-left: 30px;
    position: relative;
}
.langs .lang{
    padding: 0 18px 0 28px;
    position: relative;
    background-image: url(../images/icon02.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 19px;
    color: #fff;
    cursor: pointer;
}
.langs .lang_tit::before{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 2px;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.langs:hover .lang_box{
    display: block;
}
.langs .lang_box{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0); 
    width: 100%;
    text-align: center;
    padding-top: 15px;
    display: none;
}
.langs .lang_list{
    box-shadow: 0 0 15px rgba(0, 0, 0, .01);
}
.langs .lang_t{
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
}
.langs .lang_t:hover{
    background-color: #012829;
    color: #fff;
}
.header.white .lang_list{
    background-color: #fff;
}
.header.white .lang_t{
    color: #001520;
}
.header.white .lang_t:hover{
    color: #fff;
}


.open_menu {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 22px;
    display: none;
    cursor: pointer;
}
.open_menu i {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 10px;
    margin-top: -1.5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.open_menu i:nth-child(1) {
    margin-top: -8px;
}
.open_menu i:nth-child(3) {
    margin-top: 6px;
}
.open_menu.cur i:nth-child(2) {
    display: none;
}
.open_menu.cur i:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: 0;
}
.open_menu.cur i:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 0;
}

/* 搜索 */
.fixedSearch{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .86);
    padding: 55px;
    z-index: 2;
    display: none;
}
.search2{
    max-width: 700px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.search2 .input_box{
    display: flex;
    align-items: center;
    height: 50px;
    border-radius:24px;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    -ms-border-radius:24px;
    -o-border-radius:24px;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}
.search2 .input_box .input_btn{
    width: 20px;
    height: 20px;
    background-image: url(../images/icon06.svg);
    margin-right: 15px;
}
.search2 .input{
    flex: 1;
    height: 100%;
}
.search2 .input input{
    width: 100%;
    color: #999;
    height: 100%;
}
.search2 .tishi{
    padding:20px 30px 0;
}
.search2 .tishi,
.search2 .tishi *{
    color: #666666;
}
.search2 .input_box .close{
    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%);
}



/* 底部 */
.footer{
    background-color: #001520;
    padding: 2% 0;
}

.footer_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2% 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer_t .flogo{
    width: 220px;
}

.follows{
    display: flex;
    align-items: center;
    justify-content: center;
}
.follows .follow{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; 
    position: relative;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
} 
.follows .follow .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 12px;
}
.follows .follow>img {
    width: 15px;
}
.follows .wximg{
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 0;
    overflow: hidden;
    background-color: #fff;
}
.follows .wximg img{
    width: 100%;
}
.follows .wximg::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 13px solid #faf9f7;
    border-top: 0;
    bottom: -13px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
} 
.follows .follow:hover .wximg{
    opacity: 1;
    width: 135px;
    padding: 10px;
    overflow: unset;
}

.follows .follow:hover .wximg.telbig{
    width: auto ;
}

.footer_c{
    display: flex;
    padding: 4.7% 0;
}
.footer_c .fnavs{
    flex: 1;
}
.fnavs{
    display: flex;
    justify-content: space-between;
}
.fnavs .fcapt{
    color: #ffffff;
}
.fnavs .flist{
    padding-top: 35px;
}
.fnavs .fitem{
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    display: block;
}

.footer_c .fcodes{
    width: 30%;
    margin-left: 6%;
    height: 100%;
}
.fcodes{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fcodes .fcode{
    width: 30%;
    margin-bottom: 1.5%;
}
.fcodes .fcode:not(:nth-child(3n+1)){
    margin-left: 4.5%;
}
.fcodes .imgbox{
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.fcodes .imgbox img{
    width: 100%;
    height: 100%;
}
.fcodes .fcode_tit{
    margin-top: 15px;
    text-align: center;
    color: #fff;
}
.footer_b{
    display: flex;
    align-items: center;
    padding: 2.2% 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_b .copy_right,
.footer_b .copy_right * {
    color: rgba(255, 255, 255, .6);
}
.footer_b .copy_right a:hover{
    color: #fff;
} 
.links{
    display: flex;
    align-items: center;
}
.links .link{
    color: rgba(255, 255, 255, .6);
    padding: 0 15px;
    position: relative;
}
.links .link:first-child{
    padding-left: 0;
}
.links .link + .link::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%);
    width: 2px;
    height: 80%;
    background-color: rgba(255, 255, 255, .6); 
}
.links .link:hover{
    color: #fff;
}

.footer_l{
    padding: 2.81% 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.list5{
    display: flex;
    justify-content: space-between;
}
.list5 .item{
    padding: 0 35px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.list5 .tit{
    color: rgba(255, 255, 255, .6);
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center left;
}
.list5 .item:first-child{
    padding-left: 0;
    border-left: none;
}
.list5 .item:last-child{
    padding-right: 0;
}
.list5 .desc{
    color: #fff;
    line-height: 1.3;
    margin-top: 10px;
}
.list5 .tel{
    background-image: url(../images/icon07.svg);
}
.list5 .address{
    background-image: url(../images/icon08.svg);
}
.list5 .fax{
    background-image: url(../images/icon09.svg);
}
.list5 .email{
    background-image: url(../images/icon10.svg);
}


/* 交互头部 */
.header.white{
    background-color: #fff;
}
.header.white .top_main .img1{
    display: none;
}
.header.white .top_main .img2{
    display: block;
}
.header.white .head_list .cpt{
    color: #001520;
}
.header.white .langs .lang{
    color: #001520;
}
.header.white .search .search_tit{
    color: #001520;
}
.header.white .langs .lang_tit::before{
    border-color: #001520;
}
.header.white .langs .lang{
    background-image: url(../images/icon05.svg);
}
.header.white .search .search_tit{
    background-image: url(../images/icon06.svg);
}
.header.white .open_menu i{
    background-color: #1d5d5e;
}





/* 首页 */
.index_box{
    height: 100%;
}
.index_box .index_main{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 80px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_box .index_main.no{
    padding: 0;
    display: block;
}
.banner .video_box{
    width: 100%;
}
.banner .imgbox{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner .video_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .video_box video{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.banner .text_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
    z-index: 2;
}
.banner .tit{
    color: #fff;
    line-height: 1.2;
    transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.banner .tit1{
    color: #fff;
    line-height: 1.15;
    margin-top: 20px;
    transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.banner .desc{
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
    transform: translate(0,-100px);
    -webkit-transform: translate(0,-100px);
    -moz-transform: translate(0,-100px);
    -ms-transform: translate(0,-100px);
    -o-transform: translate(0,-100px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.banner .desc span{
    color: #3ab8ba;
}
.banner .base_more{
    margin-top: 60px;
    transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.banner .swiper-slide-active .tit,
.banner .swiper-slide-active .tit1,
.banner .swiper-slide-active .desc,
.banner .swiper-slide-active .base_more{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}

.banner .pagination{
    position: absolute;
    bottom: 13%;
    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;
} 
.banner .swiper-pagination{
    width: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet:not(:first-child){
    margin-left: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}


.index02_bg{
    background-image: linear-gradient(#e8f5fa, #ffffff);
}
.index02{
    width: 100%; 
}
.hbox1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hbox1 .tit{
    color: #237374;
}
.hbox1 .desc{
    margin-top: 15px;
    color: #222222;
    line-height: 1.2;
}
.index02 .list1{
    margin-top: 4.4%;    
}
.list1{
    display: flex;
    flex-wrap: wrap;
}
.list1 .item{
    position: relative;
    flex: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list1 .item:not(:nth-child(4n+1)){
    margin-left: 1.5%;
}
.list1 .imgbox{
    height: 52vh;
    max-height: 490px;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.list1 .imgbox::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgba(22,52,52,.6));
    z-index: 2;
}
.list1 .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list1 .text_box{
    position: absolute;
    bottom: 8%;
    left: 5%;
    right: 5%;
    color: #fff;
    z-index: 3;
}
.list1 .icon img{
    height: 45px; 
}
.list1 .tit{
    margin-top: 25px;
}
.list1 .tit a {color:#fff;}
.list1 .desc{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    line-height: 1.5;
}
.list1 .item.cur{
    flex: 3.13;
}
.list1 .item.cur .desc{
    height: auto;
    opacity: 1;
    margin-top: 20px;
}
.list1 .item.cur .more{
    opacity: 1;
}
.list1 .more{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    z-index: 4;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.index03{
    height: 100%;
}
.list2{
    display: flex;
    height: 100%;
}
.list2 .item{
    flex: 1;
    position: relative;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list2 .imgbox{
    height: 100%;
}
.list2 .imgbox img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.list2 .text_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 95%;
}
.list2 .num{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
}
.list2 .cn_tit{
    color: #fff;
    line-height: 1.3;
    margin-top: 40px;
}
.list2 .en_tit{
    line-height: 1.3;
    color: #fff;
    height: 85px;
    margin-top: 15px;
    overflow: hidden;
}

.list2 .icon img{
    height: 95px;
}
.list2 .icon{
    margin-top: 18.76%;
}
.list2 .hover_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    width: 68%;
    text-align: left;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list2 .hover_text .tit{
    color: #fff;
    line-height: 1.3;
}
.list2 .hover_text .ctit{
    color: #fff;
    line-height: 1.3;
    margin-top: 7.8%;
}
.list2 .hover_text .base_more{
    margin-top: 13.1%;
}

.list2 .item.cur{
   flex: 2;
}
.list2 .item.cur .text_box{
    opacity: 0;
    display: none;
}
.list2 .item.cur .hover_text{
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.index04{
    position: relative;
    height: 100%;
}

.index04_swiper,
.index04_swiper .swiper-container{
    height: 100%;
}
.index04_swiper .item{
    height: 100%;
}
.index04_swiper .item .imgbox{
    width: 100%;
    height: 100%;
}
.index04_swiper .item .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index04_swiper .text_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
}
.index04_swiper .tit{
    color: #fff;
    line-height: 1.3;
}
.index04_swiper .ctit{
    color: #fff;
    margin-top: 5%;
    line-height: 1.3;
}
.index04_swiper .hbox2{
    margin-top: 35px;
}
.index04_swiper .base_more{
    margin-top: 5%;
}
.hbox2{
    display: flex;
    align-items: center;
}
.hbox2 .icon img{
    width: 40px;
}
.hbox2 .hbox2_text{
    margin-left: 15px;
    display: flex;
    align-items: flex-end;
}
.hbox2 .h_t{
    color: #fff;
}
.hbox2 .num{
    color: #fff;
    line-height: .9;
    margin: 0 10px;
}
.hbox2 .ti{
    color: #fff;
}
.index04 .tab_swiper{
    position: absolute;
    bottom: 5%;
    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;
    width: 100%;
}

.tab_swiper .swiper-container{
    padding: 0 1px;
}
.tab_swiper .inner{
    padding: 0 7%;
}
.tab_swiper .item{
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tab_swiper .item .tit{
    line-height: 1.3;
    opacity: .7;
}
.tab_swiper .item .ctit{
    line-height: 1.3;
    opacity: .7;
}
.tab_swiper .item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    opacity: .7;
}

.tab_swiper .swiper-slide-thumb-active .item .tit,
.tab_swiper .swiper-slide-thumb-active .item .ctit,
.tab_swiper .swiper-slide-thumb-active .item::before,
.tab_swiper .swiper-slide-thumb-active + .swiper-slide .item::before{
    opacity: 1;
}
.tab_swiper .swiper-slide:last-child::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    opacity: .7;
}
.tab_swiper .swiper-slide-thumb-active::after{
    opacity:1 !important
}


.index_bgs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_bgs .index_bg{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_bgs .index_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.move_img .index_bg>img{
    clip-path: circle(25% at 50% 50%);
    -webkit-clip-path: circle(25% at 50% 50%);
        filter: blur(3px);
}
.move_img:hover .index_bg>img{
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
}

.index05{
    width: 100%; 
    text-align: center;
}
.hbox3 .tit{
    color: #215d5e;
    text-align: center;
    line-height: 1.3;
}
.hbox3 .desc{
    color: #001520;
    text-align: center;
    line-height: 1.3;
    margin-top: 25px;
}

.index05 .list3{
    margin-top: 6.2%;
    align-items: flex-start;
}

.list3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list3 .item{
    text-align: center;
    max-width: 180px;
}
.list3 .desc{
    color: #001520;
    margin-top: 20px;
}
.list3 .num{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.list3 .span{
    font-size: 110px;
    line-height: .8;
    color: #001520;
}
.list3 .ti{
    margin-left: 5px;
    color: #001520;
}

.index05 .more1{
    margin: 10% auto 0;
}
.list3 .item:not(:first-child){
    margin-left: 2%;
}

.index06{
    z-index: 2;
    position: relative;
    width: 100%;
}
.index06 .hbox4{
    margin-top: 5.32%;
}
.hbox4{
    display: flex;
}
.hbox4 .left{
    width: 51%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}
.hbox4 .right{
    width: 47%;
    margin-left: 2%;
}

.hbox4_swiper{
    position: relative;
}
.hbox4_swiper .item{
    display: block;
    height: 100%;
} 
.hbox4_swiper .imgbox{
    padding-bottom: 57.8%;
    position: relative;
}
.hbox4_swiper .imgbox img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.hbox4_swiper .item .text_box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 100px 30px 50px;
    background-color: rgba(0, 0, 0, .6);
}
.hbox4_swiper .tit{
    color: #fff;
}
.hbox4_swiper .time{
    color: #fff;
    margin-top: 10px;
}
.hbox4_swiper .swiper-pagination{
    position: absolute;
    right: 55px;
    bottom: 50px;
}
.hbox4_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #fff;
    margin: 0 3px;
} 
.hbox4_swiper,
.hbox4_swiper .swiper-container,
.hbox5_swiper,
.hbox5_swiper .swiper-container{
    height: 100%;
}

.hbox5_swiper .swiper-slide{
    height: auto;
}
.hbox5_swiper .item{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.hbox5_swiper .imgbox{
    padding-bottom: 63%;
    position: relative;
    overflow: hidden;
}
.hbox5_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.hbox5_swiper .text_box{
    flex: 1;
    background-color: #fff;
    padding:12.3% 8.2% 50px;
}
.hbox5_swiper .tit{
    color: #001520;
}
.hbox5_swiper .time{
    position: absolute;
    bottom: 25px;
}
.hbox4 .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);
}
.fullpage_navs{
    position: fixed;
    top: 50%;
    left: 5%;
    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: 100;
}

.fullpage_navs .fullpage_nav{
    width: 6px;
    height: 6px;
    border: 1px solid #bfc8ca;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.fullpage_navs .fullpage_nav:not(:first-child){
    margin-top: 15px;
}
.fullpage_navs .fullpage_nav a{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.fullpage_navs .fullpage_nav.active{
    background-color: #225e5f;
    border-color: #225e5f;
}




@media (max-width: 1680px){
   
    .head_list .item {
        margin: 0 15px;
    }
    .list3 .span{
        font-size: 80px;
    }
    .nav_list .citem{
        padding: 0 60px;
    }
    .fcodes .fcode_tit{
        font-size: 16px;
    }
}
@media (max-width: 1580px){
    .fcodes .fcode_tit{
        font-size: 14px;
    }
}
@media (max-width: 1459px){
    .banner .pagination {
        bottom: 8%;
    }
    .tab_swiper .inner {
        padding: 0 5%;
    }
    .list3 .span{
        font-size: 64px;
    }
    .list2 .icon img {
        height: 55px;
    }
    .list2 .icon {
        margin-top: 10%;
    }
    .list1 .icon img{
        height: 35px;
    }
    .index04_swiper .base_more{
        margin-top: 3%;
    }
    .footer_c {
        padding: 3% 0;
    }
    
    .list5 .item {
        padding: 0 35px;
    }
    
    .footer_l {
        padding: 1.5% 0;
    }
    .footer_t .flogo{
        width: 160px;
    }
    .footer_t{
        padding: 1.5% 0;
    }
    .list2 .en_tit {
        height: 68px;
    }
    .nav_list .citem{
        padding: 0 35px;
    }
}
@media (max-width: 1280px){
    .list3 .span{
        font-size: 48px;
    }
    .top_main .logo {
        width: 120px;
    }
    .top_main {
        height: 60px;
    }
    .fixedSearch{
        top: 60px;
        padding: 30px;
    }
    .nav_height{
        height: 60px;
    }
    .head_list .item {
        margin: 0 10px;
    }
    .langs .lang{
        background-size: 15px;
    }
    .search .search_tit {
        background-size: 15px;
        padding-left: 20px;
    }
    .search {
        margin-left: 15px;
    }
    .langs .lang {
        padding: 0 18px 0 20px;
    }
    .index04_swiper .ctit {
        margin-top: 3%;
    }
    
    .index04_swiper .hbox2 {
        margin-top: 20px;
    }
    
    .tab_swiper .inner {
        padding: 0 2%;
    }
    
    .list2 .en_tit {
        height: 50px;
    }
    .list2 .hover_text .base_more {
        margin-top: 5%;
    }
    .fullpage_navs {
        left: 20px;
    }
    .nav_list .citem{
        padding: 0 25px;
    }
    .nav_list{
        padding: 20px 0;
    }
}
@media (max-width: 1100px){
    .head_list .cpt {
        font-size: 14px;
    }
    .search .search_tit,
    .langs .lang{
        font-size: 14px;
    }
    .list3 .span{
        font-size: 36px;
    }
    .fullpage_navs {
        left: 5px;
    }

    .head_main {
        display: none;
    }
    .header .head_list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        background-color: #fff;
    }
    .open_menu{
        display: block;
    }
    .langs{
        margin-left: 0;
    }
    .top_main .right {
        padding-right: 50px;
    }
    .head_list .cpt {
        color: #333;
        line-height: 35px;
        display: inline-block;
    }
    .header .wrp{
        position: static;
    }
    .footer_t .flogo {
        width: 120px;
    }
    
    .fcodes .fcode {
        width: 47%;
        margin-bottom: 4%;
    }
    
    .fcodes .fcode:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    
    .fcodes .fcode:not(:nth-child(2n+1)) {
        margin-left: 4%;
    }
    
    .footer_c .fcodes {
        margin-left: 10px;
    }
    
    .fnavs .flist {
        padding-top: 15px;
    }
    .fnavs .fnav {
        width: 33.33%;
        margin-bottom: 2%;
    }
    
    .fnavs {
        flex-wrap: wrap;
    }
    
    .list5 .item {
        padding: 0 15px;
    }
    .fnavs .fitem {
        margin-bottom: 10px;
    }
    .open_menu{
        right: 2.5%;
    }
    .nav_box {
        position: static;
        transform: unset;
    }
    .nav_box .inner {
        padding: 0;
        width: 100%;
    }
    
    .nav_list {
        justify-content: flex-start;
        padding: 10px 0;
    }
    
    .nav_list .citem:first-child {
        padding-left: 0;
    }
    
}
@media (max-width: 768px){
    .fcodes .fcode_tit{
        font-size: 12px;
    }
    .index_box{
        height: auto;
    }
    .index_box .index_main{
        position: relative;
        left: unset;
        top: unset;
        padding: 0;
    }
    .banner .imgbox {
        height: 400px;
    }

    .index02,
    .index05,
    .index06{
        padding: 15px 0;
    }
    .banner .base_more {
        margin-top: 20px;
    }
    .list1 .imgbox {
        height: 300px;
        max-height: 300px;
    }
    .list1 .text_box {
        bottom: 35px;
    }
    .list1 .more {
        width: 35px;
        height: 35px;
        border-radius: 15px 0 15px 0;
        -webkit-border-radius: 15px 0 15px 0;
        -moz-border-radius: 15px 0 15px 0;
        -ms-border-radius: 15px 0 15px 0;
        -o-border-radius: 15px 0 15px 0;
    }
    .list3 .span{
        font-size: 30px;
    }
    .list1 .icon img {
        height: 25px;
    }
    .list1 .tit {
        margin-top: 15px;
    }
    .list1 .item.cur .desc {
        margin-top: 10px;
    }
    .index02 .list1 {
        margin-top: 15px;
    }
    .index06 .hbox4,
    .index05 .list3{
        margin-top: 25px;
    }
    .list2 .icon img {
        height: 35px;
    }
    
    .list2 .icon {
        margin-top: 15px;
    }
    
    .list2 .cn_tit {
        margin-top: 15px;
    }
    
    .index05 .more1 {
        margin: 25px auto 0;
    }
    
    .hbox4_swiper .item .text_box {
        padding: 10px 35px 10px 10px;
    }
    
    .hbox4_swiper .swiper-pagination {
        bottom: 15px;
        right: 10px;
    }
    .hbox4_swiper .time{
        margin-top: 5px;
    }
    .list5 .item {
        width: 49%;
        border: none;
        margin-bottom: 10px;
        padding: 0 15px !important;
    }
    
    .list5 {
        flex-wrap: wrap;
    }
    .links{
        margin-top: 10px;
    }
    .search2 .input_box {
        height: 40px;
        padding: 0 20px;
    }
    .nav_list .citem {
        padding: 0 10px;
    }
}
@media (max-width: 640px){
    .nav_list .citem {
        padding: 0 5px;
    }
    .footer_t {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    
    .follows {
        width: 100%;
        margin-top: 15px;
    }
    
    .footer_t .flogo {
        margin: 0 auto;
    }
    
    .footer_c {
        padding: 10px 0;
        flex-wrap: wrap;
    }
    
    .footer_c .fcodes {
        width: 100%;
        margin: 15px 0 0;
    }
    .fcodes{
        justify-content: center;
    }
    .fcodes .fcode {
        width: 30%;
    }
    
    .fcodes .fcode:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    
    .fcodes .fcode:not(:nth-child(3n+1)) {
        margin-left: 4.5%;
    }
    
    .fnavs .fnav {
        width: 50%;
        text-align: center;
    }
    .list1 .item {
        width: 49%;
        flex: unset;
        margin-bottom: 2%;
    }
    
    .list1 .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }
    
    .list1 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    
    .list1 .item.cur {
        flex: unset;
    }
    
    .list1 .imgbox {
        height: 250px;
        max-height: 250px;
    }
    
    .list2 .item {
        width: 100%;
        flex: unset;
    }
    
    .list2 .item.cur {
        flex: unset;
    }
    
    .list2 {
        flex-wrap: wrap;
    }
    
    .list2 .en_tit {height: auto;}
    .index04_swiper .item .imgbox {
        height: 300px;
    }
    
    
    .list3 {
        flex-wrap: wrap;
    }
    
    .list3 .item {
        width: 49%;
        margin-bottom: 2%;
    }
    
    .list3 .item:not(:first-child) {
        margin-left: 0;
    }
    
    .list3 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    
    .list3 .desc {
        margin-top: 15px;
        height: 32px;
    }
    
    .hbox4 {
        flex-wrap: wrap;
    }
    
    .hbox4 .left {
        width: 100%;
    }
    
    .hbox4 .right {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .hbox5_swiper .text_box {
        padding: 12.3% 8.2% 30px;
    }
    .hbox5_swiper .time {
        bottom: 10px;
    }
    .hbox1 .desc{
        margin-top: 5px;
    }
    .fixedSearch{
        padding: 15px;
    }
    .search2 .tishi {
        padding: 10px 15px 0;
    }
}
/* 搜索结果页 */
.base_banner{
    position: relative;
}
.base_banner .imgbox{
    padding-bottom: 34.7%;
    position: relative;
}
.base_banner .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.base_banner .text_box{
    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%);
    z-index: 2;
    width: 100%;
}

.base_banner .cntit,
.base_banner .entit{
    color: #fff;
    text-align: center;
}
.base_banner .cntit{
    padding-top: 50px;
    position: relative;
    line-height: 1.1;
}
.base_banner .cntit::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.base_banner .entit{
    margin-top: 25px;
}
.base_banner.base_banner1 .text_box{
    top: 50%;
}
.base_banner.base_banner1 .cntit::before{
    display: none;
}

.search1{
    display: flex;
    align-items: center;
    height: 68px;
    border: 1px solid #e5e7e8;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    padding: 0 10px 0 40px;
}
.search1 .input{
    flex: 1;
}
.search1 .input input{
    width: 100%;
    color: #001520;
}
.search1 .input_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #1d5d5e;
    background-image: url(../images/icon01.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    margin-left: 10px;
}
.single01{
    padding: 3.95% 0 2.11%;
}
.hbox6 .search1{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.list6{
    padding-top: 4.42%;
}
.list6 .item{
    margin-bottom: 2.7%;
}
.list6 .item_t{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}
.list6 .tit{
    color: #001520;
    padding-bottom: 25px;
    position: relative;
}
.list6 .tishi{
    color: #667379;
    padding-bottom: 25px;
}
.list6 .tit::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1d5d5e;
}
.olist1{
    display: flex;
    flex-wrap: wrap;
}
.olist1 .oitem{
    width: 24%;
    margin-bottom: 3%;
}
.olist1 .oitem:not(:nth-child(3n+1)){
    margin-left: 14%;    
}
.olist1 .otit{
    margin-top: 40px;
    color: #001520;
}
.qitems .qitem{
    margin-top: 20px;
    display: block;
    color: #001520;
}

@media (max-width: 1280px){
    .search1 {
        height: 50px;
    }
    .search1 .input_btn {
        width: 40px;
        height: 40px;
    }
    .hbox6 .search1 {
        padding-left: 25px;
    }
}
@media (max-width: 1024px){
    .qitems .qitem {
        margin-top: 15px;
    }
    
    .olist1 .otit {
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .list6 .tit,
    .list6 .tishi{
        padding-bottom: 10px;
    } 
    .base_banner .cntit {
        padding-top: 35px;
    }
    
    .base_banner .entit {
        margin-top: 10px;
    }
}
@media (max-width: 640px){
    .olist1 .oitem {
        width: 100%;
    }
    .olist1 .oitem:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .search1 {
        height: 40px;
    }
    .search1 .input_btn {
        width: 30px;
        height: 30px;
    }
    .qitems .qitem{
        margin-top: 8px;
    }
    .base_banner .imgbox{
        padding-bottom: 250px;
    }
}
/* 公司简介 */
.about01{
    padding: 6.3% 0 2.41%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.about01 .about01_box{
    /* width: 100%; */
    /* max-width: 730px; */
    width: 46%;
    z-index: 2;
    position: relative;
}

.about01 .bg_img{
    position: absolute;
    bottom: -5%;
    right: 0;
    width: 39%;
}



.hbox7 .tit{
    color: #215d5e;
    line-height: 1.3;
}
.hbox7 .ctit{
    color: #001520;
    line-height: 1.3;
    margin-top: 25px;
}
.hbox7 .editor{
    color: #001520;
    line-height: 1.77;
    margin-top: 50px;
}
.about01 .list7{
    margin-top: 8.2%;
}
.list7{
    display: flex;
    flex-wrap: wrap;
}
.list7 .item{
    width: 31%;
    margin-bottom: 4%;
    text-align: center;
}
.list7 .item:not(:nth-child(3n+1)){
    margin-left: 3.5%;
}
.list7 .num{
    display: inline-block;
    position: relative;
}
.list7 .year{
    color: #001520;
    font-size: 110px;
    line-height: .8;
    padding-right: 30px;
}
.list7 .year_b{
    position: absolute;
    bottom: 0;
    line-height: .8;
    color: #001520;
    right: 0;
}
.list7 .desc{
    margin-top: 20px;
    text-align: center;
    color: rgba(0, 21, 32, .8);
}

@media (max-width: 1459px){
    .list7 .year{
        font-size: 80px;
    }
}
@media (max-width: 1280px){
    .list7 .year{
        font-size: 60px;
    }
}
@media (max-width: 768px){
    .list7 .year{
        font-size: 40px;
    }
    .about01 .about01_box {
        width: 55%;
    }
    .list7 .desc {
        margin-top: 10px;
    }
    .about01 .about01_box {
        width: 100%;
    }
    .about01 .bg_img {
        position: relative;
        text-align: center;
        width: 100%;
    }
    .about01 .bg_img img {
        width: 30%;
    }
    .hbox7 .ctit {
        margin-top: 15px;
    }
    .hbox7 .editor {
        margin-top: 25px;
    }
    .about01{
        padding: 25px 0;
    }
}
@media (max-width: 640px){
    .list7 .year{
        font-size: 40px;
    }
    .list7 .item {
        width: 49%;
        margin-bottom: 25px;
    }
    
    .list7 .item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    
    .list7 .year {
        padding-right: 25px;
    }
    .about01 .bg_img {
        margin-bottom: -10%;
    }
}

/* 发展历程 */
.about02{
    padding: 5.5vw 0 5.21vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about02::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 3vw;
    width: 100%;
    background-image: url(../images/icon16.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 17.7vw;

}
.hbox8_swiper{
    position: relative;
}
.hbox8_swiper .swiper-slide{
    height: 38.5vw;
    display: flex;
    align-items: flex-end;
}
.hbox8_swiper .swiper_box{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 140px;
    justify-content: space-between;
    z-index: 2;
}
.hbox8_swiper .item{
    padding: 0 40px;
    position: relative;
}
.hbox8_swiper .num{
    display: flex;
    align-items: center;
    position: relative;
}
.hbox8_swiper .year{
    color: #001520;
    font-size: 5.73vw;
    line-height: .8;
}
.hbox8_swiper .num_text{
    margin-left: 20px;
}
.hbox8_swiper .num1{
    color: #001520;
    font-size: 2.61vw;
    line-height: .8;
}
.hbox8_swiper .num2{
    color: #001520;
    font-size: 1.042vw;
    margin-top: 10px;
}
.hbox8_swiper .desc{
    color: #001520;
    line-height: 1.7;
    margin-top: 1.83vw;
    font-size: .833vw;
    overflow-y: auto;
}

.hbox8_swiper .swiper-slide.swiper-slide-active{
    padding-bottom: 0;
}
.hbox8_swiper .swiper-slide.swiper-slide-active .item{
    height: 65%;
}
.hbox8_swiper .swiper-slide.swiper-slide-next{
    padding-bottom:1vw;
} 
.hbox8_swiper .swiper-slide.swiper-slide-next .item{
    height: 71%;
} 
.hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide {
    padding-bottom: 4.2vw;
}
.hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide .item{
    height: 74%;
}
.hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide{
    padding-bottom: 7.4vw;
}
.hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide .item{
    height: 80%;
}

.hbox8_swiper .bar{
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #dce4e7;
}
.hbox8_swiper .bar::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #215d5e;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    bottom: 0;
}
.hbox8_swiper .num::before{
    content: '';
    display: block;
    position: absolute;
    left: -38px;
    top: 0; 
    width: 4px;
    background-color: #215d5e;
    height: 100%;
}


@media (max-width: 1280px){
    .about02::before {
        bottom: 4.8vw;
    }
    .hbox8_swiper .item {
        padding: 0 30px;
        position: relative;
    }
    .hbox8_swiper .num::before {
        left: -28px;
    }
    .hbox8_swiper .num_text {
        margin-left: 10px;
    }
    
    .hbox8_swiper .swiper-slide.swiper-slide-next{
        padding-bottom: 3vw;
    } 
    .hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide {
        padding-bottom: 6vw;
    }
    .hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide{
        padding-bottom: 9.4vw;
    }
}
@media (max-width: 768px){
    .hbox8_swiper .swiper_box {
        width: 100px;
    }
}
@media (max-width: 640px){
    .about02::before{
        display: none;
    }
    .hbox8_swiper .swiper-slide.swiper-slide-next{
        padding-bottom: 0;
    } 
    .hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide {
        padding-bottom: 0;
    }
    .hbox8_swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide{
        padding-bottom: 0;
    }
    .hbox8_swiper .item {
        padding: 0 15px;
        height: 100% !important;
    }
    .hbox8_swiper .num::before {
        left: -13px;
    }
    .hbox8_swiper .year {
        font-size: 38px;
    }
    
    .hbox8_swiper .num1 {
        font-size: 12px;
    }
    
    .hbox8_swiper .num2 {
        font-size: 12px;
        margin-top: 0;
    }
    
    .hbox8_swiper .desc {
        font-size: 12px;
        margin-top: 15px;
    }
    .hbox8_swiper .swiper-slide {
        height: auto;
        align-items: flex-start;
    }
    .hbox8_swiper {
        padding-top: 60px;
    }
    
    .about02 {
        padding: 25px 0;
    }
}

/* 人才团队 */
.found01{
    padding: 70px 0 35px;
}
.found02{
    padding: 35px 0 70px;
}

.hbox9 .title{
    text-align: center;
}
.hbox9 .title span{
    color: #001520;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.hbox9 .title span::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1d5d5e;
}
.hbox9 .editor{
    color: #001520;
    text-align: center;
    line-height: 1.78;
    margin-top: 30px;
}
.hbox9 .list8{
    margin-top: 60px;
}

.list8{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list8 .item{
    width: 48.5%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    padding: 2.5%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 3%;
    cursor: pointer;
}
.list8 .item:not(:nth-child(2n+1)){
    margin-left: 3%;
}
.list8 .imgbox{
    min-width: 180px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.list8 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list8 .text_box{
    padding-left: 40px;
    flex: 1;
}
.list8 .tit{
    color: #001520;
}
.list8 .desc{
    color: #001520;
    margin: 20px 0 0;
    line-height: 1.875;
}
.list8 .more2{
    margin-top: 30px;
}
.list8 .bar{
    position: absolute;
    right: 5%;
    top: 0;
    width: 50px;
    padding:  10px 15px;
    color: #fff;
    background-color: #1d5d5e;
    border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    -o-border-radius: 0 0 25px 25px;
    text-align: center;
}
.list8 .item:hover .more2::before{
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
}
.list8 .item:hover .more2{
    color: #1d5d5e;
}
 
.list8.cur{
    justify-content: flex-start;
}

.fixedFound{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99;
}
.fixedFound .main{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.fixedFound .main .content{
    width: 95%;
    max-width: 960px;
    background-color: #fff;
    padding: 80px 60px 65px;
    position: relative;
}
.fixedFound .close1{
    position: absolute;
    right: 30px;
    top: 30px;
}
.hbox10{
    display: flex; 
}
.hbox10 .left{
    width: 30%;
}
.hbox10 .right{
    flex: 1;
    padding-left: 50px;
}
.hbox10 .editor{
    max-height: 420px;
    overflow-y: auto;
}
.hbox10 .editor,
.hbox10 .editor *{
    line-height: 1.7;
    color: #001520;
}
.hbox10 .imgbox{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.hbox10 .text_box{
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hbox10 .text_box .tit{
    color: #001520;
    line-height: 1;
}
.hbox10 .text_box .ctit{
    color: #001520;
    margin-left: 5px;
    line-height: 1;
}
@media (max-width: 1459px){
    .list8 .imgbox {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }
    .list8 .more2 {
        margin-top: 15px;
    }
    .list8 .bar {
        width: 40px;
        padding: 10px;
    }
    .hbox9 .list8{
        margin-top: 40px;
    }
}
@media (max-width: 1280px){
    .list8 .text_box {
        padding-left: 20px;
    }
    .list8 .desc {
        margin: 10px 0 0;
    }
    .found01{
        padding: 35px 0 10px;
    }
    .found02{
        padding:10px 0 35px ;
    }
    .hbox9 .list8{
        margin-top: 25px;
    }
}
@media (max-width: 768px){
    .list8 .imgbox {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .hbox9 .title span{
        padding-bottom: 10px;
    }
    .hbox9 .editor{
        margin-top: 10px;
    }
}
@media (max-width: 640px){
    .list8 .imgbox {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .list8 .item {
        width: 100%;
        padding: 25px 15px 20px;
        margin-bottom: 20px;
    }
    .list8 .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    .list8 .bar {
        width: 30px;
        padding: 5px;
    }
}

/* 企业文化 */
.culture01{
    padding: 4.2% 0 5.3%;
}
.hbox11{
    display: flex;
    padding: 5.1% 5.7%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    align-items: center;
}
.hbox11 .imgbox{
    padding-bottom: 7.2%;
    position: relative;
    width: 36%;
    min-width: 120px;
}
.hbox11 .imgbox img{
    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%);
}

.hbox11 .text_box{
    padding-left: 5.8%;
    margin-left: 5.8%;
    border-left: 2px solid #ccd0d2;
}
.hbox11 .editor{
    color: #001520;
    line-height: 1.7;
    margin-top: 15px;
}
.culture01 .list9{
    margin-top: 6.5%;
}
.list9 .item{
    display: flex;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    align-items: center;
}
.list9 .text_box{
    width: 50%;
    padding-top:15px;
    padding-bottom: 15px;
}
.list9 .icon img{
    height: 100px;
}
.list9 .tit{
    color: #001520;
    margin-top: 40px;
}
.list9 .editor{
    margin-top: 30px;
    color: #001520;
    line-height: 1.77;
}
.list9 .imgbox{
    width: 50%;
    position: relative;
}
.list9 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list9 .item:nth-child(2n+1) .text_box{
    padding-left: 5.7%;
}
.list9 .item:nth-child(2n){
    flex-direction: row-reverse;
}
@media (max-width: 1459px){
    .list9 .icon img{
        height: 80px;
    }
}
@media (max-width: 1280px){
    .list9 .icon img{
        height: 60px;
    }
    .list9 .editor {
        margin-top: 15px;
    }
    .list9 .tit{
        margin-top: 30px;
    }
}
@media (max-width: 1024px){
    .list9 .icon img{
        height: 40px;
    }
    .list9 .tit{
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .list9 .icon img{
        height: 35px;
    }
}
@media (max-width: 640px){
    .hbox11 {
        flex-wrap: wrap;
    }
    .hbox11 .imgbox {
        width: 50%;
        padding-bottom: 19%;
        margin: 0 auto;
    }
    .hbox11 .text_box {border: none;padding: 15px 0;margin: 0;text-align: center;}
    .list9 .imgbox {
        width: 100%;
    }
    .list9 .item {
        flex-wrap: wrap;
    }
    .list9 .text_box {
        width: 100%;
        padding: 15px 10px !important;
    }
    .list9 .tit {
        margin-top: 10px;
    }
}

/* 荣誉资质 */
.honor01{
    padding: 100px 0 75px;
}
.list10 .items{
    margin-bottom: 4.9%;
    display: flex;
    padding: 0 4.9%;
    position: relative;
    justify-content: center;
}
.list10 .items::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    background-image: url(../images/icon17.png);
    background-repeat: no-repeat;
    height: 95px;
    background-size: 100% auto;
}
.list10 .item .big_img{
    position: relative;
}
.list10 .item{
    width: 32%;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.list10 .item:not(:nth-child(3n+1)){
    margin-left: 1.5%;
}
.list10 .imgbox{
    padding: 20px;
    z-index: 5; 
    display: inline-block;
    background-color: #ececec;
}
.list10 .imgbox img{
    max-height: 100%;
}
.list10 .tit{
    margin-top: 50px;
    height: 48px;
}
@media(max-width:1280px){
    .list10 .tit{
        margin-top: 30px;
    }
    .list10 .items::before {
        bottom: -10px;
    }
}
@media(max-width:1024px){
    .list10 .items::before {
        bottom: -22px;
    }
    .list10 .item{
        width: 33.33%;
    } 
    .list10 .tit {
        margin-top: 20px;
    }
}
@media(max-width:768px){
    .list10 .items::before {
        bottom: -27px;
    }
}
@media(max-width:640px){
    .list10 .imgbox{
        padding: 10px;
    }
    .list10 .item {
        width: 49%;
    }
    
    .list10 .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    
    .list10 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .list10 .tit {
        font-size: 12px;
    } 
}
/* 创新中心 */
.innovate01{
    padding: 6.3% 0;
    background-image: linear-gradient(#fff, #eff9fd);
}
.innovate02{
    padding-bottom:6.3%;
}

.hbox12{
    display: flex;
    align-items: center;
}
.hbox12 .left{
    width: 50%;
    padding-right: 8%;
}
.hbox12 .tit{
    color: #001520;
}
.hbox12 .editor{
    color: #001520;
    line-height: 1.77;
    margin-top: 50px;
}
.hbox12 .right{
    width: 50%;
}
.hbox12 .imgbox{
    padding-bottom: 60%;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.hbox12 .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list11 .item{
    display: flex;
    
    margin-top: 6.3%;
}
.list11 .left{
    width: 64.5%;
}
.list11 .imgbox{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 100%;
    width: 100%;
}
.list11 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list11 .right{
    width: 35.5%;
    padding: 1% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list11 .item:nth-child(2n+1) .text_box{
    padding-left: 5%;
}
.list11 .item:nth-child(2n) .text_box{
    padding-right: 5%;
}
.list11 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.list11 .tit{
    color: #001520;
    line-height: 1.3;
}
.list11 .editor{
    color: #001520;
    line-height: 1.77;
    margin-top: 35px;
}
.list11 .advant{
    margin-top: 60px;
}
.list11 .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);
}
.advant{
    padding-left: 20px;
    border-left: 1px solid rgba(33, 93, 94, .2);
}
.advant .advant_tit{
    position: relative;
    display: inline-block;
    padding-left: 30px;
    background-image: url(../images/icon19.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}
.advant .advant_editor{
    margin-top: 20px;
    color: #001520;
    line-height: 1.77;
}

@media(max-width:1459px){
    .list11 .advant {
        margin-top: 30px;
    }
}
@media(max-width:1280px){
    .hbox12 .editor {
        margin-top: 25;
        margin-top: 25px;
    }
    .list11 .editor {
        margin-top: 15px;
    }
    .advant .advant_editor {
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .innovate01{
        padding: 25px 0;
    }
    .list11 .item{
        margin-top: 25px;
    }
    .innovate02{
        padding-bottom: 25px;
    }
}
@media(max-width:640px){
    .hbox12 {
        flex-wrap: wrap;
    }
    .hbox12 .left {
        width: 100%;
        padding: 0;
    }
    .hbox12 .right {
        width: 100%;
        padding-top: 15px;
    }
    .hbox12 .editor {
        margin-top: 15px;
    }
    .list11 .item {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .list11 .left {
        width: 100%;
    }
    .list11 .right {
        width: 100%;
        padding: 15px 0;
    }
    .list11 .item:nth-child(2n+1) .text_box {
        padding: 0;
    }
    .list11 .item:nth-child(2n) .text_box {
        padding: 0;
    }
}

/* 国家生物制造产业创新中心 */
.innovate03{
    padding: 6.3% 0;
}
.hbox13 .title{
    text-align: center;
    color: #001520;
}
.hbox13 .editor{
    color: #001520;
    line-height: 1.77;
    margin-top: 40px;    
}
.hbox13 .list12{
    margin-top: 60px;
}
.list12{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 17.5%;
}
.list12 .item{
    text-align: center;
}
.list12 .num{
    position: relative;
}
.list12 .year{
    color: #001520;
    font-size: 100px;
    line-height: .8;
    padding-right: 40px;
}
.list12 .year_b{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #001520;
}
.list12 .year_t{
    position: absolute;
    right: 0;
    top: 0;
    color: #001520;
}
.list12 .tit{
    color: #001520;
    line-height: 1.77;
}
.hbox13 .hbox13_swiper{
    margin-top: 60px;    
}
.hbox13_swiper .swiper_btn{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.hbox13_swiper .prev{
    left: 5%;
}
.hbox13_swiper .next{
    right: 5%;
}
.hbox13_swiper .item{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.hbox13_swiper .imgbox{
    padding-bottom: 55%;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.hbox13_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox13_swiper .swiper-container{
    padding: 12% 0;
}
.hbox13_swiper .swiper-slide-active{
    z-index: 2;
}
.hbox13_swiper .swiper-slide-active .item{
    transform:scale(2.05);
    -webkit-transform:scale(2.05);
    -moz-transform:scale(2.05);
    -ms-transform:scale(2.05);
    -o-transform:scale(2.05);
}
.hbox13_swiper .swiper-slide-prev .item{
    transform:translate(40%,0) scale(1.5);
    -webkit-transform:translate(40%,0) scale(1.5);
    -moz-transform:translate(40%,0) scale(1.5);
    -ms-transform:translate(40%,0) scale(1.5);
    -o-transform:translate(40%,0) scale(1.5);
}
.hbox13_swiper .swiper-slide-next .item{
    transform:translate(-40%,0) scale(1.5);
    -webkit-transform:translate(-40%,0) scale(1.5);
    -moz-transform:translate(-40%,0) scale(1.5);
    -ms-transform:translate(-40%,0) scale(1.5);
    -o-transform:translate(-40%,0) scale(1.5);
}
.hbox13_swiper .swiper-slide-prev,
.hbox13_swiper .swiper-slide-next{
    opacity: .5;
}

@media(max-width:1459px){
    .list12 .year {
        font-size: 80px;
    }
}
@media(max-width:1280px){
    .list12 .year {
        font-size: 60px;
    }
}
@media(max-width:1024px){
    .list12 .year {
        font-size: 40px;
    }
    .hbox13 .editor{
        margin-top: 25px;
    }
    .hbox13 .hbox13_swiper {
        margin-top: 40px;
    }
}
@media(max-width:768px){
    .innovate03{
        padding: 25px 0;
    }
    .list12 .year {
        font-size: 36px;
    }
    .hbox13 .list12{
        margin-top: 20px;
    }
    .list12{
        padding: 0 5%;
    }
    .hbox13_swiper .imgbox {
        border-radius: 5px;
    }
    .hbox13 .hbox13_swiper {
        margin-top: 20px;
    }
    .hbox13 .editor {
        margin-top: 15px;
    }
}
@media(max-width:640px){
    .list12 .year_b,.list12 .year_t{
        font-size: 12px;
    } 
    .list12 .year {
        padding-right: 15px;
    }
}
/* 核心科技 */
.science01{
    padding: 6.3% 0 ;
}
.hbox14 .title{
    text-align: center;
    color: #001520;
}
.list13 .item{
    display: flex;
    background-image: linear-gradient(#fff, #ebf6fb);
    margin-top: 3.8%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

}
.list13 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.list13 .left{
    width: 50%;
}
.list13 .imgbox{
    position: relative; 
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden; 
    padding-bottom: 68%;
}
.list13 .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list13 .right{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.list13 .icon{
    position: absolute;
    bottom: -4%;
    right: -6%;
    width: 36%;
    opacity: .06;
}
.list13 .tit{
    color: #001520;
}
.list13 .editor{
    color: #001520;
    line-height: 1.787;
    margin-top: 30px;
}
.list13 .text_box{
    padding: 3% 12.5%;
}

@media(max-width:768px){
    .list13 .editor{
        margin-top: 15px;
    }
    .science01{
        padding: 25px 0;    
    }
}
@media(max-width:640px){
    .list13 .item {
        flex-wrap: wrap;
    }
    .list13 .left {
        width: 100%;
    }
    .list13 .right {
        width: 100%;
    }
    .list13 .text_box {
        padding: 15px;
    }
    .list13 .item:nth-child(2n) {
        flex-direction: row;
    }
    .list13 .imgbox {
        padding-bottom: 66%;
    }
}

/* 主营业务 */
.make01{
    padding: 6.3% 0;
}
.hbox15{
    display: flex;
    flex-wrap: wrap;
}
.hbox15 .left{
    width: 50%;
    padding-right: 3%;
}
.hbox15 .right{
    width: 50%;
}
.hbox15 .imgbox{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.hbox15 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox15 .tit{
    color: #001520;
}
.hbox15 .editor{
    color: #001520;
    line-height: 1.787;
    margin-top: 40px;
}
.make02{
    padding: 6.3% 0;    
    background-color: #f6fcfe;
    position: relative;
    overflow: hidden;
}
.make02::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/icon20.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 47%;
    height: 99%;
}
.make02 .list14{
    margin-top: 50px;
}
.hbox16 .title{
    text-align: center;
}
.hbox16 .hbox16_swiper{
    margin-top: 60px;    
}
.hbox16_swiper .swiper-slide{
    height: auto;
}
.hbox16_swiper .swiper-container{
    padding: 1%;
}
.hbox16_swiper .item{
    padding: 16.2% 12.2%;
    background-color: #fff;
    background-color: #fff;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .01);
    height: 100%;
}
.hbox16_swiper .icon{
    width:80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #1d5d5e;
    position: relative;
}
.hbox16_swiper .icon img{
    max-height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
}
.hbox16_swiper .text_box{
    padding-top: 22%;
}
.hbox16_swiper .tit{
    color: #001520;
    line-height: 1.3;
}
.hbox16_swiper .desc{
    line-height: 1.77;
    color: #001520;
    margin-top: 25px;
}

.make03{
    padding: 6.3% 0 40px;
}
.hbox17 .title{
    text-align: center;
}
.hbox17 .desc{
    color: #001520;
    line-height: 1.787;
    margin: 25px auto 0;
    width: 100%;
    max-width: 1060px;
}
.hbox17 .list15{
    margin-top: 55px;
}

.list15 .item{
    margin-bottom: 80px;
    display: flex;
}
.list15 .left{
    width: 50%;
}
.list15 .right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list15 .imgbox{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .01);
}
.list15 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list15 .item:nth-child(2n+1) .text_box{
    padding-left: 12.7%;
}
.list15 .item:nth-child(2n) .text_box{
    padding-right: 12.7%;
}
.list15 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.list15 .tit{
    color: #001520;
    line-height: 1.3;
}
.list15 .editor{
    color: #001520;
    line-height: 1.787;
    margin-top: 25px;
}
.make04{
    position: relative;
    padding-bottom: 6.3%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hbox18{
    display: flex;
    align-items: flex-end;
}
.hbox18 .left{
    width: 65%;
    margin-right: 12%;
}
.hbox18 .right{
    width: 23%;
}
.hbox18 .list16{
    margin-top: 40px;
}
.list16{
    display: flex;
    flex-wrap: wrap;
}
.list16 .citem{
    background-color: #fff;
    padding: 6.31% 3.9%;
    width: 48%;
    margin-top: 2%;
}
.list16 .citem:not(:nth-child(2n+1)){
    margin-left: 4%;
}
.list16 .ctit{
    color: #fff;
    text-shadow:
    -1px -1px 0 #1d5d5e,
    1px -1px 0 #1d5d5e,
    -1px 1px 0 #1d5d5e,
    1px 1px 0 #1d5d5e; 
}
.list16 .desc{
    color: #333333;
    margin-top: 30px;
    line-height: 1.787;
}
.hbox19{
    position: relative;
}
.hbox19 .bg_img{
    padding-bottom: 38%;
    position: relative;
}
.hbox19 .bg_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox19 .text_box{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.hbox19 .text_box .tit{
    color: #fff;
}
.hbox19 .text_box .editor{
    margin-top: 50px;
    color: #fff;
    line-height: 1.787;
    max-height: 15vw;
    overflow-y: auto;
}  
@media(max-width:1024px){
    .hbox16_swiper .icon {
        width: 60px;
        height: 60px;
    }
    .hbox16_swiper .icon img {
        max-height: 40%;
    }
    .hbox16_swiper .text_box {
        padding-top: 30px;
    }
    .hbox16_swiper .desc {
        margin-top: 15px;
    }
    .hbox16 .hbox16_swiper {
        margin-top: 40px;
    }
    .hbox19 .text_box .editor {
        margin-top: 30px;
    }
   
}
@media(max-width:768px){
    .hbox19 .text_box .editor {
        margin-top: 20px;
        max-height: 40vw;
    }
    .hbox19 .bg_img{
        height: 330px;
    }
    .list16 .desc {
        margin-top: 10px;
    }
    .list16 .citem {
        padding: 15px;
    }
    .list16 .desc {
        font-size: 14px;
    }
    .hbox18 .list16 {
        margin-top: 20px;
    }
    .hbox15 .editor {
        margin-top: 25px;
    }
    .list15 .item{
        margin-bottom: 15px;
    }
    .make03 {
        padding: 25px 0;
    }
}
@media(max-width:640px){
    .hbox15 .left {
        width: 100%;
    }
    
    .hbox15 .right {
        width: 100%;
        margin-top: 15px;
    }
    
    .hbox15 .editor {
        margin-top: 15px;
    }
    
    .hbox16 .hbox16_swiper {
        margin-top: 15px;
    }
    
    .hbox16_swiper .icon {
        width: 40px;
        height: 40px;
    }
    
    .hbox16_swiper .item {
        padding: 15px;
    }
    
    .hbox16_swiper .text_box {
        padding-top: 10px;
    }
    
    .hbox17 .desc {
        margin: 15px auto 0;
    }
    
    .list15 .item {
        flex-wrap: wrap;
    }
    
    .list15 .left {
        width: 100%;
    }
    
    .list15 .right {
        width: 100%;
        margin-top: 15px;
    }
    
    .list15 .item .text_box {
        padding: 15px !important;
    }
    
    .list15 .editor {
        margin-top: 15px;
    }
    
    .list15 .item:nth-child(2n) {
        flex-direction: row;
    }
    
    .hbox18 .left {
        width: 100%;
        margin: 0;
    }
    
    .hbox18 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .hbox18 .list16 {
        margin-top: 10px;
    }
    
    .hbox18 .right {
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }
}

/* 生物质资源再生 */
.hbox20_swiper{
    position: relative;
}
.hbox20_swiper .item{
    position: relative;
}
.hbox20_swiper .swiper_box{
    position: absolute;
    bottom: 10%;
    z-index: 3;
}
.hbox20_swiper .swiper_box .next{
    margin-top: 30px;
}
.hbox20_swiper .imgbox{
    padding-bottom: 50%;
    position: relative;
}
.hbox20_swiper .imgbox::before{
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background-image: linear-gradient(transparent, #191b20);
    z-index: 2;
    position: absolute;
}
.hbox20_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hbox20_swiper .text_main{
    width: 70%;
}
.hbox20_swiper .text_box{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 100%;
    z-index: 2;
}
.hbox20_swiper .tit{
    color: #fff;
    line-height: 1.3;
}
.hbox20_swiper .ctit{
    color: #ffffff;
    line-height: 1.3;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px; 
}
.hbox20_swiper .lables{
    margin-top: 30px;
}
.lables{
    display: flex;
    flex-wrap: wrap;
}
.lables .lable{
    margin-right: 5%;
    position: relative;
    color: #fff;
    padding-left: 18px;
}
.lables .lable::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%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
}
.reborn02{
    padding: 6.3% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hbox21 .title{
    text-align: center;
    color: #001520;
}
.hbox21 .imgbox{
    text-align: center;
    margin-top: 60px;
}

.hbox22{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hbox22 .bg_img::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background-image: linear-gradient(to right, #ffffff, transparent);
    z-index: 2;
}
.hbox22 .bg_img{
    padding-bottom: 42%;
    position: relative;
}
.hbox22 .bg_img img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox22 .text_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
    z-index: 3;
}
.hbox22 .text_main{
    width: 36%;
}
.hbox22 .tit{
    color: #001520;
    line-height: 1.3;
}
.hbox22 .editor{
    color: #001520;
    margin-top: 30px;
    line-height: 1.787;
    max-height: 18vw;
    overflow-y: auto;
}
.reborn04{
    padding: 6.3% 0;
}
.hbox23 .title{
    text-align: center;
    color: #001520;
}
.hbox23 .list17{
    padding-top: 20px;
}
.list17{
    display: flex;
    flex-wrap: wrap;
}
.list17 .item{
    width: 48.42%;
    margin-top: 3.15%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 3.8% 3.2%;
}
.list17 .item:not(:nth-child(2n+1)){
    margin-left: 3.15%;
}
.list17 .icon{
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background-color: #1d5d5e;
}
.list17 .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 40%;
}
.list17 .text_box{
    margin-top: 70px;
}
.list17 .tit{
    color: #001520;
}
.list17 .editor{
    margin-top: 25px;
    color: #001520;
    line-height: 1.787;
    max-height: 7.2em;
    overflow-y: auto;
    padding-right: 40px;
}
.reborn05{
    padding: 6.3% 0;
}
.hbox24{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hbox24 .left{
    width: 49%;
}
.hbox24 .right{
    width: 41.5%;
}
.hbox24 .lables1{
    margin-top: 13%;
}
.lables1 .lable{
    padding: 5.8% 0;
    border-bottom: 1px solid #dae1e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lables1 .lable .lable_tit{
    width: 71.5%;
    color: #001520;
}
.lables1 .lable .lable_num{
    width: 28.5%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.lables1 .lable_n{
    color: #001520;
    line-height: .8;
}
.lables1 .lable_b{
    color: #001520;
    margin-left: 10px;
    color: #001520;
}

.reborn06{
    padding: 6.3% 0;
}
.hbox25{
    display: flex;
    margin: 15px 0;
}
.hbox25 .left{
    width: 54%;
}
.hbox25 .right{
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
}
.hbox25 .tit{
    color: #001520;
}
.hbox25 .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.hbox25 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox25 .editor{
    color: #001520;
    margin-top: 40px;
    line-height: 1.787;
}
@media(max-width:1280px){
    .hbox21 .imgbox{
        margin-top: 40px;
    }
    .list17 .icon{
        width: 80px;
        height: 80px;
    }
    .list17 .text_box {
        margin-top: 40px;
    }
}
@media(max-width:1024px){
    .hbox20_swiper .ctit {
        margin-top: 10px;
        padding-bottom: 15px;
    }
    .hbox20_swiper .lables {
        margin-top: 15px;
    }
    .hbox20_swiper .swiper_box .next {
        margin-top: 15px;
    }
    .list17 .text_box {
        margin-top: 20px;
    }
    .list17 .icon {
        width: 60px;
        height: 60px;
    }
    .lables1 .lable {
        padding: 20px 0;
    }
    .hbox22 .text_main {
        width: 80%;
    }
    .hbox22 .bg_img::before {
        width: 100%;
    }
}
@media(max-width:768px){
    .reborn02 ,.reborn05,.reborn04,.reborn06{
        padding: 25px 0;
    }
    .hbox21 .imgbox {
        margin-top: 15px;
    }
    .hbox22 .editor {
        margin-top: 15px;
        max-height: 54vw;
    }
    .hbox22 .bg_img {
        padding-bottom: 350px;
    }
    .list17 .editor {
        margin-top: 15px;
        padding-right: 20px;
    }
    .hbox24 .lables1 {
        margin-top: 30px;
    }
    .hbox25 .editor {
        margin-top: 15px;
    }
}
@media(max-width:640px){
    .hbox20_swiper .imgbox {
        padding-bottom: 350px;
    }
    
    .hbox20_swiper .text_main {
        width: 85%;
    }
    
    .hbox20_swiper .ctit {
        margin-top: 5px;
        padding-bottom: 10px;
    }
    
    .hbox20_swiper .lables {
        margin-top: 10px;
    }
    
    .hbox22 .text_main {
        width: 100%;
    }
    
    .list17 .item {
        width: 100%;
        padding: 15px;
    }
    
    .list17 .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
    
    .list17 .editor {
        max-height: unset;
        padding-right: 0;
    }
    
    .lables1 .lable {
        padding: 15px 0;
        flex-wrap: wrap;
    }
    
    .hbox24 {
        flex-wrap: wrap;
    }
    
    .hbox24 .left {
        width: 100%;
    }
    
    .hbox24 .right {
        width: 80%;
        margin: 15px auto 0;
    }
    
    .lables1 .lable .lable_tit {
        width: 100%;
    }
    
    .lables1 .lable .lable_num {
        width: 100%;
        justify-content: flex-start;
        padding-top: 10px;
    }
    
    .lables1 .lable_b {
        line-height: .8;
        margin-left: 5px;
    }
    
    .hbox25 {
        flex-wrap: wrap;
    }
    
    .hbox25 .left {
        width: 100%;
    }
    
    .hbox25 .right {
        width: 100%;
        margin-top: 15px;
    }
    .hbox25 .editor {
        margin-top: 10px;
    }
}
/* 朗坤动态 */
.hbox26_swiper .swiper_box{
    position: absolute;
    bottom: 10%;
    z-index: 3;
}
.hbox26_swiper .swiper_box .next{ 
    margin-top: 30px;
}
    
.hbox26_swiper .imgbox{
    padding-bottom: 34.7%;
    position: relative;
}
.hbox26_swiper .imgbox::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}
.hbox26_swiper .imgbox::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgba(0,0,0,.2));
    z-index: 1;
}
.hbox26_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hbox26_swiper .text_box {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 100%;
    z-index: 3;
}
.hbox26_swiper .time{
    color: #fff;
}
.hbox26_swiper .tit{
    color: #ffffff;
    line-height: 1.53;
    margin-top: 25px;
}
.hbox26_swiper .editor{
    color: #fff;
    margin-top: 35px;
    line-height: 1.787;
    margin-top: 30px;
}
.hbox26_swiper .base_more{
    margin-top: 40px;
}

.hbox26_swiper .text_main{
    width: 57.6%;
}

.news02{
    padding: 6.3% 0;
}
.hbox27 .title{
    text-align: center;
    color: #001520;
}
.hbox27 .list18{
    margin-top: 60px;
    padding-bottom: 70px;
}
.list18 .item{
    position: relative;
    background-color: #fafafa;
    padding: 2.53%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.list18 .text_box{
    display: flex;
    align-items: center;
    padding-right: 260px;
    position: relative;
}
.list18 .base_more{
    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%);
}
.list18 .imgbox{
    width: 250px;
    overflow: hidden;
    height: 160px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.list18 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list18 .text_main{
    margin-left: 4%;
    flex: 1;
}
.list18 .time{
    color: #667379;
    line-height: 1.3;
}
.list18 .tit{
    color: #001520;
    margin-top: 15px;
}
.list18 .editor{
    color: #001520;
    line-height: 1.787;
    margin-top: 15px;
}
.list18 .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);
}
.list18 .item:hover .tit{
    color: #1d5d5e;
}
@media(max-width:1459px){
    .hbox26_swiper .base_more {
        margin-top: 20px;
    }
    .hbox26_swiper .editor {
        margin-top: 20;
        margin-top: 20px;
    }
    .hbox26_swiper .tit {
        margin-top: 15px;
    }
}
@media(max-width:1280px){
    .hbox27 .list18 {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .hbox26_swiper .swiper_box .next {
        margin-top: 15px;
    }
    .hbox26_swiper .text_main {
        width: 90%;
    }
}
@media(max-width:1024px){
    .list18 .text_box {
        padding-right: 140px;
    }
}
@media(max-width:768px){
    .hbox27 .list18 {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .hbox26_swiper .imgbox {
        padding-bottom: 350px;
    }
}
@media(max-width:640px){
    .list18 .text_box {
        flex-wrap: wrap;
        padding: 0;
    }
    .list18 .base_more {
        position: static;
        transform: unset;
        margin-top: 15px;
    }
    .list18 .imgbox {
        width: 100%;
    }
    .list18 .text_main {
        flex: unset;
        margin: 15px 0 0;
        width: 100%;
    }
    .list18 .item {
        margin-bottom: 15px;
    }
}
/* 热点新闻 */
.news03{
    padding: 50px 0;
}
.hbox28{
    display: flex;
}
.hbox28 .left{
    width: 64%;
}
.hbox28 .right{
    width: 36%;
    padding-left: 50px;
}
.tab1{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}
.tab1 .tab{
    color: #001520;
    position: relative;
    padding-bottom: 20px;
}
.tab1 .tab::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #1d5d5e;
    width: 100%;
}
.tab1 .more1{
    color: #667379;
}
.news04{
    padding: 50px 0 6.3%;
}
.relate{
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 30px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}
.relate .imgbox{
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.relate .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.relate .item{
    border-bottom: 1px dashed #cdd1d2;
    display: block;
}

.relate .text_box{
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.relate .tit{
    color: #001520;
    flex: 1;
    position: relative;
    padding-left: 15px;
}
.relate .tit::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%);
    width: 3px;
    height: 3px;
    background-color: #001520;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.relate .time{
    white-space: nowrap;
    color: #667379;
    margin-left: 15px;
}
.hbox28_swiper{
    margin-top: 30px;
}
.hbox28_swiper .prev{
    left: 3%;
}
.hbox28_swiper .next{
    right: 3%;
}
.hbox28_swiper .swiper_btn{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.hbox28_swiper .imgbox{
    padding-bottom: 57.5%;
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
}
.hbox28_swiper .imgbox::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #012829);
    z-index: 2;
    opacity: .5;
}
.hbox28_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox28_swiper .text_box{
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 3;
}
.hbox28_swiper .tit{
    color: #fff;
    line-height: 1.3;
}
.hbox28_swiper .time{
    color: #fff;
    line-height: 1.5;
    margin-top: 10px;
}
.hbox28_swiper .swiper-pagination{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.hbox28_swiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
    margin: 0 3px;
}

.list19{
    padding: 0 40px;
    background-color: #f9f9f9;
}
.list19 .item{
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.list19 .item:not(:last-child){
    border-bottom: 1px dashed #cdd1d2;
}
.list19 .item .tit{
    padding-left: 15px;
    position: relative;
    flex: 1;
}
.list19 .item .time{
    color: #667379;
    margin-left: 10px;
    white-space: nowrap;
}
.list19 .item .tit::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: #618585;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.hbox29 .title{
    text-align: center;
    color: #001520;
    font-weight: 400;
}
.hbox29 .hbox13_swiper{
    margin-top: 40px;
}
.hbox29_swiper .imgbox{
    padding-bottom: 54%;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
} 
.hbox29_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox29_swiper .video_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}
.hbox29_swiper .video_box.cur{
    opacity: 1;
}
.hbox29_swiper .video_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox29_swiper .video_btn1{
    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%);
    z-index: 3;
}
.hbox29_swiper .swiper-container{
    margin-top: 40px;
}
.hbox29_swiper .item{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.hbox29_swiper .swiper-slide-active{
    z-index: 2;
} 
.hbox29_swiper .swiper-slide-prev .item{
    transform:translate(74.5%,0) scale(.786);
    -webkit-transform:translate(74.5%,0) scale(.786);
    -moz-transform:translate(74.5%,0) scale(.786);
    -ms-transform:translate(74.5%,0) scale(.786);
    -o-transform:translate(74.5%,0) scale(.786);
}
.hbox29_swiper .swiper-slide-next .item{
    transform:translate(-74.5%,0) scale(.786);
    -webkit-transform:translate(-74.5%,0) scale(.786);
    -moz-transform:translate(-74.5%,0) scale(.786);
    -ms-transform:translate(-74.5%,0) scale(.786);
    -o-transform:translate(-74.5%,0) scale(.786);
}
.hbox29_swiper .swiper-slide-prev,
.hbox29_swiper .swiper-slide-next{
    opacity: .5;
}
.hbox29_swiper .swiper_btn{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.hbox29_swiper .prev{
    left: 5%;
}
.hbox29_swiper .next{
    right: 5%;
}
@media(max-width:1280px){
    .list19 {
        padding: 0 20px;
    }
    .list19 .item {
        padding: 15px 0;
    }
    .relate .text_box {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .hbox28 .right {
        padding-left: 25px;
    }
}
@media(max-width:768px){
    .hbox28 .right {
        padding-left: 25px;
    }
    .tab1 .tab {
        padding-bottom: 10px;
    }
    .hbox28 {
        flex-wrap: wrap;
    }
    .hbox28 .left {
        width: 100%;
    }
    .hbox28 .right {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}
@media(max-width:640px){
    .hbox28_swiper .text_box {
        left: 15px;
        bottom: 15px;
        right: 15px;
    }
    .hbox28_swiper .swiper-pagination {
        bottom: 5px;
        right: unset;
        left: 50%;
        transform: translate(-50%,0);
    }
    .list19 {
        padding: 0 10px;
    }
    .list19 .item {
        flex-wrap: wrap;
    }
    
    .list19 .item .tit {
        flex: unset;
        width: 100%;
    }
    
    .list19 .item .time {
        font-size: 14px;
        margin-top: 5px;
    }
    .relate .text_box {
        flex-wrap: wrap;
    }
    .relate .tit {
        flex: unset;
        width: 100%;
    }
    .relate .time {
        margin: 10px 0 0;
        font-size: 14px;
    }
}

/* 新闻详情 */
.news05{
    padding: 6.3% 0;
}
.hbox30 .title{
    text-align: center;
    color: #001520;
}
.hbox29 .other1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-left: 25px;
}
.other1{
    display: flex;
    align-items: center;
}
.other1 .share_tit{
    color: #999;
}
.other1 .share_box{
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.hbox29 .time{
    color: #999;
}
.hbox29 .editor{
    padding: 4.87% 0;
    border-bottom: 1px solid #e5e7e8;
    line-height: 1.787;
    color: #001520;
}
.hbox29 .editor img{
    width: 100%;
}
.new_go{
    position: relative;
    padding-right: 220px;
    padding-top: 4.6%;
    padding-bottom: 4.6%;
}
.new_go .new_goit{
    display: flex;
}
.new_go .new_goit:not(:first-child) {
    margin-top: 15px;
}
.new_go .new_goit span {
    color: #999999;
    white-space: nowrap;
}
.new_go .new_goit a {
    color: #001520;
    margin-left: 20px;
    display: inline-block;
}
.new_go .new_goit a:hover{
    color: #1d5d5e;
}
.goback1{
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    right: 0;
    padding: 0 50px;
    display: inline-block;
    border: 1px solid #1d5d5e;
}
.goback1 span{
    color: #1d5d5e;
}
@media (max-width: 1459px) {
    .goback1 {
        padding: 0 40px;
    } 
    .new_go {
        padding-right: 150px;
    }
}
@media (max-width: 1280px) {
   
    .goback1 {
        padding: 0 25px;
        line-height: 40px;
    }
}
@media(max-width:768px){
    .hbox29 .editor,
    .news05{
        padding: 25px 0;
    }
    .hbox29 .other1 {
        margin-top: 15px;
    }
}
@media(max-width:640px){
    .new_go{
        padding-right: 0;
    }
    .goback1{
        position: relative;
        line-height: 30px;
        transform: unset;
        top: unset;
        margin-top: 15px;
    }
    .new_go .new_goit a {
        margin-left: 15px;
    }
}
/* 招贤纳士 */
.base_fixed {
    position: relative;
}
.base_ding {
    position: absolute;
    top: -110px;
}

.join01{
    padding: 4.2% 0;
}
.hbox31 .title{
    text-align: center;
    color: #001520;
}
.hbox31 .desc{
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: 40px auto 0;
    line-height: 1.787;
}

.list20{
    display: flex;
    flex-wrap: wrap;
}
.list20 .item{
    padding: 4.2% 15px;
    text-align: center;
    width: 14.16%;
    background-color: #f9f9f9;
    margin-top: 3%;
}
.list20 .item:not(:nth-child(6n+1)){
    margin-left: 3%;
}
.list20 .icon{
    padding-bottom: 46%;
    position: relative;
}
.list20 .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.list20 .tit{
    color: #001520;
    margin-top: 25px;
}

.join02{
    background-color: #f9f9f9;
    padding: 3.2% 0;
}
.hbox32{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hbox32 .left{
    width: 43%;
}
.hbox32 .right{
    width: 45.8%;
}
.hbox32 .tit{
    color: #001520;
    line-height: 1.3;
}
.hbox32 .desc{
    color: #001520;
    line-height: 1.77;
    margin-top: 40px;
}
.hbox32 .imgbox{
    padding-bottom: 73%;
    position: relative;
}
.hbox32 .imgbox img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}
.join03{
    padding: 6.3% 0;
}
.hbox33 .title{
    text-align: center;
    color: #001520;
}
.hbox33 .link_box{
    text-align: center;
    padding-top: 30px;
}
.hbox33 .link{
    padding-left: 28px;
    background-image: url(../images/icon22.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.hbox33 .link span{
   border-bottom: 1px solid #a8b9ba;
   color: #1d5d5f;
}
.hbox33 .list21{
    margin-top: 40px;
}

.list21{
    display: flex;
    flex-wrap: wrap;
}
.list21 .item{
    width: 49%;
    position: relative;
    overflow: hidden;
    height: 10vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 15px;
}
.list21 .tit{
    color: #001520;
    font-size: 1.042vw;
}
.list21 .editor{
    color: #001520;
    line-height: 1.875;
    margin-top: .5vw;
    font-size: .94vw;
}
.list21 .icon{
    position: absolute;
    width: 19.8vw;
    height: 19.8vw;
    background-color: #367273;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.list21 .item .icon img{
    height: 2.4vw;
}

.list21 .item:not(:nth-child(2n+1)){
    margin-left: 2%;
}
.list21 .item:nth-child(4n+1),
.list21 .item:nth-child(4n+2){
    margin-bottom: 2%;
    background-image: linear-gradient(to bottom right, transparent, #e9efef);
}
.list21 .item:nth-child(4n+3),
.list21 .item:nth-child(4n+4){
    background: linear-gradient(to top right, transparent, #e9efef);
}

.list21 .item:nth-child(4n+1),
.list21 .item:nth-child(4n+3){
   padding-right: 11vw;
}
.list21 .item:nth-child(4n+2),
.list21 .item:nth-child(4n+4){
   padding-left: 11vw;
}
.list21 .item:nth-child(4n+1) .text_box,
.list21 .item:nth-child(4n+3) .text_box{
    text-align: right;
}
.list21 .item:nth-child(4n+2) .text_box,
.list21 .item:nth-child(4n+4) .text_box{
    text-align: left;
}
.list21 .item:nth-child(4n+1){
    border-radius:0 0 20px 0;
    -webkit-border-radius:0 0 20px 0;
    -moz-border-radius:0 0 20px 0;
    -ms-border-radius:0 0 20px 0;
    -o-border-radius:0 0 20px 0;
}
.list21 .item:nth-child(4n+2){
    border-radius:0 0 0 20px;
    -webkit-border-radius:0 0 0 20px;
    -moz-border-radius:0 0 0 20px;
    -ms-border-radius:0 0 0 20px;
    -o-border-radius:0 0 0 20px;
}
.list21 .item:nth-child(4n+3){
    border-radius:0 20px 0 0;
    -webkit-border-radius:0 20px 0 0;
    -moz-border-radius:0 20px 0 0;
    -ms-border-radius:0 20px 0 0;
    -o-border-radius:0 20px 0 0;
}
.list21 .item:nth-child(4n+4){
    border-radius:20px 0 0 0;
    -webkit-border-radius:20px 0 0 0;
    -moz-border-radius:20px 0 0 0;
    -ms-border-radius:20px 0 0 0;
    -o-border-radius:20px 0 0 0;
}
.list21 .item:nth-child(4n+1) .icon{
    right: -9.9vw;
    top: 0;
}
.list21 .item:nth-child(4n+1) .icon::before{
    content: '';
    display: block;
    opacity: .1;
    width: 29%;
    height: 29%;
    position: absolute;
    left: 14%;
    top: 14%;
    z-index: 1;
    border-radius: 6vw 0 0 0;
    -webkit-border-radius: 6vw 0 0 0;
    -moz-border-radius: 6vw 0 0 0;
    -ms-border-radius: 6vw 0 0 0;
    -o-border-radius: 6vw 0 0 0;
    background-color: #fff;
}
.list21 .item:nth-child(4n+1) .icon img{
    position: absolute;
    left: 25%;
    top: 25%;
    z-index: 2;
}

.list21 .item:nth-child(4n+3) .icon{
    right: -9.9vw;
    bottom: 0;
}
.list21 .item:nth-child(4n+3) .icon::before{
    content: '';
    display: block;
    opacity: .1;
    width: 29%;
    height: 29%;
    position: absolute;
    left: 14%;
    bottom: 14%;
    z-index: 1;
    border-radius: 0 0 0 6vw;
    -webkit-border-radius: 0 0 0 6vw;
    -moz-border-radius: 0 0 0 6vw;
    -ms-border-radius: 0 0 0 6vw;
    -o-border-radius: 0 0 0 6vw;
    background-color: #fff;
}
.list21 .item:nth-child(4n+3) .icon img{
    position: absolute;
    left: 25%;
    bottom: 25%;
    z-index: 2;
}

.list21 .item:nth-child(4n+2) .icon{
    left: -9.9vw;
    top: 0;
}
.list21 .item:nth-child(4n+2) .icon::before{
    content: '';
    display: block;
    opacity: .1;
    width: 29%;
    height: 29%;
    position: absolute;
    right: 14%;
    top: 14%;
    z-index: 1;
    border-radius: 0 6vw 0 0;
    -webkit-border-radius: 0 6vw 0 0;
    -moz-border-radius: 0 6vw 0 0;
    -ms-border-radius: 0 6vw 0 0;
    -o-border-radius: 0 6vw 0 0;
    background-color: #fff;
}
.list21 .item:nth-child(4n+2) .icon img{
    position: absolute;
    right: 25%;
    top: 25%;
    z-index: 2;
}
.list21 .item:nth-child(4n+4) .icon{
    left: -9.9vw;
    bottom: 0;
}
.list21 .item:nth-child(4n+4) .icon::before{
    content: '';
    display: block;
    opacity: .1;
    width: 29%;
    height: 29%;
    position: absolute;
    right: 14%;
    bottom: 14%;
    z-index: 1;
    border-radius: 0 0 6vw 0;
    -webkit-border-radius: 0 0 6vw 0;
    -moz-border-radius: 0 0 6vw 0;
    -ms-border-radius: 0 0 6vw 0;
    -o-border-radius: 0 0 6vw 0;
    background-color: #fff;
}
.list21 .item:nth-child(4n+4) .icon img{
    position: absolute;
    right: 25%;
    bottom: 25%;
    z-index: 2;
}

.join04{
    padding: 5.2% 0 4.2%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hbox34 .title{
    text-align: center;
    color: #001520;
}
.hbox34 .desc{
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: 40px auto 0;
    line-height: 1.787;
}
.hbox34 .tabs1{
    margin-top: 4.2%;
}
.tabs1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tabs1 .tab{
    color: #001520;
    line-height: 48px;
    border: 1px solid #1d5d5f;
    padding: 0 25px;
    margin: 0 17px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tabs1 .tab.cur{
    background-color: #1d5d5f;
    color: #ffffff;
}
.hbox34 .hbox34_swiper{
    margin-top: 45px;
}
.hbox34_swiper{
    padding-bottom: 70px;
    position: relative;
}
.hbox34_swiper .swiper-pagination{
    bottom: 0;
    width: 100%;
    text-align: center;
}

.hbox34_swiper .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    background-color: transparent;
}

.hbox34_swiper .swiper-pagination .swiper-pagination-bullet::before{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    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%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #1d5d5f;
    opacity: .5;
}
.hbox34_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 2px solid #1d5d5f;
}
.hbox34_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    background-color: #1d5d5f;    
    opacity: 1;
}



.hbox34_swiper .item{
    position: relative;
    cursor: pointer;
}
.hbox34_swiper .imgbox{
    width: 100%;
    padding-bottom: 69%;
    position: relative;
}
.hbox34_swiper .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox34_swiper .text_box{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.hbox34_swiper .tit{
    color: #fff;
    padding-top: 30px;
    position: relative;
}
.hbox34_swiper .tit::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    height: 1px;
    background-color: #fff;
    width: 30px;
}
.hbox34_swiper .item:hover .text_box{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.join05{
    position: relative;
}
.hbox35 .bg_img{
    padding-bottom: 34.4%;
    position: relative;
}
.hbox35 .bg_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox35{
    position: relative;
}
.hbox35 .text_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
}

.hbox35 .tit{
    color: #001520;
}
.hbox35 .more_link{
    margin-top: 45px;
}
@media(max-width:1280px){
    .list20 .item {
        padding: 3% 15px;
    }
    .list20 .tit {
        margin-top: 15px;
    }
    .list21 .editor {
        margin-top: 5px;
    }
}
@media(max-width:768px){
    .join01,.join02{
        padding: 25px 0;
    }
    
    .hbox32 .desc {
        margin-top: 15px;
    }
    
    .tabs1 .tab {
        padding: 0 15px;
        line-height: 35px;
    }
    
    .hbox34 .hbox34_swiper {
        margin-top: 25px;
    }
    
    .hbox34_swiper {
        padding-bottom: 40px;
    }
    
    .hbox35 .more_link {
        margin-top: 25px;
    }
    .hbox33 .link_box {
        padding-top: 15px;
    }
    .hbox31 .desc{
        margin-top: 20px;
    }
}
@media(max-width:640px){
    .hbox33 .link_box {
        padding-top: 15px;
    }
    .list20 .item {
        padding: 15px;
        width: 32%;
    }
    .list20 .item:not(:nth-child(6n+1)) {
        margin-left: 0;
    }
    .list20 .item:not(:nth-child(3n+1)) {
        margin-left: 1.5%;
    }
    .hbox32 {
        flex-wrap: wrap;
    }
    .hbox32 .left {
        width: 100%;
    }
    .hbox32 .right {
        width: 100%;
    }
    .list21 .item {
        padding: 15px !important;
        height: auto;
        border-radius: unset !important;
        display: block;
    }
    .list21 .icon {
        position: relative;
        width: 50px;
        height: 50px;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
    }
    .list21 .icon img {
        left: 50% !important;
        top: 50% !important;
        position: absolute !important;
        transform: translate(-50%,-50%);
        height: 15px !important;
    }
    .list21 .icon:before {
        display: none !important;
    }
    .list21 .tit {
        font-size: 16px;
    }
    .list21 .editor {
        font-size: 14px;
    }
    .list21 .item .text_box {
        text-align: left !important;
        width: 100%;
        margin-top: 15px;
    }
    .hbox33 .list21 {
        margin-top: 20px;
    }
}

/* 公司公告 */
.invest01{
    padding: 4.2% 0 4.8%;
}
.hbox36 .title{
    text-align: center;
    color: #001520;
}
.hbox36 .hbox36_swiper{
    margin-top: 50px;
}
.hbox36_swiper{
    position: relative;
}
.hbox36_swiper .item{
    background-color: #f9f9f9;
    display: flex;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}
.hbox36_swiper .left{
    width: 50%;
}
.hbox36_swiper .imgbox{
    padding-bottom: 59.2%;
    position: relative;
}
.hbox36_swiper .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.hbox36_swiper .right{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 40px 65px;
}
.hbox36_swiper .time{
    color: #667379;
    line-height: 1.875;
}
.hbox36_swiper .tit{
    color: #001520;
    line-height: 1.53;
    margin-top: 25px;
}
.hbox36_swiper .desc{
    color: #001520;
    line-height: 1.77;
    margin-top: 30px;
}
.hbox36_swiper .text_box{
    padding-bottom: 100px;
    position: relative;
}
.hbox36_swiper .base_more,
.hbox36_swiper .pdf_btn{
     position: absolute;
     bottom: 0;
}
.hbox36_swiper .swiper_box{
    position: absolute;
    bottom: 40px;
    right: 70px;
    display: flex;
    align-items: center;
}
.hbox36_swiper .swiper_box .swiper_btn.next{
    margin-left: 20px;
}
.hbox36 .list22{
    padding: 35px 0 90px;
}
.list22 .item{
    display: flex;
    align-items: center;
    padding: 38px 200px 38px 0;
    border-bottom: 1px solid #d1d5d7;
    position: relative;
}
.list22 .time{
    color: #667379;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
}
.list22 .time::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%);
    width: 5px;
    height: 5px;
    background-color: #1d5d5e;
}
.list22 .tit{
    flex: 1;
    margin-left: 80px;
}
.list22 .pdf_btn,
.list22 .base_more{
    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%);
    min-width: 175px;
}

@media (max-width: 1459px){
    .hbox36_swiper .right {
        padding: 35px;
    }
    .hbox36_swiper .swiper_box {
        bottom: 35px;
        right: 35px;
    }
    .list22 .item{
        padding: 25px 200px 25px 0;
    }
    .list22 .tit{
        margin-left: 60px;
    }
}
@media (max-width: 1280px){
    .list22 .pdf_btn, .list22 .base_more {
        min-width: 120px;
    }
}

@media (max-width: 1024px){
    .hbox36_swiper .right {
        padding: 25px;
    }
    .hbox36_swiper .swiper_box {
        bottom: 25px;
        right: 25px;
    }
    .list22 .tit{
        margin-left: 40px;
    }
    .hbox36 .hbox36_swiper {
        margin-top: 20px;
    }
    .hbox36_swiper .text_box {
        padding-bottom: 50px;
    }
    .hbox36_swiper .tit {
        margin-top: 15px;
    }
    .list22 .item {
        padding-right: 150px;
    }
}
@media (max-width: 768px){
    .invest01{
        padding: 25px 0 ;
    }
    .list22 .pdf_btn, .list22 .base_more {
        min-width: 100px;
    }
}
@media (max-width: 640px){
    .list22 .item {
        padding: 15px;
        flex-wrap: wrap;
    }
    
    .list22 .time {
        width: 100%;
    }
    
    .list22 .tit {
        margin-left: 0;
        width: 100%;
        flex: unset;
        margin-top: 10px;
    }
    
    .list22 .pdf_btn,
    .list22 .base_more{
        position: static;
        transform: unset;
        margin-top: 10px;
    }
    .hbox36_swiper .item {
        flex-wrap: wrap;
    }
    
    .hbox36_swiper .left {
        width: 100%;
    }
    
    .hbox36_swiper .right {
        width: 100%;
        padding: 15px;
    }
    
    .hbox36_swiper .tit {
        margin-top: 10px;
    }
    
    .hbox36_swiper .desc {
        margin-top: 15px;
    }
    
    .hbox36_swiper .swiper_box {
        bottom: 15px;
        right: 15px;
    }
    
}
/* 实时股价 */
.invest02{
    padding: 6.3% 0;
}
.hbox37 .title{
    text-align: center;
    color: #001520;
}
.hbox38{
    position: relative;
    margin-top: 50px;
}
.hbox38 .bg_img{
    padding-bottom: 41.6%;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.hbox38 .bg_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox38 .text_box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    padding: 3% 60px 3% 9%;
    z-index: 2;
}
.hbox38 .text_main{
    width: 100%;
    /* max-width: 620px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hbox38 .text_main .left{
    width: 44%;
}
.hbox38 .text_main .right{
    width: 45%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
}
.hbox38 .tit{
    display: flex;
    align-items: flex-end;
    padding-bottom: 35px;
}
.hbox38 .span1{
    color: #fff;
    line-height: .8;
}
.hbox38 .ctit{
    color: #fff;
    padding-left: 20px;
    position: relative;
    margin-left: 25px;
    background-image: url(../images/icon26.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.hbox38 .ctit.cur{
    background-image: url(../images/icon27.png);
}
.hbox38 .ctit1{
    color: #fff;
    margin-left: 10px;
}


/* 投资者股票 */
.tabs2{
    display: flex;
    justify-content: center;
    background-color: #f8f7f5;
}
.tabs2 .tab{
    padding: 30px 15px;
    cursor: pointer;
    margin: 0 25px;
} 
.tabs2 .tab{ 
    position: relative;
}
.tabs2 .tab.cur{
    color: #1d5d5e;
}
.tabs2 .tab.cur::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    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: 4px;
    background-color: #1d5d5e;
    width: 130%;
}
.hbox42 .hbox42_imgs{
    padding: 35px 0;
}
.hbox42_imgs .hbox42_img{
    text-align: center;
    padding-bottom: 60%;
    position: relative;
}
.hbox42_imgs .hbox42_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
}

.stocks{
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
}
.stocks .stock:not(:first-child){
    padding-left: 2%;
}
.stocks .pt{
    color: #fff;
}
.stocks .pb{
    color: #fff;
    margin-top: 10px;
}
.hbox38 .tishi{
    color: #fff;   
    padding-top: 35px; 
}
.hbox42{
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
@media (max-width: 1459px){
    .tabs2 .tab{
        padding: 15px 10px;
    }
    .hbox42 .hbox42_imgs{
        padding: 25px 0;    
    }
    
}
@media (max-width: 1280px){
    .hbox38 .tit{
        padding-bottom: 20px;
    }
}
@media (max-width: 1024px){
    .stocks {
        padding: 15px 0;
    }
    
    .hbox38 .text_box {
        padding: 3% 5%;
    }
    .hbox38 {
        margin-top: 30px;
    }
}
@media (max-width: 768px){
    .invest02{
        padding: 25px 0;    
    }
    .hbox38 .bg_img{
        padding-bottom: 300px;
    }
    .hbox38 .tishi {
        padding-top: 15px;
    }
    
    .hbox38 .span1 {
        font-size: 28px;
    }
    .hbox38 {
        margin-top: 15px;
    }
    .hbox38 .text_main {
        flex-wrap: wrap;
    }
    
    .hbox38 .text_main .left {
        width: 100%;
    }
    
    .hbox38 .text_main .right {
        width: 100%;
        margin-top: 25px;
    }
    
    .hbox38 .text_box {
        position: relative;
        /* background-color: #fff; */
        z-index: 2;
        width: 100%;
        top: unset;
        transform: unset;
        left: unset;
        padding: 35px 15px;
    }
    
    .hbox38 .bg_img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-bottom: 0;
        width: 100%;
    }
    
    .hbox42_imgs .hbox42_img {
        padding-bottom: 50%;
    }
}
/* 投资人关系——公司治理 */
.govern01{
    padding: 6.3% 0;
}
.hbox39 .title{
    text-align: center;
    color: #001520;
}
.hbox39 .list23{
    margin-top: 45px;
}
.list23{
    display: flex;
}
.list23 .item{
    flex: 1;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list23 .item:not(:first-child){
    margin-left: 25px;
}
.list23 .imgbox{
    padding-bottom: 490px;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.list23 .imgbox::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(transparent, #000000);
    z-index: 2;
}
.list23 .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list23 .text_box{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px 70px;
    z-index: 3;
}
.list23 .icon{
    padding-bottom: 43px;
    position: relative;
}
.list23 .icon img{
    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%);
    max-height: 100%;
}
.list23 .tit{
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.3;
}
.list23 .editor{
    height: 0;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    color: #fff;
    line-height: 1.787;
}
.list23 .item.cur{
    flex: 3.23;
}
.list23 .item.cur .editor{
    margin-top: 25px;
    height: auto;
}
.list23 .item.cur  .text_box{
    padding: 0 75px 70px;
}
@media (max-width:1280px){
    .list23 .item.cur .text_box {
        padding: 0 50px 35px;
    }
    .list23 .text_box {
        padding: 0 30px 25px;
    }
    .list23 .item.cur .editor {
        margin-top: 15px;
    }
}
@media (max-width: 768px){
    .hbox39 .list23 {
        margin-top: 25px;
    }
    .list23 .imgbox {
        padding-bottom: 350px;
    }
    .list23 .text_box{
        padding: 0 15px 15px;
    }
    .list23 .item.cur .text_box{
        padding: 0 15px 15px;
    }
    .govern01{
        padding: 25px 0;
    }
}
@media (max-width: 640px){
    .list23 {
        flex-wrap: wrap;
    }
    .list23 .item.cur {
        flex: unset;
    }
    .list23 .item {
        width: 100%;
        flex: unset;
    }
    .list23 .item:not(:first-child) {
        margin: 15px 0 0;
    }
    .list23 .item .editor {
        height: auto;
        margin-top: 15px;
    }
}
/* 投资人关系_联络互动 */
.interact01{
    padding: 6.3% 0;
}
.hbox40 .title{
    text-align: center;
    color: #001520;
}
.hbox41{
    margin-top: 50px;
    position: relative;
}
.hbox41 .imgbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}
.hbox41 .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hbox41 .list24{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 9.7% 13.3%;
    position: relative;
    z-index: 2;
}
.list24 .item{
    width: 50%;
    text-align: center;
    margin: 2% 0;
}
.list24 .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    position: relative;
    display: inline-block;
}
.list24 .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 50%;
    z-index: 3;
}
.list24 .icon::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 160%;
    height: 160%;
    background-color: rgba(255, 255, 255, .06);
    z-index: 3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: rundiv 2s linear .5s infinite;
    -webkit-animation: rundiv 2s linear .5s infinite;
}

.list24 .icon::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 210%;
    height: 210%;
    background-color: rgba(255, 255, 255, .06);
    z-index: 3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: rundiv1 2s linear .5s infinite;
    -webkit-animation: rundiv1 2s linear .5s infinite;
}
.list24 .tit{
    color: rgba(255, 255, 255, .3);
    margin-top: 60px;
}
.list24 .ctit{
    color: #fff;
    margin-top: 15px;
}
@keyframes rundiv{
    0%{
        width: 160%;
        height: 160%;
    }
    50%{
        width: 140%;
        height: 140%;
    }
    100%{
        width: 160%;
        height: 160%;
    }
}
@keyframes rundiv1{
    0%{
        width: 210%;
        height: 210%;
    }
    50%{
        width: 180%;
        height: 180%;
    }
    100%{
        width: 210%;
        height: 210%;
    }
}
@media (max-width: 1024px){
    .list24 .tit {
        margin-top: 40px;
    }
}
@media (max-width: 768px){
    .interact01{
        padding: 25px 0;
    }
}
@media (max-width: 640px){
    .hbox41 .list24 {
        padding: 45px 15px;
    }
    .list24 .icon {
        width: 35px;
        height: 35px;
    }
    .list24 .tit {
        margin-top: 25px;
    }
}

/* 网站地图 */
.site01 {
    padding: 6.3% 0;
}
.site01 .list25 {
    display: flex;
    flex-wrap: wrap;
}
.site01 .item{
    width: 20%;
    margin-bottom: 2%;
}
.site01 .item .ctit {
    position: relative;
    padding-bottom: 20px;
}
.site01 .item .ctit a {
    color: #333;
}
.site01 .item .clist25 .citem {
    margin-top: 25px;
}
.site01 .item .citem a {
    font-size: 16px;
    color: #555;
}
.site01 .item .ctit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background-color: #001520;
}
.site01 .item .citem a:hover{
    color: #333ba0;
}

@media(max-width:768px){
    .site01 .list25{
        flex-wrap: wrap;
    }
    .site01 .item .ctit{
        display: inline-block;
    }
    .site01 .list25 .item{
        width: 33.33%;
        margin-bottom: 15px;
        text-align: center;
    }
}
@media(max-width:480px){
    .site01 .list25 .item{
        width: 50%;
    }
    .site01 .item .clist25 .citem {
        margin-top: 10px;
    }
    .site01 .item .ctit {
        padding-bottom: 10px;
    }
}


/* 单篇 */
.single{
    padding: 6.3% 0;
}
.single .tit_box{
    text-align: center;
}
.single .editor{
    color: #001520;
    line-height: 1.77;
}
@media (max-width:768px){
    .single{
        padding: 25px 0;
    } 
}


/* 新闻多媒体 */
.media01{
    padding: 6.3% 0;    
}
.media01 .title{
    text-align: center;
}
.media01 .list26{
    margin-top: 5%;
    padding-bottom: 3%;
}
.list26{
    display: flex;
    flex-wrap: wrap;
}
.list26 .item{
    width: 32.33%;
    margin-bottom: 1.5%;
}
.list26 .item:not(:nth-child(3n+1)){
    margin-left: 1.5%;
}
.list26 .imgbox{
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.list26 .imgbox img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.list26 .text_box{
    padding: 25px 0;
}
.list26 .tit{
    color: #001520;
}
.list26 .video_btn1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
    width: 45px;
    height: 45px;
}
@media (max-width:1280px){
    .list26 .video_btn1{
        width: 30px;
        height: 30px;
    }
}
@media (max-width:768px){
    .media01{
        padding: 25px 0;
    }
    .media01 .list26{
        margin-top: 25px;
        padding-bottom: 10px;
    }
    .list26 .item {
        width: 49%;
    }
    .list26 .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .list26 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .list26 .text_box{
        padding: 15px 0;
    }
}
@media (max-width:768px){
    .list26 .item {
        width: 100%;
    }
    .list26 .item:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
}



