﻿@charset "utf-8";

/*==========================================公共 开始=============================================*/
.a_body{ position:relative; z-index:0;}
@font-face {
    font-family: sy;src:url("../font/sySong.woff");
  }
  @font-face {
    font-family: impact;src:url("../font/impact.ttf");
  }
.section{ overflow:hidden;}

.header_box_li{position: relative;z-index: 1;}

.header_box{position: relative;z-index: 10000;height: 0;}
#header{position: fixed;z-index:999;width:100%;transition: 0.36s;/* border-top: .08rem solid #715ba9; */}
.header_box_li #header:before{content:"";position:absolute;height: 2rem;top: -1px;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;pointer-events: none;background: url(../images/headbg.png) no-repeat top;background-size: 100% 100%;z-index: -1;}
/* .header_box_li #header:after{content:"";position:absolute;width: 32%;height:100%;background:;background-size:100% 100%;z-index:-1;left:0;bottom:0;} */
#header.xg{/* background: #715ba9; *//* box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1); *//* background-image: linear-gradient(180deg, #003567, transparent); */background: url(../images/fbg.jpg) no-repeat center/cover;}
#header.xg:before{/* background: #715ba9; */height: 0;}
#header.xg .wp{height:1rem;}
.show #header.xg{background:none;}
.show{overflow:hidden;}
#header.xg .header_top{display:none;}
.header_top{position: relative;height: .3rem;padding: 0;text-align: right;z-index: 10000;overflow: hidden;display: flex;justify-content: flex-end;align-items: center;}
.header_top .tianqi{ display:inline-block; height:.64rem}
.header_top .search_btn{/* display:inline-block; *//* float: none; *//* font-size: .14rem; *//* color: rgba(255,255,255,.5); */width: .2rem;}

#header .right{padding-left: 15%;flex: 1 1 0%;display: flex;flex-direction: column;align-items: flex-end;position: relative;padding-right: .4rem;}
.list_box0{display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li{font-size: .16rem;color: rgba(255,255,255,1);display: inline-block;transition:.6s;position: relative;padding: 0 0.2rem;border-right: 1px solid rgba(255,255,255,.8);}
/* .list_box0 .li:nth-child(2){border-right:none;} */
.list_box0 .li:last-child{
    padding: 0 0 0 .2rem;
    border-right: 1px solid rgba(255,255,255,0);
    margin: 0;
}
.show .list_box0 .li{opacity:.6;}
.list_box0 .li>a{display:block;align-items: center;line-height: 1.3;}
.list_box0 .li>a img{width:.18rem;display: inline-block;}
.list_box0 .li a:after{height:1px;background:#fff;transition:0.5s;bottom: -0.05rem;}
.list_box0 .li:hover a:after{width:100%;}
.header_box .wp{height: 1.25rem;position:relative;padding: 0;display: flex;align-items: center;justify-content: space-between;transition: .5s;width: 94%;max-width: 17rem;}


#header #logo .box_table{ width:auto}
#logo{height: 100%;position: relative;width: 4.3rem;display: flex;align-items: center;}
#logo img{max-width:100%;transition: .5s;height: auto;}
#logo img.img2{ display:none}
#nav{width: 100%;}
#nav ul{
    display: flex;
    justify-content: space-between;
}
#nav ul li{z-index:0;height: 100%;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .22rem;color:#fff;line-height: .48rem;position:relative;transition: .36s;display: inline-block;/* padding: 0 0.35rem; */font-weight: bold;}
#nav ul li h3:after{background:#fff;height:1px;transition:0.5s}
#nav ul li a i{ margin:-3px 0 0 .10rem; display:inline-block; width:10px; height:5px; transition:.5s}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff;width: auto;left: 50%;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);border-radius: 0 0 0.08rem 0.08rem;}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background: #715ba9;}
#nav ul li .sub .box{padding: .14rem 0;text-align:center;}
#nav ul li .sub a{padding: 8px 19px;line-height: 28px;transition:.6s;font-size: 15px;color: #000000;text-align: center;min-width: 160px;}
#nav ul li .sub a:hover{color: #fff;background: #715ba9;}
#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:after{width: 50%;left: 50%;transform: translateX(-50%);}
/* #nav>ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #c30d24;} */

#nav>ul>li h3:before{content:"";display:block;position:absolute;width: 12px;height: 12px;right: -.22rem;top: 50%;margin-top: -6px;transition:.3s;background:url() center no-repeat;background-size:100% auto; display:none}
#nav>ul>li.xiala h3:before{ display:block}
#nav>ul>li.noSubMenu h3:before{ display:none}

.search_btn { cursor: pointer; }
.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: #715ba9; 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.7rem;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: #715ba9;/* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: 0.24rem; */
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: #715ba9; 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: #715ba9;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;background: url(../images/fbg.jpg) no-repeat center/cover;}
.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;}
#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.45rem;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: 27px;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: #715ba9;}
#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: #715ba9;}
#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: 84px 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: #715ba9 url(../images/submit.svg) center no-repeat; background-size: .28rem;}

