@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:Philosopher; src:url(../fonts/PHILOSOPHER-BOLD.TTF);}

.header_box_li { position: relative; z-index: 1; }
.header_box {position: fixed;z-index: 1000;width: 100%;}
#header {width: 100%;transition: all 0.36s ease 0s;/* background: #166ac5; */}
.header_box_li #header::before {content: "";position: absolute;height: 1.2rem;top: -0.01rem;left: 0px;right: 0px;transition: all 0.2s ease 0s;opacity: 1;visibility: visible;pointer-events: none;background: linear-gradient(180deg, #166ac5 0%, rgba(9, 38, 124, 0) 100%);z-index: -1;}

.fixed #header {background: #166ac5}
.fixed #header::before {height: 100%;}
/* #header.xg .wp {height: 1.2rem;} */
#header .right {padding-left: 5%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;position: relative;padding-top: .12rem;}
.list_box0 {display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li {font-size: 0.16rem;color: rgba(255, 255, 255,.8);transition: all 0.6s ease 0s;position: relative;display: flex;align-items: center;}
.list_box0 .li:hover { opacity: .7;}
.list_box0 .li a {align-items: center;display: flex;padding: 0px 0.15rem;}
.list_box0 .li:last-child a {padding-right: 0px;border-right: none;}
.list_box0 .li img{display: inline-block;margin-right: 0.1rem;}
.header_box .wp {height: 1.2rem;position: relative;display: flex;justify-content: space-between;transition: all 0.5s ease 0s;align-items: center;}

.header_box #logo img {width: 4rem;display: block;}
#nav {width: 100%;}
#nav ul {display: flex;justify-content: space-between;width: 100%;}
#nav ul li { z-index: 0; height: 100%; position: relative; }
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2; }
#nav ul li h3 {font-size: 0.2rem;color: rgb(255, 255, 255);line-height: 0.65rem;position: relative;transition: all 0.36s ease 0s;}
#nav ul li h3::after {content: "";position: absolute;left: -0.1rem;width: 0.26rem;height: 0.26rem;background: linear-gradient(
150deg, rgb(248, 217, 126) 0%, rgba(248, 217, 126,0) 100%);top: 0.1rem;border-radius: 50%;opacity: 0;}

