@charset "utf-8";
@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
.wxsz{cursor: auto !important;}


.header_top{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;border-bottom: 1px solid rgba(255,255,255,.1);}
.header_top::after{width: 100%;height: 2.2rem;bottom: auto;top: 0;background: linear-gradient(180deg, rgba(2, 1, 15, 0.736) 19%, rgba(0, 0, 0, 0) 95%);}

.fixed .header_top::after{height:0rem;}
.fixed .header_top{background:#0069AD;}
.header_top .top{justify-content: space-between;height: 1rem;align-items: center;width: 100%;}
.header_top .wp{width: 100%;max-width: 100%;padding: 0 0.55rem 0 1.7rem;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;width: 3.98rem;}
.list_box1{flex:1;padding-left: 7%;display: flex;flex-direction: column;align-items: flex-end;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}

.list_box1 .li{display: flex;align-items: center;color: #fff;}
.list_box1 .li:last-child a{border: none;padding: 0;}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.14rem;padding: 0 0.2rem;}
.list_box1 a img{display:inline-block;margin-right:.05rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .26rem;width: 1.4rem;padding: 0 0.1rem;border-radius: 0.15rem;background: #1674C7;}
.list_box1 .li .input{width: calc(100% - .17rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .14rem;color: #fff;line-height: .28rem;}
.list_box1 .li .serbtn {
    width: 0.17rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}
.list_box1 .li .input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}


#nav{width: 100%;position: relative;z-index: 1000;max-width: 12rem;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .2rem;color: #fff;line-height: .5rem;position:relative;transition: .36s;font-weight: bold;}
#nav ul li h3:after{content:"";position:absolute;width:100%;height:2px;background:#fff;bottom: -.12rem;width:100%;left:0;opacity:0;}
#nav ul li .sub{position:absolute;top: 100%;background: rgba(255,255,255,1);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #0069AD;}
#nav ul li .sub .box{padding: .1rem 0;text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 0.28rem;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #0069AD;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);/* background: #0C58AC; */}
#nav ul li.on h3::after,#nav ul li:hover h3::after{opacity: 1;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #0069AD;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{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .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; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;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: 18px;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: #0069AD;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;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: #0069AD;}
#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: #0069AD 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;height: 0.4rem;display: flex;}
#m_nav .list_box0 .li{text-align: left;color: #0069AD;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.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: .5rem;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: .5rem;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(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}

.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: 85px;display: block;margin-bottom: 0.1rem;}
.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: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 30px;/* 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 #0069AD;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消失-结束 */
/* pc搜索 */
.search_btn { cursor: pointer; }
.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: #004CB4; 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.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #004CB4;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.svg");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-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.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: #004CB4; 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); }
}

/* banner */
.main-visual-wrapper {width: 100%;position: relative;}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged{padding-bottom: 100vh;}
.swiper-box1 .imged::after{width: 100%;height: 15%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);}
.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 a:hover .imged{transform: scale(1);}

