  @charset "utf-8";

/*==========================================公共 开始=============================================*/
@font-face {
  font-family: sy;src:url("/font/SOURCEHANSERIFCN-SEMIBOLD.OTF");
  }
@font-face {
  font-family: ha;src:url("/font/HarmonyOS_Sans_Regular.ttf");
}
@font-face {
  font-family: can;src:url("/font/CANELA-REGULAR-REDUCED.WOFF.TTF");
}
.section{ overflow:hidden;}
.header_box_li{z-index: 10000;position: fixed;width: 100%;}
.header_box{position: relative;z-index: 10000;height: 0;}
#header{z-index:999;width:100%;transition: 0.36s;position: relative;}
.header_box_li #header:before{content:"";position:absolute;height: 2rem;top: 0.4rem;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;pointer-events: none;background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) -28%, rgba(0, 0, 0, 0) 81%);z-index: -1;}

.show .header_box_li #header:before,.show .header_box_li #header.xg{background:none;}
.show{overflow:hidden;}
#header.xg .header_top{
    /* opacity: 0; */
    /* visibility: hidden; */
}
.header_top{position: relative;padding: 0;z-index: 10000;overflow: hidden;background: url(/images/head.png) no-repeat center/cover}
.list_box0{display: flex;align-items: center;justify-content: flex-end;height: 0.4rem;}
.list_box0 .li{font-size: 0.16rem;color: rgba(255, 255, 255, 0.8);transition:.6s;position: relative;display: flex;align-items: center;}
.list_box0 .li a{align-items: center;color:rgba(255, 255, 255, 0.8);padding: 0 0.08rem;}
.list_box0 .li img{display: inline-block;margin-right: 0.1rem;}
.list_box0 .li:last-child{padding-right: 0;}


#header .right{padding-left: 6%;flex: 1%;display: flex;flex-direction: column;align-items: flex-end;position: relative;}
.header_box .wp{position:relative;padding: 0 .75rem;display: flex;align-items: center;justify-content: space-between;transition: .5s;width: 100%;max-width: 100%;}
.head>.wp{height: 1.2rem;}
.header_box #logo img{transition: .5s;width: 4.06rem;}

#header .img2{display: none;}
/* #header.xg{background: rgba(255,255,255,.9);transform: translateY(-0.34rem);}
#header.xg:before{height: 0;}
#header.xg .img1{display: none;}
#header.xg .img2{display: block;}
#header.xg #nav ul li h3{color: #333;}
#header.xg .head-t .li a{color: #333;}
#header.xg #openBtn .lcbody .lcitem div{background: #333;} */
#nav{width: 100%;align-items: center;}
#nav ul{display: flex;justify-content: space-between;align-items: center;flex: 1;min-width: 0;padding-right: 0.3rem;}
#nav ul li{z-index:0;height: 100%;position: relative;}
#nav ul li>a{display:flex;padding: 0;position: relative;z-index: 2;align-items: center;}
#nav ul li h3{font-size: .22rem;color:#fff;line-height: .32rem;position:relative;transition: .36s;border-bottom: 1px solid transparent;}
#nav ul li i{display: flex;font-style: normal;width: 0.08rem;height: 0.08rem;margin-left: 0.05rem;}
#nav ul li .sub{position:absolute;top: 98%;background:rgba(255,255,255,.96);left: 43%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);width: auto;}
#nav ul li .sub .box{padding: .1rem 0;}

#nav ul li .sub dl{}
#nav ul li .sub dd{width: 100%;padding: 0rem;}
#nav ul li .sub a{padding: 0.1rem 0.1rem;line-height: 0.2rem;transition:.6s;font-size: 0.18rem;color: #666;min-width: 1.2rem;display: block;text-align: center;white-space: nowrap;}
#nav ul li .sub a:hover{color: #fff;background:#17954A;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li:hover h3,#nav ul li.on h3{border-color: #fff;}

.head-t {align-items:center;}
.head-t .li{padding-right:0.12rem;border-right: 1px solid rgba(255, 255, 255, 0.4);}


/*  */
.search_btn { cursor: pointer; }
.search_btn img{width: .34rem;}
.search_btn svg { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #17954A; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.72rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn { float: right; height: 0.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] {background-color: #17954A;/* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: 0.24rem; *//* background-image: url("/images/search-btn.png"); */font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("/images/close-btn.svg"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #17954A; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("/images/close-btn.svg"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}

/*导航按钮开始*/
/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .7rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .7rem;background: #17954A;box-shadow: 0 3px 5px rgba(0,0,0,.05);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: 35px;} */
.m_header_box header #logo{ padding:0}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }

#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;opacity: 0;}
#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: 0.3rem;height: 24px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {/* width: .28rem; */}
#nav_btn .navbtn {position: absolute;top: 12px;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: #17954A;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 27px;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: #17954A;}
#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;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 30px;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: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#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;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: #17954A url(/images/submit.svg) center no-repeat; background-size: .28rem;}

#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .1rem 0 0;flex-wrap: wrap;}
#m_nav .list_box0 .li{text-align:center;color: #17954A;font-size: 14px;/* width: 33.3%; */padding: 0.01rem 0 0;line-height: 40px;}
#m_nav .list_box0 .li a{color:#333;}
#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;height: auto;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */max-height: calc(100% - 120px);}
.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 #e2e2e2;line-height: .64rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .64rem;display: inline-block;background: url(/images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.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{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.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: #666;line-height: 2.5;}
.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:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size:.14rem;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.svg) center no-repeat #17954A;background-size: .24rem;border-radius: 20px;}
.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消失-结束 */


/*导航按钮结束*/
/* 导航地图 */
.miso_btn1{padding-left: 0.18rem;}
#openBtn {cursor: pointer;display: flex;width: 0.3rem;height: 0.2rem;align-items: center;justify-content: center;}
#openBtn .lcbody {width: .3rem;height: .2rem;position: relative;}
#openBtn .lcbody .lcitem {width: .3rem;height: 1px;position: absolute;transition: transform 0.36s ease;left: 0;}

