@charset "utf-8";

@font-face{ font-family: Abhaya Libre ExtraBold; src:url(../fonts/AbhayaLibre-ExtraBold.ttf);}
@font-face{ font-family: Abhaya Libre; src:url(../fonts/AbhayaLibre-Bold.ttf);}

/* @font-face {
 
  font-display: swap;
} */
/* @font-face {
 
  font-display: swap;
} */
/* @font-face {
 
  font-display: swap;
}
@font-face {
 
  font-display: swap;
} */

/*==========================================公共 开始=============================================*/


/*==========================================公共 结束=============================================*/

 
/*==========================================首页 开始=============================================*/

#anc-top{ height: calc(1.1rem + 35px)}

.header_top{ height: 35px; background: #0b9190;}
.header_top .wp{ display: flex;display: -ms-flexbox;display: -webkit-flex; justify-content: flex-end; align-items: center; height: 100%;}
.header_top .ico img{ height: 20px; margin: 0 .06rem 0 0;}
.header_top .ico{ font-size: .14rem; color: #fff;}

.header_box{position: relative;width: 100%;left: 0;right: 0;transition: .5s;z-index: 10000;background: #fff;box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);}
.header_box.fixed{ position: fixed; top: 0}

.header_box .wp{ display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: center; justify-content: space-between; height: 1.1rem;}
.header_box .center{ flex: 1;}
.pc_nav ul{display: flex;display: -ms-flexbox;display: -webkit-flex;padding: 0 10%;justify-content: space-between;}
.pc_nav ul li .h3{ font-size: .18rem; color: #333333; transition: .5s }
@media (max-width: 1300px){.pc_nav ul li .h3{font-size: .16rem !important;}}
.pc_nav ul li.on .h3, .pc_nav ul li:hover .h3{ color: #0b9190 }

.header_box .search {
    position: relative;
    padding-left: .15rem;
}

.header_box .search:before {
    content: '';
    width: 1px;
    height: .14rem;
    /* background: #bbb; */
    position: absolute;
    left: .02rem;
    top: 50%;
    margin-top: -.07rem;
}

.header_box .search .form {
    display: block !important;
    position: relative;
    margin-left: .1rem;
}

.header_box .search .form .serinp {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.header_box .search .form .serbtn {
    width: .34rem;
    height: .34rem;
    position: relative;
    text-align: center;
    line-height: .34rem;
    font-size: .2rem;
    color: #0b9190;
    border: #0b9190 1px solid;
    border-radius: 50%;
}

.header_box .search .form .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: .4rem;
    height: .4rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.header_box .search .form .serinp input {
    width: 100%;
    height: .34rem;
    background: #0b9190;
    border: 0;
    font-size: .15rem;
    border-radius: .1rem;
    color: #333;
    border: 1px solid #0b9190;
}

.header_box .search .form:hover .serinp {
    width: 2.6rem;
    opacity: 1;
    visibility: inherit;
}

.header_box .search .form:hover .serinp input {
    padding: 0 .4rem 0 .1rem;
}

.header_box .search .form:hover .serbtn {
    color: #fff
}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .75rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .75rem;background: #ffffff;box-shadow: 0 3px 5px rgba(0,0,0,.05);background-size: cover;position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{height: .5rem;}
.m_header_box header #logo{padding:0;width: 100%;}

.m_header_box .list_box1{margin-right: .4rem;}
.m_header_box .list_box1 .li a{border-radius: 0;width: 28px;height: 20px;font-size: 10px;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .85rem;height: .75rem;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;justify-content: center;z-index: 1;min-width: .85rem;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;/* background: #0b9190; */}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -7px;/* border-right: #0b9190 7px solid; */border-bottom: transparent .75rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: .34rem;height: 18px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;display: -ms-flexbox;display: -webkit-flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 20px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: block;/* flex-direction: column; *//* justify-content: center; */align-items: flex-start;background: #63065f;background-size:cover;opacity: 0;visibility: hidden;-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);background-image: -moz-linear-gradient( 0deg, #0b9190 0%, #0fabaa 100%);background-image: -webkit-linear-gradient( 0deg, #0b9190 0%, #0fabaa 100%);background-image: -ms-linear-gradient( 0deg, #0b9190 0%, #0fabaa 100%);overflow: hidden;overflow-y: scroll;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0656b7 url(../images/submit.png) center no-repeat; background-size: 1.75rem;}


#m_nav .old_rukou{margin: .24rem 0 0;width: 100%;}
#m_nav .header_top{ height: auto; background: none; text-align: center; padding: .15rem 0}

.list_box_nav_mobile{width:100%;/* height: 100%; *//* background: rgba(255,255,255,.1); */padding: 0;overflow: hidden;overflow-y: scroll;margin: 0;/* flex: 1; */min-height: calc(100vh - 2.5rem);margin-bottom: .2rem;}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid rgba(255,255,255,.15);line-height: .7rem;color: rgba(255,255,255,.8);padding: 0;font-size: .2rem;display: flex;display: -ms-flexbox;display: -webkit-flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .7rem;height: .7rem;display: inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: -.15rem;top: 0;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: rgba(255,255,255,.6);line-height: 2.5;border: none;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 60px;display: block;}
.wap_search .header-search{height:40px;border-radius: 0;background: #fff;position:relative;width: 100%;margin: 10px auto;}
.wap_search .input{font-size: 14px;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.png) center no-repeat #0b9190;background-size: .24rem;border-radius: 0;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


.banner{ overflow: hidden; }
.banner ul li .a{ display: block; position: relative; z-index: 1;}
.banner ul li .a .img .img_hezi{ padding-bottom: 34.89%;}
.banner ul li .a .txt{position: absolute;top: 0;right: 0;bottom: -1px;left: 0;background: url(../images/banner_top.png) center bottom no-repeat;background-size: 100% auto;}
.banner ul li .a .txt .wp{height: 100%;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;}
.banner ul li .a .txt h4{font-size: .72rem;text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.22);line-height: 1.25;color: #fff; padding: 0 .6rem;}
.banner .swiper-dots{text-align: center;bottom:.56rem;position: absolute;z-index: 100;}
.banner .swiper-dots span{width: 40px;height: 40px;position:relative;background:0 0;color:#fff;line-height: 40px;opacity:1;text-align:center;margin: 0 5px!important;}
.banner .swiper-dots span i{display:block;transition:.3s;font-size: .2rem;font-weight: bold;font-style: normal;}
.banner .swiper-dots span .ui-loop{opacity:0;transition:.3s;}
.banner .swiper-dots span:before{content:'';width: 12px;height: 2px;background:#fff;position:absolute;left: 0;top:50%;margin-left: -10px;margin-top: -2.5px;z-index:0;pointer-events:none;}
.banner .swiper-dots span:first-child:before{ display: none;}
.banner .swiper-dots span:last-child:after{ display: none;}

.banner .swiper-dots span.active:before, .banner .swiper-dots span.active:after, .banner .swiper-dots span.active + span:before{ display: none;}
.banner .swiper-dots span.active i{opacity:1}
.banner .swiper-dots span.active .ui-loop{opacity:1}
.banner .swiper-dots .ui-loop{position:absolute;top:0;left:0;bottom:0;top:0}
.banner .swiper-dots .path-loop{fill:none;stroke:#d0051f;stroke-miterlimit:10;stroke-width:2px}
.banner .swiper-dots .path-loop-bg{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:1px;opacity: 1;}

.pad1{ padding: 1.2rem 0; overflow: hidden;}
.home1{ background: url(../images/home1_bg1.jpg) center no-repeat; background-size: cover; position: relative; z-index: 1;}
.home1 .line{ position: absolute; left: 0; width: 100%; top: 0; height: .05rem; background: #0b9190;}
.home1 .wp{ padding: 0 1rem}
.list1{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;margin: 0 -.36rem;}
.list1 li{ padding: 0 .36rem; width: 33.33%;}
.list1 li *{ transition: .5s;}
.list1 li .a{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;/* height: 5.02rem; */border: #0cb8b6 1px solid;border-radius: 6px;text-align: center;padding: .2rem .5rem;}
.list1 li .a .ico{ width: .99rem; height: .99rem; background: #effafa; border-radius: 50%; display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: center; justify-content: center; margin: 0 auto;}
.list1 li .a .ico img{/* transform: translateX(.3rem) translateY(.3rem); */width: 100%;height: 100%;}
.list1 li .a h4{font-size: .24rem;color: #000000;line-height: .44rem;margin: .3rem 0 .15rem;}
.list1 li .a p{font-size: .14rem;line-height: .24rem;color: #666666;height: .96rem\0;min-height: .96rem;margin-bottom: .4rem;}

.home1 [data-aos=line].line{ transform: translateX(-101%);}
.home1 [data-aos=line].aos-animate.line{ transform: translateX(0);}

.more1{display: flex;display: -ms-flexbox;display: -webkit-flex;width: 1.62rem;height: .48rem;align-items: center;justify-content: center;position: relative;margin: 0 auto;z-index: 1;overflow: hidden;border-radius: 50vw;}
.more1::before{content: "";position: absolute;left: 50%;top: 50%;right: 0;z-index: 2;width: 2rem;height: 2rem;border-radius: 50%;background-color: #0cb8b6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);margin: -1rem 0 0 -1rem; }
.more1::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: #dcdcdc 1px solid;border-radius: 50vw;}
.more1 .txt_box{ position: relative; z-index: 3; font-size: .14rem; color: #0b9190;}
.more1 .txt_box .txt2{position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;-webkit-perspective: 50vw;perspective: 50vw;-webkit-transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;font-weight: bold;color: #fff;}

.home2{ position: relative; z-index: 1; overflow: hidden;}
.home2::before{ content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 30%; background: #fbfbfb; z-index: -1;}
.home2 .wp{ align-items: center;}
.home2 .left{ width: calc(100% - 8.4rem); position: relative; z-index: 2; }
.home2 .left::before{content: "";position: absolute;top: -.1rem;background: #0b9190;left: calc((100vw - 14rem)/2*-1);right: 1.3rem;height: .1rem;}
.home2 .right{ width: 8.4rem; padding: .94rem 0 .94rem .8rem; position: relative; z-index: 1; min-height: 7rem;}
.home2 .right::before{content: "";position: absolute;top: 0;right: calc((100vw - 14rem)/2*-1);bottom: 0;left: -1.3rem;background: url(../images/home2_bg1.jpg) center no-repeat;background-size: cover;z-index: -1;}
.list2{width: calc((100vw - 14rem)/2 + 100%);float: right;position: relative;z-index: 10;}
.list2 li .img .img_hezi{ padding-bottom: 69.51%;}

.misoTab .hd{ margin-bottom: .3rem;}
.misoTab .hd ul{ display: flex;display: -ms-flexbox;display: -webkit-flex; justify-content: space-around;}
.misoTab .hd ul li a{display: block;font-size: .24rem;color: #333333;font-family: Bell MT;padding-bottom: .18rem;position: relative;z-index: 1;text-align: center;}
.misoTab .hd ul li a::before{content: "";background: url(../images/misoTab.png) center no-repeat;position: absolute;width: .9rem;height: .11rem;background-size: cover;bottom: 0;left: 50%;margin-left: -.45rem;transform: rotateY(60deg);opacity: 0;}
.misoTab .hd ul li.on a{ font-weight: bold; color: #0b9190;}
.misoTab .hd ul li.on a::before{ transform: rotateY(0);opacity: 1;}
.misoTab .bd ul{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap;}
.misoTab .bd ul{ margin: 0 -.08rem; margin-bottom: -.16rem;}
.misoTab .bd .bd_li ul::-webkit-scrollbar {
    width: 5px;
   scrollbar-width: thin;
}

.misoTab .bd .bd_li ul::-webkit-scrollbar-track {
    background-color: #0b9190;
}

.misoTab .bd .bd_li ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.misoTab .bd .bd_li ul{max-height:360px;overflow-y:auto;overflow-x:hidden;width:100%;}
.misoTab .bd ul li{ width: 50%; padding: 0 .08rem; margin-bottom: .16rem;}
.misoTab .bd ul li *{ transition: .5s}
.misoTab .bd ul li .a{ display: flex;display: -ms-flexbox;display: -webkit-flex; position: relative; z-index: 1; height: 52px; border: #d2d2d2 1px solid; align-items: center; padding: 0 .4rem 0 .16rem;}
.misoTab .bd ul li .a h4{ font-size: .16rem; color: #000000; line-height: 1.375;}
.misoTab .bd ul li .a .ico{position: absolute;right: .12rem;width: 11px;height: 11px;}
.misoTab .bd ul li .a .ico svg{width: 100%;height: 100%;fill: #000000;transition: 0s;}
.misoTab .bd .more2_box{ margin: .7rem 0 0;}

.list00 li .a .zoomBtn{border-radius: 50%;background-color: #fff;width: 1rem;height: 1rem;display: -moz-box;display: flex;display: -ms-flexbox;display: -webkit-flex;-moz-box-align: center;align-items: center;-moz-box-pack: center;justify-content: center;-webkit-transform: translateY(300px);-moz-transform: translateY(300px);transform: translateY(300px);opacity: 0;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;position: absolute;left: 50%;top: 50%;margin-left: -.5rem;margin-top: -.5rem;}
.list00 li .a .zoomBtn div { width: 27px;height: 19px; display: inline-block; position: relative; overflow: hidden;}
.list00 li .a .zoomBtn svg{fill: #060606;width: 27px;height: 19px;-webkit-transition: -webkit-transform .5s cubic-bezier(.16,1,.3,1);transition: -webkit-transform .5s cubic-bezier(.16,1,.3,1);-moz-transition: transform .5s cubic-bezier(.16,1,.3,1),-moz-transform .5s cubic-bezier(.16,1,.3,1);transition: transform .5s cubic-bezier(.16,1,.3,1);transition: transform .5s cubic-bezier(.16,1,.3,1),-webkit-transform .5s cubic-bezier(.16,1,.3,1),-moz-transform .5s cubic-bezier(.16,1,.3,1);position: absolute;left: 0;top: 0;}
.list00 li .a .zoomBtn .hover{ -webkit-transform: translate(-100%,100%); -moz-transform: translate(-100%,100%); transform: translate(-100%,100%);}

.home3{ background: #fbfbfb;}
.tit1{ margin-bottom: .54rem;}
.tit1 h4{ font-size: .48rem; color: #000; font-family: Bell MT; margin-bottom: .2rem;}
.tit1 p{ font-size: .14rem; color: #999999; line-height: 20px;}
.tit1c{ text-align: center;}

.list4_box{ padding: .2rem 0; margin: -.2rem 0;}
.list4 li *{ transition: .5s;}
.list4 li .a{ display: block; position: relative; z-index: 1; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);}
.list4 li .a .img .img_hezi{ padding-bottom: 62.38%;}
.list4 li .a .con{ padding: 0 .32rem; height: 1.38rem; border: #dcdcdc 1px solid; border-radius: 0 0 6px 6px;}
.list4 li .a .con h4{ font-size: .2rem; line-height: 24px; height: 48px\0; color: #000000; margin: .1rem 0 .24rem;}
.list4 li .a .con h6{ font-size: .18rem; color: #0b9190;}

.more2_box{position: relative;z-index: 1;width: 1.62rem;margin: .5rem auto 0;}
.more2_box *{ transition: .5s;}
.more2{display: flex;display: -ms-flexbox;display: -webkit-flex;width: 1.62rem;height: .48rem;align-items: center;justify-content: center;position: relative;margin: 0 auto;z-index: 1;overflow: hidden;border-radius: 4px;}
.more2::before{content: "";position: absolute;left: 50%;top: 50%;right: 0;z-index: 2;width: 2rem;height: 2rem;border-radius: 50%;background-color: #0cb8b6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);margin: -1rem 0 0 -1rem; }
.more2::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: #0b9190 1px solid;border-radius: 4px;}
.more2 .txt_box{ position: relative; z-index: 3; font-size: .14rem; color: #0b9190;}
.more2 .txt_box .txt2{position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;-webkit-perspective: 50vw;perspective: 50vw;-webkit-transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;font-weight: bold;color: #fff;}
.more2_box .ico img{position: absolute;right: -.18rem;top: 50%;width: .31rem;height: .09rem;margin: -.06rem 0 0 0; transition: .5s}

.home4{ background: url(../images/home4_bg1.jpg) center no-repeat; background-size: cover;}
.home4 .left{width: 6.12rem;padding: .1rem 0 0;}
.home4 .right{ width: calc(100% - 6.12rem); padding: 0 0 0 .8rem;}

.list5 li *{ transition: .5s;}
.list5 li .a{display: flex;display: -ms-flexbox;display: -webkit-flex;border-bottom: #dddddd 1px solid;padding: .32rem 0;}
.list5 li .a .time{width: 1.8rem;font-size: .18rem;color: #666666;line-height: 2.6;}
.list5 li .a .con{ width: calc(100% - 1.8rem);}
.list5 li .a .con h4{ font-size: .2rem; color: #000000; line-height: 24px; max-height: 48px\0;}
.home4 .left .tit1{margin-bottom: .95rem;}
.home4 .left .more2_box{ margin: .7rem 0 0;}
.tit1.tit1ico h4{ display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: center;}
.tit1.tit1ico h4 img{ margin: 0 .34rem 0 0; height: .76rem;}

.list6 li *{ transition: .5s;}
.list6 li .a .con h4{font-size: .28rem;color: #000000;line-height: .44rem;max-height: .88rem\0;}
.list6 li .a .con p{ font-size: .14rem; color: #666666; line-height: .24rem; max-height: .48rem\0; margin: .18rem 0 .5rem;}
.list6 li .a .img .img_hezi{ padding-bottom: 62.57%;}

footer{background: url(../images/footer_bg.jpg) center no-repeat;background-size: cover;padding: .88rem 0 .68rem;overflow: hidden;}
footer .wp{/* justify-content: space-between; *//* align-items: center; */display: block;overflow:hidden;}
footer .wp .left{float:left;}
footer .wp .right{float:right;}
footer .left img{ width: 3.66rem; max-width: 100%;}
footer .center {float:left;margin-left: .8rem;}
footer .center p{ font-size: .16rem; color: #fff; line-height: .34rem;}
.list7{ display: flex;display: -ms-flexbox;display: -webkit-flex; margin: 0 -.32rem;}
.list7 li{max-width: 50%;padding: 0 .32rem;text-align: center;}
.list7 li h3 img{ width: 100px; height: 100px;}
.list7 li h6{font-size: 12px;line-height: 16px;color: #fff;padding: .1rem 0;position: relative;left: 50%;transform: translateX(-50%);white-space: nowrap;text-align: center;}

.scroll-guide-top{position: fixed;z-index: 10;right: -.2rem;bottom: 10px;font-size: .16rem;transform: rotate(-90deg);display: -ms-flexbox;display: flex;display: -ms-flexbox;display: -webkit-flex;height: 2.4rem;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;transition: transform .5s;color: #0b9190;}
.scroll-guide-top > a{position: relative;z-index: 1;display: block;}
.scroll-guide-top > a:before{content: "";display: block;position: absolute;width: 48px;height: 2px;background-color: #0b9190;bottom: 54%;left: 113%;transform-origin: 100% 0;animation: anim-scroll-down 1.6s infinite ease-in-out;}
@keyframes anim-scroll-down {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
  50.01% {
    transform-origin: 100% 0;
    visibility: hidden;
    transform: scale3d(0, 1, 1) translate3d(-100%, 0, 0);
  }
  51% {
    visibility: visible;
    transform-origin: 0 0;
    transform: scale3d(0, 1, 1);
  }
  100% {
    visibility: visible;
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
  }
}

/*==========================================首页 结束=============================================*/

@media(min-width: 1200px){
	.a:hover .img_zd .img_hezi, a:hover .img_zd .img_hezi, .slow:hover img{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
	.banner ul li .a:hover .img_zd .img_hezi, .banner ul li .a:hover img{ transform: scale(1); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
	
	.list1 li .a:hover{ box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);}
	.list1 li .a:hover .ico img{ transform: translateX(0) translateY(0);}
	
	.more1:hover::before{ -webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
	.more1:hover .txt_box .txt1{ -webkit-transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); opacity: 0;}
	.more1:hover .txt_box .txt2{ -webkit-transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); opacity: 1; }
	
	.list00 li .a:hover{ box-shadow: 0px 0px .3rem 0px rgba(0, 0, 0, 0.1);}
	.list00 li .a:hover .zoomBtn {
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	}
	.list00 li .a:hover .zoomBtn .icon_svg.default {
	    -webkit-transform: translate(100%,-100%);
	    -moz-transform: translate(100%,-100%);
	    transform: translate(100%,-100%);
	    -webkit-transition-delay: .4s;
	    -moz-transition-delay: .4s;
	    transition-delay: .4s;
	}
	.list00 li .a:hover .zoomBtn .icon_svg.hover {
	    -webkit-transition-delay: .6s;
	    -moz-transition-delay: .6s;
	    transition-delay: .6s;
	    -webkit-transform: translate(0);
	    -moz-transform: translate(0);
	    transform: translate(0);
	}
	
	.more2:hover::before{ -webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
	.more2:hover .txt_box .txt1{ -webkit-transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); opacity: 0;}
	.more2:hover .txt_box .txt2{ -webkit-transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); opacity: 1; }
	.more2_box:hover .ico img{ transform: translateX(.2rem); opacity: 0}
	
	.misoTab .bd ul li .a:hover{ background: #0b9190; border: #0b9190 1px solid; }
	.misoTab .bd ul li .a:hover h4{ color: #fff;}
	.misoTab .bd ul li .a:hover .ico{ transform: rotate(180deg);}
	.misoTab .bd ul li .a:hover .ico svg{ fill: #fff;}
	
	.list4 li .a:hover .con h4, .list5 li .a:hover .con h4, .list6 li .a:hover .con h4{ color: #0b9190;}
}
@media(max-width: 1400px){	
	.home2 .right::before{ right: calc((100vw - 94%)/2*-1);}
	.list2{ width: calc((100vw - 94%)/2 + 100%);}
	.home2 .left::before{ left: calc((100vw - 94%)/2*-1);}
}
@media(max-width: 1200px){	
	#anc-top{ display: none;}
	.m_header_box{ display: block;}
	
	.banner ul li .a .txt h4{ font-size: .4rem;}
	.banner .swiper-dots{ bottom: .2rem;}
	.home1 .wp{ padding: 0 15px;}

    footer{ text-align: center}
	footer .left{ width: 100%}
	footer .center{width: 100%;padding: .2rem 0;margin-left: 0;}
	footer .right{ width: 100%}
	.list7{ justify-content: center}
}
@media(max-width: 992px){
	.list1{ margin: 0 -.15rem;}
	.list1 li{ padding: 0 .15rem; }
	.banner ul li .a .img .img_hezi{ padding-bottom: 50%;}
	.banner ul li .a .txt h4{ padding: 0; font-size: .3rem;}
	
	.pad1{ padding: .5rem 0;}
	
	.home2 .left{ width: 100%;}
	.list2{ width: 100%;}
	.home2 .right{width: 100%;padding: .4rem 15px;}
	.home2 .left::before{ left: 0; right: 0;}
	.home2 .right::before{right: 0;left: 0;}
	
	.home4 .wp{ flex-wrap: wrap;}
	.home4 .left{ order: 1; width: 100%;}
	.home4 .right{width: 100%;padding: 0 0 .3rem 0;}
}
@media(max-width: 768px){
	#gotop{right: -.42rem;}
	
	.h4s{ font-size: .2rem !important;}
	.p2s{font-size: .18rem !important;line-height: .28rem !important;max-height: .56rem\0  !important;}
	
	.list1 li{/* width: 100%; */margin-bottom: 0;}
	.banner .swiper-dots{ bottom: 0.05rem;}
	.banner .swiper-dots span{transform: scale(.6);margin: 0 !important;}
	
	.pad1{ padding: .4rem 0;}
	.list1 li .a{height: 2rem;padding: 0;border-radius: 0;}
	.list1 li .a p{margin-bottom: .2rem;display: none;}
	.list1{padding: 0;}
	.list1 li .a .ico{ width: .6rem; height: .6rem}
	.list1 li .a .ico img{transform: translateX(.15rem) translateY(.15rem);}
	.list1 li .a h4{margin: .05rem 0 .1rem;font-size: .2rem;}
	.list1{margin: 0;}
	.list1 li{padding: 0;margin: 0 -.5px;}
	.list1 li .more1{/* display: none */width: 1rem;height: .4rem;}
	.more1 .txt_box{font-size: 10px;}
	
	.tit1 h4{ font-size: .3rem;}
	.misoTab .hd ul li a{ font-size: .2rem;}
	.misoTab .bd ul li{ width: 100%;}
	
	.more2_box{margin: .4rem auto 0 !important;}
	.list4 li .a .con{ padding: 0 15px;}
	.tit1{ margin-bottom: .3rem;}
	
	.misoTab .hd{ overflow: hidden; overflow-x: scroll;}
	.misoTab .hd ul{width: 6rem;}
	.banner ul li .a .txt h4{ font-size: .26rem}
	.misoTab .bd ul li .a h4{ font-size: .18rem;}
	.home4 .left .tit1{margin-bottom: .2rem;}
	.list5 li .a .time{ width: 1.4rem;}
	.list5 li .a .con{ width: calc(100% - 1.4rem);}
	.list5 li .a{padding: .15rem 0;}
	.more2, .more2_box{ width: 1.4rem;}
	.tit1.tit1ico h4 img{height: .5rem;margin: 0 .2rem 0 0;}
	footer .left img{ width: 3rem}

	footer{ padding: .3rem 0}
}
@media(max-width: 456px){
	
} 

.n_banner{ position: relative; z-index: 1;}
.n_banner .img .img_hezi{padding-bottom: 23.4375%;}
.n_banner .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center}
.n_banner .top .wp{ display: flex;display: -ms-flexbox;display: -webkit-flex; height: 100%; flex-direction: column; justify-content: center; align-items: center}
.n_banner .top h3{font-size: .95rem;color: #fff;font-family: Abhaya Libre ExtraBold;text-transform: uppercase;}
.n_banner .top h6{margin: .04rem 0 .2rem;}
.n_banner .top h6 img{ height: .23rem}
.n_banner .top p{font-size: .18rem;color: #fff;line-height: 2;width: 7.7rem;margin: 0 auto;max-width: 100%;}
.n_pad{ padding: 1rem 0; overflow: hidden;}

.news1{ }
.news1 li{ margin-bottom: .32rem;}
.news1 li *{ transition: .5s;}
.news1 li .a{ display: flex;display: -ms-flexbox;display: -webkit-flex;}
.news1 li .img{ width: 4.08rem;}
.news1 li .img .img_hezi{ padding-bottom: 75.49%;}
.news1 li .con{width: calc(100% - 4.08rem);position: relative;z-index: 1;padding: 0 0 0 .5rem;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: center;align-items: center;}
.news1 li .con::before{content: "";position: absolute;top: 0;right: .58rem;bottom: 0;left: 0;border: #efefee 1px solid;border-right: #dbd9d8 1px solid;z-index: -1;background-size: cover !important;}
.news1 li .con::after{content: "";position: absolute;top: 0;right: .58rem;bottom: 0;left: 0;background: url(../images/news1_bg.jpg) center no-repeat;border: #0b9190 1px solid;z-index: -1;background-size: cover !important; opacity: 0;}
.news1 li .con h4{font-size: .24rem;color: #333333;line-height: .28rem;max-height: .56rem\0;font-family: Abhaya Libre ExtraBold;text-transform: uppercase;}
.news1 li .con p{ font-size: .18rem; color: #666666; line-height: .36rem; max-height: .72rem\0; margin: .18rem 0 .5rem;}
.news1 li .con .ll{ width: calc(100% - .8rem); padding: 0 .3rem 0 0;}
.news1 li .con .time{width: .8rem;height: 1.24rem;background: #0b9190;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;align-items: center;align-self: baseline; position: relative; z-index: 1;}
.news1 li .con .time::before{content: "";position: absolute;top: 0;height: 0;left: 0;right: 0;background: #d1f2f7;z-index: -1;}
.news1 li .con .time h3{ font-size: .34rem; color: #fff}
.news1 li .con .time h6{ font-size: .18rem; color: #fff; margin: .12rem 0 0}
.news1 li .more2_box{margin: 0 .2rem 0 0;float: right;}

.pages{ text-align: center; margin: 1.1rem auto 0;}
.pages img{ max-width: 100%; margin: 0 auto;}

@media(min-width: 1200px){	
	.news1 li .a:hover .con::after{ opacity: 1;}
	.news1 li .a:hover .con .time::before{ height: 100%; top: auto; bottom: 0;}
	.news1 li .a:hover .con .time *{ color: #0b9190;}
	.news1 li .a:hover .con .ll *{ color: #fff;}
	.news1 li .a:hover .more2_box{ opacity: 0;}
}
@media(max-width: 1200px){	
	.n_banner .top h3{ font-size: .6rem;}
}
@media(max-width: 992px){
	.news1 li .img{ width: 3.5rem;}
	.news1 li .con{ width: calc(100% - 3.5rem);}
	.news1 li .con p{ margin: .1rem 0 .2rem;}
	
	.n_banner .img .img_hezi{ padding-bottom: 42%;}
	.n_banner .top p{ display: none;}
	.n_banner .top h3{ font-size: .4rem;}
	
	.n_pad{ padding: .5rem 0;}
}
@media(max-width: 768px){
	.news1 li .a{ flex-wrap: wrap;}
	.news1 li .img{ width: 100%;}
	.news1 li .con{width: 100%;padding: .3rem 15px;}
	.news1 li .con::before{ right: 0;}
	.news1 li .more2_box{ display: none;}
	.news1 li .con p{ margin: .1rem 0 0;}
	
	.n_banner .top h6 img{ height: .18rem}
	.n_banner .top h6{ margin-bottom: 0}
	
	.n_pad{ padding: .4rem 0;}
	.news1 li .con .ll{ padding: 0 15px 0 0;}
	.pages{ margin: .4rem 0 0;}
}
@media(max-width: 456px){
	
} 

.n_bg1{ background: url(../images/n_bg1.jpg) center bottom no-repeat; background-size: 100% auto;}

.list_box_wz_list li{font-size:15px;color: #000033;border-bottom: #e0e0e0 1px solid;margin-bottom: .08rem; transition: .5s;}
.list_box_wz_list li .a{color:#404040;display: flex;display: -ms-flexbox;display: -webkit-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding: 0 .1rem;height: .6rem;align-items: center;justify-content: space-between;}
.list_box_wz_list li .a:before{content:"";position:absolute;top:50%;margin-top: -.025rem;left: .1rem;width: .05rem;height: .05rem;transition:0.36s;background: #0b8e8d;border-radius: 50%;}
.list_box_wz_list li .a h4{display:inline-block;width: calc(100% - 1rem);font-size: .2rem;color: #000000;position:relative;padding-left: 20px;transition:.5s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height: 1.25;}
.list_box_wz_list li .a img{ display:inline-block}
.list_box_wz_list li .a span{float:right;font-size: 0.16rem;color: #666666;}
@media(min-width: 1200px){	
	.list_box_wz_list li:hover{ border-bottom: #0b9190 1px solid;}
	.list_box_wz_list li .a:hover h4{ color: #0b9190;}
	.list_box_wz_list li .a:hover:before{transform: scale(1.75);}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list_box_wz_list li{ margin-bottom: 0;}
	.list_box_wz_list li .a:before{ display: none;}
	.list_box_wz_list li .a font, .list_box_wz_list li .a h4{ padding: 0;}
}
@media(max-width: 456px){
	
} 

.list_news{ display:flex; margin:0 -.15rem; flex-wrap: wrap; margin-bottom: .15rem;}
.list_news li{ width:33.33%; padding:0 .15rem; margin-bottom: .3rem;}
.list_news li .a{ display: block; position: relative; z-index: 1;}
.list_news li .a::before{ content: ""; position: absolute; bottom: 0; right: -.05rem; width: .05rem;background: #0b9190; height: 0;}
.list_news li .a .img .img_hezi{ padding-bottom: 70%;}
.list_news li .a .con{padding: .3rem .25rem;background: #f8f8f8;}
.list_news li .a .con h6{ font-size:.18rem; color:#a3a3a8; font-family:BKMACI;}
.list_news li .a .con h4{font-size:.2rem;color:#000000;font-weight:bold;line-height:30px;height:60px;margin: .12rem 0 .2rem;transition:.5s;font-family: Abhaya Libre ExtraBold;}
.more004{font-size: .14rem;color:#a3a3a8;text-transform:uppercase;display:flex;align-items:center;transition:.5s;}
.more004 img{margin:0 0 0 .12rem;width: .18rem;}

@media(min-width: 1200px){	
	.list_news li .a:hover .con h4{ color: #0b9190;}
	.list_news li .a:hover::before{ height: 1.2rem;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list_news{ margin-bottom: -.15rem;}
	.list_news li{ width: 100%;}
}
@media(max-width: 456px){
	
} 

.tit2{ text-align: center; margin-bottom: .9rem;}
.tit2 h3{font-size: .65rem;color: #000000;font-family: Abhaya Libre;text-transform: capitalize;}
.tit2 h6{margin: .15rem 0 0}
.tit2 h6 img{ height: .23rem}
.Departments .fl01{ padding: 1.1rem 0 0; overflow: hidden;}
.Departments1{ margin: 0 -.16rem; display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; margin-bottom: -.48rem;}
.Departments1 li{ width: 25%; padding: 0 .16rem; margin-bottom: .48rem;}
.Departments1 li *{ transition: .5s;}
.Departments1 li .a{position: relative;z-index: 1;height: 1.35rem;/* padding-top:10px; */display:block;text-align:center;padding: .15rem;}
.Departments1 li .a::before{ content: ""; background: #f9fdfd; border: rgba(11, 145, 144, 0.2) 1px solid; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;}
.Departments1 li .a .ico{ width: .57rem; height: .57rem;margin:0 auto;}
.Departments1 li .a .ico img{ width: 100%; height: 100%; transition: 0s;}
.Departments1 li .a h4{font-size: .16rem;color: #0b9190;line-height: 22px;height: 44px\0;margin: .04rem 0 0;text-align: center;}
.Departments .fl01 .kb{ position: relative; height: 1.2rem; background: url(../images/n_bg1.jpg) center bottom no-repeat; background-size: 100% auto;}
.Departments .fl02{ background: url(../images/Departments_fl02.jpg) center no-repeat; background-attachment: fixed; background-size: cover; padding: 1rem 0; overflow: hidden;}
.Departments .fl03{ background: url(../images/Departments_fl03.jpg) center no-repeat;background-size: cover; padding: 1.2rem 0; overflow: hidden;}

.Departments1s2{ justify-content: center;}
.Departments1s2 li .a{ height: 1.48rem;}

@media(min-width: 1200px){	
	.Departments1s li .a:hover::before{ background: #0b9190; border: #0b9190 1px solid;}
	.Departments1s li .a:hover .ico img{ filter: brightness(24);}
	.Departments1s li .a:hover h4{ color: #fff;}
	
	.Departments1s1 li .a:hover::before{ background: #0b9190; border: #fff 1px solid;}
	.Departments1s1 li .a:hover .ico img{ filter: brightness(24);}
	.Departments1s1 li .a:hover h4{ color: #fff;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.Departments1 li{ width: 33.33%;}
	.Departments .fl01{ padding: .5rem 0 0;}
	.Departments .fl02{ padding: .5rem 0;}
	.Departments .fl03{ padding: .5rem 0;}
}
@media(max-width: 768px){
	.Departments1 li{ width: 50%;}
	.Departments .fl01{ padding: .4rem 0 0;}
	.tit2 h3{ font-size: .3rem;}
	.tit2{ margin-bottom: .4rem;}
	
	.Departments1{ margin-bottom: -15px;}
	.Departments1 li{ padding: 0 7px; margin-bottom: 15px;}
	.Departments1 li .a .ico{ width: .45rem; height: .45rem;}
	.Departments .fl01 .kb{ height: .5rem;}
	.tit2 h6 img{ height: .15rem}
}
@media(max-width: 456px){
	
} 


.n_pad1{ padding: .9rem 0; overflow: hidden;}
.tit3{ position: relative; z-index: 1; margin-bottom: .3rem;}
.tit3 h3{position: relative;z-index: 1;font-size: .48rem;color: #0b9190;line-height: .55rem;font-family: Abhaya Libre ExtraBold;text-transform: capitalize;padding: .3rem 0 0;}
.tit3 h3::before{ content: ""; position: absolute; top: 0; left: 0; width: 1rem; height: 3px; background: #0b9190;}

.about .fl01{background: url(../images/about_fl01_bg.jpg) top right no-repeat;background-size: 3.42rem auto;}
.about .fl01 .wp{ align-items: center;}
.about .fl01 .left{ width: 50%; padding: 0 .65rem 0 0;}
.about .fl01 .left .img{ width: calc((100vw - 14rem)/2 + 100%); float: right;}
.about .fl01 .left .img .img_hezi{ padding-bottom: 100%;}
.about .fl01 .right{ width: 50%}
.about .ar_article p{font-size: .18rem;line-height: 1.88;color: #666;}

.about .fl02{padding-top: 0;position: relative;z-index: 1;}
.about .fl02 .wp{ background: #0b9190; position: relative; z-index: 1;}
.about .fl02 .wp::before{content: "";position: absolute;width: calc((100vw - 14rem)/2 + 100%);top: 0;bottom: 0;left: 100%;background: #0b9190;z-index: -1;}

.list8{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; margin: 0 -.3rem; padding: 0 0 0 .4rem;}
.list8 li{ width: 25%; padding: .5rem .3rem;}
.list8 li .a{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap;}
.list8 li .a .ico{width: .44rem;height: .44rem;margin: .32rem 0 0;}
.list8 li .a .ico img{ width: 100%; height: 100%;}
.list8 li .a .con{ width: calc(100% - .44rem); padding: 0 0 0 .1rem;}
.list8 li .a .con h4{ border-bottom: #55b2b2 1px solid; padding: 0 0 .1rem;}
.list8 li .a .con h4 big{ font-size: .48rem; color: #fff; font-family: Impact;}
.list8 li .a .con h4 small{ font-size: .16rem; color: #fff; margin: 0 0 0 .12rem;}
.list8 li .a .con p{font-size: .18rem;color: #fff;line-height: .27rem;margin: .1rem 0 0;}

canvas { display:block; position: relative;}
.waves { position:absolute; z-index: -1; left:0; bottom:0; height: 30vh; width: calc((100vw - 14rem)/2 + 100%);}
#lizi{pointer-events: none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0}
#particles { position:absolute; top:0; left:0; width: 100%; height: 100%; overflow: hidden;}

.about .fl03{ position: relative; z-index: 1; overflow: hidden; padding-top: 0;}
.about .fl03 .bgs{ position: absolute; width: 3.63rem; height: 3.63rem; z-index: -1; bottom: .3rem; right: .3rem; }
.about .fl03 .bgs img{ width: 100%; height: 100%; -webkit-animation:play 25s linear infinite; -moz-animation:play 25s linear infinite; animation:play 25s linear infinite;}
.about .fl03 .wp{ align-items: center;}
.about .fl03 .left{width: 50%;position: relative;z-index: 2;order: 1;}
.about .fl03 .left::before{content: "";position: absolute;top: -.14rem;background: #0b9190;left: .65rem;right: 0;height: .14rem;}
.about .fl03 .right{width: 50%;padding: .7rem .6rem .7rem .4rem;position: relative;z-index: 1;min-height: 7rem;}
.about .fl03 .right::before{content: "";position: absolute;top: 0;right: -.65rem;bottom: 0;left: 0;background: url(../images/home2_bg1.jpg) center no-repeat;background-size: cover;z-index: -1;}
.about .fl03 .left .img_hezi{padding-bottom: 80.51%;}

.about .fl04{ position: relative; z-index: 1; padding: 0;}
.about .fl04 .left{ width: 50%; padding: .75rem .5rem .75rem .4rem; position: relative; z-index: 1;}
.about .fl04 .left::before{content: "";position: absolute;width: calc((100vw - 14rem)/2 + 100%);top: 0;bottom: 0; right: 0;background: url(../images/about_fl04_bg1.jpg) center no-repeat;z-index: -1; background-size: cover;}
.about .fl04 .left .tit3 h3{ color: #fff;}
.about .fl04 .left .tit3 h3::before{ background: #fff;}
.about .fl04 .left .ar_article p{ color: #fff;}
.about .fl04 .right{ width: 50%; padding: .75rem .4rem .75rem .5rem; position: relative; z-index: 1;}
.about .fl04 .right::before{content: "";position: absolute;width: calc((100vw - 14rem)/2 + 100%);top: 0;bottom: 0; left: 0;background: url(../images/about_fl04_bg2.jpg) center no-repeat;z-index: -1; background-size: cover;}

.about .fl05{ padding: .7rem 0;}
.about .fl05 .ar_article{ padding: 0 .4rem;}

.about .fl06{ padding-top: 0; background: #f8f8f8;}
.about .fl06 .box1 .img .img_hezi{ padding-bottom: 18%;}
.about .fl06 .box2{ background: url(../images/about_fl06_bg2.png) right center no-repeat;}
.about .fl06 .box2 .wp{ align-items: flex-start;}
.about .fl06 .box2 .wp .left{width: calc(100% - 4.54rem);padding: .8rem .66rem .75rem 0;position: relative;z-index: 1;}
.about .fl06 .box2 .wp .left::before{content: "";position: absolute;top: 0;bottom: 0;left: calc((-100vw - 14rem)/2 + 100%);right: -.45rem;background: #fff;z-index: -1;background-size: cover;}
.about .fl06 .box2 .wp .right{width: 4.54rem;background: #0b9190;padding: .3rem .16rem;top: -2.38rem;position: relative;z-index: 1;margin-bottom: -2.38rem;}
.list9{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; margin: 0;}
.list9 li{width: 50%;padding: .35rem .3rem;position: relative;}
.list9 li:nth-child(2n-1)::before{content: "";position: absolute;top: .4rem;right: 0;width: 1px;height: 1.2rem;background: #fff;opacity: .5;}
.list9 li .a h4 big{ font-size: .48rem; color: #fff; font-family: Impact;}
.list9 li .a h4 small{ font-size: .16rem; color: #fff; margin: 0 0 0 .12rem;}
.list9 li .a p{font-size: .16rem;color: #fff;line-height: .24rem;margin: .16rem 0 0;/* text-align: justify; */}

.about .fl07 .box1{ position: relative; }
.about .fl07 .box1 .img{ position: relative; left: calc((-100vw - 14rem)/2 + 100%);}
.about .fl07 .box1 .img .img_hezi{ padding-bottom: 15.29%;}
.about .fl07 .box1 .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;}
.about .fl07 .box1 .tit3{ margin-bottom: 0}
.about .fl07 .box1 .tit3 h3{ color: #fff;}
.about .fl07 .box1 .tit3 h3::before{ background: #fff;}
.about .fl07 .box2{ display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: flex-start;}
.about .fl07 .box2 .left{ padding: .2rem .4rem .2rem 0; width: calc(100% - 6.38rem); }
.about .fl07 .box2 .right{ width: 6.38rem; position: relative; top: -.4rem; margin-bottom: -.4rem; z-index: 1;}
.about .fl07 .box2 .right::before{ content: ""; position: absolute; left: .46rem; bottom: -.11rem; height: 2.16rem; right: -.11rem; background: #0b9190;}
.about .fl07 .box2 .right .img .img_hezi{ padding-bottom: 77.27%;}

.about .fl08{ padding-top: 0;}
.about .fl08 .wp{ align-items: center;}
.about .fl08 .left{width: 50%;padding: 0 .65rem 0 0;position: relative;z-index: 2;}
.about .fl08 .left::before{content: "";position: absolute;top: -.14rem;background: #0b9190;left: calc((-100vw - 14rem)/2);right: calc(.65rem + .85rem);height: .14rem;}
.about .fl08 .left .img{ width: calc((100vw - 14rem)/2 + 100%); float: right;}
.about .fl08 .left .img .img_hezi{ padding-bottom: 85.90%;}
.about .fl08 .right{ width: 50%; position: relative; z-index: 1; padding: .4rem .4rem 1rem 0;}
.about .fl08 .right::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: -1.5rem;background: #e2f4f1; background-size: cover;z-index: -1;}

.about .fl09{ position: relative; z-index: 1; padding: 0;}
.about .fl09 .wp{position: relative;z-index: 1;align-items: center;}
.about .fl09 .left{ width: 50%; padding: .75rem .5rem .75rem .4rem; position: relative; z-index: 1;}
.about .fl09 .left::before{content: "";position: absolute;top: 0;bottom: 0;right: -.4rem;left: calc((-100vw - 14rem)/2);background: url(../images/about_fl04_bg1.jpg) center no-repeat;z-index: -1;background-size: cover;}
.about .fl09 .left .tit3 h3{ color: #fff;}
.about .fl09 .left .tit3 h3::before{ background: #fff;}
.about .fl09 .left .ar_article p{ color: #fff;}
.about .fl09 .right{ width: 50%; position: relative; z-index: 1;}
.about .fl09 .right .img .img_hezi{ padding-bottom: 117.08%;}

.about .fl10s{ position: relative; z-index: 1; padding-bottom: .6rem; background: url(../images/about_fl10_bg.jpg) right bottom no-repeat; background-size: 100% auto;}

@media(min-width: 1200px){	
	.about .img:hover .img_hezi{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
}
@media(max-width: 1400px){	
	.about .fl01 .left .img{width: calc((100vw - 14rem)/2 + 100% + 50px);}
    .about .fl04 .left::before{width: calc((100vw - 14rem)/2 + 100% + 50px);}
    .about .fl04 .right::before{width: calc((100vw - 14rem)/2 + 100% + 50px);}
    .about .fl06 .box2 .wp .right{ top: -1rem; margin-bottom: -1rem}
	
	.about .fl08 .left::before{
    left: 0;
}
	.about .fl08 .left .img{width: 100%;}
}
@media(max-width: 1200px){
	
	
	.about .fl01 .wp{ flex-wrap: wrap;}
	.about .fl01 .left{width: 100%;padding: .4rem 0 0;order: 1;}
	.about .fl01 .right{ width: 100%;}
	.about .fl01 .left .img{ width: 100%}

    .about .fl03 .left{ width: 100%;}
	.about .fl03 .right{width: 100%;padding: .4rem 15px;}
	.about .fl03 .right::before{ right: 0}

	.about .fl04 .left::before{ width: 100%;}
	.about .fl04 .right::before{ width: 100%;}

	.about .fl07 .box2 .left{width: 100%;padding: .3rem 0;}
	.about .fl07 .box2 .right{width: 100%;top: 0;margin-bottom: 0;}

	.about .fl08 .left{width: 100%;padding: 0;}
	.about .fl08 .right{width: 100%;padding: .4rem;}
	.about .fl08 .right::before{ left: 0}

	.about .fl09 .left{ width: 100%}
	.about .fl09 .right{ width: 100%}
	.about .fl09 .left::before{ left:0; right: 0}
	.about .fl07 .box2{ margin-bottom: .4rem}
}
@media(max-width: 992px){
	.list8{flex-wrap: wrap;padding: .2rem 15px;margin: 0 -.15rem;}
	.list8 li{ width: 50%; padding: .2rem .15rem}

	.about .fl04 .left{width: 100%;padding: .4rem 15px;}
	.about .fl04 .right{width: 100%;padding: .4rem 15px;}
	.about .fl04 .right .tit3{ display: none}

	.about .fl06 .box2 .wp{flex-wrap: wrap;}
	.about .fl06 .box2 .wp .left{width: 100%;padding: 0 0 .3rem 0;}
	.about .fl06 .box2 .wp .right{width: 100%;top: 0;margin-bottom: 0;}
	.about .fl07 .box1 .img{ left: 0; }
	.about .fl07 .box1 .top{ padding: 0 15px}

	.n_pad1{ padding: .5rem 0; overflow: hidden;}
	.about .fl06 .box1{padding-bottom: .3rem;}
	.list9 li{ padding: .2rem 15px}
	.about .fl07 .box1 .img .img_hezi{ padding-bottom: 30%;}
}
@media(max-width: 768px){
	.n_pad1{ padding: .4rem 0; overflow: hidden;}
	.tit3 h3{font-size: .3rem;line-height: 1.5;padding: .2rem 0 0;}
	.tit3 h3::before{ width: .6rem;}

	.about .fl05{ padding: .4rem 0}
	.about .fl05 .ar_article{ padding: 0}
	.about .fl08 .right, .about .fl09 .left{ padding: .4rem 15px}
	.about .fl10s{ padding-bottom: .3rem}
}
@media(max-width: 456px){
	
} 


/*新闻详情*/
.public{padding: .1rem 0 1.6rem;overflow: hidden;}
.mianbao{position: relative;padding: .14rem 0;}
.mianbao .wp{height: auto;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;padding: .16rem 0;position: relative;z-index: 1;}
.mianbao .wp:before{ content: ""; position: absolute; left: 1rem; background: #d0d0d0; right: 0; height: 1px; z-index: -1}
.mianbao .wp .box{ background: #fff; padding: 0 .2rem 0 0}
.mianbao *{ font-size: .18rem; color: #333333; font-style: normal;}
.mianbao span{margin: 0 .06rem;}
.mianbao img{margin: -.06rem .1rem 0 0;height: .19rem;}

.ar_article_box{ background: #fff; padding: .6rem 1.2rem; box-shadow: 0px 2px 21px 0px rgba(50, 50, 50, 0.18);}
.n_news_detail .ar_article_box .nav01{margin-bottom: .3rem;}
.n_news_detail .ar_article_box h3{color: #000000;font-size: .3rem;line-height: 1.6;font-weight: bold;text-align: center;width: 10.9rem;margin: 0 auto;max-width: 100%;margin-bottom: .2rem;}
.n_news_detail .ar_article_box h6{color: #8f8f8f;font-size: 0.14rem;line-height: .42rem;margin-bottom: 0;vertical-align: top;border-bottom: #1669d1 2px solid;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;align-items: center;padding: 0 0 .15rem;flex-wrap: wrap;}
.n_news_detail .ar_article_box h6 span{margin: 0 .3rem 0 0;font-size: .16rem;line-height: 1.5;color: #666666;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
.n_news_detail p{ color: #000000}

/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: .3rem 0 0;box-sizing: border-box;width: 100%;margin-top: .4rem;border-top: #e5e5e5 1px solid;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#ar_fot h1{display:block;width: 100%;line-height: .45rem;color: #333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: .18rem;}
#ar_fot h1 span{
    text-decoration: none;
    display: inline-block;
}
#ar_fot h1 a{color: #333333;font-weight:normal;transition: .5s;display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: underline;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{ color: #0e5da8;}

#ar_fot .ll{width: calc(100% - .7rem);}
#ar_fot .rr{}
#ar_fot .rr a{display: flex;display: -ms-flexbox;display: -webkit-flex;font-size: .14rem;color: #df4545;align-items: center;justify-content: center;transition: .5s;flex-direction: column;}
#ar_fot .rr a img{margin: 0 0 .1rem;height: .25rem;}
#ar_fot .rr a:hover{ text-decoration: underline}

.n_news_detail01 h4{ font-size:1.5rem; color:#000000; font-weight:bold; margin:2.5rem 0 1rem; text-align:center}
.n_news_detail01 .ar_article p{ line-height:2.5rem; margin-bottom:0.375rem}

#share-2>img{margin: -3px 6px 0 0;}
.shart_box{display:inline-block; cursor:pointer}
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff")}.social-share{
    display: flex;display: -ms-flexbox;display: -webkit-flex;
    align-items: center;
    font-size: .16rem;
    color: #999999;
}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 0 0 0 .14rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display: flex;display: -ms-flexbox;display: -webkit-flex;width: .5rem;height: .5rem;font-size: .24rem;border-radius: 2px;line-height: 22px;background: #fff;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);align-items: center;border-radius: 50%;justify-content: center;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.ar_article_box{ padding: .3rem 25px;}
}
@media(max-width: 768px){
	.n_news_detail .ar_article_box h3{ font-size: .23rem;}
	.social-share .social-share-icon{ width: .36rem; height: .36rem; font-size: .2rem;}
}
@media(max-width: 456px){
	
} 
/*新闻详情*/

/*内容样式*/
.ar_article td,
.ar_article th{padding: 12px 10px;border: 1px solid #dadbdd;vertical-align:middle;/* text-align: center; */font-size: 0.9rem;color: #303030;line-height: 1.25;}
.ar_article th{ font-family: OPENSANS-BOLD;}
.ar_article td p,
.ar_article th p{padding-bottom:0;margin-bottom: 0 !important;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td {border-left: 1px solid #dadbdd;border-top: 1px solid #dadbdd;}
.ar_article table th{ background:#333; color:#fff; text-align:left}

.ar_article{font-size: .18rem;color: #333;line-height: 2;}
.ar_article video{ width:100%; object-fit:cover; height:auto}
.ar_article p{margin-bottom: .18rem;text-align: justify;}
.ar_article p b{ }
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#888888;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article ul li,
.ar_article ol li{padding-bottom:0 !important;margin-bottom:0 !important;padding-left: .24rem;list-style:inherit !important;font-size: 15px;position:relative;list-style: none !important;}
.ar_article ol li:before, .ar_article ul li:before{content:"";position:absolute;left:0;width: 5px;height: 5px;background: #001f86;border-radius:50%;top: 13px;}

.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{margin-bottom: 0;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{display:inline-block;margin: .1rem 0;}@charset "utf-8";

@font-face{ font-family: Abhaya Libre ExtraBold; src:url(../fonts/AbhayaLibre-ExtraBold.ttf);}
@font-face{ font-family: Abhaya Libre; src:url(../fonts/AbhayaLibre-Bold.ttf);}

/* @font-face {
 
  font-display: swap;
} */
/* @font-face {
 
  font-display: swap;
} */
/* @font-face {
 
  font-display: swap;
}
@font-face {
 
  font-display: swap;
} */

/*==========================================公共 开始=============================================*/


/*==========================================公共 结束=============================================*/

 
/*==========================================首页 开始=============================================*/

#anc-top{ height: calc(1.1rem + 35px)}

.header_top{ height: 35px; background: #0b9190;}
.header_top .wp{ display: flex;display: -ms-flexbox;display: -webkit-flex; justify-content: flex-end; align-items: center; height: 100%;}
.header_top .ico img{ height: 20px; margin: 0 .06rem 0 0;}
.header_top .ico{ font-size: .14rem; color: #fff;}

.header_box{position: relative;width: 100%;left: 0;right: 0;transition: .5s;z-index: 10000;background: #fff;box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);}
.header_box.fixed{ position: fixed; top: 0}

.header_box .wp{ display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: center; justify-content: space-between; height: 1.1rem;}
.header_box .center{ flex: 1;}
.pc_nav ul{display: flex;display: -ms-flexbox;display: -webkit-flex;padding: 0 5%;justify-content: space-between;}
.pc_nav ul li .h3{ font-size: .18rem; color: #333333; transition: .5s }
.pc_nav ul li.on .h3, .pc_nav ul li:hover .h3{ color: #0b9190 }

.header_box .search {
    position: relative;
    padding-left: .15rem;
}

.header_box .search:before {
    content: '';
    width: 1px;
    height: .14rem;
    /* background: #bbb; */
    position: absolute;
    left: .02rem;
    top: 50%;
    margin-top: -.07rem;
}

.header_box .search .form {
    display: block !important;
    position: relative;
    margin-left: .1rem;
}

.header_box .search .form .serinp {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.header_box .search .form .serbtn {
    width: .34rem;
    height: .34rem;
    position: relative;
    text-align: center;
    line-height: .34rem;
    font-size: .2rem;
    color: #0b9190;
    border: #0b9190 1px solid;
    border-radius: 50%;
}

.header_box .search .form .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: .4rem;
    height: .4rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.header_box .search .form .serinp input {
    width: 100%;
    height: .34rem;
    background: #0b9190;
    border: 0;
    font-size: .15rem;
    border-radius: .1rem;
    color: #333;
    border: 1px solid #0b9190;
}

.header_box .search .form:hover .serinp {
    width: 2.6rem;
    opacity: 1;
    visibility: inherit;
}

.header_box .search .form:hover .serinp input {
    padding: 0 .4rem 0 .1rem;
}

.header_box .search .form:hover .serbtn {
    color: #fff
}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .75rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .75rem;background: #ffffff;box-shadow: 0 3px 5px rgba(0,0,0,.05);background-size: cover;position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{height: .5rem;}
.m_header_box header #logo{padding:0;width: 100%;}

.m_header_box .list_box1{margin-right: .4rem;}
.m_header_box .list_box1 .li a{border-radius: 0;width: 28px;height: 20px;font-size: 10px;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .85rem;height: .75rem;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;justify-content: center;z-index: 1;min-width: .85rem;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;/* background: #0b9190; */}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -7px;/* border-right: #0b9190 7px solid; */border-bottom: transparent .75rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: .34rem;height: 18px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;display: -ms-flexbox;display: -webkit-flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 20px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: block;/* flex-direction: column; *//* justify-content: center; */align-items: flex-start;background: #63065f;background-size:cover;opacity: 0;visibility: hidden;-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);background-image: -moz-linear-gradient( 0deg, #0b9190 0%, #0fabaa 100%);background-image: -webkit-linear-gradient( 0deg, #0b9190 0%, #0fabaa 100%);background-image: -ms-linear-gradient( 0deg, #0b9190 0%, #0fabaa 100%);overflow: hidden;overflow-y: scroll;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0656b7 url(../images/submit.png) center no-repeat; background-size: 1.75rem;}


#m_nav .old_rukou{margin: .24rem 0 0;width: 100%;}
#m_nav .header_top{ height: auto; background: none; text-align: center; padding: .15rem 0}

.list_box_nav_mobile{width:100%;/* height: 100%; *//* background: rgba(255,255,255,.1); */padding: 0;overflow: hidden;overflow-y: scroll;margin: 0;/* flex: 1; */min-height: calc(100vh - 2.5rem);margin-bottom: .2rem;}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid rgba(255,255,255,.15);line-height: .7rem;color: rgba(255,255,255,.8);padding: 0;font-size: .2rem;display: flex;display: -ms-flexbox;display: -webkit-flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .7rem;height: .7rem;display: inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: -.15rem;top: 0;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: rgba(255,255,255,.6);line-height: 2.5;border: none;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 60px;display: block;}
.wap_search .header-search{height:40px;border-radius: 0;background: #fff;position:relative;width: 100%;margin: 10px auto;}
.wap_search .input{font-size: 14px;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.png) center no-repeat #0b9190;background-size: .24rem;border-radius: 0;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


.banner{ overflow: hidden; }
.banner ul li .a{ display: block; position: relative; z-index: 1;}
.banner ul li .a .img .img_hezi{ padding-bottom: 34.89%;}
.banner ul li .a .txt{position: absolute;top: 0;right: 0;bottom: -1px;left: 0;background: url(../images/banner_top.png) center bottom no-repeat;background-size: 100% auto;}
.banner ul li .a .txt .wp{height: 100%;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;}
.banner ul li .a .txt h4{font-size: .72rem;text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.22);line-height: 1.25;color: #fff; padding: 0 .6rem;}
.banner .swiper-dots{text-align: center;bottom:.56rem;position: absolute;z-index: 100;}
.banner .swiper-dots span{width: 40px;height: 40px;position:relative;background:0 0;color:#fff;line-height: 40px;opacity:1;text-align:center;margin: 0 5px!important;}
.banner .swiper-dots span i{display:block;transition:.3s;font-size: .2rem;font-weight: bold;font-style: normal;}
.banner .swiper-dots span .ui-loop{opacity:0;transition:.3s;}
.banner .swiper-dots span:before{content:'';width: 12px;height: 2px;background:#fff;position:absolute;left: 0;top:50%;margin-left: -10px;margin-top: -2.5px;z-index:0;pointer-events:none;}
.banner .swiper-dots span:first-child:before{ display: none;}
.banner .swiper-dots span:last-child:after{ display: none;}

.banner .swiper-dots span.active:before, .banner .swiper-dots span.active:after, .banner .swiper-dots span.active + span:before{ display: none;}
.banner .swiper-dots span.active i{opacity:1}
.banner .swiper-dots span.active .ui-loop{opacity:1}
.banner .swiper-dots .ui-loop{position:absolute;top:0;left:0;bottom:0;top:0}
.banner .swiper-dots .path-loop{fill:none;stroke:#d0051f;stroke-miterlimit:10;stroke-width:2px}
.banner .swiper-dots .path-loop-bg{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:1px;opacity: 1;}

.pad1{padding: 1rem 0;overflow: hidden;}
.home1{ background: url(../images/home1_bg1.jpg) center no-repeat; background-size: cover; position: relative; z-index: 1;}
.home1 .line{ position: absolute; left: 0; width: 100%; top: 0; height: .05rem; background: #0b9190;}
.home1 .wp{ padding: 0 1rem}
.list1{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;margin: 0 -.36rem;}
.list1 li{ padding: 0 .36rem; width: 33.33%;}
.list1 li *{ transition: .5s;}
.list1 li .a{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;/* height: 5.02rem; */border: #0cb8b6 1px solid;border-radius: 6px;text-align: center;padding: .2rem .3rem;}
.list1 li .a .ico{ width: .99rem; height: .99rem; background: #effafa; border-radius: 50%; display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: center; justify-content: center; margin: 0 auto;}
.list1 li .a .ico img{/* transform: translateX(.3rem) translateY(.3rem); */width: 100%;height: 100%;}
.list1 li .a h4{font-size: .24rem;color: #000000;line-height: .44rem;margin: .1rem 0 .15rem;}
.list1 li .a p{font-size: .14rem;line-height: .24rem;color: #666666;height: .96rem\0;min-height: .96rem;margin-bottom: .4rem;}

.home1 [data-aos=line].line{ transform: translateX(-101%);}
.home1 [data-aos=line].aos-animate.line{ transform: translateX(0);}

.more1{display: flex;display: -ms-flexbox;display: -webkit-flex;width: 1.62rem;height: .48rem;align-items: center;justify-content: center;position: relative;margin: 0 auto;z-index: 1;overflow: hidden;border-radius: 50vw;}
.more1::before{content: "";position: absolute;left: 50%;top: 50%;right: 0;z-index: 2;width: 2rem;height: 2rem;border-radius: 50%;background-color: #0cb8b6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);margin: -1rem 0 0 -1rem; }
.more1::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: #dcdcdc 1px solid;border-radius: 50vw;}
.more1 .txt_box{ position: relative; z-index: 3; font-size: .14rem; color: #0b9190;}
.more1 .txt_box .txt2{position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;-webkit-perspective: 50vw;perspective: 50vw;-webkit-transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;font-weight: bold;color: #fff;}

.home2{ position: relative; z-index: 1; overflow: hidden;}
.home2::before{ content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 30%; background: #fbfbfb; z-index: -1;}
.home2 .wp{ align-items: center;}
.home2 .left{ width: calc(100% - 8.4rem); position: relative; z-index: 2; }
.home2 .left::before{content: "";position: absolute;top: -.1rem;background: #0b9190;left: calc((100vw - 14rem)/2*-1);right: 1.3rem;height: .1rem;}
.home2 .right{ width: 8.4rem; padding: .94rem 0 .94rem .8rem; position: relative; z-index: 1; min-height: 7rem;}
.home2 .right::before{content: "";position: absolute;top: 0;right: calc((100vw - 14rem)/2*-1);bottom: 0;left: -1.3rem;background: url(../images/home2_bg1.jpg) center no-repeat;background-size: cover;z-index: -1;}
.list2{width: calc((100vw - 14rem)/2 + 100%);float: right;position: relative;z-index: 10;}
.list2 li .img .img_hezi{ padding-bottom: 69.51%;}

.misoTab .hd{ margin-bottom: .3rem;}
.misoTab .hd ul{ display: flex;display: -ms-flexbox;display: -webkit-flex; justify-content: space-around;}
.misoTab .hd ul li a{display: block;font-size: .24rem;color: #333333;font-family: Bell MT;padding-bottom: .18rem;position: relative;z-index: 1;text-align: center;}
.misoTab .hd ul li a::before{content: "";background: url(../images/misoTab.png) center no-repeat;position: absolute;width: .9rem;height: .11rem;background-size: cover;bottom: 0;left: 50%;margin-left: -.45rem;transform: rotateY(60deg);opacity: 0;}
.misoTab .hd ul li.on a{ font-weight: bold; color: #0b9190;}
.misoTab .hd ul li.on a::before{ transform: rotateY(0);opacity: 1;}
.misoTab .bd ul{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap;}
.misoTab .bd ul{ margin: 0 -.08rem; margin-bottom: -.16rem;}
.misoTab .bd .bd_li ul::-webkit-scrollbar {
    width: 5px;
   scrollbar-width: thin;
}

.misoTab .bd .bd_li ul::-webkit-scrollbar-track {
    background-color: #0b9190;
}

.misoTab .bd .bd_li ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.misoTab .bd .bd_li ul{max-height:360px;overflow-y:auto;overflow-x:hidden;width:100%;}
.misoTab .bd ul li{ width: 50%; padding: 0 .08rem; margin-bottom: .16rem;}
.misoTab .bd ul li *{ transition: .5s}
.misoTab .bd ul li .a{ display: flex;display: -ms-flexbox;display: -webkit-flex; position: relative; z-index: 1; height: 52px; border: #d2d2d2 1px solid; align-items: center; padding: 0 .4rem 0 .16rem;}
.misoTab .bd ul li .a h4{ font-size: .16rem; color: #000000; line-height: 1.375;}
.misoTab .bd ul li .a .ico{position: absolute;right: .12rem;width: 11px;height: 11px;}
.misoTab .bd ul li .a .ico svg{width: 100%;height: 100%;fill: #000000;transition: 0s;}
.misoTab .bd .more2_box{ margin: .7rem 0 0;}

.list00 li .a .zoomBtn{border-radius: 50%;background-color: #fff;width: 1rem;height: 1rem;display: -moz-box;display: flex;display: -ms-flexbox;display: -webkit-flex;-moz-box-align: center;align-items: center;-moz-box-pack: center;justify-content: center;-webkit-transform: translateY(300px);-moz-transform: translateY(300px);transform: translateY(300px);opacity: 0;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;position: absolute;left: 50%;top: 50%;margin-left: -.5rem;margin-top: -.5rem;}
.list00 li .a .zoomBtn div { width: 27px;height: 19px; display: inline-block; position: relative; overflow: hidden;}
.list00 li .a .zoomBtn svg{fill: #060606;width: 27px;height: 19px;-webkit-transition: -webkit-transform .5s cubic-bezier(.16,1,.3,1);transition: -webkit-transform .5s cubic-bezier(.16,1,.3,1);-moz-transition: transform .5s cubic-bezier(.16,1,.3,1),-moz-transform .5s cubic-bezier(.16,1,.3,1);transition: transform .5s cubic-bezier(.16,1,.3,1);transition: transform .5s cubic-bezier(.16,1,.3,1),-webkit-transform .5s cubic-bezier(.16,1,.3,1),-moz-transform .5s cubic-bezier(.16,1,.3,1);position: absolute;left: 0;top: 0;}
.list00 li .a .zoomBtn .hover{ -webkit-transform: translate(-100%,100%); -moz-transform: translate(-100%,100%); transform: translate(-100%,100%);}

.home3{background: #fbfbfb;padding-top: 0;}
.tit1{ margin-bottom: .54rem;}
.tit1 h4{ font-size: .48rem; color: #000; font-family: Bell MT; margin-bottom: .2rem;}
.tit1 p{ font-size: .14rem; color: #999999; line-height: 20px;}
.tit1c{ text-align: center;}

.list4_box{ padding: .2rem 0; margin: -.2rem 0;}
.list4 li *{ transition: .5s;}
.list4 li .a{ display: block; position: relative; z-index: 1; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);}
.list4 li .a .img .img_hezi{ padding-bottom: 62.38%;}
.list4 li .a .con{ padding: 0 .32rem; height: 1.38rem; border: #dcdcdc 1px solid; border-radius: 0 0 6px 6px;}
.list4 li .a .con h4{ font-size: .2rem; line-height: 24px; height: 48px\0; color: #000000; margin: .1rem 0 .24rem;}
.list4 li .a .con h6{ font-size: .18rem; color: #0b9190;}

.more2_box{position: relative;z-index: 1;width: 1.62rem;margin: .5rem auto 0;}
.more2_box *{ transition: .5s;}
.more2{display: flex;display: -ms-flexbox;display: -webkit-flex;width: 1.62rem;height: .48rem;align-items: center;justify-content: center;position: relative;margin: 0 auto;z-index: 1;overflow: hidden;border-radius: 4px;}
.more2::before{content: "";position: absolute;left: 50%;top: 50%;right: 0;z-index: 2;width: 2rem;height: 2rem;border-radius: 50%;background-color: #0cb8b6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);margin: -1rem 0 0 -1rem; }
.more2::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: #0b9190 1px solid;border-radius: 4px;}
.more2 .txt_box{ position: relative; z-index: 3; font-size: .14rem; color: #0b9190;}
.more2 .txt_box .txt2{position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;-webkit-perspective: 50vw;perspective: 50vw;-webkit-transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);transform: perspective(50vw) rotateX(45deg) rotateY(0) rotateZ(0) translate(0,110%);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;font-weight: bold;color: #fff;}
.more2_box .ico img{position: absolute;right: -.18rem;top: 50%;width: .31rem;height: .09rem;margin: -.06rem 0 0 0; transition: .5s}

.home4{ background: url(../images/home4_bg1.jpg) center no-repeat; background-size: cover;}
.home4 .left{width: 6.12rem;padding: .1rem 0 0;}
.home4 .right{ width: calc(100% - 6.12rem); padding: 0 0 0 .8rem;}

.list5 li *{ transition: .5s;}
.list5 li .a{display: flex;display: -ms-flexbox;display: -webkit-flex;border-bottom: #dddddd 1px solid;padding: .32rem 0;}
.list5 li .a .time{width: 1.8rem;font-size: .18rem;color: #666666;line-height: 2.6;}
.list5 li .a .con{ width: calc(100% - 1.8rem);}
.list5 li .a .con h4{ font-size: .2rem; color: #000000; line-height: 24px; max-height: 48px\0;}
.home4 .left .tit1{margin-bottom: .95rem;}
.home4 .left .more2_box{ margin: .7rem 0 0;}
.tit1.tit1ico h4{ display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: center;}
.tit1.tit1ico h4 img{ margin: 0 .34rem 0 0; height: .76rem;}

.list6 li *{ transition: .5s;}
.list6 li .a .con h4{font-size: .28rem;color: #000000;line-height: .44rem;max-height: .88rem\0;}
.list6 li .a .con p{ font-size: .14rem; color: #666666; line-height: .24rem; max-height: .48rem\0; margin: .18rem 0 .5rem;}
.list6 li .a .img .img_hezi{ padding-bottom: 62.57%;}

footer{background: url(../images/footer_bg.jpg) center no-repeat;background-size: cover;padding: .88rem 0 .68rem;overflow: hidden;}
footer .wp{/* justify-content: space-between; *//* align-items: center; */display: block;overflow:hidden;}
footer .wp .left{float:left;}
footer .wp .right{float:right;}
footer .left img{ width: 3.66rem; max-width: 100%;}
footer .center {float:left;margin-left: .8rem;}
footer .center p{ font-size: .16rem; color: #fff; line-height: .34rem;}
.list7{ display: flex;display: -ms-flexbox;display: -webkit-flex; margin: 0 -.32rem;}
.list7 li{max-width: 50%;padding: 0 .32rem;text-align: center;}
.list7 li h3 img{ width: 100px; height: 100px;}
.list7 li h6{font-size: 12px;line-height: 16px;color: #fff;padding: .1rem 0;position: relative;left: 50%;transform: translateX(-50%);white-space: nowrap;text-align: center;}

.scroll-guide-top{position: fixed;z-index: 10;right: -.2rem;bottom: 10px;font-size: .16rem;transform: rotate(-90deg);display: -ms-flexbox;display: flex;display: -ms-flexbox;display: -webkit-flex;height: 2.4rem;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;transition: transform .5s;color: #0b9190;}
.scroll-guide-top > a{position: relative;z-index: 1;display: block;}
.scroll-guide-top > a:before{content: "";display: block;position: absolute;width: 48px;height: 2px;background-color: #0b9190;bottom: 54%;left: 113%;transform-origin: 100% 0;animation: anim-scroll-down 1.6s infinite ease-in-out;}
@keyframes anim-scroll-down {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
  50.01% {
    transform-origin: 100% 0;
    visibility: hidden;
    transform: scale3d(0, 1, 1) translate3d(-100%, 0, 0);
  }
  51% {
    visibility: visible;
    transform-origin: 0 0;
    transform: scale3d(0, 1, 1);
  }
  100% {
    visibility: visible;
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
  }
}

/*==========================================首页 结束=============================================*/

@media(min-width: 1200px){
	.a:hover .img_zd .img_hezi, a:hover .img_zd .img_hezi, .slow:hover img{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
	.banner ul li .a:hover .img_zd .img_hezi, .banner ul li .a:hover img{ transform: scale(1); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
	
	.list1 li .a:hover{ box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);}
	.list1 li .a:hover .ico img{ transform: translateX(0) translateY(0);}
	
	.more1:hover::before{ -webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
	.more1:hover .txt_box .txt1{ -webkit-transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); opacity: 0;}
	.more1:hover .txt_box .txt2{ -webkit-transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); opacity: 1; }
	
	.list00 li .a:hover{ box-shadow: 0px 0px .3rem 0px rgba(0, 0, 0, 0.1);}
	.list00 li .a:hover .zoomBtn {
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	}
	.list00 li .a:hover .zoomBtn .icon_svg.default {
	    -webkit-transform: translate(100%,-100%);
	    -moz-transform: translate(100%,-100%);
	    transform: translate(100%,-100%);
	    -webkit-transition-delay: .4s;
	    -moz-transition-delay: .4s;
	    transition-delay: .4s;
	}
	.list00 li .a:hover .zoomBtn .icon_svg.hover {
	    -webkit-transition-delay: .6s;
	    -moz-transition-delay: .6s;
	    transition-delay: .6s;
	    -webkit-transform: translate(0);
	    -moz-transform: translate(0);
	    transform: translate(0);
	}
	
	.more2:hover::before{ -webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
	.more2:hover .txt_box .txt1{ -webkit-transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); transform: perspective(50vw) rotateX(-45deg) rotateY(0) rotateZ(0) translate(0,-110%); opacity: 0;}
	.more2:hover .txt_box .txt2{ -webkit-transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); transform: perspective(50vw) rotateX(0) rotateY(0) rotateZ(0) translate(0,0); opacity: 1; }
	.more2_box:hover .ico img{ transform: translateX(.2rem); opacity: 0}
	
	.misoTab .bd ul li .a:hover{ background: #0b9190; border: #0b9190 1px solid; }
	.misoTab .bd ul li .a:hover h4{ color: #fff;}
	.misoTab .bd ul li .a:hover .ico{ transform: rotate(180deg);}
	.misoTab .bd ul li .a:hover .ico svg{ fill: #fff;}
	
	.list4 li .a:hover .con h4, .list5 li .a:hover .con h4, .list6 li .a:hover .con h4{ color: #0b9190;}
}
@media(max-width: 1400px){	
	.home2 .right::before{ right: calc((100vw - 94%)/2*-1);}
	.list2{ width: calc((100vw - 94%)/2 + 100%);}
	.home2 .left::before{ left: calc((100vw - 94%)/2*-1);}
}
@media(max-width: 1200px){	
	#anc-top{ display: none;}
	.m_header_box{ display: block;}
	
	.banner ul li .a .txt h4{ font-size: .4rem;}
	.banner .swiper-dots{ bottom: .2rem;}
	.home1 .wp{ padding: 0 15px;}

    footer{ text-align: center}
	footer .left{ width: 100%}
	footer .center{width: 100%;padding: .2rem 0;margin-left: 0;}
	footer .right{ width: 100%}
	.list7{ justify-content: center}
}
@media(max-width: 992px){
	.list1{ margin: 0 -.15rem;}
	.list1 li{ padding: 0 .15rem; }
	.banner ul li .a .img .img_hezi{ padding-bottom: 50%;}
	.banner ul li .a .txt h4{ padding: 0; font-size: .3rem;}
	
	.pad1{ padding: .5rem 0;}
	
	.home2 .left{ width: 100%;}
	.list2{ width: 100%;}
	.home2 .right{width: 100%;padding: .4rem 15px;}
	.home2 .left::before{ left: 0; right: 0;}
	.home2 .right::before{right: 0;left: 0;}
	
	.home4 .wp{ flex-wrap: wrap;}
	.home4 .left{ order: 1; width: 100%;}
	.home4 .right{width: 100%;padding: 0 0 .3rem 0;}
}
@media(max-width: 768px){
	#gotop{right: -.42rem;}
	
	.h4s{ font-size: .2rem !important;}
	.p2s{font-size: .18rem !important;line-height: .28rem !important;max-height: .56rem\0  !important;}
	
	.list1 li{/* width: 100%; */margin-bottom: 0;}
	.banner .swiper-dots{ bottom: 0.05rem;}
	.banner .swiper-dots span{transform: scale(.6);margin: 0 !important;}
	
	.pad1{ padding: .4rem 0;}
	.list1 li .a{height: 2rem;padding: 0;border-radius: 0;}
	.list1 li .a p{margin-bottom: .2rem;display: none;}
	.list1{padding: 0;}
	.list1 li .a .ico{ width: .6rem; height: .6rem}
	.list1 li .a .ico img{transform: translateX(.15rem) translateY(.15rem);}
	.list1 li .a h4{margin: .05rem 0 .1rem;font-size: .2rem;}
	.list1{margin: 0;}
	.list1 li{padding: 0;margin: 0 -.5px;}
	.list1 li .more1{/* display: none */width: 1rem;height: .4rem;}
	.more1 .txt_box{font-size: 10px;}
	
	.tit1 h4{ font-size: .3rem;}
	.misoTab .hd ul li a{ font-size: .2rem;}
	.misoTab .bd ul li{ width: 100%;}
	
	.more2_box{margin: .4rem auto 0 !important;}
	.list4 li .a .con{ padding: 0 15px;}
	.tit1{ margin-bottom: .3rem;}
	
	.misoTab .hd{ overflow: hidden; overflow-x: scroll;}
	.misoTab .hd ul{width: 6rem;}
	.banner ul li .a .txt h4{ font-size: .26rem}
	.misoTab .bd ul li .a h4{ font-size: .18rem;}
	.home4 .left .tit1{margin-bottom: .2rem;}
	.list5 li .a .time{ width: 1.4rem;}
	.list5 li .a .con{ width: calc(100% - 1.4rem);}
	.list5 li .a{padding: .15rem 0;}
	.more2, .more2_box{ width: 1.4rem;}
	.tit1.tit1ico h4 img{height: .5rem;margin: 0 .2rem 0 0;}
	footer .left img{ width: 3rem}

	footer{ padding: .3rem 0}
}
@media(max-width: 456px){
	
} 

.n_banner{ position: relative; z-index: 1;}
.n_banner .img .img_hezi{padding-bottom: 23.4375%;}
.n_banner .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center}
.n_banner .top .wp{ display: flex;display: -ms-flexbox;display: -webkit-flex; height: 100%; flex-direction: column; justify-content: center; align-items: center}
.n_banner .top h3{font-size: .95rem;color: #fff;font-family: Abhaya Libre ExtraBold;text-transform: uppercase;}
.n_banner .top h6{margin: .04rem 0 .2rem;}
.n_banner .top h6 img{ height: .23rem}
.n_banner .top p{font-size: .18rem;color: #fff;line-height: 2;width: 7.7rem;margin: 0 auto;max-width: 100%;}
.n_pad{ padding: 1rem 0; overflow: hidden;}

.news1{ }
.news1 li{ margin-bottom: .32rem;}
.news1 li *{ transition: .5s;}
.news1 li .a{ display: flex;display: -ms-flexbox;display: -webkit-flex;}
.news1 li .img{ width: 4.08rem;}
.news1 li .img .img_hezi{ padding-bottom: 75.49%;}
.news1 li .con{width: calc(100% - 4.08rem);position: relative;z-index: 1;padding: 0 0 0 .5rem;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: center;align-items: center;}
.news1 li .con::before{content: "";position: absolute;top: 0;right: .58rem;bottom: 0;left: 0;border: #efefee 1px solid;border-right: #dbd9d8 1px solid;z-index: -1;background-size: cover !important;}
.news1 li .con::after{content: "";position: absolute;top: 0;right: .58rem;bottom: 0;left: 0;background: url(../images/news1_bg.jpg) center no-repeat;border: #0b9190 1px solid;z-index: -1;background-size: cover !important; opacity: 0;}
.news1 li .con h4{font-size: .24rem;color: #333333;line-height: .28rem;max-height: .56rem\0;font-family: Abhaya Libre ExtraBold;text-transform: uppercase;}
.news1 li .con p{ font-size: .18rem; color: #666666; line-height: .36rem; max-height: .72rem\0; margin: .18rem 0 .5rem;}
.news1 li .con .ll{ width: calc(100% - .8rem); padding: 0 .3rem 0 0;}
.news1 li .con .time{width: .8rem;height: 1.24rem;background: #0b9190;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;align-items: center;align-self: baseline; position: relative; z-index: 1;}
.news1 li .con .time::before{content: "";position: absolute;top: 0;height: 0;left: 0;right: 0;background: #d1f2f7;z-index: -1;}
.news1 li .con .time h3{ font-size: .34rem; color: #fff}
.news1 li .con .time h6{ font-size: .18rem; color: #fff; margin: .12rem 0 0}
.news1 li .more2_box{margin: 0 .2rem 0 0;float: right;}

.pages{ text-align: center; margin: 1.1rem auto 0;}
.pages img{ max-width: 100%; margin: 0 auto;}

@media(min-width: 1200px){	
	.news1 li .a:hover .con::after{ opacity: 1;}
	.news1 li .a:hover .con .time::before{ height: 100%; top: auto; bottom: 0;}
	.news1 li .a:hover .con .time *{ color: #0b9190;}
	.news1 li .a:hover .con .ll *{ color: #fff;}
	.news1 li .a:hover .more2_box{ opacity: 0;}
}
@media(max-width: 1200px){	
	.n_banner .top h3{ font-size: .6rem;}
}
@media(max-width: 992px){
	.news1 li .img{ width: 3.5rem;}
	.news1 li .con{ width: calc(100% - 3.5rem);}
	.news1 li .con p{ margin: .1rem 0 .2rem;}
	
	.n_banner .img .img_hezi{ padding-bottom: 42%;}
	.n_banner .top p{ display: none;}
	.n_banner .top h3{ font-size: .4rem;}
	
	.n_pad{ padding: .5rem 0;}
}
@media(max-width: 768px){
	.news1 li .a{ flex-wrap: wrap;}
	.news1 li .img{ width: 100%;}
	.news1 li .con{width: 100%;padding: .3rem 15px;}
	.news1 li .con::before{ right: 0;}
	.news1 li .more2_box{ display: none;}
	.news1 li .con p{ margin: .1rem 0 0;}
	
	.n_banner .top h6 img{ height: .18rem}
	.n_banner .top h6{ margin-bottom: 0}
	
	.n_pad{ padding: .4rem 0;}
	.news1 li .con .ll{ padding: 0 15px 0 0;}
	.pages{ margin: .4rem 0 0;}
}
@media(max-width: 456px){
	
} 

.n_bg1{ background: url(../images/n_bg1.jpg) center bottom no-repeat; background-size: 100% auto;}

.list_box_wz_list li{font-size:15px;color: #000033;border-bottom: #e0e0e0 1px solid;margin-bottom: .08rem; transition: .5s;}
.list_box_wz_list li .a{color:#404040;display: flex;display: -ms-flexbox;display: -webkit-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.36s;position:relative;padding: 0 .1rem;height: .6rem;align-items: center;justify-content: space-between;}
.list_box_wz_list li .a:before{content:"";position:absolute;top:50%;margin-top: -.025rem;left: .1rem;width: .05rem;height: .05rem;transition:0.36s;background: #0b8e8d;border-radius: 50%;}
.list_box_wz_list li .a h4{display:inline-block;width: calc(100% - 1rem);font-size: .2rem;color: #000000;position:relative;padding-left: 20px;transition:.5s;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height: 1.25;}
.list_box_wz_list li .a img{ display:inline-block}
.list_box_wz_list li .a span{float:right;font-size: 0.16rem;color: #666666;}
@media(min-width: 1200px){	
	.list_box_wz_list li:hover{ border-bottom: #0b9190 1px solid;}
	.list_box_wz_list li .a:hover h4{ color: #0b9190;}
	.list_box_wz_list li .a:hover:before{transform: scale(1.75);}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list_box_wz_list li{ margin-bottom: 0;}
	.list_box_wz_list li .a:before{ display: none;}
	.list_box_wz_list li .a font, .list_box_wz_list li .a h4{ padding: 0;}
}
@media(max-width: 456px){
	
} 

.list_news{ display:flex; margin:0 -.15rem; flex-wrap: wrap; margin-bottom: .15rem;}
.list_news li{ width:33.33%; padding:0 .15rem; margin-bottom: .3rem;}
.list_news li .a{ display: block; position: relative; z-index: 1;}
.list_news li .a::before{ content: ""; position: absolute; bottom: 0; right: -.05rem; width: .05rem;background: #0b9190; height: 0;}
.list_news li .a .img .img_hezi{ padding-bottom: 70%;}
.list_news li .a .con{padding: .3rem .25rem;background: #f8f8f8;}
.list_news li .a .con h6{ font-size:.18rem; color:#a3a3a8; font-family:BKMACI;}
.list_news li .a .con h4{font-size:.2rem;color:#000000;font-weight:bold;line-height:30px;height:60px;margin: .12rem 0 .2rem;transition:.5s;font-family: Abhaya Libre ExtraBold;}
.more004{font-size: .14rem;color:#a3a3a8;text-transform:uppercase;display:flex;align-items:center;transition:.5s;}
.more004 img{margin:0 0 0 .12rem;width: .18rem;}

@media(min-width: 1200px){	
	.list_news li .a:hover .con h4{ color: #0b9190;}
	.list_news li .a:hover::before{ height: 1.2rem;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list_news{ margin-bottom: -.15rem;}
	.list_news li{ width: 100%;}
}
@media(max-width: 456px){
	
} 

.tit2{ text-align: center; margin-bottom: .9rem;}
.tit2 h3{font-size: .65rem;color: #000000;font-family: Abhaya Libre;text-transform: capitalize;}
.tit2 h6{margin: .15rem 0 0}
.tit2 h6 img{ height: .23rem}
.Departments .fl01{ padding: 1.1rem 0 0; overflow: hidden;}
.Departments1{ margin: 0 -.16rem; display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; margin-bottom: -.48rem;}
.Departments1 li{ width: 25%; padding: 0 .16rem; margin-bottom: .48rem;}
.Departments1 li *{ transition: .5s;}
.Departments1 li .a{position: relative;z-index: 1;height: 1.35rem;/* padding-top:10px; */display:block;text-align:center;padding: .15rem;}
.Departments1 li .a::before{ content: ""; background: #f9fdfd; border: rgba(11, 145, 144, 0.2) 1px solid; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;}
.Departments1 li .a .ico{ width: .57rem; height: .57rem;margin:0 auto;}
.Departments1 li .a .ico img{ width: 100%; height: 100%; transition: 0s;}
.Departments1 li .a h4{font-size: .16rem;color: #0b9190;line-height: 22px;height: 44px\0;margin: .04rem 0 0;text-align: center;}
.Departments .fl01 .kb{ position: relative; height: 1.2rem; background: url(../images/n_bg1.jpg) center bottom no-repeat; background-size: 100% auto;}
.Departments .fl02{ background: url(../images/Departments_fl02.jpg) center no-repeat; background-attachment: fixed; background-size: cover; padding: 1rem 0; overflow: hidden;}
.Departments .fl03{ background: url(../images/Departments_fl03.jpg) center no-repeat;background-size: cover; padding: 1.2rem 0; overflow: hidden;}

.Departments1s2{ justify-content: center;}
.Departments1s2 li .a{ height: 1.48rem;}

@media(min-width: 1200px){	
	.Departments1s li .a:hover::before{ background: #0b9190; border: #0b9190 1px solid;}
	.Departments1s li .a:hover .ico img{ filter: brightness(24);}
	.Departments1s li .a:hover h4{ color: #fff;}
	
	.Departments1s1 li .a:hover::before{ background: #0b9190; border: #fff 1px solid;}
	.Departments1s1 li .a:hover .ico img{ filter: brightness(24);}
	.Departments1s1 li .a:hover h4{ color: #fff;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.Departments1 li{ width: 33.33%;}
	.Departments .fl01{ padding: .5rem 0 0;}
	.Departments .fl02{ padding: .5rem 0;}
	.Departments .fl03{ padding: .5rem 0;}
}
@media(max-width: 768px){
	.Departments1 li{ width: 50%;}
	.Departments .fl01{ padding: .4rem 0 0;}
	.tit2 h3{ font-size: .3rem;}
	.tit2{ margin-bottom: .4rem;}
	
	.Departments1{ margin-bottom: -15px;}
	.Departments1 li{ padding: 0 7px; margin-bottom: 15px;}
	.Departments1 li .a .ico{ width: .45rem; height: .45rem;}
	.Departments .fl01 .kb{ height: .5rem;}
	.tit2 h6 img{ height: .15rem}
}
@media(max-width: 456px){
	
} 


.n_pad1{ padding: .9rem 0; overflow: hidden;}
.tit3{ position: relative; z-index: 1; margin-bottom: .3rem;}
.tit3 h3{position: relative;z-index: 1;font-size: .48rem;color: #0b9190;line-height: .55rem;font-family: Abhaya Libre ExtraBold;text-transform: capitalize;padding: .3rem 0 0;}
.tit3 h3::before{ content: ""; position: absolute; top: 0; left: 0; width: 1rem; height: 3px; background: #0b9190;}

.about .fl01{background: url(../images/about_fl01_bg.jpg) top right no-repeat;background-size: 3.42rem auto;}
.about .fl01 .wp{ align-items: center;}
.about .fl01 .left{ width: 50%; padding: 0 .65rem 0 0;}
.about .fl01 .left .img{ width: calc((100vw - 14rem)/2 + 100%); float: right;}
.about .fl01 .left .img .img_hezi{ padding-bottom: 100%;}
.about .fl01 .right{ width: 50%}
.about .ar_article p{font-size: .18rem;line-height: 1.88;color: #666;}

.about .fl02{padding-top: 0;position: relative;z-index: 1;}
.about .fl02 .wp{ background: #0b9190; position: relative; z-index: 1;}
.about .fl02 .wp::before{content: "";position: absolute;width: calc((100vw - 14rem)/2 + 100%);top: 0;bottom: 0;left: 100%;background: #0b9190;z-index: -1;}

.list8{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; margin: 0 -.3rem; padding: 0 0 0 .4rem;}
.list8 li{ width: 25%; padding: .5rem .3rem;}
.list8 li .a{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap;}
.list8 li .a .ico{width: .44rem;height: .44rem;margin: .32rem 0 0;}
.list8 li .a .ico img{ width: 100%; height: 100%;}
.list8 li .a .con{ width: calc(100% - .44rem); padding: 0 0 0 .1rem;}
.list8 li .a .con h4{ border-bottom: #55b2b2 1px solid; padding: 0 0 .1rem;}
.list8 li .a .con h4 big{ font-size: .48rem; color: #fff; font-family: Impact;}
.list8 li .a .con h4 small{ font-size: .16rem; color: #fff; margin: 0 0 0 .12rem;}
.list8 li .a .con p{font-size: .18rem;color: #fff;line-height: .27rem;margin: .1rem 0 0;}

canvas { display:block; position: relative;}
.waves { position:absolute; z-index: -1; left:0; bottom:0; height: 30vh; width: calc((100vw - 14rem)/2 + 100%);}
#lizi{pointer-events: none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0}
#particles { position:absolute; top:0; left:0; width: 100%; height: 100%; overflow: hidden;}

.about .fl03{ position: relative; z-index: 1; overflow: hidden; padding-top: 0;}
.about .fl03 .bgs{ position: absolute; width: 3.63rem; height: 3.63rem; z-index: -1; bottom: .3rem; right: .3rem; }
.about .fl03 .bgs img{ width: 100%; height: 100%; -webkit-animation:play 25s linear infinite; -moz-animation:play 25s linear infinite; animation:play 25s linear infinite;}
.about .fl03 .wp{ align-items: center;}
.about .fl03 .left{width: 50%;position: relative;z-index: 2;order: 1;}
.about .fl03 .left::before{content: "";position: absolute;top: -.14rem;background: #0b9190;left: .65rem;right: 0;height: .14rem;}
.about .fl03 .right{width: 50%;padding: .7rem .6rem .7rem .4rem;position: relative;z-index: 1;min-height: 7rem;}
.about .fl03 .right::before{content: "";position: absolute;top: 0;right: -.65rem;bottom: 0;left: 0;background: url(../images/home2_bg1.jpg) center no-repeat;background-size: cover;z-index: -1;}
.about .fl03 .left .img_hezi{padding-bottom: 80.51%;}

.about .fl04{ position: relative; z-index: 1; padding: 0;}
.about .fl04 .left{ width: 50%; padding: .75rem .5rem .75rem .4rem; position: relative; z-index: 1;}
.about .fl04 .left::before{content: "";position: absolute;width: calc((100vw - 14rem)/2 + 100%);top: 0;bottom: 0; right: 0;background: url(../images/about_fl04_bg1.jpg) center no-repeat;z-index: -1; background-size: cover;}
.about .fl04 .left .tit3 h3{ color: #fff;}
.about .fl04 .left .tit3 h3::before{ background: #fff;}
.about .fl04 .left .ar_article p{ color: #fff;}
.about .fl04 .right{ width: 50%; padding: .75rem .4rem .75rem .5rem; position: relative; z-index: 1;}
.about .fl04 .right::before{content: "";position: absolute;width: calc((100vw - 14rem)/2 + 100%);top: 0;bottom: 0; left: 0;background: url(../images/about_fl04_bg2.jpg) center no-repeat;z-index: -1; background-size: cover;}

.about .fl05{ padding: .7rem 0;}
.about .fl05 .ar_article{ padding: 0 .4rem;}

.about .fl06{ padding-top: 0; background: #f8f8f8;}
.about .fl06 .box1 .img .img_hezi{ padding-bottom: 18%;}
.about .fl06 .box2{ background: url(../images/about_fl06_bg2.png) right center no-repeat;}
.about .fl06 .box2 .wp{ align-items: flex-start;}
.about .fl06 .box2 .wp .left{width: calc(100% - 4.54rem);padding: .8rem .66rem .75rem 0;position: relative;z-index: 1;}
.about .fl06 .box2 .wp .left::before{content: "";position: absolute;top: 0;bottom: 0;left: calc((-100vw - 14rem)/2 + 100%);right: -.45rem;background: #fff;z-index: -1;background-size: cover;}
.about .fl06 .box2 .wp .right{width: 4.54rem;background: #0b9190;padding: .3rem .16rem;top: -2.38rem;position: relative;z-index: 1;margin-bottom: -2.38rem;}
.list9{ display: flex;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; margin: 0;}
.list9 li{width: 50%;padding: .35rem .3rem;position: relative;}
.list9 li:nth-child(2n-1)::before{content: "";position: absolute;top: .4rem;right: 0;width: 1px;height: 1.2rem;background: #fff;opacity: .5;}
.list9 li .a h4 big{ font-size: .48rem; color: #fff; font-family: Impact;}
.list9 li .a h4 small{ font-size: .16rem; color: #fff; margin: 0 0 0 .12rem;}
.list9 li .a p{font-size: .16rem;color: #fff;line-height: .24rem;margin: .16rem 0 0;/* text-align: justify; */}

.about .fl07 .box1{ position: relative; }
.about .fl07 .box1 .img{ position: relative; left: calc((-100vw - 14rem)/2 + 100%);}
.about .fl07 .box1 .img .img_hezi{ padding-bottom: 15.29%;}
.about .fl07 .box1 .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;}
.about .fl07 .box1 .tit3{ margin-bottom: 0}
.about .fl07 .box1 .tit3 h3{ color: #fff;}
.about .fl07 .box1 .tit3 h3::before{ background: #fff;}
.about .fl07 .box2{ display: flex;display: -ms-flexbox;display: -webkit-flex; align-items: flex-start;}
.about .fl07 .box2 .left{ padding: .2rem .4rem .2rem 0; width: calc(100% - 6.38rem); }
.about .fl07 .box2 .right{ width: 6.38rem; position: relative; top: -.4rem; margin-bottom: -.4rem; z-index: 1;}
.about .fl07 .box2 .right::before{ content: ""; position: absolute; left: .46rem; bottom: -.11rem; height: 2.16rem; right: -.11rem; background: #0b9190;}
.about .fl07 .box2 .right .img .img_hezi{ padding-bottom: 77.27%;}

.about .fl08{ padding-top: 0;}
.about .fl08 .wp{ align-items: center;}
.about .fl08 .left{width: 50%;padding: 0 .65rem 0 0;position: relative;z-index: 2;}
.about .fl08 .left::before{content: "";position: absolute;top: -.14rem;background: #0b9190;left: calc((-100vw - 14rem)/2);right: calc(.65rem + .85rem);height: .14rem;}
.about .fl08 .left .img{ width: calc((100vw - 14rem)/2 + 100%); float: right;}
.about .fl08 .left .img .img_hezi{ padding-bottom: 85.90%;}
.about .fl08 .right{ width: 50%; position: relative; z-index: 1; padding: .4rem .4rem 1rem 0;}
.about .fl08 .right::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: -1.5rem;background: #e2f4f1; background-size: cover;z-index: -1;}

.about .fl09{ position: relative; z-index: 1; padding: 0;}
.about .fl09 .wp{position: relative;z-index: 1;align-items: center;}
.about .fl09 .left{ width: 50%; padding: .75rem .5rem .75rem .4rem; position: relative; z-index: 1;}
.about .fl09 .left::before{content: "";position: absolute;top: 0;bottom: 0;right: -.4rem;left: calc((-100vw - 14rem)/2);background: url(../images/about_fl04_bg1.jpg) center no-repeat;z-index: -1;background-size: cover;}
.about .fl09 .left .tit3 h3{ color: #fff;}
.about .fl09 .left .tit3 h3::before{ background: #fff;}
.about .fl09 .left .ar_article p{ color: #fff;}
.about .fl09 .right{ width: 50%; position: relative; z-index: 1;}
.about .fl09 .right .img .img_hezi{ padding-bottom: 117.08%;}

.about .fl10s{ position: relative; z-index: 1; padding-bottom: .6rem; background: url(../images/about_fl10_bg.jpg) right bottom no-repeat; background-size: 100% auto;}

@media(min-width: 1200px){	
	.about .img:hover .img_hezi{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
}
@media(max-width: 1400px){	
	.about .fl01 .left .img{width: calc((100vw - 14rem)/2 + 100% + 50px);}
    .about .fl04 .left::before{width: calc((100vw - 14rem)/2 + 100% + 50px);}
    .about .fl04 .right::before{width: calc((100vw - 14rem)/2 + 100% + 50px);}
    .about .fl06 .box2 .wp .right{ top: -1rem; margin-bottom: -1rem}
	
	.about .fl08 .left::before{
    left: 0;
}
	.about .fl08 .left .img{width: 100%;}
}
@media(max-width: 1200px){
	
	
	.about .fl01 .wp{ flex-wrap: wrap;}
	.about .fl01 .left{width: 100%;padding: .4rem 0 0;order: 1;}
	.about .fl01 .right{ width: 100%;}
	.about .fl01 .left .img{ width: 100%}

    .about .fl03 .left{ width: 100%;}
	.about .fl03 .right{width: 100%;padding: .4rem 15px;}
	.about .fl03 .right::before{ right: 0}

	.about .fl04 .left::before{ width: 100%;}
	.about .fl04 .right::before{ width: 100%;}

	.about .fl07 .box2 .left{width: 100%;padding: .3rem 0;}
	.about .fl07 .box2 .right{width: 100%;top: 0;margin-bottom: 0;}

	.about .fl08 .left{width: 100%;padding: 0;}
	.about .fl08 .right{width: 100%;padding: .4rem;}
	.about .fl08 .right::before{ left: 0}

	.about .fl09 .left{ width: 100%}
	.about .fl09 .right{ width: 100%}
	.about .fl09 .left::before{ left:0; right: 0}
	.about .fl07 .box2{ margin-bottom: .4rem}
}
@media(max-width: 992px){
	.list8{flex-wrap: wrap;padding: .2rem 15px;margin: 0 -.15rem;}
	.list8 li{ width: 50%; padding: .2rem .15rem}

	.about .fl04 .left{width: 100%;padding: .4rem 15px;}
	.about .fl04 .right{width: 100%;padding: .4rem 15px;}
	.about .fl04 .right .tit3{ display: none}

	.about .fl06 .box2 .wp{flex-wrap: wrap;}
	.about .fl06 .box2 .wp .left{width: 100%;padding: 0 0 .3rem 0;}
	.about .fl06 .box2 .wp .right{width: 100%;top: 0;margin-bottom: 0;}
	.about .fl07 .box1 .img{ left: 0; }
	.about .fl07 .box1 .top{ padding: 0 15px}

	.n_pad1{ padding: .5rem 0; overflow: hidden;}
	.about .fl06 .box1{padding-bottom: .3rem;}
	.list9 li{ padding: .2rem 15px}
	.about .fl07 .box1 .img .img_hezi{ padding-bottom: 30%;}
}
@media(max-width: 768px){
	.n_pad1{ padding: .4rem 0; overflow: hidden;}
	.tit3 h3{font-size: .3rem;line-height: 1.5;padding: .2rem 0 0;}
	.tit3 h3::before{ width: .6rem;}

	.about .fl05{ padding: .4rem 0}
	.about .fl05 .ar_article{ padding: 0}
	.about .fl08 .right, .about .fl09 .left{ padding: .4rem 15px}
	.about .fl10s{ padding-bottom: .3rem}
}
@media(max-width: 456px){
	
} 


/*新闻详情*/
.public{padding: .1rem 0 1.6rem;overflow: hidden;}
.mianbao{position: relative;padding: .14rem 0;}
.mianbao .wp{height: auto;display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;padding: .16rem 0;position: relative;z-index: 1;}
.mianbao .wp:before{ content: ""; position: absolute; left: 1rem; background: #d0d0d0; right: 0; height: 1px; z-index: -1}
.mianbao .wp .box{ background: #fff; padding: 0 .2rem 0 0}
.mianbao *{ font-size: .18rem; color: #333333; font-style: normal;}
.mianbao span{margin: 0 .06rem;}
.mianbao img{margin: -.06rem .1rem 0 0;height: .19rem;}

.ar_article_box{ background: #fff; padding: .6rem 1.2rem; box-shadow: 0px 2px 21px 0px rgba(50, 50, 50, 0.18);}
.n_news_detail .ar_article_box .nav01{margin-bottom: .3rem;}
.n_news_detail .ar_article_box h3{color: #000000;font-size: .3rem;line-height: 1.6;font-weight: bold;text-align: center;width: 10.9rem;margin: 0 auto;max-width: 100%;margin-bottom: .2rem;}
.n_news_detail .ar_article_box h6{color: #8f8f8f;font-size: 0.14rem;line-height: .42rem;margin-bottom: 0;vertical-align: top;border-bottom: #1669d1 2px solid;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;align-items: center;padding: 0 0 .15rem;flex-wrap: wrap;}
.n_news_detail .ar_article_box h6 span{margin: 0 .3rem 0 0;font-size: .16rem;line-height: 1.5;color: #666666;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
.n_news_detail p{ color: #000000}

/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: .3rem 0 0;box-sizing: border-box;width: 100%;margin-top: .4rem;border-top: #e5e5e5 1px solid;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#ar_fot h1{display:block;width: 100%;line-height: .45rem;color: #333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: .18rem;}
#ar_fot h1 span{
    text-decoration: none;
    display: inline-block;
}
#ar_fot h1 a{color: #333333;font-weight:normal;transition: .5s;display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: underline;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{ color: #0e5da8;}

#ar_fot .ll{width: calc(100% - .7rem);}
#ar_fot .rr{}
#ar_fot .rr a{display: flex;display: -ms-flexbox;display: -webkit-flex;font-size: .14rem;color: #df4545;align-items: center;justify-content: center;transition: .5s;flex-direction: column;}
#ar_fot .rr a img{margin: 0 0 .1rem;height: .25rem;}
#ar_fot .rr a:hover{ text-decoration: underline}

.n_news_detail01 h4{ font-size:1.5rem; color:#000000; font-weight:bold; margin:2.5rem 0 1rem; text-align:center}
.n_news_detail01 .ar_article p{ line-height:2.5rem; margin-bottom:0.375rem}

#share-2>img{margin: -3px 6px 0 0;}
.shart_box{display:inline-block; cursor:pointer}
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff")}.social-share{
    display: flex;display: -ms-flexbox;display: -webkit-flex;
    align-items: center;
    font-size: .16rem;
    color: #999999;
}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 0 0 0 .14rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display: flex;display: -ms-flexbox;display: -webkit-flex;width: .5rem;height: .5rem;font-size: .24rem;border-radius: 2px;line-height: 22px;background: #fff;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);align-items: center;border-radius: 50%;justify-content: center;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.ar_article_box{ padding: .3rem 25px;}
}
@media(max-width: 768px){
	.n_news_detail .ar_article_box h3{ font-size: .23rem;}
	.social-share .social-share-icon{ width: .36rem; height: .36rem; font-size: .2rem;}
}
@media(max-width: 456px){
	
} 
/*新闻详情*/

/*内容样式*/
.ar_article td,
.ar_article th{padding: 12px 10px;border: 1px solid #dadbdd;vertical-align:middle;/* text-align: center; */font-size: 0.9rem;color: #303030;line-height: 1.25;}
.ar_article th{ font-family: OPENSANS-BOLD;}
.ar_article td p,
.ar_article th p{padding-bottom:0;margin-bottom: 0 !important;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td {border-left: 1px solid #dadbdd;border-top: 1px solid #dadbdd;}
.ar_article table th{ background:#333; color:#fff; text-align:left}

.ar_article{font-size: .18rem;color: #333;line-height: 2;}
.ar_article video{ width:100%; object-fit:cover; height:auto}
.ar_article p{margin-bottom: .18rem;text-align: justify;}
.ar_article p b{ }
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#888888;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article ul li,
.ar_article ol li{padding-bottom:0 !important;margin-bottom:0 !important;padding-left: .24rem;list-style:inherit !important;font-size: 15px;position:relative;list-style: none !important;}
.ar_article ol li:before, .ar_article ul li:before{content:"";position:absolute;left:0;width: 5px;height: 5px;background: #001f86;border-radius:50%;top: 13px;}

.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{margin-bottom: 0;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{display:inline-block;margin: .1rem 0;}


.list_leader{overflow:hidden;}
.list_leader .left{float:left;width:50%;padding:0 .2rem;}
.list_leader .right{float:right;width:50%;padding:0 .2rem;}
.list_leader li{
    margin-bottom: 0.7rem;
    box-shadow: 0px 13px 13px 0px rgba(0, 66, 143, 0.13);
    background: url(../images/ldbg2.png) no-repeat top/cover;
    padding: 0.3rem 0.4rem;
    border-radius: 10px;
    }
.list_leader li a{display:block;overflow:hidden;}
.list_leader li a .pic{width: 1.81rem;float:left;overflow:hidden;}
.list_leader li a .pic img{width: 100%;    transition: all 0.4s;}
.list_leader li a .txt{float: right;width: calc(100% - 2.1rem);}
.list_leader li a .txt p{
    position:relative;
    border-left: 4px solid #1669d1;
    font-size: 0.28rem;
    color: #333;
    font-weight: 600;
    padding: 0 0 0rem 0.1rem;
    }


    .list_leader li a .txt .zw{margin-top:.15rem;font-size:.2rem;padding-top:.15rem;border-top:1px solid #1669d1;line-height:1.2;}

.list_leader ul li .txt p:after{width: 0.36rem;height: 0.36rem;background: url(../images/ld-ico1.png) no-repeat;left: auto;bottom: -0.25rem;background-size: 100% 100%;right: 0;}
.list_leader ul  li .txt p:before{width: 100%;height: 1px;background: #1669d1;/* content: ""; */position: absolute;left: 0;bottom: -0.25rem;}
.list_leader li div{position:relative;}
.list_leader li .more{
    width: 1.37rem;
    height: 0.39rem;
    border: 1px solid #a9c9ed;
    text-align: center;
    line-height: 0.39rem;
    border-radius: 30px;
    font-size: 0.16rem;
    color: #666;
    transition: 0.5s;
    position:absolute;
    right: 0;
    z-index: 9;
    bottom: 0;
    }
@media(max-width: 768px){
.list_leader .left,.list_leader .right{float:none;width:100%;padding:0;}
.list_leader li{padding:.3rem .15rem;margin-bottom:.4rem;}
}