#nav ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem;min-width: 1.6rem;}
#nav ul li .sub::after { content: ""; position: absolute; left: 50%; bottom:100%; transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;}
#nav ul li .sub .box {padding: 0.14rem 0.18rem .07rem;text-align: center;}
#nav ul li .sub a {padding: 0.1rem 0.05rem;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 0.16rem;color: #343434;text-align: center;min-width: 1rem;border-bottom: 1px solid #ddd;font-weight: 500;}
#nav ul li .sub a:last-child{border-bottom:none;}
#nav ul li .sub a:hover {color: #166ac5;border-bottom: 1px solid #166ac5;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3::after,#nav ul li:hover .home3::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: #166ac5;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_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: #166ac5;}
#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: #166ac5;}
#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 10px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: block;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;overflow-x: hidden;overflow-y: auto;}
#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: #166ac5 url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .2rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #166ac5;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}
.list_box_nav_mobile{width:100%;/* max-height: calc(100% - 120px); *//* 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(-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: 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 #166ac5;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: #166ac5; 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: #166ac5;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: #166ac5; 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); }
}
.miso_btn1 {width: .86rem;height: .46rem;cursor: pointer;position: absolute;right: 0rem;top: .35rem;justify-content: center;display: flex;align-items: center;border-radius:0.23rem 0 0 0.23rem;background: #166ac5;}


#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.26rem; height: 0.2rem; position: relative; display: flex; flex-direction: column; justify-content: flex-start; }
#openBtn .lcbody .lcitem {width: 100%;height: 1px;position: absolute;transition: transform 0.36s ease 0s;border-radius: 0rem;} 
#openBtn .lcbody .lcitem:nth-child(2) {width:70%;}
/* #openBtn .lcbody .lcitem:nth-child(3) { width: 70%; } */
#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0px;left: 0;background: rgb(255, 255, 255);}
#openBtn .lcbody .top { top: 0px; }
#openBtn .lcbody .center { display: block; top: 50%; width: 100%; }
#openBtn .lcbody .bottom { top: 100%; }
#openBtn .lcbody:hover .lcitem.top .rect { animation: 0.4s ease-in-out 0s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.center .rect { animation: 0.4s ease-in-out 0.1s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.bottom .rect { animation: 0.4s ease-in-out 0.2s 1 normal none running move; }
#openBtn p{font-size: 0.14rem;color: #FFFFFF;display: none;}
.active#openBtn .lcitem.top { transform: rotateZ(45deg); top: 49%; }
.active#openBtn .lcitem.center { opacity: 0; }
.active#openBtn .lcitem.bottom { transform: rotateZ(-45deg); top: 49%; width: 100%; }
/* .active#openBtn p{display: block;}
.active#openBtn .lcbody{display: none;} */
@keyframes move { 
  0% { right: 0px; }
  40% { right: 0px; width: 0px; }
  60% { right: auto; width: 0%; }
  100% { right: auto; width: 100%; }
}
.show { overflow: hidden; }
.show .g-nav2 { transform: translateY(0px); }
.g-nav2 {position: fixed;z-index: 998;left: 0px;top: 0px;right: 0px;bottom: 0px;transition: all 0.5s ease 0s;transform: translateY(-100%);}
.g-nav2:after{content:"";position:absolute;width:100%;height:100%;background: #000;opacity: .7;}
.g-nav2 .scroll {position: absolute;z-index: 1;left: 0px;right: 0px;top: 1.5rem;bottom: 0px;overflow-y: auto;padding: 0 1rem;}
.g-nav2 .scroll .wp { width: 100%; max-width: 100%; padding: 0px 0.5rem; }
.g-nav2 .scroll ul {width: 100%;flex-wrap: nowrap;position: relative;}
.g-nav2 .scroll ul:after{content:"";position:absolute;width:100%;top:.7rem;/* background:#D8D8D8; */opacity:.1;left:0;z-index:1;height: 1px;}
.g-nav2 .scroll li {width: 12.5%;flex-shrink: 0;/* padding: 0px 0.15rem; */}
.g-nav2 .scroll li h2 a {color: rgb(255, 255, 255);line-height: 0.3rem;display: flex;/* padding-bottom: 0.15rem; */position: relative;z-index: 1;justify-content: center;}
.g-nav2 .scroll li h2 {font-size: 0.22rem;font-weight: bold;line-height: 0.3rem;position: relative;z-index: 1;text-align: center;/* padding: 0 0.6rem; */}
.g-nav2 .scroll li h2::after{width: 1px;height: 0.2rem;background: #fff;opacity: .8;left: auto;right: 0;bottom: auto;top: 38%;transform: translateY(-50%) rotate(15deg);}
.g-nav2 .scroll li:last-child h2::after{display: none;}
.g-nav2 .scroll li .list {padding: 0.17rem 0px;text-align: center;}
.g-nav2 .scroll li .list h3 {font-size: 0.2rem;line-height: 0.4rem;margin-bottom: 0.1rem;color: rgb(255, 255, 255);white-space: nowrap;transition: 0.5s;}
.g-nav2 .scroll li .list dl {padding-bottom: 0.05rem;}
.g-nav2 .scroll li .list dt {font-size: 0.16rem;line-height: 0.26rem;color: rgb(255, 255, 255);transition: all 0.5s ease 0s;margin-bottom: .1rem;}
.g-nav2 .scroll li .list h3:hover{opacity: .8;}
.g-nav2 .scroll li .list dt:hover{opacity: .8;}
.show #nav { opacity: 0; visibility: hidden; }
.g-nav2 .scroll li.on h2::after { width: 100%; left: 0px; }
.g-nav2 .scroll ul.on li { width: 9.5%; }
.g-nav2 .scroll ul.on li.on { width: 24%; padding: 0px 0.3rem; transition:0.5s;}
.g-nav2 .scroll li.on h2 {padding: 0 0.3rem;}
.g-nav2 .scroll li.on .list {background: linear-gradient(rgba(73, 34, 172, 0.3) 0%, rgba(216, 216, 216, 0) 100%);padding: 0.2rem 0.3rem;}

@keyframes ani_roll2 { 
  0% { background-position: 0px bottom; }
  100% { background-position: -100% bottom; }
}



/* 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;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform:scale(1);/* transition: 0.5s; */}
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 95%);}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1);}
.main-visual-slider video{transform: scale(1.1)\0;}