.swiper-box1 .cir{bottom: .23rem;z-index: 10;width: auto;display: flex;align-items: center;justify-content: center;width: 100%;}
.swiper-box1 .cir span{margin: 0px .15rem !important;width: 0.1rem;height: 0.1rem;opacity: 1;position: relative;}
.swiper-box1 .cir span::after{content: "";position: absolute;width: 0;height: 1px;bottom: 50%;left: calc(100% + 0.3rem);background: #fff;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;width: 0.46rem;height: 0.46rem;background: url(../images/cir.png) no-repeat;background-size: 100% 100%;margin: 0 1.34rem 0 0.15rem !important;}
.swiper-box1 .cir .swiper-pagination-bullet-active::after{width: 0.72rem;}

/* home1 */
.home1{padding: 0.6rem 0rem;width: 100%;overflow:hidden;background: url(../images/hbg1.jpg) no-repeat bottom/cover;}
.title{margin-bottom: .5rem;align-items: center;position: relative;/* overflow: hidden; */justify-content: space-between;z-index: 2;}
.title .tit{margin: 0 auto;}
.title .h3{align-items: center;}
.title .con{padding-left: 0.1rem;}
.title h3{font-size: 0.4rem;line-height: 1.1;color: #333;font-family: sy;}

.title p{font-size: 0.16rem;color: #ABAAA8;margin-top: 0.05rem;display: flex;align-items: center;font-family: 'sy';}
.title p i{display: inline-block;font-style: normal;margin-right: 0.05rem;width: 0.3rem;height: 1px;background: #dbdbdb;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.18rem;transition: 0.5s;color: #333;align-items: center;line-height: 0.36rem;font-family: sy;}
.more a img{display: inline-block;margin-right: 0.1rem;width: 0.37rem;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width:47%;}
.home1-t .right{width:53%;padding-right: 0.45rem;}
.home1-t li *{transition: 0.5s;}
.home1-t .h1-1{padding: 0 0.2rem 0.2rem 0 ;}
.home1-t .h1-1::after{left: 0.2rem;width: auto;height: auto;right: 0;top: 0.2rem;background: #F0FFF6;}
.home1-t .h1-1 a{display: block;position: relative;}

.home1-t .h1-1 .con{padding: 0rem .3rem .2rem;width: 70%;bottom: 0;left: 0;position: absolute;z-index: 10;}
.home1-t .h1-1 h3{font-size: 0.26rem;color: #fff;line-height: 0.26rem;}
.home1-t .h1-1 .imged{padding-bottom:62%;}
.home1-t .h1-1 .imged::after{width: 100%;height: 40%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}
.home1-t .h1-1 .cir{bottom: .2rem;display:flex;width:auto;align-items: center;left:auto;right: 0.25rem;}
.home1-t .h1-1 .cir span{margin:0 .1rem !important;width:.08rem;height:.08rem;background:#fff;border-radius:50%;opacity:1;position: relative;}
.home1-t .h1-1  .cir span::after{content: "";position: absolute;width: 0;height: 1px;bottom: 50%;left: calc(100% + 0.2rem);background: #fff;}
.home1-t .h1-1  .cir .swiper-pagination-bullet-active{opacity: 1;width: 0.3rem;height: 0.3rem;background: url(../images/cir2.png) no-repeat;background-size: 100% 100%;margin: 0 .87rem 0 0.1rem !important;}
.home1-t .h1-1  .cir .swiper-pagination-bullet-active::after{width: 0.47rem;}

.home1-t .right li a{width: 100%;align-items: center;height: .99rem;/* padding: 0 0.3rem; */border-bottom: 1px solid #E3E3E3;}
.home1-t .right li:last-child a{border-bottom: none;}
.home1-t .right li a::after{background: linear-gradient(270deg, #1D863C 0%, #0369AD 100%);height: auto;top: -1px;bottom: -1px;}

.home1-t .right li span{color: #333;font-size: 0.18rem;font-family: Georgia;}
.home1-t .right li h3{font-size: 0.2rem;color: #333;line-height: 0.26rem;transition: 0.5s;flex: 1;min-width: 0;padding-left: 0.2rem;}
.more a:hover{text-decoration:underline;color:#0369AD}

@media screen and (min-width: 1025px) {
  .home1-t .right li a:hover h3,.home1-t .right li a:hover span{color: #fff;}
  .home1-t .right li a:hover::after{width: calc(100% + 0.45rem);}
  .home1-t .right li a:hover{padding-left: 0.2rem;}
}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0 .2rem;}
  .home1-t .left{width: 100%;order: -1;}
  .home1-t .right{width: 100%;margin-top: 0.2rem;padding-right: 0;}
    .home1-t .right li a{height:auto;padding:.18rem 0;}
}

@media screen and (max-width: 768px) {

}

/* home2 */
.home2{padding: 0.56rem 0 .7rem;}
.home2::after{width: 100%;height: auto;top: 0;bottom: -2.5rem;background: url(../images/hbg2.png) no-repeat center/cover;}
.home2 .title .h3{margin: 0 0.25rem;cursor: pointer;opacity: .5;}
.home2 .title .h3.on{opacity: 1;}
.home2 .more a{display: none;}
.home2 .more a.on{display: flex;}
.home2-t{position: relative;}
.home2-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.home2-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.h2-t{justify-content: space-between;}
.h2-t .left{width: 50%;}
.h2-t .right{width: 47%;}
.h2-t .left li .imged{padding-bottom: 61.4%;}
.h2-t .left li .imged::after{width: 100%;height: 40%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);}
.h2-t .left .cir{bottom: 1.2rem;display:flex;width:100%;align-items: center;justify-content: center;}
.h2-t .left .cir span{margin:0 .1rem !important;width:.08rem;height:.08rem;background:#fff;border-radius:50%;opacity:1;position: relative;}
.h2-t .left .cir span::after{content: "";position: absolute;width: 0;height: 1px;bottom: 50%;left: calc(100% + 0.2rem);background: #fff;}
.h2-t .left .cir .swiper-pagination-bullet-active{opacity: 1;width: 0.3rem;height: 0.3rem;background: url(../images/cir2.png) no-repeat;background-size: 100% 100%;margin: 0 .87rem 0 0.1rem !important;}
.h2-t .left .cir .swiper-pagination-bullet-active::after{width: 0.47rem;}
.h2-t .left li{padding-bottom: 0.1rem;}
.h2-t .left li .con{height: 0.87rem;display: flex;align-items: center;}
.h2-t .left li h3{font-size: 0.22rem;color: #333333;}
.h2-t .left li a{display: block;border-bottom: 1px solid #E3E3E3;}
.h2-t .left li a::after{height: 1px;bottom: -1px;background: #0369AD;}
.h2-t .left li a::before{content: "";position: absolute;width: 0.3rem;height: 0.3rem;background: url(../images/h2-c.png) no-repeat;background-size: 100% 100%;left: 0;bottom: -0.08rem;opacity: 0;}



.home2-t .right li *{transition: 0.5s;}
.home2-t .right li{margin-bottom: 0.43rem;}
.home2-t .right li a{align-items: center;}
.home2-t .right li .scale{width: 2.8rem;}
.home2-t .right li .con{flex: 1;min-width: 0;padding-left: 0.2rem;}
.home2-t .right li .imged{padding-bottom: 61.4%;}
.home2-t .right li h3{font-size: 0.2rem;color: #333;line-height: 0.32rem;max-height: 0.64rem\0;}
.home2-t .right li p{font-size: 0.2rem;color: #999;font-family: Georgia;}
.home2-t .right li .line{width: 100%;height: 1px;background: #E3E3E3;margin: 0.38rem 0 0.2rem;}
.home2-t .right li .line::after{height: 1px;bottom: -1px;background: #0369AD;}
.home2-t .right li .line::before{content: "";position: absolute;width: 0.3rem;height: 0.3rem;background: url(../images/h2-c.png) no-repeat;background-size: 100% 100%;left: 0;bottom: -0.08rem;opacity: 0;}

@media screen and (min-width: 1025px){
  .home2-t li a:hover h3{color: #0069AD;}
  .home2-t .left li a:hover::after{width: 98%;} 
  .home2-t .left li a:hover::before{left: calc(100% - 0.3rem);opacity: 1;}
  .home2-t .right li a:hover .line::after{width: 95%;} 
  .home2-t .right li a:hover .line::before{left: calc(100% - 0.3rem);opacity: 1;}

}
@media screen and (max-width:1024px){
    .home2{padding: 0.4rem 0 0.2rem;}
    .home2-t .left{width: 100%;}
    .home2-t .right{width: 100%;margin-top: 0.2rem;}
    .home2-t .right li{margin-bottom: 0.2rem;}
}
@media screen and (max-width:768px){
    .home2-t li{width: 100%;}
    .home2 .title .h3{margin:0;}
    .home2-t .right li .line{margin:.15rem 0;}
}
@media screen and (max-width:420px){
    .home2-t .right li .scale{width: 2rem;}
}

/* home3 */

.home3{padding: 1.2rem 0rem 0;overflow: hidden;z-index: 3;}
.home3::after{width: 100%;height:4.55rem;bottom: auto;top: 0;background: url(../images/hbg3.png) no-repeat top;background-size: 100% 100%;}
.home3 .title h3,.home3 .title p,.home3 .more a{color: #fff;}
.home3 .title i{background: #fff;}
.home3-t{padding: 0.5rem 0 .5rem .4rem;}
.home3-t::after{width: auto;right: -1.6rem;background: url(../images/h3bg1.png) no-repeat center/cover;filter: drop-shadow(0px 0.02rem 0.1rem rgba(0, 0, 0, 0.2));}
.home3-t li{padding-left: 0.1rem;padding-bottom: .2rem;}
.home3-t li a{display: block;padding: 0.24rem 0.34rem;height: 2.72rem;border-left: 1px dashed #ddd;}
.home3-t li a::after{width: auto;opacity: 0;background: linear-gradient(270deg, #1D863C 0%, #0369AD 100%);left: -1px;right: -.1rem;}
.home3-t li p{font-family: Georgia;font-size: 0.16rem;color: #999;display: flex;align-items: flex-end;}
.home3-t li p span{font-size: 0.22rem;font-family: Georgia;display: inline-block;padding-right: 0.1rem;color: #0069AD;}
.home3-t li h3{color: #333;font-size: 0.2rem;line-height: 0.3rem;max-height: 0.6rem\0;margin: 0.2rem 0 0.15rem;}
.home3-t li h4{font-size: 0.16rem;line-height: 0.3rem;color: #777;margin-bottom: 0.1rem;}
.home3-t li i{display: inline-block;width: 0.48rem;height: 0.48rem;background: url(../images/h3-xq1.png) no-repeat;background-size: 100% 100% !important;font-style: normal;}
.home3-t li *{transition: 0.5s;}
.home3-t li .h3-c{width: 0.14rem;height: 0.14rem;border-radius: 50%;background: #D8D8D8;position: absolute;left: -0.07rem;bottom: 0;}
.home3-t li .h3-c::after{width: auto;height: auto;opacity: 0;top: -0.08rem;right: -0.08rem;bottom: -0.08rem;left: -0.08rem;background: url(../images/h3-c.png) no-repeat;background-size: 100%;}

.h3-b{justify-content: flex-end;margin-top: -.5rem;}
.h3-b::after{width: auto;right: 1rem;height: 0.29rem;background: url(../images/h3-line.png) no-repeat;background-size: 100% 100% !important;bottom: auto;top: 50%;transform: translateY(-50%);}
.h3-b .arrow{justify-content: flex-end;}
.h3-b .arror{position: relative;top: auto;left: auto;right: auto;margin: 0;width: 0.64rem;height: 0.64rem;}
.h3-b .arror img{width: 100%;}
.h3-b .arror::after{display: none;}
.h3-b .swiper-button-next{margin-left: 0.13rem;}


@media screen and (min-width: 1200px){
  .home3-t li a:hover h3,.home3-t li a:hover h4,.home3-t li a:hover p,.home3-t li a:hover span{color: #fff;}
  .home3-t li a:hover h3{font-weight: bold;}
  .home3-t li a:hover i{background: url(../images/h3-xq2.png) no-repeat;width: 0.55rem;height: 0.53rem;}
  .home3-t li a:hover .h3-c::after{opacity: 1;}
  .home3-t li a:hover .h3-c{left: -0.07rem;}
  .home3-t li a:hover::after{opacity: 1;}
}
@media screen and (max-width:1024px){
    .home3{padding: 0.4rem 0 0.4rem;}
    .home3:after{background: linear-gradient(180deg, #00A7DE 2%, #0159E8 100%);}
    .h3-b .arror{width:.45rem;height:.45rem;}
    .home3-t{padding:.2rem 0 .2rem .2rem;}
    .home3-t::after{right:-15px;}
}

/* h4 */
.home4{padding: 0.8rem 0;width: 100%;}
.home4::after{width: 100%;height: auto;top: -2rem;background: url(../images/hbg4.png) no-repeat center/cover;}
.home4-t{justify-content: space-between;align-items: flex-end;}
.home4-t .left{width: 25%;background: #ECF7FF;box-shadow: 0rem 0.04rem 0.1rem 0px rgba(187, 187, 187, 0.3);padding: 0.33rem 0;height: 4.6rem;}
.home4-t .right{width: 45%;position: relative;padding: 0 .5rem 0.4rem;}
.home4-t .left li a{height:0.6rem;display: flex;align-items: center;padding: 0 0.2rem 0 0.5rem;font-size: 0.22rem;color: #333;}
.home4-t .left li a::after{width: 100%;opacity: 0;background: #FFFFFF;box-shadow: 0px 0.04rem 0.1rem 0rem rgba(161, 161, 161, 0.3);}
.home4-t .left li a.on{color: #0069AD;font-weight: bold;}
.home4-t .left li a.on::after{opacity: 1;}
.home4-t .right::after{width: 100%;height: 4.6rem;background: linear-gradient(270deg, #1D863C 0%, #0369AD 100%);}
.home4-t .right li .scale{position: relative;}
.home4-t .right li h3{position: absolute;left: 0;bottom: 0;z-index: 10;font-size: 0.24rem;font-weight: bold;line-height: 0.36rem;padding: 0.14rem 0.35rem;width: 100%;color: #fff;}
.home4-t .right li h3::after{width: 50%;background: linear-gradient(90deg, #1F863C 0%, rgba(31, 134, 60, 0) 100%);}
.home4-t .right li .con{padding: 0.16rem 0;}
.home4-t .right li h4{font-size: 0.18rem;line-height: 0.36rem;color: #fff;max-height: 1.32rem\0;}
.home4-t .right .arror{width: 0.6rem;height: 0.6rem;border-radius: 50%;box-shadow: 0rem 0.04rem 0.1rem 0px rgba(168, 168, 168, 0.3);margin: 0;transform: translateY(-50%);background: url(../images/h4-prev1.png) no-repeat;background-size: 100% 100% !important;transition: 0.5s;}
.home4-t .right .arror::after{display: none;}
.home4-t .right .swiper-button-prev{left: -0.3rem;}
.home4-t .right .swiper-button-next{transform: rotateY(180deg) translateY(-50%);right: -0.3rem;}
.home4-t .right .arror:hover{background: url(../images/h4-prev2.png) no-repeat;}


@media screen and (max-width:1024px){
    .home4{padding: 0.4rem 0;}
    .home4-t .left{width: 100%;margin-bottom: 0.2rem;height: auto;}
    .home4-t .right{width: 100%;order: 3;}
    .home4-t .right .swiper-button-prev{left: 0rem;}
    .home4-t .right .swiper-button-next{right: 0rem;}
}
@media screen and (max-width:768px){
   
}
@media screen and (max-width:600px){
   
}

/* h5 */
/* home5 */
.home5{width: 100%;overflow: hidden;padding: 0.75rem 0;background: url(../images/hbg5.jpg) no-repeat center/cover;}
.home5 .title h3,.home5 .title p,.home5 .more a{color: #fff;}
.home5 .title i{background: #fff;}
.home5-t ul{margin: 0 -0.1rem;}
.home5-t li{padding: 0 0.1rem;width: 33.3%;}
.home5-t li *{transition: 0.5s;}
.home5-t li a{display: block;padding: 0.3rem 0.26rem;}
.home5-t li a::after{width: 100%;opacity: 0;background: #fff;}
.home5-t li .con{height: 2.3rem;padding:0.23rem 0.2rem 0;}
.home5-t li h3{color: #fff;font-size: 0.2rem;line-height: 0.3rem;height: .6rem;max-height: 0.6rem\0;}
.home5-t li h4{font-size: 0.16rem;line-height: 0.3rem;color: #fff;opacity: .6;margin-top: 0.15rem;}

.home5-t li .line{width: 100%;height: 1px;background: rgba(209, 209, 209, 0.4);margin: 0.25rem 0 0.25rem;}
.home5-t li .line::after{height: 1px;bottom: -1px;background: #0369AD;}
.home5-t li .line::before{content: "";position: absolute;width: 0.3rem;height: 0.3rem;background: url(../images/h2-c.png) no-repeat;background-size: 100% 100%;left: 0;bottom: -0.08rem;opacity: 0;}
.home5-t li p{font-family: Georgia;font-size: 0.2rem;color: #FFFFFF;}

@media screen and (min-width:1025px){
  .home5-t li a:hover .line::after{width: 95%;} 
  .home5-t li a:hover .line::before{left: calc(100% - 0.3rem);opacity: 1;}
  .home5-t li a:hover::after{opacity: 1;}
  .home5-t li a:hover h3{font-weight: bold;color: #0069AD;}
  .home5-t li a:hover h4{color: #999;opacity: 1;}
  .home5-t li a:hover p{color: #0069AD;}
}

@media screen and (max-width:1024px){
    .home5{padding: 0.4rem 0;}
    .home5-t li a{display: block;padding: 0rem 0rem;}
   
}
@media screen and (max-width:768px){
     .home5{padding: 0.4rem 0 0.2rem;}
    .home5-t li{width: 100%;margin-bottom: 0.2rem;}
}
@media screen and (max-width:600px){
   
}

/* h6 */
.home6{padding: 0.65rem 0 0.85rem;width: 100%;overflow: hidden;background: url(../images/hbg6.png) no-repeat center/cover;}
.home6 .cont p{text-align: center;font-size: 0.18rem;line-height: 0.36rem;color: #333333;margin-bottom: 0.2rem;}
.home6-t{position: relative;align-items: center;}
.home6-t .left{position: relative;height: 100%;flex:1;min-width:0;}
.home6-t .right{position: relative;height: 100%;flex:1;min-width:0;}
.home6-t .mid{width: 2.6rem;}


@keyframes sca{
 
	0%{transform: scale(.9);}

	65% {transform: scale(1.05);}
	100% {transform: scale(.9);}
}

@media screen and (min-width:1025px){
.home6-t{height:3.75rem;padding: 0 5%;}
.home6-t .left li{position: absolute;animation: sca 3s linear infinite;}
.home6-t .right li{position: absolute;animation: sca 3s linear infinite;}
 .home6 .left li:nth-child(1){left: 0%;top: 20%;width: 1.4rem;animation-duration: 6s;}
  .home6 .left li:nth-child(2){left: 11%;bottom: 11%;width: 1.3rem;animation-duration: 5s;}
  .home6 .left li:nth-child(3){left: 28%;top: 22%;width: 1.6rem;animation-duration: 4s;}
  .home6 .left li:nth-child(4){left: 44%;bottom: 0%;width: 1.3rem;animation-duration: 3s;}
  .home6 .left li:nth-child(5){right: 9%;top: 0%;width: 1.9rem;animation-duration: 4.5s;}
  .home6 .left li:nth-child(6){right: 3%;bottom: 15%;width: 1.3rem;animation-duration: 3.5s;}
  .home6 .mid a{width: 2.6rem;animation-duration: 4s;animation: sca 3s linear infinite;}
  .home6 .mid a img{width:100%;}
  .home6 .right li:nth-child(1){left: 0%;top: 0%;width: 1.9rem;animation-duration: 6s;}
  .home6 .right li:nth-child(2){left: 14%;bottom: 10%;width: 1.6rem;animation-duration: 5s;}
  .home6 .right li:nth-child(3){left: 40%;top: 27%;width: 1.6rem;animation-duration: 4.5s;}
  .home6 .right li:nth-child(4){right: 20%;top: 0%;width: 1.3rem;animation-duration: 3.5s;}
  .home6 .right li:nth-child(5){right: 15%;bottom: 0%;width: 1.3rem;animation-duration: 4s;}
  .home6 .right li:nth-child(6){right: 0%;top: 30%;width: 1.4rem;animation-duration: 5s;}



}
@media screen and (max-width:1024px){
    .home6{padding: 0.4rem 0;}
   .home6-t .left{width:100%;flex:none;margin-top:.3rem}
   .home6-t .right{width:100%;flex:none;margin-top:0rem}
   .home6-t .mid{margin:0 auto;order: -1;}
   .home6-t ul{display: flex;flex-wrap: wrap;}
   .home6-t li{width: 33.3%;margin-bottom: 0.2rem;}
   .home6-t li img{width: 100%;}
}
@media screen and (max-width:768px){
   
}
@media screen and (max-width:600px){
   
}

/* h7 */
.home7{padding: 1rem 0 0;width: 100%;/* overflow: hidden; */z-index: 10;}
.home7::after{width: 100%;bottom: auto;top: 0;background: url(../images/hbg7.jpg) no-repeat center/cover;height: 80%;}
.home7 .title{padding-right: 0.35rem;}
.home7 .title h3,.home7 .title p,.home7 .more a{color: #fff;}
.home7 .title i{background: #fff;}
.home7 .title .tit{justify-content: flex-end;}
.home7 .more{align-items: center;position: relative;margin-top: 1.1rem;justify-content: flex-end;display: flex;padding-right: 0.5rem;}
.home7 .ul-iconsb1{padding: 0rem;justify-content: flex-end;}
.home7 .ul-iconsb1{margin-bottom: 0.3rem;} 

.ul-iconsb1 li{padding: 0 0 0 0.2rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .icon{width:0.5rem;height: .5rem;border-radius: 50%;}
.home7 .ul-iconsb1 .icon{background: #0C74BE;display: flex;align-items: center;justify-content: center;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
/* .ul-iconsb1 li:last-child .qrbox::before{right: .15rem;left: auto;transform: translateX(0%);} */
.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;}
.home7-t{align-items: flex-end;}
.home7-t .left{width: 34%;}
.home7-t .mid{width: 32%;}
.home7-t .right{width: 34%;}
.home7-t dt a{display: block;position: relative;}
.home7-t dt .imged::after{width: 100%;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);height: 50%;}

.home7-t dt .con{align-items: center;padding: 0 0.3rem 0.25rem;position: absolute;left: 0;bottom: 0;z-index: 10;width: 100%;}
.home7-t dt h3{padding-left: 0.1rem;flex: 1;min-width: 0;}
.home7-t dt p{color: #fff;font-size: 0.22rem;font-weight: 500;margin-bottom: 0.1rem;}
.home7-t dt .con img{width: 0.32rem;}
.home7-t dt .con span{font-family: Georgia;font-size: 0.18rem;color: #fff;}

.home7-t .mid dt .imged{padding-bottom: 7.5rem;}
.home7-t .right .imged{padding-bottom: 3.24rem;}
@media screen and (min-width:1025px){
    .home7-t .left dt .imged{padding-bottom: 3.75rem;}
    .home7 .ul-iconsb1 li .con:hover .icon{background: #10A957;}
}

@media screen and (max-width:1024px){
  .home7 .title{display:flex;}
.home7 .more{position:absolute;margin-top:0;}
    .home7{padding: 0.4rem 0;}
    .home7-t .left{width: 100%;}
    .home7-t .mid{width: 50%;}
    .home7-t .right{width: 50%;}
}
@media screen and (max-width:768px){
    .home7-t .mid{width: 100%;padding: 0 0;margin: .2rem 0;}
    .home7-t .right{width: 100%;}
    .home7-t .mid dt .imged{padding-bottom: 130%;}
    .home7-t .right .imged{padding-bottom: 60%;}
  
    .home7 .more{position:absolute;margin-top:0;}
    .home7 .ul-iconsb1{justify-content:center;}
    .home7 .ul-iconsb1 li .icon img{max-width:.25rem;}
}
/* home8 */
.home8{padding: 0.6rem 0 0.8rem;}
.home8::after{width: 100%;height: auto;background: url(../images/hbg8.png) no-repeat bottom/cover;top: -1.7rem;}
.home8-t li *{transition: 0.5s;}
.home8-t{position: relative;padding: 0 0.92rem;}
.home8-t li a{display: block;transition: 0.5s;position: relative;}
.home8-t li .imged{padding-bottom: 140%;}
.home8-t li .con{position: absolute;right: 0.6rem;bottom: 0;}
.home8-t li p{width: 0.24rem;text-align: center;color: #fff;font-size: 0.16rem;padding-bottom: 0.24rem;}
.home8-t li p::after{width: 0.24rem;height: 0.61rem;background: rgba(255, 255, 255, 0.37);left: 0;}
.home8-t .arror{width: 0.6rem;height: 0.6rem;border-radius: 50%;box-shadow: 0rem 0.04rem 0.1rem 0px rgba(168, 168, 168, 0.3);margin: 0;transform: translateY(-50%);background: url(../images/h4-prev1.png) no-repeat;background-size: 100% 100% !important;transition: 0.5s;}
.home8-t .arror::after{display: none;}
.home8-t .swiper-button-prev{left: 0rem;}
.home8-t .swiper-button-next{transform: rotateY(180deg) translateY(-50%);right: 0rem;}
.home8-t .arror:hover{background: url(../images/h4-prev2.png) no-repeat;}



.home8-b{margin-top: 0.78rem;}


.home8-b li{width: 14.2%;text-align: center;padding: 0 0.1rem;}
.home8-b li a{display:flex;flex-direction: column;align-items: center;}
.home8-b li span{width: 0.3rem;height: 0.3rem;}
.home8-b li span img{width: 100%;}
.home8-b li p{margin: 0.15rem 0;font-size: 0.22rem;color: #333;line-height: 1.5;}
.home8-b li .img{display: none;order: 3;}
.home8-b li *{transition: 0.5s;}
@media screen and (min-width:1025px){
    .home8-b::after{width: auto;height: 1.28rem;left: -1.6rem;right: -1.6rem;background: url(../images/h8-line.png) no-repeat;background-size: 100% 100%;bottom: auto;top: 0.24rem;}
    .home8-t li.swiper-slide-active+li,.home8-t li.swiper-slide-active+li+li+li{padding-top: 0.55rem;}
    .home8-b li a:hover p{color: #0069AD;font-weight: bold;}
    .home8-b ul{height: 2.16rem;}
    .home8-b li:nth-child(1){padding-top: 0.45rem;}
    .home8-b li:nth-child(2){padding-top: 0.55rem;}
    .home8-b li:nth-child(3){padding-top: .9rem;}
    .home8-b li:nth-child(4){padding-top: 0.8rem;}
    .home8-b li:nth-child(5){padding-top: 1.35rem;}
    .home8-b li:nth-child(6){padding-top: 0.65rem;}
    .home8-b li:nth-child(7){padding-top: 0.55rem;}
    .home8-b li:nth-child(4) p,.home8-b li:nth-child(6) p{order: -1;}
    .home8-b li a:hover span{display: none;}
    .home8-b li a:hover .img{display: block;}
    .home8-b li a:hover p{order: -1;color: #0069AD;font-weight: bold;}
    .home8-b li p{white-space: nowrap;}
    .home8-b li a:hover{transform: translateY(-.75rem);}
    .home8-b li:nth-child(4) a:hover{transform: translateY(-.5rem);}
    .home8-b li:nth-child(6) a:hover{transform: translateY(-.5rem);}
}

@media screen and (max-width:1024px){
    .home8{padding: 0.4rem 0 0.1rem;}
    .home8-b{margin-top:.25rem;}
}
@media screen and (max-width:768px){
    .home8-b li{width: 25%;margin-bottom: 0.2rem;}
    .home8-t .arror{width:.45rem;height:.45rem;}
    .home8-t{padding:0 .5rem;}
}
@media screen and (max-width:480px){
    .home8-b li{width: 33.3%;}
}



/* footer */
.footer{width: 100%;background: linear-gradient(180deg, #00A7DE 2%, #0159E8 100%);position: relative;z-index: 10;}
.foot-b{padding: 0.35rem 0 0.35rem;justify-content: space-between;/* align-items: center; */}
.foot-b .fot-2{width: 35%;}
.foot-b .fot-3{width: 2.7rem;text-align: center;/* margin-top: -0.75rem; */display: flex;justify-content: space-between;}
.foot-b .ul-iconsb1{justify-content: center;}
.foot-b .ul-iconsb1 li{padding:0 0.1rem;}
.foot-b .ul-iconsb1 li .icon img{width: 100%;}
.foot-b .fot-3 .img img{width: 1.2rem;height: 1.2rem;}
.foot-b .fot-3 p{margin-top: 0.1rem;color: #fff;font-size: 0.18rem;}

.foot{padding: 0rem 0 0.45rem;}
.foot .wp{justify-content: space-between;align-items: center;}
.foot dl{width: 70%;}
.foot dt{width: 50%;}
.foot p{font-size: 0.18rem;color: #fff;line-height: 0.42rem;}


@media screen and (max-width:1024px){
   .foot-b{padding: 0.25rem 0;}
   .foot{padding: 0rem 0 0.25rem;}
}
@media screen and (max-width:768px){
    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2{width:100%;margin: 0.3rem 0;}
    .foot-b .fot-3{margin: 0 auto 0;}
    .foot dl{width:100%;}
    .foot dt{width: 100%;text-align: center;}
    .foot p{width: 100%;text-align: center;line-height: 1.6;}
}
@media screen and (max-width:440px){
   
}






@media screen and (max-width:1300px){
   .header_top #logo img{max-width:5rem;}
  
}

@media screen and (max-width:1200px){
    

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
     .title .h3:after{display:none;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
    .swiper-box1 .imged{padding-bottom:50%;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title .tit{margin:0}
    .title h3{font-size: 0.22rem;margin:0;}
    .txt1 { font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .title .h3 span{width:.45rem;}
    .title p i{display:none;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
}