#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;}
#m_nav .list_box0 .li{text-align:center;color: #333;font-size: 14px;width: 33.3%;padding: 0;line-height: 40px;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;height: 100%;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;margin: 0;flex: 1;max-height: calc(100% - 250px);}
.list_box_nav_mobile>li{width: 90%;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 form{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 #715ba9;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消失-结束 */



/* banner */
.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 .fir .imged::after{width: 85%;height: 120%;background: url(../images/fir-bg.png) no-repeat bottom;background-size: 100% 100%;
left: 50%;transform: translateX(-50%);animation: move 3s linear infinite;}
.banner .cir-fd{width: 1.12rem;height: 1.12rem;position: relative;/* left: 27.5%; *//* top: 48%; *//* transform: translateY(-50%); */animation: circleScale2 4s linear infinite;z-index: 10;top: -.04rem;}
.ban-txt{position: absolute;left: 50%;top: 50%;z-index: 10;transform: translate(-50%,-50%);align-items: flex-end;width: 100%;justify-content: center;}
.ban-txt .txt{width: 7.39rem;/* height: 1.95rem; */margin-left: -.56rem;}
@keyframes move{0%{bottom:-100%;}70%{opacity:1}100%{bottom:-75%;opacity:0}}
.banner .ban-s{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 100;height: 100%;}
.banner .ban-s img{width: 100%;height: 100%;}




.banner .dot{position: relative;width: 100%;height: 100%;border-radius: 50%;background: none;width: 86px;height: 86px;}
.swiper-box1 .swiper-pagination li {width: 100%;height: 100%;opacity: 0;font-size: 0rem;background: none;border-radius: 50%;position: absolute;left: 0;bottom: 0;margin: 0 !important;border: 1px solid rgba(255,255,255,.3);}
.swiper-box1 .swiper-pagination .on{ opacity: 1; display: block; }
.swiper-box1 svg{display: block;
  fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray:0 270;
    width: 86px;
    height: 86px;transform: rotate(-90deg);
  }
  .swiper-box1 li.on svg {animation: indexsvg 6s linear forwards;}
  .swiper-box1 svg circle {display: block;}
@keyframes indexsvg {
    0% {
      stroke-dasharray:0 270;
    }

    100% {
      stroke-dasharray:270 270;
    }
}
.swiper-box1 .arror{width: 0.2rem;height: 0.2rem;border-radius: 0%;left:auto;position: relative;right: auto !important;}
.swiper-box1 .arror::after{font-weight: bold;color: rgba(255,255,255,.8);font-size: 0.2rem;content:"\e60a";}
.swiper-box1 .swiper-button-next:after{content:"\e648";}
.swipershubaio {position: absolute;bottom: 0.45rem;display: flex;align-items: center;justify-content: center;width: 100%;}
.swipershubaio .cir{z-index: 3;cursor: pointer;/* width: 0.86rem; *//* height: 0.86rem; */margin: 0 0.35rem;position: relative;}
.swipershubaio figure {animation: shubiao 2s infinite linear;text-align: center;}
.swipershubaio figure img{width: 19px;height: 30px;}
.swipershubaio a{display: flex;justify-content: center;align-items: center;position: absolute;z-index: 1000;width: 100%;height: 100%;transition: 0.5s;left: 0;bottom: 0;}

@keyframes shubiao { 
0% { -webkit-transform: translateY(-5px); transform: translateY(-5px);
    opacity: 1; }
    50% { -webkit-transform: translateY(0px); transform: translateY(0px);
    opacity: 1; }
  100% { -webkit-transform: translateY(-5px); transform: translateY(-5px);
    opacity: 1; } 
    }
/* home1 */
.home1{padding: .65rem 0 .4rem;overflow: hidden;}
.home1::after{width: 80%;height: 5.2rem;background: url(../images/hbg1.jpg) no-repeat top;background-size: cover;bottom: auto;left: auto;right: 0;top: 0;}
.title{justify-content: space-between;position: relative;margin-bottom: .55rem;align-items: center;}
.title .tit{align-items: flex-end;margin: 0 auto;padding-bottom: .2rem;}
.title .tit::after{width: 1.98rem;height: 0.75rem;background: url(../images/titbg.png) no-repeat;background-size: 100% !important;bottom: 0;/* top: 0; */left: .26rem;}
.title .tit .ico{width: 0.58rem;height: 0.67rem;}
.title .tit .ico::after{width: 0.58rem;height: 0.7rem;background-size: 100% 100% !important;}
.title .tit .ico img{width: 100%;animation:play 25s linear infinite;}
.title .h3{padding-left: .15rem;position: relative;}
.title h3{font-size: 0.36rem;color: #333;line-height: 1.2;font-weight: bold;cursor: pointer;font-family: sy;}
.title h3 span{
  font-family: sy;
  background-image: -webkit-linear-gradient(top,#2b81c6,#653173);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color:#333;
  }
.title .h3 i{display: inline-block;text-align: center;font-size: 0.15rem;color: #9fb9da;font-family: Arial;margin-top: .1rem;position: absolute;left: 50%;/* transform: translateX(-50%); */text-transform: uppercase;white-space: nowrap;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.18rem;color: #333;align-items: center;transition: 0.5s;}
.more img{width: 0.46rem;display: block;margin-right: .15rem;}


.home1 .title .tit .ico::after,.home5 .title .tit .ico::after{ no-repeat;background-size: 100% 100% !important;}
.home1 .title .tit::after,.home5 .title .tit::after{background: url(../images/titbg1.png) no-repeat;}
.home1 .title h3,.home5 .title h3{color: #fff;}
.home1 .title h3 span,.home5 .title h3 span{ background-image: -webkit-linear-gradient(top,#b0ca8d,#4cbcbb);color:#fff;}
.home1 .more a,.home5 .more a{color: #fff;}



.home1-t ul{margin: 0 -0.15rem;}
.home1-t li{width: 25%;padding: 0 0.15rem;}
.home1-t li a{display: block;overflow: hidden;border-radius: 0.5rem 0 0.5rem 0;box-shadow: 0px 2px 0.2rem 0px rgba(153, 153, 153, 0.6);}
.home1-t li .con{/* box-shadow: 0px 2px 0.2rem 0px rgba(153, 153, 153, 0.6); */height: 2.9rem;padding: 0.3rem;background: #fff;}
.home1-t li .con::before{width: 100%;height: 100%;background: url(../images/h1bg.jpg) no-repeat right #fff;background-size: 100%;content: "";position: absolute;left: 0;bottom: 0;opacity: 0;z-index: -1;}
.home1-t li .con::after{width: 0.6rem;height: 0.06rem;}
.home1-t li:nth-child(1) .con::after{background: #571590;}
.home1-t li:nth-child(2) .con::after{background: #005d92;}
.home1-t li:nth-child(3) .con::after{background: #3dacb7;}
.home1-t li:nth-child(4) .con::after{background: #b03289;}
.home1-t li .con span{font-size: 0.16rem;color: #01518c;}
.home1-t li .con h3{font-size: 0.22rem;color: #333;line-height: 0.34rem;margin: .15rem 0 .2rem;max-height: 0.68rem\0;transition: 0.5s;}
.home1-t li .con p{font-size: 0.16rem;color: #666;line-height: 0.26rem;max-height: 0.52rem\0;}


/* home2 */
.home2{width: 100%;padding: .8rem 0 1.3rem;background: url(../images/hbg2.png) no-repeat top #f2f9fc;position: relative;z-index: 100;background-size:100%;}
.home2::after{width: 3.64rem;height: 2.91rem;background: url(../images/h2bg.png) no-repeat;background-size: 100%;bottom: auto;top: 35%;}
.home2-t{position: relative;}
.home2-t .tab{width: 1.5rem;padding-top: .3rem;}
.home2-t .right{width: calc(100% - 1.5rem);padding-left: .6rem;}
.home2-t .tab .dot{position: relative;bottom: auto;text-align: left;font-size: 0.26rem;color: #01518c;}
.home2-t .tab .dot span{font-size: 0.26rem;color: #01518c;}
.home2-t .tab .dot span.swiper-pagination-current{font-size: 0.44rem;display: inline-block;padding-right: 0rem;}
.home2-t .tab .arrow{margin-top: .2rem;}
.home2-t .tab .arror{position: relative;margin: 0 .15rem 0 0;top: auto;left: auto;right: auto !important;width: 0.5rem;height: 0.5rem;border: 1px solid #c6d3e9;border-radius: 50%;background: #fff;transition: 0.5s;}
.home2-t .tab .arror::after{font-size: 0.22rem;color: #01518c;}
.home2-t .tab .arror:hover{background: #01518c;border: 1px solid #01518c;  box-shadow: 0px 4px 20px 0px rgba(1, 81, 140, 0.35);}
.home2-t .tab .arror:hover::after{color: #fff;}

.home2-t .right ul{justify-content: space-between;}
.home2-t .right li{width: 46%;}
.home2-t .right li a{display: block;padding: .3rem 0;border-bottom: 1px dashed #ddd;}
.home2-t .right li span{display: inline-block;padding: .1rem .3rem .1rem .15rem;color: #fff;font-size: 0.16rem;background: url(../images/h2-data.png) no-repeat;background-size: 100% 100%;}
.home2-t .right li h3{font-size: 0.22rem;color: #333;line-height: 0.28rem;font-weight: bold;margin: .15rem 0;transition: 0.5s;}
.home2-t .right li p{font-size: 0.16rem;color: #868686;line-height: 0.26rem;max-height: 0.52rem/0;}
.home2-t .right li:nth-child(3) a,.home2-t .right li:nth-child(4) a{border-bottom: none;}

/* home3 */
.home3{width: 100%;z-index: 100;}
.home3::before{content: "";position: absolute;width: 80%;height: 100%;background: url(../images/hbg3.jpg) no-repeat center/cover;right: 0;top: 0;z-index: -1;border-radius: 3rem 0 0 3rem;}
.home3::after{width: 40%;height: 5.5rem;background: url(../images/h3bg.jpg) no-repeat center/cover;bottom: auto;top: 0;border-radius: 0rem 3rem 3rem 0rem;}
.home3 .tit{margin:0;}
.home3-t .left{width: 48%;position: relative;margin-top: -.85rem;}
.home3-t .right{width: 52%;padding: 0.7rem 0 0.9rem .4rem;transition: 0s;}
.home3-t .left li{position: absolute;width:4.43rem;}
.home3-t .left li:nth-child(2){top: 0.85rem;left: 2.3rem;}
.home3-t .left li:nth-child(3){left:0.6rem;top: 2rem;}

.home3-t .right .cont p{font-size: 0.2rem;color: #333;line-height: 0.36rem;margin-bottom: .3rem;text-align: justify;}
/* home4 */
.home4{padding: 0.8rem 0 1.1rem;overflow: hidden;}
.home4::after{width: 100%;height: 100%;background: url(../images/hbg4.png) no-repeat center;}
.home4-t ul{flex-wrap: nowrap;}
.home4-t li{width: 28%;margin-left: -4%;position: relative;}
.home4-t li:first-child{margin-left: 0;}
.home4-t li a{position: relative;width: 100%;overflow: hidden;padding-bottom: 100%;border: 1px solid #006ebc;border-radius: 50%;display: block;}
.home4-t li .a{display: flex;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;align-items: center;justify-content: center;flex-direction: column;padding: 0 .45rem;}
.home4-t li a::after{width: 100%;background: url(../images/h4bg.png) no-repeat center/cover;transform: scale(0);}

.home4-t li .img{width: 1.43rem;height: 1rem;}
.home4-t li h3{font-size: 0.3rem;color: #0a5597;font-family: sy;font-weight: bold;margin-top: .3rem;line-height: 1.4;text-align: center;}
.home4-t li h4{color: #fff;font-size: 0.16rem;line-height: 0.24rem;max-height: 0.72rem\0;margin: .2rem 0 .3rem;}
.home4-t li p{text-align: center;}
.home4-t li p img{width: 0.35rem;}
.home4-t li .p{display: none;}
.home4-t li .st0,.home4-t li .st1,.home4-t li .st2,.home4-t li .st3,.home4-t li .st4,.home4-t li .st5{stroke: #0a5597;}
.home4-t li.ico3 .st3{stroke-dasharray:3,7,3,7,3,7 !important;}
.home4-t li.ico4 .st4{stroke-dasharray:2.3169,3.8615,2.3169,3.8615,2.3169,3.8615 !important;}
/* home5 */
.home5{width: 100%;padding:.8rem 0 0rem;position: relative;z-index: 10;background: url(../images/hbg5.png) no-repeat center/cover;}
.home5::after{background: url(../images/h5bg.png) no-repeat bottom;background-size: 100% 100%!important;width: 86%;height: 90%;bottom: -1.1rem;left: 50%;transform: translateX(-50%);}
.home5-t{padding-top: 1.5rem;}
.home5-t li{width: 25%;}
.home5-t li+li{margin-top: -0.38rem;}
.home5-t li+li+li{margin-top: -0.75rem;}
.home5-t li+li+li+li{margin-top: -0.95rem;}
.home5-t li a{display:block;}
.h5-t{margin-bottom: .25rem;justify-content: space-between;align-items: flex-start;opacity: 0;transition: 0.5s;}
.h5-t::after{width: 3.7rem;height: 3.7rem;background: url(../images/h5-c.png) no-repeat;background-size: 100%;animation: play 15s linear infinite;}
.h5-t .h5-l{width: 50%;margin-top:-.4rem;transform: translateY(-50%);transition: 0.5s;}
.h5-t .h5-r{width: 46%;height: 3.14rem;background: url(../images/h5-c2.png) no-repeat;background-size: 100% 100%;display: flex;align-items: center;justify-content: center;transform: translateY(50%);transition: 0.5s;}
.h5-t .h5-l .scale{
  width: 100%;
  border-radius: 100% / 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  }
.h5-t .h5-l .imged{padding-bottom: 3.3rem;}

.h5-t .h5-r h3{width: 0.4rem;text-align: right;flex-direction: column;color: #fff;font-size: 0.22rem;padding-left: .1rem;}
.h5-t .h5-r h3 img{width: 0.17rem;display: inline-block;margin-top: .1rem;align-self: flex-end;}
.h5-t .h5-r h3::after{width: 0.16rem;height: 0.16rem;background: url(../images/h5-i1.png) no-repeat;background-size: 100% 100%;bottom: auto;top: -.15rem;}

.h5-b{text-align: center;width: 2.32rem;margin: 0 auto;padding-bottom: .4rem;}
.h5-b::after{width: 100%;height: 1.42rem;background: url(../images/h5-bg.png) no-repeat;background-size: 100% 100%;bottom: -.5rem;}
.h5-b .ico{width: 0.4rem;/* height: 0.56rem; */margin: 0 auto;}
.h5-b .ico img{max-height: 100%;animation: bounce 2s both infinite;}
.h5-b p{color: #fff;font-size: 0.22rem;text-align: center;margin-top: .15rem;}


.home5-t li.on a .h5-t{opacity:1;}
.home5-t li.on .h5-l,.home5-t li.on .h5-r{transform:translateY(0);}
/* home6 */
.home6{overflow: hidden;width: 100%;padding: 2.2rem 0 1rem;background: url(../images/hbg6.jpg) no-repeat center/cover;}
.home6 .wp{width:15rem;}
.home6 .h3{/* transform: rotate(90deg); *//* transform-origin: left; */padding-left: .3rem;padding-top: .15rem;}
.home6 .title .tit{flex-direction:column;margin: 0;align-items: flex-start;}
.home6 .title .tit h3{width:.4rem;}
.home6 .title .h3 i{left: 0.15rem;transform: rotate(90deg);transform-origin: left;top: 40%;margin: 0;}
.home6 .title .tit::after{background: url(../images/titbg2.png) no-repeat;width: .83rem;height: 1.93rem;left: 0;bottom: auto;top: .67rem;}
.home6-t .left{width: 1.3rem;}
.home6-t .right{width: calc(100% - 1.3rem);padding-left: .2rem;position: relative;}
.home6-t .h6-l{width: 58%;padding: 1.1rem;position: relative;z-index: 10;}
.home6-t .h6-r{width: 42%;padding-left: 1.4rem;margin-top: .5rem;z-index: 2;}
.home6-t .h6-c{width: 58%;position: absolute;left: .2rem;top: 0;z-index: 1;border-radius: 50%;}
.home6-t .h6-c img{width:100%;}

.home6-t .h6-l::after{width: 100%;height: 100%;background: url(../images/h6bg.png) no-repeat;background-size: 100%;left: 50%;bottom: auto;top: 50%;transform: translate(-50%,-50%);}
.home6-t .h6-l .scale{border-radius: 50%;padding: 0.1rem;background: #fff;}
.home6-t .h6-l .scale .imged{padding-bottom: 100%;border-radius: 50%;}
.home6-t .h6-l .scale .imged::after{width: 100%;height: 2rem;background: url(../images/n-shad.png) repeat-x;background-size: 100% 100%;}
.home6-t .h6-l a{position: relative;display: block;height: 100%;width: 100%;}
.home6-t .h6-l .con{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 .3rem .35rem;text-align: center;z-index: 100;}
.home6-t .h6-l h3{color: #fff;font-size: 0.28rem;font-family: sy;font-weight: bold;}

.home6-t .h6-r .a{align-items: center;position: relative;cursor: pointer;}
.home6-t .h6-r .h6-img{width: 1.22rem;height: 1.22rem;border-radius: 50%;padding: 0.13rem;z-index: 2;transition: 0.5s;}

.home6-t .h6-r .img{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;border-radius: 50%;padding: .05rem;}
.home6-t .h6-r .h6-img::before{content: "";position: absolute;top: 0rem;right: 0rem;bottom: 0rem;left: 0rem;border-radius: 50%;animation: circleScale2 4s linear infinite;}
.home6-t .h6-r .img::after{border: 1px dashed rgba(255,255,255,.6);border-radius: 50%;width: auto;height: auto;top: 0.05rem;left: 0.05rem;right: 0.05rem;bottom: 0.05rem;}
.home6-t .h6-r h3{width: calc(100% - 1.22rem);padding-left: .35rem;font-size: 0.26rem;color: #333;font-family: sy;font-weight: bold;position: relative;z-index: 100;transition: 0.5s;}
.home6-t .h6-r ul{/* display:flex; *//* flex-direction:column; *//* align-items:flex-end; */}
.home6-t .h6-r li{margin-bottom: .5rem;}
.home6-t .h6-r li:nth-child(1) .img{background: #01518c;}
.home6-t .h6-r li:nth-child(2) .img{background: #3173b7;}
.home6-t .h6-r li:nth-child(3) .img{background: #715ba9;}
.home6-t .h6-r li:nth-child(4) .img{background: #52c2c0;}
.home6-t .h6-r li.on .h6-img::before{animation: circleScale2 4s linear infinite;}
.home6-t .h6-r li:nth-child(1) .h6-img::before{ background: rgba(1,81,140,.1);}
.home6-t .h6-r li .h6-img::before{background: rgba(1,81,140,.2);animation: none;}
.home6-t .h6-r li:nth-child(3) .h6-img::before{ background: #cbcde7;}
.home6-t .h6-r li:nth-child(4) .h6-img::before{ background: #c8e4ee;}
.home6-t .h6-r li.on .h6-img{transform: scale(1.5);z-index: 10;}
.home6-t .h6-r li.on h3{font-size: 0.32rem;color: #01518c;}
.home6-t .h6-r li.on:nth-child(2) h3{color:#3173b7;}
.home6-t .h6-r li.on:nth-child(3) h3{color:#715ba9;}
.home6-t .h6-r li.on:nth-child(4) h3{color:#52c2c0;}
.home6-t .h6-r li.on .img::after{top: -.3rem;right: -0.3rem;bottom: -0.3rem;left: -0.3rem;}
.home6-t .h6-r li.on:nth-child(1) .img::after{border: 1px dashed #d7e8f0;}
.home6-t .h6-r li.on:nth-child(2) .img::after{border: 1px dashed #bad5ee;}
.home6-t .h6-r li.on:nth-child(3) .img::after{border: 1px dashed #cbcde7;}
.home6-t .h6-r li.on:nth-child(4) .img::after{border: 1px dashed #c8e4ee;}

.home6-t .h6-r li .line{width: 0.1rem;height: 0.1rem;position: absolute;left: 0;top: 50%;margin-top: -0.05rem;}
.home6-t .h6-r li .d-line{position: relative;width: 100%;height: 100%;z-index: 1;}



.home6-t .h6-r li .trs{position: absolute;z-index: 100;width: 3.4rem;right: 50%;top: 0.1rem;transform: rotateY(180deg) translateY(-50%);height: auto;overflow: hidden;}
.home6-t .h6-r li p{transform: rotate(38.5deg);}
.home6-t .h6-r li:nth-child(2) p{transform: rotate(15deg);}
.home6-t .h6-r li:nth-child(3) p{transform: rotate(0deg);}
.home6-t .h6-r li:nth-child(4) p{transform: rotate(-27deg);}
.home6-t .h6-r li p svg{width: 0;display: none\0;}
.home6-t .h6-r li.on p svg{width: 100%;transition: 1.5s;}

/* .home6-t .h6-r li:nth-child(1) p{right: 89%;top: 23%;} */
/* .home6-t .h6-r li:nth-child(2) p{right: 94%;top: -10%;}
.home6-t .h6-r li:nth-child(3) p{right: 95%;top: -10%;}
.home6-t .h6-r li:nth-child(4) p{right: 94%;bottom: 43%;} */
.home6-t .h6-r li.on:nth-child(1) .trs{width: 4.1rem;}
.home6-t .h6-r li.on:nth-child(2) .trs{width: 3.75rem;top: 50%;/* bottom: 0; */}
.home6-t .h6-r li.on:nth-child(3) .trs{width: 3.6rem;}
.home6-t .h6-r li.on:nth-child(4) .trs{width: 4.4rem;top: -.3rem;}
.home6-t .h6-r li p path{stroke:#005d92;}
.home6-t .h6-r li:nth-child(3) p path{stroke:#715ba9}
.home6-t .h6-r li:nth-child(4) p path{stroke:#52c2c0}
.home6-t .h6-r li .img .st0,.home6-t .h6-r li .img .st1,.home6-t .h6-r li .img .st2,.home6-t .h6-r li .img .st3,.home6-t .h6-r li .img .st4,.home6-t .h6-r li .img .st5{stroke: #fff !important;}
.home6-t .h6-r li .img svg{width: 100%;height: 100%;}
.home6-t .h6-r li.ico1 .st5{stroke-dasharraystroke-dasharray: 2.4065,5.6152,2.4065,5.6152,2.4065,5.6152 !important;}
.home6-t .h6-r li.ico1 .st4{stroke-dasharray: 2.3169,3.8615,2.3169,3.8615,2.3169,3.8615 !important;}
.home6-t .h6-r li.ico2 .st3{stroke-dasharray: 3,7,3,7,3,7 !important;}
.home6-t .h6-r li.ico3 .st3{stroke-dasharray: 3,7,3,7,3,7 !important;}
.home6-t .h6-r li.ico4 .st3{stroke-dasharray: 3,7,3,7,3,7 !important;}


/* home7 */
.home7{position: relative;z-index: 100;padding: 1.7rem 0 1.4rem;background: url(../images/hbg7.jpg) no-repeat center/cover;}
.home7 .left{width: 47%;}
.home7 .right{width: 53%;padding-left: .4rem;}
.home7 .h7-l{width: calc(100% - .8rem);position: relative;}
.home7 .h7-r{width: .8rem;padding-left:0.2rem;}
.home7 .h7-l::after{width: calc(100% + .2rem);height: calc(100% + .4rem);left: -.2rem;bottom: -.2rem;background: url(../images/h7bg.png) no-repeat;background-size: 100% 100%;}
.home7 .h7-l a{position: relative;width: 100%;height: 100%;display: block;border-radius: 0 .5rem 0 .5rem;overflow: hidden;}
.home7 .h7-l .swiper-container{z-index: 100;}
.home7 .h7-l .con{width: 100%;position: absolute;bottom: 0;left: 0;z-index: 100;padding: 0 .3rem .3rem .3rem;}
.home7 .h7-l .con p{color: #fff;align-items: center;font-size: 0.16rem;}
.home7 .h7-l .con p img{display: inline-block;margin-right: .1rem;width: 0.19rem;}
.home7 .h7-l .con h3{color: #fff;font-size: 0.18rem;margin-top: .15rem;}
.home7 .h7-l .imged::after{width: 100%;height: 1.7rem;background: url(../images/n-shad2.png) repeat-x;background-size: 100% 100%;}
.home7 .h7-l .arror{width: 0.84rem;height: 0.84rem;border-radius: 50%;background: #573d9c;left: auto;right: -0.42rem;top: auto;margin: 0;bottom: 0.2rem;}
.home7 .h7-l .arror::after{color: #fff;font-size: 0.2rem;left: .15rem;position: absolute;content: "\e60a";}
.home7 .h7-l .arror::before{content: "";position: absolute;top: -0.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;border: 1px dashed #573d9c;animation:play 15s linear infinite;border-radius: 50%;}
.home7 .h7-l .swiper-button-next{background: #3173b7;left: calc(100% - 0.42rem);right: auto;bottom: 0.05rem;z-index: 1;}
.home7 .h7-l .swiper-button-next::before{border: 1px dashed #3173b7;}
.home7 .h7-l .swiper-button-next:after{left:auto;right:.15rem;content:"\e648";}
.ul-iconsb1 li{margin-bottom:0.2rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible}
.ul-iconsb1 .icon{width:0.55rem;height:0.55rem;border-radius:50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;transition: 0.5s;border: 1px solid rgba(255,255,255,.2);}
.ul-iconsb1 .icon img{max-width:0.26rem;max-height: 0.23rem;}
.ul-iconsb1 .qrbox{top:100%;/* transform:translateX(-50%); *//* padding-top:.2rem; */opacity:0;visibility:hidden;margin-top: 0.1rem;transition: 0.5s;position: absolute;width: 1.3rem;z-index: 10;right: 0;}
.ul-iconsb1 .qrbox .qr{border-radius:0.03rem;padding: 0.1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";/* width:0; */border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;top: -0.1rem;right: .2rem;/* transform: translateX(-50%); */position: absolute;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;color: #666;line-height: 1.5;}
.ul-iconsb1 .con:hover .icon{background: #53c2c0;}
.home7 .right ul{margin:  0 -0.05rem;}
.home7 .right li{width: 33.3%;padding: 0 0.05rem;}
.home7 .right li a{display: block;border-radius: 0.5rem 0 0.5rem 0;overflow: hidden;}
.home7 .right li .imged{padding-bottom: 165%;}


/* footer */
footer {padding: 0.4rem 0 ;background: url(../images/fbg.jpg) no-repeat center/cover;position: relative; }
footer .wp{width:15rem;}
.foot-t{justify-content: space-between;}
.foot-t .fot1{width: 20%;}
.foot-t .fot2{width: 30%;padding: 0 2%;}
.foot-t .fot3{width: 33%;padding: 0%;}
.foot-t .fot4{width: 17%;}
.foot-t .fot4 li{width:50%;padding:0 0 0 .15rem;}
.foot-t .lik{padding: .2rem .3rem;border: 1px dashed rgba(255, 255, 255, 0.2);}
.foot-t .lik h3{color: #fff;font-weight: bold;font-size: 0.24rem;padding-bottom: .15rem;margin-bottom: .25rem;}
.foot-t .lik h3::after{width: 0.45rem;height: 0.02rem;background: #fff;}
.foot-t p{color: #fff;font-size: 0.15rem;line-height: 1.6;margin-bottom: .1rem;}
.foot-t .fot1 p a{display: inline-block;padding-right: .15rem;}
.foot-t .fot1 .log{margin-bottom: 0.25rem;}
.foot-t .fot2 p{align-items: center;flex-wrap: nowrap;}
.foot-t .fot2 p img{width: 0.19rem;display: inline-block;margin-right: .1rem;}
.foot-t .fot3 ul{margin: 0 -0.06rem;}
.foot-t .fot3 li{/* width: 16.6%; */padding: 0 0.06rem;margin-bottom: .1rem;font-size: 0.15rem;color: #fff;line-height: 1.6;white-space: nowrap;}
.foot-t .fot4 p{margin-bottom: 0rem;text-align: center;}
.foot-t .fot4 .ewm{width: 100%;margin: 0 0 .1rem;}
.foot-t .fot4 .ewm img{width: 1.1rem;margin:0 auto;display: block;}

@media screen and (min-width:1200px){
    .home1-t a:hover h3,.home2-t li a:hover h3{color: #715ba9;}
    .home1-t li a:hover .con::before{opacity: 1;}
    .home1-t li a:hover .con::after{width: 100%;}
    .more a:hover{transform: translateX(.15rem);}
    .home4-t li a:hover .img,.home4-t li.on a .img{display: none;}
    .home4-t li a:hover .p,.home4-t li.on a .p{display: block;}
    .home4-t li a:hover h3,.home4-t li.on a h3{color: #fff;}
    .home4-t li a:hover::after,.home4-t li.on a::after{transform:scale(1);}
    .home4-t li a:hover,.home4-t li.on a{z-index:100;}
    
}

@media screen and (max-width:1600px){
.miso_btn1{width:1rem;height:1rem;}
#openBtn .lcbody{top:.2rem;right:.15rem;}
}
@media screen and (max-width:1366px){
	.home6-t .h6-r li .trs{display:none;}
}

@media screen and (max-width:1200px){
    .header_box{ display: none;}
	  .m_header_box{ display: block;}
	  .swiper-box1 .imged{padding-bottom: 50%;}
    .banner .cir-fd{display: none;}
    .home3-t .left li:nth-child(2){left: 1.5rem;}
    .foot-t .fot2{padding:0 1.5%;width: 27%;}
    .foot-t .fot4{width:13%;}
}
@media screen and (max-width:1024px){
    .home1,.home2,.home3,.home4,.home5,.home6,.home7{padding: .4rem 0;}
    .home1-t ul{margin: 0 -0.1rem;}
    .home1-t li{width: 25%;padding: 0 0.1rem;}
    .home1::after{width:100%;height:4rem;}
    .home2-t .right li{width: 48%;}
    .home4-t li h3{font-size: .24rem;}
    .home4-t li .img{width: 1rem;height: .7rem;}
    .home5::after{width: 100%;bottom: 0;}
}
@media screen and (max-width:980px){
  .home3-t .left{display: none;}
  .home3-t .right{width: 100%;padding: 0;}
  .home3::after{display: none;}
  .home3::before{width: 100%;border-radius: 0;}
  .h5-t{display: none;}
  .home5::after{width: 100%;bottom: 0;}
  .home6-t .h6-r li.on .img::after{top: -.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;}
  .home6-t .h6-r li.on .h6-img{transform: scale(1.2);}
  .home6-t .h6-r li.on h3{font-size: .22rem;}
  .home6-t .h6-r li p{display:none;}
  .home6-t .h6-r{padding-left:.7rem;}
  .home7 .h7-l::after{width: calc(100% + .1rem);height: calc(100% + .2rem);left: -.1rem;bottom: -.1rem;}
  .foot-t .fot1,.foot-t .fot3,.foot-t .fot4{width:50%}
  .foot-t .fot2{width:50%;margin-bottom:.25rem;}
}
@media screen and (max-width:768px){
    .txt1 { font-size: 0.2rem !important; }
    .p1 {line-height: 1.8 !important;font-size: 0.16rem !important;}
    .title{margin-bottom: .3rem;}
    .title h3{font-size: 0.28rem !important;}
    .more img{width:.3rem;}
    .swipershubaio{bottom: .25rem;/}
    .swipershubaio img{display: none;}
    .banner .dot{width: 40px;height: 40px;}
    .swiper-box1 svg{ stroke-dasharray:0 125;width: 40px;height: 40px;}
    @keyframes indexsvg {
        0% {
          stroke-dasharray:0 125;
        }
    
        100% {
          stroke-dasharray:125 125;
        }
    }
    .home1-t li{width: 100%;margin-bottom: .3rem;}
    .home2-t .right{padding-left: .2rem;}
    .home2-t .right li{width: 100%;}
    .home2-t .right li a{padding: .2rem 0;}
    .home6-t .left{width:100%;}
    .home6-t .right{width:100%;}
    .home6-t .right{padding:0;}
    .home6 .title .tit{flex-direction:row;align-items: flex-end;padding-bottom: 0.2rem;margin: 0 auto;}
    .home6 .h3{padding:0 0 0 .15rem;}
    .home6 .title .tit h3{width:auto;}
    .home6 .title .h3 i{transform:rotate(0);left: 50%;top: auto;margin-top: .1rem;}
    .home6 .title .tit::after{
    background: url(../images/titbg.png) no-repeat;
    width: 1.98rem;
    height: 0.75rem;
    left: .26rem;
    bottom: 0;
    top: auto;
}
/*     .home6-t .h6-l:after{display:none;} */
    .home6-t .h6-l{width:100%;/* padding: .5rem; */}
    .home6-t .h6-r{width: 100%;margin-top:.3rem;padding-left: 0;}
    .home6-t .h6-c{width:100%;left:0;}
    .home6-t .h6-r ul{display:flex;flex-wrap:wrap;}
    .home6-t .h6-r li{width:25%;}
    .home6-t .h6-r .a{flex-direction:column;}
    .home6-t .h6-r .h6-img{margin:0 auto;}
    .home6-t .h6-r h3{width:100%;margin-top:.2rem;text-align:center;padding: 0;font-size: .22rem;}
    .home7 .left{width: 100%;}
    .home7 .right{width: 100%;padding-left: 0rem;margin-top:.3rem;}
    footer{padding:.3rem 0 .15rem;}
    .foot-t .fot1{width: 100%;order:4;text-align:center;}
    .foot-t .fot2{width: 100%;padding:0%;}
    .foot-t .fot3{width: 100%;margin:0rem 0 .25rem;}
    .foot-t .fot2 .log{text-align:center;}
    .foot-t .fot1 .bq{justify-content:center;}
    .foot-t .fot4 {width:100%;margin-bottom:.25rem;}
    .foot-t .fot1 .bq .p{width:auto;}
   .ban-txt .txt{width:5rem;margin-left:0;}
   .foot-t .fot4 ul{width:100%;justify-content:center;}
   .foot-t .fot4 li{width:33.3%;}
}

@media screen and (max-width:640px){
  .title .tit{margin: 0;}
  .home4-t ul{flex-wrap: wrap;margin: 0 -0.1rem;}
  .home4-t li{width: 50%;padding: 0 0.1rem;margin: 0 0 .3rem 0;}
  .home4-t li .a{padding: 0 0.15rem;}
  .home4-t li h3{margin-top: .2rem;}
  .h5-b{width:100%;}
  .h5-b .ico{width:.3rem;}
  .home6-t .h6-r .h6-img::before{animation:none !important;}
}
@media screen and (max-width:500px){
   .home5::after{background: url(../images/h5bg2.png) no-repeat bottom;background-size: 100% 100%!important;height: 80%;}
   .home6-t .h6-l{width:100%;padding: .5rem;}
   .home6-t .h6-r li{/* width:50%; */}
   .ban-txt{top:40%;}
   .ban-txt .txt{width:3rem;margin-left:0;}
}
@media screen and (max-width:420px){
    .home2-t .tab{width: 1.3rem;}
    .home2-t .right{width: calc(100% - 1.3rem);}
    .home6-t .h6-r .h6-img{width:.9rem;height:.9rem;}
    .foot-t .fot1 .bq .img{width:.3rem;}
    .foot-t .fot1 .bq .p{width: 100%;padding: 0;margin-top: .1rem;}
    .home6-t .h6-r h3{font-size: 0.2rem !important;}
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}