.swiper-box1 .arrow{align-items: center;position: absolute;bottom: 0.3rem;right: 4%;}
.swiper-box1 .cir{bottom: auto;z-index: 10;width: auto;display: flex;justify-content: center;align-items: center;position: relative;padding: 0 0.4rem;}
.swiper-box1 .cir span{margin: 0px 0.15rem !important;width: 0.25rem;height: 0.25rem;opacity: 1;font-size: 0.27rem;color: #fff;position: relative;border-radius: 0;background: none;}
.swiper-box1 .cir span::before{content: "";position: absolute;bottom: 50%;right: 110%;width: 0.42rem;height: 1px;background: #fff;opacity: 0;}
.swiper-box1 .cir span::after{content: "";position: absolute;bottom: 50%;left: 110%;width: 0.42rem;height: 1px;background: #fff;opacity: 0;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;width:0.36rem;height: 0.28rem;background: url(../images/cir1.png) no-repeat;background-size: 100% 100%;font-size: 0;margin: 0 0.45rem !important;}
.swiper-box1 .cir .swiper-pagination-bullet-active::before,.swiper-box1 .cir .swiper-pagination-bullet-active::after{opacity: 1;}
.swiper-box1 .arror{position: relative;left: auto;top: auto;right: auto;margin: 0;width: 0.32rem;height: 0.43rem;}
.swiper-box1 .arror::after{display: none;}
.banner .bb{width: 0.64rem;left: 50%;transform: translateX(-50%);bottom: 0.15rem;position: absolute;z-index: 10;height: 0.64rem;border-radius: 50%;background: rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: center;}
.banner .bb a{animation: shubiao 1.4s infinite linear;}

@keyframes shubiao { 0% { 
  transform: translateY(-0.02rem);
   opacity: 0.7; }
 100% { 
  transform: translateY(0.02rem);
   opacity: 1; } }

/* home1 */

.home1{padding: 0.65rem 0rem;width: 100%;}
.title{margin-bottom: .55rem;align-items: center;position: relative;justify-content: space-between;}
.title .h3{cursor: pointer;margin: 0 auto;text-align: center;}
.title h3{font-size: 0.36rem;color: #333;z-index: 10;font-weight: bold;margin-top: -0.3rem;}
.title p{font-size: .9rem;text-transform: uppercase;color: #fff;text-shadow: 0rem 0.03rem 0.07rem rgba(22, 106, 197, 0.15);padding-left: 0.15rem;}
.more{position: absolute;right: 0;bottom: .15rem;}
.more a{transition: 0.5s;align-items: center;font-size: 0.18rem;color: #166ac5;transition: 0s;}
.more a img{display:inline-block;margin-left:.1rem;width: .24rem;}

.w-tab{position: relative;}
.w-tab .tab{width: 100%;top: 0;left: 0;position: absolute;opacity: 0;visibility: hidden;transition: 0.5s;}
.w-tab .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.more-t a{display: none;}
.more-t a.on{display: flex;}
.home1 .title .h3{margin: 0;text-align: left;}
.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 60%;position: relative;}
.home1-t .right{width: 36%;}
.h1-t1{padding: 0 0.9rem 0.3rem 0;}
.h1-t1::after{width: 100%;height: auto;top: 0.25rem;bottom: 0;background: url(../images/h1bg.jpg) no-repeat center/cover;}
.home1-t .left li a{display: block;position: relative;}
.home1-t .left li .imged{padding-bottom: 56%;}
.home1-t .left li .imged::after{width: 100%;height: 30%;opacity: 0.6;
background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);}
.home1-t .left li .con{padding: 0.27rem 0.35rem;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home1-t .left li h3{font-size: 0.2rem;color: #fff;line-height: 1.2;}
.home1-t .left li p{font-size: 0.16rem;color: #fff;margin: 0rem 0 0.1rem;font-family: sy;}
.home1-t .left .cir{width: auto;display: flex;align-items: center;justify-content: center;bottom: 1.5rem;flex-direction: column;left: auto;right: 0.45rem;}
.home1-t .left .cir span{margin: 0.1rem 0 !important;opacity: .5;width: 0.1rem;height: 0.1rem;border-radius: 50%;}
.home1-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;}
.home1-t .left dl{margin: 0.35rem -0.35rem 0;}
.home1-t .left dt{width: 33.3%;padding: 0 0.35rem;border-right: 1px solid #ddd;}
.home1-t .left dt a{display:flex;flex-wrap:wrap;}
.home1-t .left dt:last-child{border-right: none;}
.home1-t .left dt .date{text-align: center;}
.home1-t .left dt .con{}
.home1-t .left dt span{font-family: sy;font-size: 0.32rem;color: #166ac5;}
.home1-t .left dt p{font-family: sy;font-size: 0.14rem;color: #166ac5;margin-top: 0.05rem;}
.home1-t .left dt h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;margin-top: 0.15rem;width: 100%;}
.home1-t .right ul{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.home1-t .right li a{align-items: center;padding: 0rem 0.3rem;height: 1.1rem;}
.home1-t .right li a::after{background: url(../images/h1-bg.png) no-repeat bottom/cover;width: 100%;opacity: 0;border-left: 0.04rem solid #ff6406;}
.home1-t .right li .date{text-align: center;padding: 0rem 0.3rem 0rem 0;border-right: 1px solid #ddd ;}

.home1-t .right li .con{flex: 1;min-width: 0;padding-left: 0.39rem;}
.home1-t .right li span{color: #9eafcd;font-size: 0.32rem;font-family: sy;}
.home1-t .right li p{font-family: sy;color: #9eafcd;font-size: 0.14rem;margin-top: 0.1rem;}
.home1-t .right li h3{font-size: 0.2rem;color: #111;line-height: 0.28rem;max-height: 0.56rem\0;}
.more a:hover{font-weight:bold;}

@media screen and (min-width: 1025px) {
  .home1-t a:hover h3{color: #166ac5;}
  .home1-t .right li a:hover::after{opacity: 1;}
  .home1-t .right li a:hover span,.home1-t .right li a:hover p{color: #166ac5;}
  .h1-t1{margin-top: -0.25rem;}
  .h1-t1 li a:hover h3{color: #fff;}
}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;overflow:hidden;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.1rem;}
  .home1-t .left dl{margin: 0.35rem -0.1rem 0;}
  .home1-t .left dt{width: 33.3%;padding: 0 0.1rem;}
}

@media screen and (max-width: 768px) {
.home1-t .left dt{width: 100%;border-right: none;margin-bottom: 0.2rem;}
  .h1-t1{padding: 0 0.5rem 0.3rem 0;}
  .home1-t .left .cir{right:.25rem;}
  .home1-t .left li .con{padding:0 .2rem .2rem;}
  .home1-t .right li .date{padding-right:.15rem;}
   .home1-t .right li .con{padding-left:.15rem;}
}
@media screen and (max-width: 420px) {
  .home1-t .left .cir{bottom:1rem;}
}


/* home2 */
.home2{width: 100%;padding: 1.3rem 0 .5rem;position: relative;z-index: 1;/* overflow: hidden; */}
.home2::after{width: 100%;height: 3.15rem;bottom: auto;top: 0;background: url(../images/hbg2.png) no-repeat top/100%;}
.home2-t li{text-align: center;}
.home2-t li a{display: block;padding: 0 0.1rem;}
.home2-t li .img{width: 1.49rem;height: 1.49rem;padding: 0.1rem;border-radius: 50%;margin: 0 auto 0.2rem;background: #d9e6fa;}
.home2-t li .img::after{width: 100%;height: 100%;background: url(../images/h2-c1.png) no-repeat;background-size: 100% 100% !important;opacity: .3;}
.home2-t li span{border-radius: 50%;width: 100%;height: 100%;background: #fff;display: flex;align-items: center;justify-content: center;}
.home2-t li span img{max-width: 0.79rem;max-height: 0.73rem;}
.home2-t li p{font-size: 0.2rem;color: #111;line-height: 1.3;}
.home2-t li.slick-current+li .img::after{transform: rotate(-30deg);}
.home2-t li.slick-current+li+li .img::after{transform: rotate(-90deg);}
.home2-t li.slick-current+li+li+li .img::after{transform: rotate(-110deg);}
.home2-t li.slick-current+li+li+li+li .img::after{transform: rotate(-130deg);}
.home2-t li.slick-current+li+li+li+li+li .img::after{transform: rotate(-150deg);}
.home2-t li.slick-current+li+li+li+li+li+li .img::after{transform: rotate(-180deg);}


@media screen and (min-width: 1025px) {
  .home2-t{padding: 0 0%;}
  .home2-t li a:hover p{color: #166ac5;}
  .home2-t li a:hover .img::after{opacity: 1;}
  .home2-t li a:hover span img{transform:rotateY(360deg);transition:0.5s;}
}

@media screen and (max-width: 1024px) {
  .home2{padding: 0.4rem 0 0rem;}

 
}

@media screen and (max-width: 768px) {
  .home2-t li .img{width: 1.2rem;height: 1.2rem;}
  .home2-t li span img{max-width: 0.5rem;max-height: 0.45rem;}
}
@media screen and (max-width: 420px) {
 
}

/* home3 */
.home3{padding: .3rem 0 0.7rem;z-index: 2;}
/* .home3-t li *{transition: 0.5s;} */
.home3-t{position: relative;}
.home3-t li .a::after{width: 100%;height: auto;top: 0.4rem;opacity: 0;background: url(../images/h3bg.jpg) no-repeat right/cover;}
.home3-t li.swiper-slide-active .a{padding: 0 0.3rem 0.3rem;background: none;}
.home3-t li.swiper-slide-active .a::after{opacity: 1;}
.home3-t li .scale{width: 4rem;flex-shrink: 0;}
.home3-t li .con{flex: 1;min-width: 0;padding-left: 0.35rem;display: none;padding-top: 1rem;}
.home3-t li.swiper-slide-active .scale{width: 7.1rem;}
.home3-t li.swiper-slide-active .con{display: block;}
.home3-t li .date{text-align: center;width: .6rem;}
.home3-t li span{color: #fff;font-size: 0.32rem;font-family: sy;}
.home3-t li p{color: #fff;font-size: 0.14rem;font-family: sy;margin-top: 0.05rem;}
.home3-t li h3{ font-size: 0.2rem;color: #fff;line-height: 0.28rem;max-height: 0.56rem\0;margin: 0.3rem 0 1.42rem;}
.home3-t li h4{align-items: center;background: #fff;border-radius: 0.4rem;width: 1.5rem;height: 0.4rem;padding: 0 0.25rem;justify-content: space-between;font-size: 0.16rem;color: #166ac5;}
.home3-t li a{display:block;height: 100%;width: 100%;}

@media screen and (min-width:1025px){
  .home3-t{height: 4.6rem;}
  .home3-t ul{align-items:center;}
  /* .home3-t li{width: 20%;} */
  .home3-t li{width: 70%;display: flex;transition: 0s !important;}
  .home3-t li .a{background: #e7f2fc;padding: 0.75rem .65rem;flex-wrap: nowrap;width: 100%;transition: 0s;}
  .home3-t li.swiper-slide-next .a{transform:translateX(-.6rem) translateY(.15rem);width:5.5rem;}
  .home3-t li.swiper-slide-prev .a{transform:translateX(.3rem) translateY(.25rem);justify-content: flex-end;width:5.5rem;}
  .home3-t li.swiper-slide-prev{justify-content: flex-end;}
}



@media screen and (max-width:1024px){
    .home3{padding: 0.3rem 0 0.4rem;}
  .home3-t li.swiper-slide-active .scale{width: 5rem;}
  .home3-t li h3{margin:.2rem 0;}
  
}
@media screen and (max-width:768px){
  .home3-t li.swiper-slide-active .scale{width: 100%;}
  .home3-t li.swiper-slide-active .con{padding:.2rem 0;flex:none;width:100%;}
}


/* home4 */
.home4{width: 100%;padding: 0rem 0rem 0.85rem;}
.home4::after{width: 100%;height: 100%;background: url(../images/hbg4.jpg) no-repeat bottom/cover;}

.home4-t{justify-content: space-between;position: relative;padding: 0 .55rem;align-items: flex-start;}
.home4-t .left{width: 54%;position: relative;z-index: 10;}
.home4-t .right{width: 48%;margin-left: -2%;padding-bottom: 0.86rem;}
.home4-t .left .swiper-container{height: 5rem;}
.home4-t .left li a{align-items: center;height: 100%;border-bottom: 1px solid #ddd;padding: 0 0.3rem;}
.home4-t .left li a::after{background: url(../images/h4-bg.png) no-repeat center/100% 100%;width: 100%;opacity: 0;}
.home4-t .left li a::before{content: "";position: absolute;bottom: -.18rem;left: 0;right: -0.2rem;height: 0.32rem;background: url(../images/h4line.png) no-repeat;background-size: 100% 100%;opacity: 0;z-index: -1;}

.home4-t .left li .date{text-align: center;}
.home4-t .left li .con{flex: 1;min-width: 0;padding-left: 0.3rem;}

.home4-t .left li *{transition: 0.5s;}
.home4-t .left li h3{font-size: 0.2rem;line-height: 0.28rem;color: #111;}
.home4-t .left li h4{font-size: 0.16rem;line-height: 0.28rem;max-height: 0.56rem\0;margin: 0.11rem 0 0;color: #166ac5;opacity: .6;display: none;}
.home4-t .left li p{font-size: 0.16rem;color: #166ac5;font-family: sy;margin-top: 0.05rem;}
.home4-t .left li span{font-size: 0.32rem;color: #166ac5;font-family: sy;}
.home4-t .left li.swiper-slide-active+li+li+li{padding-bottom:.15rem;}
.home4-t .right::after{width: auto;left: 0.2rem;right: 0.2rem;height: 4.64rem;background: url(../images/h4-img.png) no-repeat bottom/100%;}
.home4-t .right li.swiper-slide-active{opacity:1 !important;}
.home4-t .right li .imged{padding-bottom:61%;}
.home4-t .arror{margin: 0;width: 0.24rem;height: 0.84rem;transform: translateY(-50%);}
.home4-t .arror::after{display: none;}
.home4-t .swiper-button-prev{left: 0rem;}
.home4-t .swiper-button-next{right: 0rem;}
.home4-t .left li.swiper-slide-active a{align-items: flex-start;padding: 0.15rem .3rem;}
.home4-t .left li.swiper-slide-active a::after{opacity: 1;}
.home4-t .left li.swiper-slide-active a::before{opacity: 1;}
.home4-t .left li.swiper-slide-active h3{color: #166ac5;}
.home4-t .left li.swiper-slide-active h4{display: -webkit-box;display: block\0;}

@media screen and (min-width: 1025px) {
/* .home4-t .left li.on a{height: 1.6rem;} */
.home4-t .left li{padding-right: 0.2rem;}


}
@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 .4rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin: 0.3rem 0 0;padding-bottom: 0.5rem;}  
  .home4-t{padding:0 .4rem;}
  .home4-t .left li a::before{right:0;}
  .home4-t .arror{top:50%;}
  .home4-t .swiper-button-prev{left: 0rem;}
  .home4-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width: 768px) {
 .home4-t .left li a::before{height:.22rem;bottom:-.11rem}
}

/* homed */
.homed{padding: 0.8rem 0 1.1rem;width: 100%;}
.homed::after{width: 67.6%;height: auto;background: url(../images/hbg5.png) no-repeat bottom/100%;bottom: -3.8rem;top: 2.9rem;}
.homed-t li .imged{padding-bottom: 56%;}
.homed-t li .con{height: 1.35rem;padding: 0.2rem 0.35rem;}
.homed-t li p{color: #ff6406;font-size: 0.16rem;padding-left: 0.25rem;background: url(../images/hd-t1.png) no-repeat left center/0.16rem;margin-bottom: 0.1rem;}
.homed-t li h3{color: #333;font-size: 0.2rem;line-height: 0.28rem;max-height: 0.56rem\0;}
.homed-t li *{transition: 0.5s;}

.homed-t .arrow{justify-content: center;align-items: center;margin-top: 0.1rem;}
.homed-t .cir{position: relative;align-items: center;z-index:1;bottom: auto;top: auto;left: auto;width: 4.96rem;display: flex;margin: 0 0.15rem;height: .05rem;background: #e7f0f9;border-radius: 0.05rem;}
.homed-t .cir:after{width:100%;height:0.05rem;content:"";position:absolute;left:0;bottom: 10%;/* background: #e7f0f9; *//* border-radius: 0.05rem; */}
.homed-t .cir span{flex: 1;height: 0.05rem;border-radius: 0.05rem;opacity: 1;width: auto;background:none;}
.homed-t .cir span.swiper-pagination-bullet-active{background: #ff6406;}
.homed-t .arror{width: 0.26rem;height: 0.26rem;border-radius: 50%;margin: 0 0.1rem;position: relative;top: auto;left: auto;right: auto;transition: 0.5s;background: #166ac5;}
.homed-t .arror::after{color: #fff;font-size: 0.12rem;}


@media screen and (min-width: 1025px) {
  .homed-t li:hover{z-index:10;}
.homed-t li a:hover{transform: scale(1.2);box-shadow: 0px 0px 0.2rem 0px rgba(22, 106, 197, 0.18);}
.homed-t li a:hover .con{background: #166ac5;height:1.2rem;}
.homed-t li a:hover p{color: #fff;background: url(../images/hd-t2.png) no-repeat left center/0.16rem;font-size:.14rem}
.homed-t li a:hover h3{color: #fff;font-size:.16rem;}
.homed-t li{padding: 0.44rem 0;}

}
@media screen and (max-width: 1024px) {
  .homed{padding: 0.4rem 0 .4rem;}
   .homed::after{bottom:0;top:0;}
  .homed-t li .con{height: 1.35rem;padding: 0.2rem 0rem;}

}
@media screen and (max-width: 768px) {
  .homed-t .cir{width:3rem;}
  .homed::after{bottom:0;}
}
@media screen and (max-width: 420px) {
   .homed-t .cir{width:2rem;}
}

/* home5 */
.home5{padding: 0rem 0 0rem;position: relative;overflow: hidden;}
.home5-t .title .h3{text-align: left;margin: 0;}
.home5-t .left{width: 66.2%;position: relative;z-index: 2;margin-top: .5rem;}
.home5-t .right .imged{padding-bottom: 43%;}
.home5-t .left .imged{padding-bottom:62%;}
.h5-t{height: 3.23rem;background: url(../images/h5-bg.jpg) no-repeat center/cover;padding: 0.3rem 0.8rem;position: relative;}
.h5-t a{align-items: center;}
.h5-t .scale{width: 4.2rem;}
.h5-t .con{flex: 1;min-width: 0;padding-left: 0.4rem;}
.home5 li h3{font-size: 0.2rem;line-height: 0.28rem;color: #fff;max-height: 0.56rem\0;margin-bottom: 0.15rem;}
.h5-t li h3{margin-bottom: 0.25rem;}
.home5 li p{font-size: 0.16rem;color: rgba(255, 255, 255,.6);margin-bottom: 0.1rem;padding-left: 0.3rem;line-height: 1.5;}
.home5 li p:nth-child(1){background: url(../images/h5-i1.png) no-repeat left center/0.2rem;}
.home5 li p:nth-child(2){background: url(../images/h5-i2.png) no-repeat left center/0.2rem;}
.home5 li h4{align-items: center;background: #fff;border-radius: 0.4rem;width: 1.5rem;height: 0.4rem;padding: 0 0.25rem;justify-content: space-between;font-size: 0.16rem;color: #166ac5;margin-top: 0.3rem;}

.home5-t .arror{margin: 0;width: 0.24rem;height: 0.84rem;transform: translateY(-50%);}
.home5-t .arror::after{display: none;}
.home5-t .swiper-button-prev{left: 0.25rem;}
.home5-t .swiper-button-next{right: 0.25rem;}
.home5-t li *{transition: 0.5s;}
.home5-b li a{display: block;position: relative;}
.home5-b ul{margin: 0rem -0.15rem 0;}
.home5-b li{width: 33.3%;padding: 0 0.15rem;margin-top: 0.3rem;}
.home5-b li .imged{padding-bottom: 58.5%;}
.home5-b li .con{padding: 0.2rem 0.25rem 0.2rem;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home5-b li .imged::after{width: 100%;height: 100%;background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.home5-b li .con::after{width: 0.78rem;height: 0.04rem;background: #166ac5;left: 0.25rem;}



@media screen and (min-width:1025px){
    .home5-t .title{width: 5.3rem;}
    .home5-t .right{position: absolute;right: 0;top: 0;width: 12.19rem;}
    .home5-b li a:hover .con::after{background: #ff6406;}
}

@media screen and (max-width:1024px){
  .home5{padding:0rem 0rem;}
  .home5-t .left{width: 100%;margin: 0;}
  .home5-t .right{width: 100%;margin: 0.3rem 0 0;display:none;}
  .home5-b ul{margin: 0rem -0.1rem 0;}
  .home5-b li{width: 33.3%;padding: 0 0.1rem;}
 
}

@media screen and (max-width:768px){
   .home5-b li{width: 100%;}
  .h5-t .scale{width: 3.5rem;}
}
@media screen and (max-width:600px){
   .h5-t .scale{width: 100%;}
   .h5-t .con{flex:none;width:100%;padding:.2rem 0 0 0;}
  .h5-t{height:auto;padding:.2rem .5rem;}
  .home5-t .swiper-button-prev{left: 0.1rem;}
  .home5-t .swiper-button-next{right: 0.1rem;}
}

/* home6 */
.set{z-index: 3;position: relative;}
.set::after{width: 100%;height: 17.12rem;background: url(../images/hbg6.png) no-repeat top/cover;}
.home6{width: 100%;padding:.85rem 0 .85rem;overflow: hidden;}
.home6-t{ justify-content: space-between;}
.home6-t .left{width: 53%;}
.home6-t .right{width: 44%;}
.home6-t .left li a{display: block;position: relative;}
.home6-t .left li .con{opacity: 0;width: 100%;padding: 0 0.3rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home6-t .left li.swiper-slide-active .con{opacity: 1;}
.home6-t .left li p{font-size: 0.18rem;color: #fff;margin-bottom: 0.1rem;font-family: sy;}
.home6-t .left li h3{font-size: 0.2rem;color: #fff;line-height: 0.28rem;}
.home6-t .left li{width: 82%;}
.home6-t .left li .imged::after{width: 100%;height: 100%;background:rgba(0,0,0,.5)}
.home6-t .left li.swiper-slide-active .imged:after{height: 50%;background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.home6-t .right li a{height: 1.03rem;align-items: center;border-bottom: 1px solid #ddd;}
.home6-t .right li a::after{background: url(../images/h1-bg.png) no-repeat bottom/cover;width: 100%;opacity: 0;border-left: 0.04rem solid #ff6406;}
.home6-t .right li .con{flex: 1;min-width: 0;padding-left: 0.3rem;}
.home6-t .right li span{color: #166ac5;font-size: 0.18rem;font-family: sy;}
.home6-t .right li h3{font-size: 0.2rem;color: #111;line-height: 0.28rem;max-height: 0.56rem\0;transition: 0.5s;}


@media screen and (min-width:1025px){
  .home6-t .right li a:hover::after{opacity: 1;}
  .home6-t .right li a:hover h3{color: #166ac5;}
  .home6-t .right li a:hover{padding:0 .2rem;}
}
@media screen and (max-width:1024px){
  .home6{padding: 0.4rem 0;}
  .home6-t .left{width: 100%;}
  .home6-t .right{width: 100%;margin-top: 0.3rem;}

}
@media screen and (max-width:768px){

}



/* home7 */
.home7{width: 100%;padding: 0.9rem 0 0rem;overflow: hidden;}
.home7::after{width: 90%;height: 8.61rem;bottom: auto;top: 0;left: 50%;transform: translateX(-50%);background: url(../images/hbg7.png) no-repeat top/100%;}
.home7-t{position: relative;align-items: flex-start;}
.home7-t .left{width: 32.5%;height: 8.06rem;background: url(../images/h7-bg.jpg) no-repeat bottom/cover;padding: 0.6rem 0.45rem 0;align-items: flex-start;}
.home7-t .right{width: 67.5%;}
.ul-iconsb1 li{padding: 0 0rem 0.23rem 0;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .icon{width:0.55rem;height: .55rem;border-radius: 50%;background: rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: center;}
.ul-iconsb1 .icon img{max-width:.3rem;}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .con:hover .icon{opacity: 1;}
  .ul-iconsb1{padding-right: 0.4rem;}
.ul-iconsb1 .qrbox{top: 50%;transform: translateX(-30%) translateY(-50%);opacity:0;visibility:hidden;margin-left: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 100%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
  .ul-iconsb1 .qrbox::before{content:"";border-top:.08rem solid transparent;border-bottom:.08rem solid transparent;border-right:.1rem solid #fff;left: -0.1rem;transform: translateY(-50%);position: absolute;top: 50%;}
  .ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateX(0%) translateY(-50%);}
  .ul-iconsb1 .con:hover .icon{background: #ff6406;}
.home7-t .left dl{padding-left: 0.4rem;background: url(../images/h7line.png) no-repeat left ;flex: 1;min-width: 0;}
.home7-t .left dt{margin-bottom: 0.4rem;}
.home7-t .left dt h3{font-size: 0.18rem;color: #fff;line-height: 0.28rem;max-height: 0.84rem\0;margin-bottom: 0.15rem;}

.home7-t p{align-items: center;color: #fff;}
.home7-t p img{display: inline-block;margin-right: 0.1rem;max-width: .3rem;}
.home7-t .right li{width: 50%;}
.home7-t .right li a{display: block;position: relative;}
.home7-t .right li .con{width: 100%;padding: 0 0.3rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home7-t .right li h3{color: #fff;font-size: 0.18rem;line-height: 1.3;margin-top: 0.1rem;}
.home7-t .right li .imged{padding-bottom: 61%;}
.home7-t .right li .imged::after{width: 100%;height: 50%;background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}

.home7-t .right li:nth-child(3){width: 70%;}
.home7-t .right li:nth-child(4){width: 30%;}
.home7-t .right li:nth-child(3) .imged{padding-bottom: 4.77rem;}
.home7-t .right li:nth-child(4) .imged{padding-bottom: 4.77rem;}


@media screen and (min-width:1025px){

  .home7-t .left dt h3{/* height: 0.84rem; */}
}

@media screen and (max-width:1024px){
  .home7{padding: 0.4rem 0 0rem;}
  /* .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%;box-shadow: 0px 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
  .ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;top: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
  .ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
  .ul-iconsb1{display: flex;flex-wrap: wrap;justify-content: center;}
  .ul-iconsb1 li{padding: 0 0.1rem;} */
  .home7-t .left{width: 100%;height: auto;padding: 0.2rem 0.2rem;align-items: flex-start;}
  .home7-t .right{width: 100%;margin-top: 0.3rem;}
  .home7-t .right li .con{padding:0 .2rem .1rem;}
  .ul-iconsb1{padding-right:.2rem;}
  .home7-t .left dt{margin-bottom: 0.2rem;}
}
@media screen and (max-width:600px){
.home7-t .right li:nth-child(3){width: 70%;}
.home7-t .right li:nth-child(4){width: 30%;}
.home7-t .right li:nth-child(3) .imged{padding-bottom: 3rem;}
.home7-t .right li:nth-child(4) .imged{padding-bottom: 3rem;}
  .home7-t .right li h3{font-size:.18rem !important;}
}
@media screen and (max-width:420px){
.home7-t .right li:nth-child(3){width: 60%;}
.home7-t .right li:nth-child(4){width: 40%;}
.home7-t .right li:nth-child(3) .imged{padding-bottom: 2.5rem;}
.home7-t .right li:nth-child(4) .imged{padding-bottom: 2.5rem;}
}


/* home8 */
.home8{width: 100%;overflow: hidden;padding: .85rem 0 0.4rem;}
.home8-t li .imged{padding-bottom:46%;}
.home8-t{margin: 0 -0.2rem;}
.home8-t li a{display: block;margin: 0 0.2rem;position: relative;}
.home8-t li .con{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;display: flex;align-items: center;justify-content: center;text-align: center;}
.home8-t li h3{color: #fff;font-size: 0.4rem;line-height: 1.2;font-family: sy;}



@media screen and (min-width:1025px){

}
@media screen and (max-width:1024px){
  .home8{padding: 0.4rem 0;}
  .home8-t li h3{font-size: 0.3rem;}
  .home8-t{margin: 0 -0.1rem;}
  .home8-t li a{display: block;margin: 0 0.1rem;position: relative;}
}
@media screen and (max-width:768px){
.home8-t li h3{font-size: 0.26rem;}
}

/* footer */
.footer{width: 100%;}
.footer::after{width: 100%;height: 100%;background: url(../images/fbg.png) no-repeat bottom;background-size: 100% 100%;}
.foot-b{padding: 2.1rem 0 0.25rem;justify-content: space-between;align-items: center;}
.foot-b .fot-1{width:30%;}
.foot-b .fot-2{width: 50%;padding: 0 7% 0 7%;border-left: 1px solid rgba(255, 255, 255, 0.2);border-right: 1px solid rgba(255, 255, 255, 0.2);}
.foot-b .fot-3{width: 15%;}
.foot-b .fot-1 .log{margin-bottom: 0.2rem;}
.foot-b .fot-1 .log img{max-width:4.02rem;}
.foot-b .fot-1 p{font-size: 0.16rem;line-height: 0.28rem;color: rgba(255,255,255,.6);margin-bottom: 0.05rem;align-items: center;display: flex;}
.foot-b .fot-1 p span{width: 0.2rem;display: flex;justify-content: center;padding-right: .05rem;}
.foot-b .fot-2 li{padding: 0 0.1rem;width: 50%;margin-bottom: 0.25rem;}
.foot-b .fot-2 li a{align-items: center;height: 0.54rem;background: url(../images/linkbg.png) no-repeat;background-size: 100% 100%;align-items: center;padding: 0 0.15rem;}
.foot-b .fot-2 li p{color: #fff;flex: 1;min-width: 0;padding-right: 0.1rem;font-size: 0.18rem;}
.foot-b .fot-2 li img{width: 0.14rem;}
.foot-b .fot-3 .img{width: .78rem;margin: 0 auto .15rem;}
.foot-b .fot-3 img{width: 100%;}
.foot-b .fot-3 p{font-size: 0.18rem;line-height: 1.5;color: #fff;text-align:center;opacity: .6;}

.foot{padding: 0.22rem 0;text-align: center;border-top: 1px solid rgba(255, 255, 255, 0.2);}
.foot p{font-size: 0.16rem;line-height: 1.5;color: rgba(255, 255, 255, 0.6);}
.foot p a{padding: 0 0.1rem;display: inline-block;color: rgba(255, 255, 255, 0.6);}
.foot p a img{max-width:.4rem;}

@media screen and (max-width:1024px){
  .foot-b{padding: .3rem 0 0.1rem;}
  .footer::after{background: #166ac5;}
  .foot-b .fot-1{width: 100%;text-align: center;}
  .foot-b .fot-2{width: 100%;margin:.2rem 0;padding: 0;border-left: none;border-right: none;}
  .foot-b .fot-3{width: 100%;text-align: center;}
  .foot-b .fot-1 p{justify-content:center;}
  .foot-b .fot-2 ul{margin:0 -.1rem;}

}
@media screen and (max-width:768px){



}
@media screen and (max-width:440px){

}



@media screen and (min-width: 1025px) {
/* .index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;padding-top: 1rem;
} */
.index {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
  z-index: 99;
  overflow: auto;
  outline: none;
}
.index.showdiv {top: 1.2rem;}
.showdiv #header::before{height: 0;/* background: #fff; */opacity: 1;}
.showdiv #header{background:#166ac5}
.showdiv #header .wp{background:none;}
.fadeInLeft.animated{visibility: visible !important;animation-name:fadeInLeft !important}
.fadeInRight.animated{visibility: visible !important;animation-name:fadeInRight !important}
.fadeInUp.animated{visibility: visible !important;animation-name:fadeInUp !important}

}

@media screen and (max-width: 1600px){
 .list_box1{padding-left: 5%;}
 .header_top #logo img{max-width: 3rem;}
}
@media screen and (max-width:1300px){
   .list_box1 .ser{padding-left:.5rem;}
   .header_top #logo img{max-width:5rem;}
}

@media screen and (max-width:1200px){
  .ph-con {display: block;padding: 0;}
/*  .swiper-box1 .imged{padding-bottom: 50%;} */
}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .title p{font-size: 0.5rem;}
    .swiper-box1 .swiper-pagination{/* bottom:.2rem; */padding: 0 .2rem;}
    .banner video{display: none;}
    .swiper-box1 .bb{display:none;}
    .banner .bb{display: none;}
    .swiper-box1 .cir{/* bottom: 0.25rem; */}
   .swiper-box1 .imged{padding-bottom: 45%;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;height: auto;}
    .title h3{font-size: 0.24rem;padding-left: 0;margin-top: -.1rem;}
    .title p{padding-left: 0;font-size: .4rem;}
    .title .h3{margin: 0 !important;text-align: left;}
    .txt1 {font-size: 0.2rem !important;}
    .p1 {font-size: 0.16rem !important;}
    
}

@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;}
}