#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #fff;}
#openBtn .lcbody .top {top: 0;}
#openBtn .lcbody .center {display: block;top: 50%;width: 60%;left: 0;} 
#openBtn .lcbody .bottom {top: 100%;width: 85%;}
#openBtn .lcbody:hover .lcitem.top .rect {animation: move 0.4s ease-in-out 1;}
#openBtn .lcbody:hover .lcitem.center .rect {animation: move 0.4s ease-in-out 0.1s 1;}
#openBtn .lcbody:hover .lcitem.bottom .rect {animation: move 0.4s ease-in-out 0.2s 1;}
.active#openBtn .lcitem.top {transform: rotateZ(45deg);top: 49%;width: 100%;}
.active#openBtn .lcitem.center { opacity: 0;}
.active#openBtn .lcitem.bottom {transform: rotateZ(-45deg);top: 49%;width: 100%;}
  @keyframes move {
    0% {right: 0;}
    40% {right: 0;width: 0;}
    60% {right: auto;width: 0%;}
    100% {right: auto;width: 100%;}
  }

  .g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: 0.5s;
    transform: translateY(-100%);
    } 
  .g-nav2 .scroll {position: absolute;z-index: 1;left: 0;right: 0;top: 1.8rem;bottom: 0;overflow-y: auto;padding: 0 5%;}
  .g-nav2 .scroll .li{border-right: 1px solid rgba(216, 216, 216, 0.1);padding-right: 0.4rem;padding-bottom: 2rem;}
  .g-nav2 .scroll .li a{font-size: 0.18rem;color: #fff;line-height: 0.44rem;display:block;}
  .g-nav2 .scroll ul {justify-content: space-between;}
  .g-nav2 .scroll li {
    /* width: 10%; */
    text-align: left;
    /* padding-top: 0.45rem; */
    transform: translateY(1rem);
    opacity: 0;
    }
  .g-nav2 .scroll li a {color: #fff;transition: 0.5s;}
  .g-nav2 .scroll li h2 {font-size: 0.22rem;font-weight: bold;font-family: sy;}
  .g-nav2 .scroll li h2 a{font-family: sy;}  
  .g-nav2 .scroll li .list {padding: 0.2rem 0;}
  .g-nav2 .scroll li .list h3 {font-size: 0.14rem;line-height: 0.36rem;/* margin-bottom: .2rem; */}
  .g-nav2 .scroll li .list dl {padding-bottom: 0.2rem;display: none;}
  .g-nav2 .scroll li .list dd {font-size: 0.16rem;line-height: 0.4rem;opacity: 0.65;}
  .g-nav2 .scroll li .list dd:hover {opacity: 1;}
  .g-nav2 .scroll a:hover{color:#25B1D5}
  .jgnav .scroll ul{width: 100%;flex: none;padding: 0;}
  .jgnav .scroll{padding-top: 1rem;}
  .jgnav  .pub-close{top:0;}

  .show .lmnav{transform: translateY(0);}
  .show .header_top{/* opacity:0; */}
  .show #nav ul{opacity: 0;visibility: hidden;}
  .show .lmnav .scroll li{opacity: 1;transform: translateY(0);}
  .show .lmnav .scroll li:nth-child(1){transition: .8s .1s}
  .show .lmnav .scroll li:nth-child(2){transition: .8s .2s}
  .show .lmnav .scroll li:nth-child(3){transition: .8s .3s}
  .show .lmnav .scroll li:nth-child(4){transition: .8s .4s}
  .show .lmnav .scroll li:nth-child(5){transition: .8s .5s}
  .show .lmnav .scroll li:nth-child(6){transition: .8s .6s}
  .show .lmnav .scroll li:nth-child(7){transition: .8s .7s}
  .show .lmnav .scroll li:nth-child(8){transition: .8s .8s}
  .show .lmnav .scroll li:nth-child(9){transition: .8s .9s}
  .show .lmnav .scroll li:nth-child(10){transition: .8s 1s}
 
  /* .show #header.xg .img1{display: block;}
  .show #header.xg .img2{display: none;}
  .show #header.xg .head-t .li a{color: #fff;}
  .show #header.xg #openBtn .lcbody .lcitem div{background: #fff;} */


  /* .show2 #header.xg .img1{display: block;}
  .show2 #header.xg .img2{display: none;}
  .show2 #header.xg .head-t .li a{color: #fff;} */

/* banner */
@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden;}
.swiper-box1 .imged{padding-bottom: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.main-visual-slider .imged::after{width: 100%;height: 1.3rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);}
.swiper-box1 .slide-inner{position: relative;display: block;}

.swiper-box1 .cir{display: flex;align-items: center;justify-content: center;width: 100%;bottom: 0.35rem;}
.swiper-box1 .cir span{position: relative;width: 0.08rem;height: 0.08rem;margin: 0 .07rem !important;opacity: 1;}
.swiper-box1 .cir .on{opacity: 1;width: 0.29rem;height: 0.42rem;background: url(/images/cir1.png) no-repeat;background-size: 100% 100%;border-radius:0;}

/* home1 */
.home{width: 100%;overflow: hidden;}
.home1{padding: .5rem 0 0;width: 100%;}


.title{margin-bottom: .43rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title h3{font-size: 0.34rem;color: #000;line-height: 1;margin-top: -0.25rem;font-weight: 600;}
.title .tit{align-items:center;}
.more a{font-size: 0.16rem;color: #17954A;transition: 0s;}

.home1-t{position: relative;justify-content: space-between;}
.home1-t .left{width: 48%;}
.home1-t .right{width: 48%;}
.home1-t .left::after{width: auto;left: -1.6rem;height: 2.97rem;background: url(/images/h1bg.jpg) no-repeat;right: 0;background-size: cover;}
.home1-t .left a{position: relative;display: block;}

.home1-t .left .imged{padding-bottom: 61%;}
.home1-t .left .imged::after{width: 100%;height: 100%;}
.home1-t .left .con{height: 1.63rem;align-items: center;padding-right: .3rem;}
.h1-t li .date{width: 0.7rem;height: 0.76rem;background: url(/images/tim1.png) no-repeat;background-size: 100% 100%;text-align: center;padding-top: 0.1rem;}
.h1-t li h3{line-height: 0.3rem;color: #fff;font-size: 0.22rem;}
.h1-t li h4{color: #fff;font-size: 0.16rem;color: #EAE7E7;margin-top: 0.1rem;}
.h1-t li .date span{font-size: 0.36rem;color: #fff;font-weight: bold;}
.h1-t li p{color: #fff;font-size: 0.14rem;/* margin-top: 0.05rem; */}
.h1-t li .box{flex:1;min-width:0;padding-left:.22rem;}
.home1-t .slick-dots{bottom: 1.75rem;width: 100%;display: flex;align-items: center;justify-content: center;}
.home1-t .slick-dots button{display:none;}
.home1-t .slick-dots li{width:.1rem;height:.1rem;background: #fff;border-radius:50%;}
.home1-t .slick-dots li.slick-active{background: url(/images/cir2.png) no-repeat;background-size: 100% 100%;width: 0.2rem;height: 0.2rem;}

.home1-t .right ul::after{width: 1px;background: #ddd;left: -0.3rem;height: auto;top: .2rem;}
.home1-t .right li *{transition: 0.5s;}
.home1-t .right li a{align-items: center;padding: 0.3rem 0;border-bottom: 1px solid #ddd;display:block;height: 1.65rem;}
.home1-t .right li a::before{content: "";position: absolute;width: 0.1rem;height: 1px;background: #006C3A;left: 0;bottom: -1px;z-index: -1;}
.home1-t .right li a::after{left: -0.3rem;background: url(/images/h1-bg.jpg) no-repeat center/cover;height: auto;top: -1px;bottom: -1px;opacity: 0;right: -1.6rem;width: auto;}
.home1-t .right li h3{font-size: 0.2rem;color: #222;line-height: 0.24rem;}
.home1-t .right li h4{font-size:.16rem;color:#666;line-height:.2rem;margin: 0.15rem 0;}
.home1-t .right li p{font-size: 0.18rem;color:#666;font-family: ha}
.home1-t .right li:first-child a{padding-top:.2rem;}

@media screen and (min-width:1025px){
  .home1 .right li a:hover h3,.home1 .right li a:hover h4,.home1 .right li a:hover p{color: #fff;}
  .more a:hover{font-weight: bold;}
  .home1 .right li a:hover::after{opacity:1;}
	.home1-t .right ul{margin-top:-.2rem;}
}

@media screen and (max-width:1024px){
  .home1{padding: 0.4rem 0 0;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top:.3rem;}
	.home1-t .right li a{height:auto;padding:.2rem 0;}
	.home1-t .left .con{height:1.3rem;}
}
@media screen and (max-width:768px){
	.home1 .left .title p img{width:1.5rem;}
	.home1 .right .title p img{width:2.5rem;}
}
@media screen and (max-width:420px){

}




/* home2 */
.home2{width: 100%;padding: 1.5rem 0 1rem;position: relative;z-index: 10;background: url(/images/hbg2.png) no-repeat center/cover;}
.home2::after{width: 100%;bottom: auto;top: 0;height: 2.22rem;background: url(/images/h2bg1.png) no-repeat;background-size: 100%;}
.home2::before{content: "";position: absolute;width: 2.03rem;height: 7.06rem;background: url(/images/h2bg2.png) no-repeat;background-size: 100% 100% !important;right: 0;bottom: 0;}

.home2-t{position: relative;justify-content: space-between;}
.home2-t .left{width: 58%;}
.home2-t .right{width: 37.5%;}
.home2-t .left .title .h3{cursor: pointer;}
.home2-t .left .title h3{color: #A7A2A2;}
.home2-t .left .title p{opacity: 0;}
.home2-t .left .title .h3.on h3{color: #000;}
.home2-t .left .title .h3.on p{opacity: 1;}
.home2-t .left .more a{display: none;}
.home2-t .left .more a.on{display: block;}
.home2-t .tab{display: none;}
.home2-t .tab:first-child{display: block;}
.home2-t li *{transition: 0.5s;}
.home2-t .left ul{justify-content: space-between;}
.home2-t .left li{width: 48%;margin-bottom: 0.3rem;}
.home2-t .left li a{height: 1.86rem;background: #fff;padding: 0.3rem 0.25rem;display: block;}
.home2-t .left li a::after{background: url(/images/h2-bg.jpg) no-repeat center/cover;width: 100%;opacity: 0;}
.home2-t .left li h3{font-size: 0.2rem;color: #222;line-height: 0.3rem;max-height: 0.6rem\0;}
.home2-t .left li h4{padding-top: 0.2rem;border-top: 1px solid #ddd;margin-top: 0.2rem;align-items: center;justify-content: space-between}
.home2-t .left li p{line-height: 1.2;color: #17954A;font-size: 0.18rem;padding-left: 0.35rem;background: url(/images/h2-t1.png) no-repeat left center;font-family: ha;background-size: .2rem .2rem !important;}
.home2-t .left li span{display: block;width: 0.29rem;height: 0.29rem;background: url(/images/h2-xq1.png) no-repeat;background-size: 100% 100% !important;}
.home2-t .right li a{display: block;position: relative;}
.home2-t .right li .imged{padding-bottom: 60.8%;}
.home2-t .right li .imged::after{width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69%, #000000 99%);}
.home2-t .right li .imged:before{content:"";position:absolute;width:.6rem;height:.6rem;background:url(/images/bf.png) no-repeat;background-size:100% 100%;left:50%;top:50%;transform:translate(-50%,-50%);}
.home2-t .right li .con{width: 80%;padding: 0 0.3rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home2-t .right li h3{font-size: 0.2rem;color: #fff;line-height: 0.3rem;}
.home2-t .arrow{position: absolute;bottom: 0.18rem;right: 0.29rem;z-index: 10;}
.home2-t .arror{width: 0.24rem;height: 0.24rem;margin: 0 0.1rem;position: relative;top: auto;left: auto;right: auto;}
.home2-t .arror::after{display: none;}
.home2-t .arrow::after{width: 1px;height: 0.1rem;left: 50%;bottom: auto;top: 50%;transform: translateY(-50%);background: #fff;}
.home2-t dl{margin-top: 0.25rem;}
.home2-t dt h3{font-size: 0.2rem;color: #222;line-height: 0.48rem;transition: 0.5s;}



@media screen and (min-width:1025px){
   .home2-t .left li a:hover h3,.home2-t .left li a:hover h4,.home2-t .left li a:hover p{color: #fff;}
   .home2-t .left li a:hover::after{width: 100%;opacity:1;}
   .home2-t .left li a:hover span{background: url(/images/h2-xq2.png) no-repeat;background-size: 100% 100% !important;}
   .home2-t .left li a:hover p{background: url(/images/h2-t2.png) no-repeat left center/0.2rem;}
   .home2-t .left li a:hover h4{border-color: rgba(255,255,255,.27);}
  .home2-t dt a:hover h3{color: #17954A;}
}
@media screen and (max-width:1024px){
  .home2{padding: 0.4rem 0;}
  .home2-t .left{width: 100%;}
  .home2-t .right{width: 100%;margin-top: 0.3rem;}
  .home2-t .arrow{right: 0.1rem            ;}
}
@media screen and (max-width:768px){
  .home2::before{width: 1rem;height: 3.5rem;}
  .home2-t .left li{width: 100%;margin-bottom: 0.2rem;}
  .home2-t .left li a{height: auto;padding: 0.2rem ;}
  .home2-t .left li h4{padding-top: 0.15rem;}
  .home2 .title p img{max-width: 2rem;}
  .home2 .left .more{position: absolute;right: 0;}
}
@media screen and (max-width:500px){
  .home2 .left .title p img{max-width: 1.5rem;}
  .home2 .left .title h3{font-size: 0.24rem !important;}
}


/* home3 */
.home3{width: 100%;padding: 0rem;overflow: hidden;}

.home3-t{justify-content: space-between;}
.home3-t .left{width: 70.5%;padding: 0.64rem 0.8rem 1.1rem 0;}
.home3-t .right{width: 32.5%;padding: 0.64rem 0 1.1rem 0.8rem;}
.home3-t .left::after{width: auto;left: -1.6rem;background: url(/images/h3bg1.png) no-repeat bottom/cover;right: 0;}
.home3-t .right::after{width: auto;right: -1.6rem;background: url(/images/h3bg2.png) no-repeat bottom/cover;}
.home3-t .right::before{content: "";position: absolute;top: 50%;transform: translateY(-50%);right: 100%;width:.37rem;height:.89rem;background: url(/images/h3-sj.png) no-repeat;background-size:100% 100%;}
.home3 .title h3{color: #fff;}
.home3 .more a{color: #fff;}

.home3-t li a *{transition: 0.5s;}
.home3-t .h3-swi1 li a{background: #fff;}
.home3-t .h3-swi1 li .scale{width: 62%;}
.home3-t .h3-swi1 li .con{width: 38%;padding: 0.6rem 0.5rem;}
.home3-t .h3-swi1 li .imged{padding-bottom: 59%;}
.home3-t .h3-swi1 li p{color: #17954A;font-size: 0.2rem;font-family: ha}
.home3-t .h3-swi1 li h3{font-size: 0.2rem;line-height: 0.28rem;color: #333;margin: 0.23rem 0 0.18rem;transition: 0.5s;}
.home3-t .h3-swi1 li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem\0;color: #999;}

.home3-t .h3-swi1 .cir{width: 38%;bottom: 0.3rem;left: auto;right: 0;display: flex;align-items: center;justify-content: center;}
.home3-t .h3-swi1 .cir span{background: #CDDFD7;width: 0.08rem;height: 0.08rem;opacity: 1;margin: 0 0.1rem !important;}
.home3-t .h3-swi1 .cir span.on{width: 0.2rem;height: 0.29rem;background: url(/images/cir3.png) no-repeat;background-size: 100% 100%;}
.home3-t dl{margin: 0 -0.12rem;}
.home3-t dt{width: 33.3%;padding: 0 0.12rem;margin-top: 0.26rem;}
.home3-t dt a{display: block;position: relative;height: 1.55rem;border: 1px solid rgba(255, 255, 255, 0.18);background: rgba(255, 255, 255, 0.05);padding: 0.25rem 0.35rem;}
.home3-t dt h3{color: #fff;font-size: 0.18rem;line-height: 0.24rem;max-height: 0.72rem\0;margin-bottom: 0.15rem;}
.home3-t dt h4{align-items: center;justify-content: space-between;}
.home3-t dt p{font-size: 0.18rem;color: #FFFFFF;line-height: 0.26rem;font-family: ha}


.home3-t .h3-swi2 li a{display: block;}
.home3-t .h3-swi2 li .imged{padding-bottom: 70.5%;}
.home3-t .h3-swi2 li .con{padding: 0 .2rem .1rem;width: 100%;height: 2.87rem;border: 1px solid rgba(255, 255, 255, 0.18);background: rgba(255, 255, 255, 0.05);padding: 0.4rem 0.32rem;}

.home3-t .h3-swi2 li p{font-size: 0.18rem;color: #fff;font-family: ha}
.home3-t .h3-swi2 li h3{font-size: 0.2rem;color: #fff;line-height: 0.32rem;max-height: 0.64rem\0;transition: 0.55s;margin: 0.15rem 0;}
.home3-t .h3-swi2 li h4{font-size: 0.14rem;color: #fff;opacity: .56;line-height: 0.24rem;max-height: 0.48rem\0;}
.home3-t .h3-swi2 .cir{width: 100%;bottom: 0.3rem;left: 0;display: flex;align-items: center;justify-content: center;}
.home3-t .h3-swi2 .cir span{background: #fff;width: 0.08rem;height: 0.08rem;opacity: 1;margin: 0 0.1rem !important;}
.home3-t .h3-swi2 .cir span.on{width: 0.2rem;height: 0.29rem;background: url(/images/cir4.png) no-repeat;background-size: 100% 100%;}
.h3-t{display: none;width: 12.3rem;}
.home3-t .right .h3-t li .imged{padding-bottom: 50%;}

@media screen and (min-width: 1025px) {
  .home3-t .h3-swi1 li a:hover h3{color: #17954A;}
  .home3-t{flex-wrap: nowrap;}
  .home3-t .left{height:8.65rem;flex-shrink: 0;}
  .home3-t .right{height:8.65rem;flex-shrink: 0;z-index: 2;transition: 0.5s;}
  .home3-t .right:hover{width: 80.5%;margin-left: -51%;}
  .home3-t .right:hover .h3-swi2{display: none;}
  .home3-t .right:hover .h3-t{display: block;}
  .home3-t .right:hover::after{background:url(/images/h3bg3.png) no-repeat bottom/cover;}
}



@media screen and (max-width: 1024px) {
  .home3{padding: 0rem 0 0;}
  .home3-t .left{width:100%;padding: 0.4rem 0 0.3rem;}
  .home3-t .right{width: 100%;padding: 0.3rem 0 0.4rem;}
  .home3-t .left::after{left: -15px;right: -15px;}
  .home3-t .right::after{right: -15px;left: -15px;}
	.home3-t .right::before{display:none;}
}


@media screen and (max-width:768px){
  .home3-t .left li .scale{width: 100%;}
  .home3-t .left li .con{width: 100%;padding: 0.2rem;}
  .home3 .left .title p img{width:2.5rem;}
  .home3 .right .title p img{width:2rem;}
}

@media screen and (max-width:600px){

}

/* home4 */
.home4{padding: .65rem 0 1.4rem;width: 100%;overflow: hidden;background: url(/images/hbg4.png) no-repeat;background-size: 100%;z-index: 2;}
.home4-t{position: relative;justify-content: space-between;}
.home4-t .left{width: 46.5%;padding-right: 0.71rem;border-right: 1px solid #ddd;}
.home4-t .right{width: 48%;}
.home4-t li *{transition: 0.5s;}
.title2{margin-bottom: 0.35rem;}
.title2 h3{align-items: flex-end;}
.title2 h3 span{display: block;margin-left: 0.15rem;font-size: 0.3rem;color: #222;padding-bottom: 0.08rem;border-bottom: 1px solid #17954A;font-weight: 600;}
.home4-t .left li a{align-items: flex-end;padding: 0.27rem 0;border-bottom: 1px solid #ddd;}
.home4-t .left li:first-child a{padding-top: 0;}
.home4-t .left li a::after{height: 1px;bottom: -1px;background: #17954A;}
.home4-t .left li .scale{width: 2.4rem;}
.home4-t .left li .con{flex: 1;min-width: 0;padding-left: 0.4rem;}
.home4-t .left li h3{font-size: 0.2rem;line-height: 1.5;color: #333;font-weight: 600;}
.home4-t .left li h4{font-size: 0.14rem;line-height: 0.24rem;color: #838384;max-height: 0.48rem\0;margin: 0.05rem 0 0.33rem;}
.home4-t .left li p{opacity: 0;align-items: center;justify-content: flex-end;font-size: 0.14rem;color: #17954A;line-height: 0.24rem;}
.home4-t .left li p img{display: inline-block;margin-left: 0.1rem;width: 0.21rem;}
.home4-t .left li .imged{padding-bottom: 70%;}
.home4-t .right li a{display: block;border-bottom: 1px solid #ddd;}
.home4-t .right li .imged{padding-bottom: 58%;}
.home4-t .right li .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);}
.home4-t .right li .con{height: 1.78rem;padding: 0.43rem 10%;}
.home4-t .right li h3{font-size: 0.2rem;color: #222;line-height: 0.3rem;transition: 0.55s;font-weight: 600;}
.home4-t .right li h4{font-size: 0.16rem;color: #666;margin-top: 0.15rem;line-height: 0.24rem;max-height: 0.48rem\0;}
.home4-t .arror{width: 0.52rem;height: 0.52rem;background: url(/images/h4-prev1.png) no-repeat;background-size: 100% 100% !important;top: auto;margin-top: 0;bottom: 0.59rem;transition: 0.5s;}
.home4-t .arror::after{display: none;}
.home4-t .swiper-button-prev{left:0;}
.home4-t .swiper-button-next{transform: rotateY(180deg);right:0;}
.home4-t .arror:hover{background: url(/images/h4-prev2.png) no-repeat;}
.home4-t .cir{width: auto;right: 0.25rem;bottom: 2rem;color: rgba(255, 255, 255, 0.56);font-size: 0.42rem;left: auto;}
.home4-t .cir span{color: #fff;font-size: 0.42rem;font-family: Barlow Semi Condensed;font-family: ha}
.home4-t .cir .swiper-pagination-total{color: rgba(255, 255, 255, 0.56);}


@media screen and (min-width:1025px){
  .home4-t .left li a:hover::after{width: 100%;}
	.home4-t .left li a:hover h3,.home4-t .right li a:hover h3{color: #17954A;}
  .home4-t .left li a:hover p{opacity: 1;}
}
@media screen and (max-width:1024px){
  .home4{padding: 0.4rem 0rem;}
  .home4-t .left{width: 100%;padding-right: 0;border-right: none;}
  .home4-t .right{width: 100%;padding-top: 0.3rem;}
	.home4-t .right li .con{padding:.2rem .45rem;height:auto;}
	.home4-t .arror{width:.35rem;height:.35rem;}
	.home4-t .left li a{align-items:center;}
	.home4-t .left li p{opacity:1;}
	.home4-t .left li h4{margin:.05rem 0 .1rem;}
}
@media screen and (max-width:768px){
	.home4 .title p img{width:2.5rem;}
	.title2 h3 span{font-size:.24rem;}
	.title2 h3 img{width:.2rem;}
}
@media screen and (max-width:420px){
	 .home4-t .left li .scale{width:1.8rem;}
	 .home4-t .left li .con{padding-left:.2rem;}
}


/* home5 */
.home5{width: 100%;padding: .6rem 0;background: url(/images/hbg5.jpg) no-repeat left/cover;}
.home5::after{width: 72%;height: auto;background: url(/images/h5bg.png) no-repeat bottom;background-size: 100% 100%;left: auto;right: 0;top: -1.5rem;transition-delay: 1s;}
.home5 .title h3{color: #fff;}
.home5 .title p{opacity: .2;}
.home5-t{justify-content: space-between;position: relative;}
.home5-t .left{width: 47%;}
.home5-t .right{width: 53%;position: relative;}
.home5-t .left .con{margin-bottom: 0.85rem;}
.home5-t .left .con::after{width: 0.93rem;height: 0.67rem;background: url(/images/h5-t.png) no-repeat;background-size: 100% 100%;}
.home5-t .left .con p{font-size: 0.24rem;line-height: 1.6;color: #FFFFFF;}
.home5-t .left li{margin-bottom: 0.5rem;}
.home5-t .left li h3{color: #fff;font-size: 0.2rem;}
.home5-t .left li h3 span{color: #fff;font-family: can;display: inline-block;padding-right: 0.05rem;font-size: 0.48rem;}
.home5-t .left li p{font-size: 0.16rem;color: #fff;margin-top: 0.1rem;line-height: 1.5;}
.home5-t .left .cir{width: 100%;bottom: auto;display: flex;align-items: center;position: relative;margin-top: 0.2rem;}
.home5-t .left .cir span{background: #fff;width: 0.08rem;height: 0.08rem;opacity: 1;margin: 0 0.1rem !important;}
.home5-t .left .cir span.on{width: 0.2rem;height: 0.29rem;background: url(/images/cir4.png) no-repeat;background-size: 100% 100%;}
.h5-svg{width: 72.7%;position: absolute;right: 0;bottom: 0;height: 100%;}
.h5-svg svg{width: 100%;}
.cls-1{fill:none;stroke:rgba(255, 255, 255, 0.56);stroke-miterlimit:10;stroke-dasharray:2 5;}
.home5-t .right li{position: absolute;}
.home5-t .right li a{display: block;width: 2rem;border-radius: 50%;padding: 0.05rem;background: rgba(255,255,255,.28);position: relative;overflow: hidden;}
.home5-t .right li::after{width: auto;height: auto;top: -0.15rem;bottom: -0.1rem;left: -0.08rem;right: -0.1rem;background: url(/images/h5-c.png) no-repeat;background-size: 100% 100%;opacity: 0;}
.home5-t .right li .scale{border-radius: 50%;}
.home5-t .right li .imged{padding-bottom: 100%;border-radius: 50%;}
.home5-t .right li .imged::after{width: 100%;background: #000;opacity: .46;}
.home5-t .right li .con{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home5-t .right li h3{font-size: 0.24rem;color: #fff;}
.home5-t .right li *{transition: 0.5s;}




@media screen and (min-width:1025px){
  .home5-t .right ul{height: 6.4rem;}
  .home5-t .right li:nth-child(1){left: 0;bottom: 0.2rem;}
  .home5-t .right li:nth-child(2){left: 40%;top: 0.2rem;}
  .home5-t .right li:nth-child(3){right: 10%;bottom: 35%;}
  .home5-t .right li:nth-child(4){left: 50%;bottom: -5%;}
  .home5-t .right li.on:nth-child(1){bottom: 15%;}
  .home5-t .right li.on:nth-child(2){left: 30%;top: 15%;} 
  .home5-t .right li.on:nth-child(3){} 
  .home5-t .right li.on:nth-child(4){bottom: 5%;left: 40%;} 
  .home5-t .right li.on{transform: scale(1.8);}
  .home5-t .right li.on a{
    /* width:3.7rem; */
    background: rgba(0, 0, 0, 0);padding: 0;}
  .home5-t .right li.on::after{opacity: 1;}
  .home5-t .right li.on .imged::after{height: 0rem;}
  .home5-t .right li.on .con{height: auto;padding: 0.15rem 0.1rem;background: rgba(0, 0, 0, .7);}
  .home5-t .right li.on h3{font-size: 0.16rem;}
}

@media screen and (max-width:1024px){
  .home5{padding: 0.4rem 0;}
  .home5-t .left{width: 100%;}
  .home5-t .right{width: 100%;margin-top: 0.3rem;}
  .home5-t .right ul{display: flex;flex-wrap: wrap;}
  .home5-t .right li{position: relative;width: 25%;padding: 0 0.1rem;}
  .home5-t .right li a{width: auto;}
	.home5-t .left .con p{font-size:.2rem;}
	.home5-t .left .con{margin-bottom:.25rem;}
	.home5::after{width: 76%;height: 9.56rem;top: auto;background-size: 100%;}
}
@media screen and (max-width:500px){
  .home5{padding: 0.4rem 0 0.2rem;}
 .home5-t .right li{width: 50%;margin-bottom: 0.2rem;}
	.home5-t .left li h3 span{font-size:.3rem;}
     .home5-t .left li{margin-bottom:.2rem;}   
	.home5-t .left li h3 span{font-size:.32rem;}
}


/* home6 */
.home6{width: 100%;padding: 0.65rem 0 1.65rem 0;z-index: 5;overflow: hidden;}
.home6-t{position: relative;justify-content: space-between;}
.home6-t .left{width: 48%;}
.home6-t .right{width: 48%;}
.home6-t .left ul{justify-content: space-between;}
.home6-t .left li{width: 48%;}
.home6-t .left li .a{height: 4.68rem;background: url(/images/h6-bg1.jpg) no-repeat center/cover;padding: 0.77rem 0.45rem;}
.home6-t .left li h4 a{align-items: center;justify-content: space-between;}
.home6-t .left li h4 span{font-size: 0.28rem;font-weight: bold;color: #08A55E;}
.home6-t .left li h4 img{width: 0.43rem;}
.home6-t .left li dl{margin-top: 1.4rem;padding-top: 0.55rem;}
.home6-t .left li dl::after{width: 0.27rem;height: 2px;background: #08A55E;bottom: auto;top: 0;}
.home6-t .left li dt{margin-bottom: 0.1rem;}
.home6-t .left li dt a{padding-left: 0.2rem;display: flex;}
.home6-t .left li dt a::after{width: 0.16rem;height: 0.16rem;background: url(/images/h6li1.png) no-repeat left center;bottom: auto;top: 50%;transform: translateY(-50%);}
.home6-t .left li dt h3{font-size: 0.18rem;line-height: 0.3rem;color: #08A55E;position: relative;transition: 0.5s;}
.home6-t .left li dt h3::after{content: "";position: absolute;height: 1px;width: 0;bottom: 0;left: 0;background: #0F90C1;}
.home6-t .right li .imged{padding-bottom: 60%;}
.home6-t .right li .imged::after{width: 0.6rem;height: 0.6rem;background: url(/images/bf.png) no-repeat;background-size: 100% 100%;left: 50%;bottom: auto;top: 50%;transform: translate(-50%,-50%);}

.home6-b ul{margin: 0 -0.15rem;}
.home6-b li{width: 33.3%;margin-top: 0.33rem;padding: 0 0.15rem;}
.home6-b li a{display: block;position: relative;height: 1.6rem;background: #EDF6EA;padding: 0.55rem;}
.home6-b li a::after{background: url(/images/h6-bg2.jpg) no-repeat center/cover;opacity: 0;width: 100%;}
.home6-b li *{transition: 0.5s;}
.home6-b li h3{font-size: 0.28rem;color: #08A55E;}
.home6-b li p{font-size: 0.16rem;color: #08A55E;margin-top: 0.1rem;padding-left: 0.32rem;}
.home6-b li p::after{bottom: auto;top: 50%;transform: translateY(-50%);width: 0.2rem;height: 2px;background: #08A55E;}
.home6-b li span{width: 0.42rem;height: 0.42rem;background: url(/images/h6-xq2.png) no-repeat;background-size: 100%;opacity: 0;position: absolute;right: 0.42rem;bottom: 0.5rem;}
.home6-b li b{position: absolute;bottom: 0;right: 0.25rem;}


@media screen and (min-width:1025px){
  .home6-t .left dt a:hover h3{color: #25B1D5;}
  .home6-t .left dt a:hover h3:after{width: 100%;}
  .home6-t .left dt a:hover::after{width: 0.14rem;height: 0.08rem;background: url(/images/h6li2.png) no-repeat left center;}
  .home6-b li a:hover::after{width: 100%;opacity:1;}
  .home6-b li a:hover span{opacity: 1;}
  .home6-b li a:hover p::after{background: #fff;}
  .home6-b li a:hover h3,.home6-b li a:hover p{color: #fff;}
  .home6-b li a:hover b{opacity: 0;}
}

@media screen and (max-width:1024px){
  .home6{padding: 0.4rem 0 .4rem;}
  .home6-t .left{width: 100%;}
  .home6-t .right{width: 100%;margin-top: 0.3rem;}
  .home6-b ul{margin: 0 -0.1rem;}
  .home6-b li{width: 33.3%;margin-top: 0.3rem;padding: 0 0.1rem;}
}
@media screen and (max-width:768px){
.home6-b li{width: 100%;}
.home6-t .left li{width: 100%;margin-bottom: 0.2rem;}
.home6-t .left li:last-child{margin-bottom: 0;}
.home6-t .left li .a{height: auto;padding: 0.2rem;}
.home6-t .left li dl{margin-top: 0.3rem;padding-top: 0.2rem;}
.home6 .title p img{width:2.5rem;}
	.home6-b li a{padding:.5rem .2rem;}
	.home6-b li b{max-width:1.5rem;}
}


/* home7 */
.home7{width: 100%;padding: 0 0 1.2rem;}
.home7-t .left{width: 27%;}
.home7-t .right{width: 73%;}
.home7-t{margin: 0 -0.04rem;}
.home7-t li{padding: 0 0.04rem;margin-bottom: 0.08rem;}
.home7-t li a{display: block;position: relative;}
.home7-t li .imged::after{width: 100%;background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 12%);}
.home7-t li .con{width: 100%;padding: 0 0.22rem 0.15rem;align-items: center;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home7-t li img{width: 0.35rem;}
.home7-t li h3{flex: 1;min-width: 0;padding-left: 0.1rem;font-size: 0.2rem;color: #FFFFFF;}
.home7-t .left .imged{padding-bottom: 148%;}
.h7-t1 li{width: 50%;}
.h7-t2 li{width: 33.3%;}
.h7-t1 li .imged{padding-bottom: 61%;}
.h7-t2 li .imged{padding-bottom: 70%;}



.ul-iconsb1{justify-content:flex-end;}
.ul-iconsb1 li{padding:0 0 0 0.35rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .icon{width:.54rem;height:.54rem;}
.ul-iconsb1 .icon img{width: 100%;}
.ul-iconsb1 .qrbox{top: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-top: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;padding: .1rem;background: #fff;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{/* padding: .1rem; *//* background: #fff; */text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom: .1rem solid #f9f9f9;top: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
.ul-iconsb1 .qrbox p{font-size: 0.16rem;color: #222;line-height: 1.2;margin-top: 0.1rem;text-align: center;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}


@media screen and (min-width:1025px){
 
}

@media screen and (max-width:1024px){
  .home7{padding: 0rem 0 .4rem;}
  .ul-iconsb1{justify-content:center;width:100%;margin-top:.25rem;}
  .ul-iconsb1 li{padding:0 0.1rem;}
 
}
@media screen and (max-width:768px){
  .home7-t .left{width: 100%;}
  .home7-t .right{width: 100%;}
  .home7 .title p img{width: 2rem;}
	.ul-iconsb1 .icon{width:.45rem;height:.45rem;}
	.home7-t li .con{padding:0 .15rem .1rem;}
	.home7-t li img{width:.2rem;}
}
/* home8 */
.home8{width: 100%;padding: 0 0 1.6rem;overflow: hidden;}
.home8::after{width: 100%;background: url(/images/hbg8.png) no-repeat bottom;background-size: 100%;}
.home8 .more a{color: #ddd;}
.h8-s{margin: 0 -0.28rem;}
.home8-t li a{display: block;margin: 0 0.28rem;position: relative;}
.home8-t li .imged{padding-bottom: 134%;}
.home8-t li .con{position: absolute;left: 50%;transform: translateX(-50%);z-index: 10;top: 0.3rem;padding: 0 0.2rem;align-items: center;justify-content: center;height: 2.61rem;}
.home8-t li .con::before{content: "";position: absolute;width: 1px;height: 100%;left: 0;bottom: 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 49%, rgba(255, 255, 255, 0) 100%);}
.home8-t li .con::after{width: 1px;left: auto;right: 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 49%, rgba(255, 255, 255, 0) 100%);}
.home8-t li p{padding: 0 0.05rem;color: #fff;font-size: 0.24rem;font-family: sy;line-height: 1.1;width: 0.3rem;text-align: center;}
.home8-t li span{flex-direction: column;align-items: center;position: absolute;right: 0.35rem;bottom: 0.35rem;z-index: 10;color: #fff;font-size: 0.16rem;width: .25rem;line-height: 1.2;justify-content: center;text-align: center;}
.home8-t li span img{width: 0.14rem;margin-top: 0.1rem;display: inline-block;}

@media screen and (min-width:1025px){
 
}

@media screen and (max-width:1024px){
  .home8{padding: 0rem 0 .65rem;}
  .h8-s{margin: 0 -0.1rem;}
  .home8-t li a{margin: 0 0.1rem;}
	.home8-t li p{font-size:.2rem;}
	.home8-t li .con{top:.25rem;}
}
@media screen and (max-width:768px){
  .home8-t li p{font-size: 0.24rem;}
	.home8 .title p img{width:2rem;}
	.home8-t li p{font-size:.16rem;}
	.home8-t li span{right:.1rem;bottom:.15rem;}
}
/* footer */
.footer {position: relative;background: url(/images/fbg.jpg) top/cover;}
.footer dl{padding:0.4rem 0 0.35rem;align-items: center;}
.footer dl h3{align-items: center;color: #fff;font-size: 0.22rem;font-weight: 600;}
.footer dl h3 img{display: inline-block;margin-left: 0.28rem;}
.footer dt{padding: 0 0.15rem;font-size: 0.16rem;color: #fff;line-height: 1.5;transition: 0.5s;}
.footer dt:hover{opacity: .7;}

.foot-t{align-items: center;justify-content: space-between;padding: .58rem 0 0.5rem;position: relative;border-top: 1px solid rgba(255,255,255,.16);border-bottom: 1px solid rgba(255,255,255,.16);}
.foot-t .fot1{width: 25%;}
.foot-t .fot2{width: 40%;padding: 0.18rem 0.4rem;border-left: 1px solid rgba(255,255,255,.1);border-right: 1px solid rgba(255,255,255,.1);}


.foot-t p{color: #fff;font-size: 0.16rem;line-height: 1.5;transition: 0.5s;}
.foot-t .fot2 ul{}
.foot-t .fot2 li{width: 25%;padding: 0 0.1rem;}
.foot-t .fot2 li a{border-radius: 0.08rem;border: 1px solid rgba(255, 255, 255, 0.16);height: 1rem;padding: 0.15rem 0.1rem 0;display: block;text-align: center;}
.foot-t .fot2 li span{width: 0.36rem;height: 0.36rem;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.1rem;}
.foot-t .fot3 p img{display: inline-block;margin-right: 0.1rem;width: 0.28rem;}
.foot-t .fot3 p{margin-bottom: 0.05rem;}
.foot-t .fot2 li a:hover p{opacity:.7;}
.foot-t .fot2 li a:hover img{transform:rotateY(360deg);transition:0.5s;}
.foot{padding: 0.24rem 0;}
.foot p{font-size: 0.16rem;color: #fff;line-height: 1.8;justify-content: center;align-items: center;}
.foot p a,.foot p span{display: inline-block;padding: 0 0.1rem;}



@media screen and (max-width:1024px){
  .footer dl{padding: 0.25rem 0;}
  .foot-t{padding: 0.25rem 0;}
  .foot-t .fot1{width: 100%;text-align: center;}
  .foot-t .fot2{width: 100%;text-align:center;margin: 0.3rem 0;padding: 0;border-left: none;border-right: none;}
  .foot-t .fot3{width: 100%;text-align:center;}
  .foot-t .fot3 p{justify-content: center;}
}
@media screen and (max-width:768px){
 .foot{padding: 0.1rem 0;}
 .foot p{width: 100%;text-align: center;}
	.foot-t .fot2 li{padding:0 .05rem;}
}

@media screen and (max-width:420px){
  .foot-t .fot2 li{width: 50%;margin-bottom:.2rem;}
	.foot-t .fot2{margin:.2rem 0 0;}
  
}




@media screen and (min-width:1920px){
  .swiper-box1 .imged{padding-bottom: 100vh;}
}
@media screen and (max-width:1600px){
  .header_box .wp{padding: 0 1rem 0 .5rem;}
  #header .right{padding-left: 5%;}
}
@media screen and (max-width:1366px){

}

@media screen and (max-width:1200px){
    .header_box{ display: none;}
	  .m_header_box{ display: block;}
	  
}
@media screen and (max-width:1024px){
  .title .img{display:none;}
  .title h3:after{/* width:.6rem; *//* height:.6rem; *//* left:0; *//* bottom:0; */}
  .title h3{font-size: 0.28rem ;}
  .swiper-box1 .bb{display: none;}
  .main-visual-slider video{display: none;}
  .swiper-box1 .imged{padding-bottom: 50%;}
  .swiper-box1 .cir{bottom: 0.2rem;}

}
@media screen and (max-width:980px){
   
}
@media screen and (max-width:768px){
    .txt1 {font-size: 0.18rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .title{margin-bottom: 0.25rem !important;}
    .title h3{font-size: 0.28rem !important;flex-wrap: wrap;}
	.title p{max-width:3rem;}
}

@media screen and (max-width:640px){

}
@media screen and (max-width:420px){

}
@media screen and (max-height:420px){
.list_box_nav_mobile{min-height: calc(100% - 100px);}
}
@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}


.pb_sys_common{
line-height:40px !important;
}                                    