@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}


.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;/* border-top: 0.05rem solid #152b86; */}
.header_top::after{width: 100%;height: 1.8rem;background: linear-gradient(180deg, rgba(39, 39, 39, 0.93) 0%, rgba(97, 97, 97, 0) 100%);bottom: auto;top: 0;}
.show .header_top::after{height:1rem;}
.fixed .header_top::after{height: 100%;background: #152b86;}
/* .fixed .header_top{background:#152b86;} */
.header_top .wp{width: 100%;max-width: 100%;padding: 0 1.35rem 0 0.35rem;}
.header_top .top{justify-content: space-between;height: 1.2rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width: 4.38rem;width: 4.38rem;}
.list_box1{flex:1;min-width: 0;padding-left: 15%;display: flex;flex-direction: column;align-items: flex-end;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.list_box1 .li{padding: 0 0.15rem;}
.list_box1 .li:last-child{border-right: 1px solid rgba(255, 255, 255, 0);padding-right: 0;}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.16rem;text-transform: uppercase;}
.list_box1 a img{display:inline-block;width: 0.19rem;}
.list_box1 a p{padding-left: 0.1rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .16rem;color: #fff;line-height: .28rem;}
.list_box1 .li .serbtn {
    width: 0.16rem;
    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;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;z-index: 1000;max-width: 10.5rem;}
#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: .55rem;position:relative;transition: .36s;}
#nav ul li h3::after{/*content: "/";*/position: absolute;/* left: 100%; */top: 50%;transform: translateY(-50%);font-size: .18rem;color: #fff;transition: .36s;z-index: -1;opacity: .7;right: -.18rem;}
#nav ul li:last-child h3::after{display: none;}

#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);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);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #152b86;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 28px;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: #152b86;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{font-weight: bold;/* color: #152b86; */}
#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: #152b86;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: #152b86;}
#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: #152b86;}
#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: #152b86 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;}
#m_nav .list_box0 .li{text-align: left;color: #152b86;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(-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 #152b86;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: #152b86; 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: #152b86;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: #152b86; 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: .89rem;height: .43rem;cursor: pointer;transition: all 0.5s ease 0s;position: absolute;right: 0.35rem;top: 50%;justify-content: flex-end;display: flex;align-items: center;transform: translateY(-50%);}


#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody {width: 0.43rem;height: 0.28rem;position: relative;display: flex;flex-direction: column;justify-content: flex-start;/* display: none; */}
#openBtn .lcbody .lcitem {width: 100%;height: 0.02rem;position: absolute;transition: transform 0.36s ease 0s;left: 0px;border-radius: 0.03rem;}
#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: auto; right: 0px; 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; }
.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 .men{display: none;}
.active#openBtn .lcbody{display: flex}
#openBtn .men{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: 49; 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: .8;}
.g-nav2 .scroll {position: absolute;z-index: 1;left: 0px;right: 0px;top: 1.5rem;bottom: 0px;overflow-y: auto;padding: 0 .5rem;}
.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: 10%; text-align: center; flex-shrink: 0; padding: 0px 0.15rem;transform: translateY(1rem);
    opacity: 0;}
.g-nav2 .scroll li h2 a {color: rgb(255, 255, 255);line-height: 0.32rem;display: block;padding-bottom: 0.15rem;position: relative;z-index: 1;height: 0.7rem;align-items: center;white-space: nowrap;}
.g-nav2 .scroll li h2 {font-size: 0.2rem;font-weight: bold;line-height: 0.4rem;position: relative;z-index: 1;text-align: center;/* display: flex; */}
.g-nav2 .scroll li h2::after { content: ""; position: absolute; width: 0px; height: 1px; background: rgb(255, 255, 255); left: 50%; bottom: 0px; }
.g-nav2 .scroll li .list {padding: 0rem 0px;text-align: left;}
.g-nav2 .scroll li .list h3 {font-size: 0.16rem;line-height: 0.26rem;margin-bottom: 0.05rem;color: rgb(255, 255, 255);/* white-space: nowrap; */text-align: center;margin: 0.15rem 0;}
.g-nav2 .scroll li .list dl {padding-bottom: 0.05rem;display: none;text-align: center;}
.g-nav2 .scroll li .list dd {font-size: 0.14rem;line-height: 0.26rem;opacity: 0.7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: rgb(255, 255, 255);transition: all 0.5s ease 0s;margin-bottom: .1rem;}
.g-nav2 .scroll li .list dd:hover { overflow: visible; opacity: 1; text-overflow: unset; }
.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;}
.g-nav2 .scroll li:hover h2::after{width: 100%; left: 0px;}
  .show #nav ul{opacity: 0;visibility: hidden;}
  .show .g-nav2 .scroll li{opacity: 1;transform: translateY(0);}
  .show .g-nav2 .scroll li:nth-child(1){transition: .8s .1s}
  .show .g-nav2 .scroll li:nth-child(2){transition: .8s .2s}
  .show .g-nav2 .scroll li:nth-child(3){transition: .8s .3s}
  .show .g-nav2 .scroll li:nth-child(4){transition: .8s .4s}
  .show .g-nav2 .scroll li:nth-child(5){transition: .8s .5s}
  .show .g-nav2 .scroll li:nth-child(6){transition: .8s .6s}
  .show .g-nav2 .scroll li:nth-child(7){transition: .8s .7s}
  .show .g-nav2 .scroll li:nth-child(8){transition: .8s .8s}
  .show .g-nav2 .scroll li:nth-child(9){transition: .8s .9s}
  .show .g-nav2 .scroll li:nth-child(10){transition: .8s 1s}


@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;}
.swiper-box1 .imged:after{width:100%;height:30%;background:linear-gradient(0deg,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%)}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: scale(1.05);transform: scale(1)\0; 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;}

.swiper-box1 .arrow{width: 2.7rem;position: absolute;left: auto;right: 7%;bottom: 0.35rem;border-bottom: 1px solid rgba(255,255,255,.5);justify-content: flex-end;align-items: flex-end;}
.swiper-box1 .arror:after{display:none;}
.swiper-box1 .arror{position:relative;left:auto;right:auto;top:auto;margin:0 0 0 .2rem;width: .2rem;height: .3rem;}

.swiper-box1 .cir{bottom: auto;z-index: 10;width: auto;flex: 1;min-width: 0;position: relative;text-align: left;}
.swiper-box1 .cir span{margin: 0px 0rem !important;width: 0.2rem;height: 0.3rem;opacity: 1;background: none;line-height: 0.2rem;color: #fff;font-size: 0.18rem;position: absolute;opacity: 0;visibility: hidden;left: 0;}
.swiper-box1 .cir span::after{content: "";position: absolute;width: 0;height: 1px;bottom: -1px;background: #fff;left: 0;transition: 5s;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;position: relative;z-index: 2;visibility: visible;transition:5s;}
.swiper-box1 .cir .swiper-pagination-bullet-active::after{width: 2.7rem;}

.swiper-box1 .bb{left: 50%;transform: translateX(-50%);position: absolute;z-index: 10;bottom: 0rem;}
.swiper-box1 .bb a{display: flex;width: .88rem;height: 1.39rem;}
.swiper-box1 .bb img{width: 100%;animation: shubiao 1.4s infinite linear;}
@keyframes shubiao { 0% { 
  transform: translateY(-0.03rem);
   opacity: 0.7; }
 100% { 
  transform: translateY(0.03rem);
   opacity: 1; } 
  }



/* home1 */
.set::after{background: url(../images/hbg1.jpg) no-repeat center/cover;width: 100%;height: auto;top: 0;bottom: -0.6rem;}
.home1{padding: 1.25rem 0 ;width: 100%;overflow:hidden;}

.title{margin-bottom: .45rem;align-items: center;position: relative;justify-content: space-between;}
.title .h3{position: relative;align-items: center;height: 0.55rem;align-items: baseline;}
.title h3{font-size: 0.5rem;color: #073a7b;padding-right: 0.15rem;cursor: pointer;font-weight: bold;}
.title h3.wl{padding-left: 0.15rem;}
.title h3.wl::after{width: 1px;height: 0.33rem;background: #073a7b;/* content: "/"; */opacity: .6;transform: rotate(15deg);}

.more>a {font-size: 0.16rem;transition: 0.5s;line-height: 0.26rem;border-radius: 0.25rem;border: 1px solid #073a7b;padding: 0 0.25rem;height: 0.42rem;align-items: center;display: flex;}
.more a span{display: flex;align-items: center;color: #073a7b;font-size: 0.16rem;text-transform: uppercase;transition:0.5s;}
.more a span img{display: inline-block;margin-left: 0.1rem;}
.home1 .title h3{font-size: 0.32rem;opacity: .6;}
.home1 .title h3.on{opacity: 1;font-size: 0.5rem;}
.home1 .more a{display: none;}
.home1 .more a.on{display: flex;font-weight: bold;}
.h1-t{justify-content: space-between;align-items: flex-start;}
.home1-t{position: relative;}
.home1-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.home1-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}


.home1-t .home1-l{width: 56%;position: relative;}
.home1-t .home1-r{width: 40%;}
.home1-l li a{position: relative;display: block;}
.home1-l li .scale{border-radius: 0.2rem;}
.home1-l li .imged{padding-bottom: 63.7%;border-radius: 0.2rem;}
.home1-l li .con{position: absolute;width: 90%;height: 0.8rem;left: 0;bottom: 0;z-index: 10;background: url(../images/h1bg1.png) no-repeat ;padding: 0 0.25rem;background-size: 100% 100%;display: flex;align-items: center;}
.home1-l li h3{color: #fff;font-size: 0.2rem;font-weight: bold;flex: 1;min-width: 0;padding: 0 0.2rem 0 0.2rem;}
.home1-l li .con span img{width: 0.23rem;}
.home1-l li h3::after{width: 0.1rem;height: 0.1rem;border-radius: 50%;bottom: auto;top: 50%;transform: translateY(-50%);background: #89ecff;}

.h1-s .slick-dots{width: auto;right: 0.2rem;bottom: 0.2rem;text-align: right;position: absolute;}
.h1-s .slick-dots li button{display: none;}
.h1-s .slick-dots li{width: 0.1rem;height: 0.1rem;background: #fff;opacity: .5;margin: 0 0.05rem;border-radius: 50%;transition: 0.5s;}
.h1-s .slick-dots li.slick-active{opacity: 1;}

.home1-t .home1-r li *{transition: 0.5s;}
.home1-t .home1-r li a{display: flex;align-items: center;height: 1.15rem;border-bottom: 1px solid #ddd;padding: 0 .1rem;}              
.home1-t .home1-r li a::after{background:url(../images/h1bg2.png) no-repeat;opacity: 0;background-size: 100% 100%;width: auto;left: -0.25rem;right: -0.25rem;height: auto;top: -.15rem;bottom: -.15rem;/* box-shadow: 0px 0.2rem 0.32rem 0rem rgba(119, 218, 255, 0.3); */filter: drop-shadow(2px 4px .3rem rgba(119, 218, 255, 0.3));}  
.home1-t .home1-r li h3{font-size: 0.2rem;color: #333;line-height: 0.24rem;font-weight: 600;transition: 0.5s;}

.more a:hover span{transform:translateX(.1rem);}
@media screen and (min-width: 1200px) {
  .home1-t .home1-r li a:hover::after{opacity: 1;}
  .home1-t .home1-r li a:hover h3{color: #073a7b;}

}
@media screen and (max-width: 1024px) {

  .home1{padding:0.4rem 0;}
  .home1-t .home1-l{width: 100%;padding-left:0}
  .home1-t .home1-r{width: 100%;margin-top:0.2rem;}
  
}

/* home2 */
.home2{width: 100%;overflow: hidden;padding: 0 0 0.65rem;}
.home2-t li{padding: .15rem;}
.home2-t li a{height: 2.16rem;border: 1px solid #dee9ff;border-radius: 0.2rem;padding: 0.35rem;}
.home2-t li a::after{width: 100%;opacity: 0;/*background: url(../images/h2bg.png) no-repeat;*/background-size: 100% 100%;opacity: 0;/* box-shadow: 0px 0.2rem 0.32rem 0rem rgba(119, 218, 255, 0.3); */filter: drop-shadow(2px 4px .3rem rgba(119, 218, 255, 0.3));top: -.15rem;bottom: -.15rem;width: auto;left: -.2rem;right: -.2rem;height: auto;}
.home2-t li *{transition: 0.5s;}
.home2-t li h3{font-size: 0.22rem;color: #333;font-weight: 600;line-height: 0.36rem;height: 0.72rem;margin-bottom: 0.35rem;}
.home2-t li p{font-size: 0.16rem;color: #9E9E9E;line-height: 0.28rem;padding-left: 0.5rem;background: url(../images/h2line1.png) no-repeat left center/0.44rem 0.11rem;}

.home2-t .cir{width: 100%;margin-top: 0.35rem;position: relative;bottom: auto;}
.home2-t .cir span{background: #dee9ff;opacity: 1;margin: 0 0.05rem !important;}
.home2-t .cir span.swiper-pagination-bullet-active{width: 0.42rem;border-radius: 0.05rem;background: #64bfff;}



@media screen and (min-width: 1025px) {
  .home2-t li a:hover::after{opacity: 1;}
  .home2-t li a:hover h3{color: #073a7b;}
  .home2-t li a:hover p{background: url(../images/h2line2.png) no-repeat left center/0.5rem 0.23rem;}
}



@media screen and (max-width: 1024px) {
  .home2{padding: 0 0 0.4rem;}
}
@media screen and (max-width: 768px) {
  .home2-t li h3{height: auto;}
}

/* home3 */
.home3{padding: 0.4rem 0 0.8rem;position: relative;z-index: 2;}
.home3::after{width: 100%;background: url(../images/hbg3.png) no-repeat;background-size: 100% 100%;}
.home3 .title h3,.home3 .more span{color: #fff;}
.home3 .more a{border: 1px solid #fff;}
.home3 .img{margin-bottom: 0.4rem;}
.home3 .img p{width: 80%;}
.home3 .img span{position: absolute;right: 0;top: 0.7rem;width: 6.5rem;}
.home3-t{margin-bottom: 0.35rem;padding: 0 0.4rem;}
.home3-t li .pis{width: 4.5rem;padding: 0.3rem 0.6rem;background: url(../images/h3bg.png) no-repeat;background-size: 100% 100%;}
.home3-t li .con{flex: 1;min-width: 0;padding-left: 0.5rem;}
.home3-t li .imged{padding-bottom: 135%;}
.home3-t li h3{padding-left: 0.2rem;color: #fff;font-weight: bold;font-size: 0.4rem;line-height: 0.6rem;max-height: 1.2rem;border-left: 0.02rem solid #fff;margin-bottom: .3rem;}
.home3-t li h4{align-items: center;color: #fff;font-size: 0.18rem;line-height: 0.3rem;margin-bottom: 0.1rem;}
.home3-t li h4 p{padding-left: 0.1rem;flex: 1;}
.home3-t li h4 span{width: 0.21rem;height: 0.23rem;display: flex;justify-content: center;align-items: center;}
.home3-t li h5{font-size: 0.2rem;color: #fff;line-height: 0.3rem;max-height: 0.9rem\0;margin-top: 0.35rem;}


.home3-b{position: relative;padding: 0 0.4rem;}
.home3-b::after{width: 100vw;left: -1.6rem;height: 1px;border-top: 1px dashed #fff;bottom: auto;top: 0.31rem;}
.home3-b li{padding-top: 0.2rem;}
.home3-b li a{text-align: center;}
.home3-b li span{width: 0.24rem;display: inline-block;}
.home3-b li span img{width: 100%;}
.home3-b li p{font-size: 0.2rem;line-height: 0.3rem;color: #fff;line-height: 0.62rem;padding: 0 0.3rem;}

.home3-b .arror{width: 0.42rem;height: 0.42rem;top: .1rem;margin-top: 0;left: -.4rem;border: 1px solid #fff;border-radius: 50%;background: #8124e4;}
.home3-b .swiper-button-next{left: auto;right: -0.4rem;background: #2038a4;}
.home3-b .arror::after{color: #fff;font-size: 0.16rem;}
.home3-b li.swiper-slide-active p{background: url(../images/h3cbg.png) no-repeat;background-size: 100% 100%;transform: translateY(-0.4rem);}


@media screen and (min-width:1200px){
 
}


@media screen and (max-width: 1024px) {
  .home3{padding: 0.4rem 0 0.4rem;}
  .home3-t{padding: 0;}
  .home3-b::after{left:-15px;}
  .home3-b{padding:0 .3rem;}
  .home3-b .arror{left:-.1rem;width: 0.3rem;height: 0.3rem;top: 0.16rem;}
  .home3-b .swiper-button-next{left:auto;right:-.1rem;}
  .home3-b li p{font-size:.16rem;padding: 0 .15rem;}
  .home3 .img span{width:35%;}
}

@media screen and (max-width: 768px) {
.home1-l li .con{width:85%;}
  .home1-l li h3::after{display:none;}
  .h1-s .slick-dots {
   
    right: 0rem;
    
}
.home3-t li .pis{width: 3rem;padding:.2rem;}
.home3-t li .con{padding-left:.25rem;}
.home3-t li h3{line-height:.3rem;}
  
}

@media screen and (max-width: 500px) {
  .home3-t li .pis{width: 3rem;padding:.2rem;margin:0 auto;}
  .home3-t li .con{flex:none;width:100%;padding:.2rem 0 0;}
}



/* home4 */
.home4{width: 100%;padding: 0.75rem 0rem 1.65rem;}
.home4::after{width: 100%;height: auto;top: -.5rem;background: url(../images/hbg4.jpg) no-repeat bottom/cover;}

.home4 .title h4{font-size: 0.3rem;color: #333;padding-right: 0.3rem;border-right: 1px solid #ddd;margin-right: 0.3rem;align-items: center;}
.home4 .title h4 img{display: inline-block;width: 0.49rem;margin-right: 0.1rem;}
.home4 .title h4 a::after{height: 1px;background: #0091d5;}
.home4 .title h4:hover img{transform: rotateY(360deg);transition: 0.5s;}
.home4 .title h4:hover a::after{width: 100%;}


.home4-t{justify-content: space-between;width: 100%;display: flex;flex-wrap: wrap;}
.home4-t .left{width: 58%;/* overflow: hidden; */}
.home4-t .right{width: 38%;overflow: hidden;}
.home4-t .left a{align-items: center;}
.home4-t .left .con{flex: 1;min-width: 0;padding-right: 0.5rem;}
.home4-t .left .pis{width: 4.5rem;border-radius: 0.2rem;}
.home4-t .left .scale{border-radius: 0.2rem;box-shadow: 0rem 0.67rem 1.17rem 0rem rgba(73, 118, 181, 0.34);}
.home4-t .left .imged{padding-bottom: 130%;border-radius: 0.2rem;/* clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 75%); */}
/* .home4-t .left .pis::after{width: auto;height: auto;border: 0.7rem solid;border-color: transparent #dce5f1 transparent transparent;transform: rotate(-45deg);z-index: 1;height: auto;transform-origin: left bottom;bottom: -1.01rem;left: -.01rem;} */
.home4-t .left li p{font-size: 0.3rem;color: #073a7b;}
.home4-t .left li b{color: #073a7b;font-size: 0.6rem;}
.home4-t .left li i{color: #073a7b;display: inline-block;margin: 0 0.05rem;font-style: normal;opacity: .7;}
.home4-t .left li h3{font-size: 0.3rem;color: #333;line-height: 0.44rem;font-weight: 600;max-height: 0.88rem;margin-top: 0.25rem;}
.home4-t .left li .line{width: calc(100% + 0.5rem);margin: 0.25rem 0 0;}
.home4-t .left li .line img{width: 100%;}
.home4-t .left li .line::after{width: 0.37rem;background: #44b2ff;left: auto;right: 0.28rem;height: 0.05rem;bottom: auto;top: 0.02rem;transform: skew(15deg);}
.home4-t .left li h4{font-size: 0.18rem;color: #666;line-height: 0.3rem;max-height: 1.5rem\0;}



.home4-t li *{transition: 0.5s;}
.home4-t .right li a{height: 1.48rem;display: block;}
.home4-t .right li .line{margin-bottom: 0.1rem;width: 100%;}
.home4-t .right li .line img{width: 100%;}

.home4-t .right li .con{align-items: flex-start;}
.home4-t .right li h3{font-size: 0.22rem;color: #3D3D3D;line-height: 0.4rem;max-height: 0.68rem\0;flex: 1;min-width: 0;max-height: 0.8rem\0;padding-left: 0.35rem;}
.home4-t .right li .date{display: flex;align-items: baseline;font-size: 0.24rem;color: #073a7b;}
.home4-t .right li b{font-size: 0.36rem;color: #073a7b;}
.home4-t .right li i{color: #073a7b;display: inline-block;margin: 0 0.05rem;font-style: normal;opacity: .7;}

@media screen and (min-width: 1025px) {
  .home4-t .right li .line::after{width: 0.37rem;background: #44b2ff;left: .2rem;height: 0.05rem;bottom: auto;top: 0;transform: skew(-15deg);transition: 0.8s ease;}
  .home4-t li a:hover h3{font-weight: bold;color: #073a7b;}
  .home4-t .left li a:hover .line::after,.home4-t .right li a:hover .line::after{width: 100%;}

}
@media screen and (max-width: 1024px) {
  .home4{padding: 0.4rem 0 0.4rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.5rem;}
  .home4-t .left li b{font-size: 0.36rem;}
  .home4-t .left li p{font-size: 0.18rem;}
}
@media screen and (max-width: 768px) {
  .home4-t .left .pis{width: 3rem;}
   .home4 .more{width:100%;margin-top:.2rem;}
  .home4 .title h4{font-size: .18rem;padding-right: .1rem;margin-right: .1rem;}
  .home4-t .right li b{font-size:.24rem;}
  .home4-t .right li .date{font-size:.2rem;}
  .home4-t .right li a{height:1.3rem;}
}
@media screen and (max-width: 500px) {
  .home4-t .left .pis{width: 100%;}
  .home4-t .left .con{flex: none;width: 100%;margin-bottom: 0.2rem;padding: 0;}
  .home4-t .left li .line{width:100%;}
  .home4 .title h4 img{width:.3rem;}
}
/* h5 */
.home5{width: 100%;overflow: hidden;padding: 0.8rem 0 1.2rem;background: url(../images/hbg5.jpg) no-repeat center/cover;position: relative;}
.home5 .wp{position:relative;z-index:10;}
.home5 .title .h3{margin: 0 auto .4rem;}
.home5 .title h3{color: #fff;padding: 0;/* margin-left: -1rem; */}
.home5-t{justify-content: space-between;}
.home5-t .left{width: 3.95rem;position: relative;z-index: 2;/* padding-left: .4rem; */}
.home5-t .right{width: 3.95rem;position: relative;z-index: 2;}
.home5-t .mid{flex: 1;min-width: 0;position: relative;/* margin-top: .6rem; */}
.home5-t .img{width: 7.6rem;position: relative;/* left: -0.2rem; *//* height: 7.6rem; */z-index: 2;}
.home5-t span .img>img{width: 2.98rem;
  /* animation: circleScale2 5s both infinite; */
}
.home5-t .img::after{width: auto;height: auto;background: url(../images/h5-c.png) no-repeat;background-size: 100% 100%;left: -1.26rem;top: -3.16rem;right: -1.16rem;bottom: -1.16rem;animation:circleScale1 15s linear infinite alternate;}
.home5-t .img span{display: flex;width: 4rem;/* background: url(../images/h5-c1.png) no-repeat; */background-size: 100%;height: 4rem;align-items: center;justify-content: center;margin: 0rem auto 0;transform: translateY(.35rem);}
.home5-t .img span::after{width: 4rem;height: 4rem;background: url(../images/h5-h.png) no-repeat;background-size: 100% 100%;animation: circleScale3 10s both infinite;}
.home5-t .img span::before{/* width: 3.62rem; */height: 3.85rem;background: url(../images/h5-cir.png) no-repeat;background-size: 100% 100%;content: "";position: absolute;/* top: 50%; *//* transform: translateY(-50%); */right: -.1rem;left: 0.05rem;animation: circleScale3 10s both infinite;}
.home5-t .img span i{position: absolute;top: 50%;transform: translateY(-50%);display: block;font-style: normal;width: 2.93rem;height: 2.15rem;}
.home5-t .img span .z-l{right: 80%;}
.home5-t .img span .z-r{left: 95%;}
.home5-t .img span i img{width: 100%;}

.home5-t .img .sico{width: 95%;position: absolute;left: 50%;top: 0;filter: drop-shadow(0 0 0.2rem #fff);z-index: 1;transform: translateX(-50%);}
.home5-t .img .sico p{width: 102.2%;position: absolute;z-index: -1;top: -.11rem;left: -0.085rem;bottom: -.09rem;opacity: 0;transition: 0.5s;}
.home5-t .img .sico.on p{opacity: 1;transition: 2s;}
.home5-t .img2{display: none;}
.home5-t .img .sico p img{width: 100%;height:100%;}

.home5-t li{margin-bottom: 1.65rem;}
.home5-t li a{display: inline-block;}
.home5-t li a::after{left: 100%;bottom: auto;top: 50%;width:0;}
.home5-t .right a::after{left: auto;bottom: auto;top: 50%;right: 100%;}


.home5-t li h3{color: #fff;font-size: 0.2rem;line-height: 0.35rem;display: inline-block;display: flex;align-items: center;padding: 0 0.5rem;font-weight: bold;/* background-size: contain; */}




.home5-t li span{position: absolute;display: inline-block;}
.home5-t .left li span{left: 100%;bottom: auto;top: 50%;}
.home5-t .right li span{left: auto;bottom: auto;top: 50%;right: 100%;}
.home5-t li span img{width: 100%;}

.home5-t .h5li2 a{/* width: 2.6rem; */}
.home5-t .h5li5 a{width: 3.16rem;}

.home5-t .h5li1 a::after{height: 0.46rem;background: url(../images/h5l1.png) no-repeat left center;transition: .5s .3s linear;background-size:2.05rem .46rem;}
.home5-t .h5li2 a::after{height: 0.28rem;background: url(../images/h5l4.png) no-repeat right center;transition: .5s .3s linear;background-size: 1.9rem .28rem;}
.home5-t .h5li3 a::after{height: 0.38rem;background: url(../images/h5l3.png) no-repeat;top: auto;bottom: 50%;transition: .5s .3s linear;background-size:1.38rem .38rem;}
.home5-t .h5li4 a::after{height: 0.32rem;background: url(../images/h5l6.png) no-repeat right center;transition: .5s .3s linear;background-size:1.9rem .28rem;top: 10%;}
.home5-t .h5li5 a::after{height: 0.27rem;background: url(../images/h5l5.png) no-repeat right center;transition: .5s .3s linear;background-size:1.5rem .27rem;}
.home5-t .h5li6 a::after{height: 0.32rem;background: url(../images/h5l6.png) no-repeat right center;top: auto;bottom: 50%;transition: .5s .3s linear;background-size:2.03rem .32rem;}

.home5-t .h5li1 a:hover::after{width: 2.05rem;}
.home5-t .h5li2 a:hover::after{width: 1.9rem;}
.home5-t .h5li3 a:hover::after{width: 1.38rem;}
.home5-t .h5li4 a:hover::after{width: 1.9rem;}
/* .home5-t .h5li5 a:hover::after{width: 1.5rem;}
.home5-t .h5li6 a:hover::after{width: 2.03rem;} */
.home5-t .h5li1 span{width: 2.05rem;height: 0.46rem;}
.home5-t .h5li2 span{width: 1.9rem;height: 0.28rem;}
.home5-t .left .h5li3 span{width: 1.38rem;height: 0.38rem;top: auto;bottom: 50%;}
.home5-t ul .h5li4 span{width: 1.9rem;height: 0.32rem;top: 40%;}
.home5-t .h5li5 span{width: 1.5rem;height: 0.27rem;}
.home5-t .right .h5li6 span{width: 2.03rem;height: 0.32rem;top: auto;bottom: 50%;}
.home5-t .h5li1{transform: translateY(-1.2rem) translateX(0.05rem);}
.home5-t .h5li2{transform: translateY(-.95rem) translateX(-.35rem);}
.home5-t .h5li3{transform: translateY(.9rem) translateX(.55rem);}
.home5-t .h5li4{transform: translateY(.7rem) translateX(-.3rem);}
/* .home5-t .h5li5{transform:translateY(0.1rem) translateX(0rem);}
.home5-t .h5li6{transform:translateY(0.5rem) translateX(-.2rem);} */


.s9-linebox {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0%);
  left: 50%;display: flex;align-items: center;justify-content: center;
}
.s9-linebox canvas {
  width:100%;
  height: 100%;
}
.s9-linebox>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 background: url(../images/h5-c.png) no-repeat;background-size: 100% 100%;
  opacity: .25;
  border-radius: 50%;
}

/* line动画 */
@keyframes scale_line {
    0% {
        transform: scale(.8);
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.s9-line1 {
  animation: scale_line 8s infinite;
  animation-delay: 0s;
  /* 动画延迟时间 */
}

.s9-line2 {
  animation: scale_line 8s infinite;
  animation-delay: 1s;
  /* 动画延迟时间 */
}

.s9-line3 {
  animation: scale_line 8s infinite;
  animation-delay: 2s;
  /* 动画延迟时间 */
}





@media screen and (min-width: 1025px) {
  .home5{height:100vh;}
  .home5-t li h3{width: 3.47rem;height: 1.43rem;}
  .home5-t li h3::after{width: auto;height: auto;top: -0.37rem;left: -0.37rem;right: -0.37rem;bottom: -0.37rem;background-size: 100% 100% !important;opacity: 0;}
  .home5-t a{padding:.1rem}
  .home5-t a::before{content: "";position: absolute;width: 100%;background: url(../images/h5-bg.png) no-repeat;background-size: 100% 100%;left: 0;bottom: 0;height: 100%;opacity: 0;}
.home5-t .h5li1 h3{background: url(../images/h5-bg1.png) no-repeat;background-size: contain;}
.home5-t .h5li2 h3{background: url(../images/h5-bg2.png) no-repeat;background-size: contain;}
.home5-t .h5li3 h3{background: url(../images/h5-bg3.png) no-repeat;background-size: contain;}
.home5-t .h5li4 h3{background: url(../images/h5-bg4.png) no-repeat;background-size: contain;}
.home5-t a:hover::before,.home5-t a:hover h3:after{ opacity: 1; }
.home5-t .h5li1 h3::after{background: url(../images/h5-bg1-1.png) 100% no-repeat;}
.home5-t .h5li2 h3::after{background: url(../images/h5-bg2-1.png) 100% no-repeat;}
.home5-t .h5li3 h3::after{background: url(../images/h5-bg3-1.png) 100% no-repeat;}
.home5-t .h5li4 h3::after{background: url(../images/h5-bg4-1.png) 100% no-repeat;}
.home5-t li h3::before{content: "";position: absolute;width: 1px;background: #93c7ec;height: .87rem;}
.home5-t .h5li1 h3::before{right: -0.1rem;top: 0.2rem;}
.home5-t .h5li2 h3::before{left: -0.1rem;top: 0.2rem;}
.home5-t .h5li3 h3::before{right: -0.1rem;bottom: 0.2rem;}
.home5-t .h5li4 h3::before{left: -0.1rem;bottom: 0.2rem;}



}
@media screen and (max-width: 1024px) {
  .home5{padding: 0.4rem 0 0.4rem;}
  .home5-t li{margin-bottom: 0.3rem;transform: translate(0px, 0px) !important;}
  .home5-t li a::after{display: none;}
  .home5-t .left{width: 100%;padding: 0;}
  .home5-t .mid{width: 70%;margin: 0 auto 0.2rem;flex: none;}
  .home5-t .right{width: 100%;}
  .home5-t .mid .img{width: 100%;height: auto;}
  .home5-t li a{width: 100% !important;}
  .home5 .title .h3{margin:0 auto;}
  .home5-t .img2{display: block;}
  .home5-t .img{display: none;}
  .home5-t li h3{white-space: pre-wrap;}
  .home5-t li span{display:none}

}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 500px) {
 
}

/* h6 */
.home6{width: 100%;padding: 1rem 0;overflow: hidden;}
.home6::after{width: 100%;height: auto;top: -.5rem;background: url(../images/hbg4.jpg) no-repeat bottom/cover;}
.home6-t{align-items: flex-start;}
.home6-t::after{width: 80%;background: url(../images/hbg6.jpg) no-repeat bottom/cover;}
.home6-t .left{width: 37%;padding: 0.87rem 0.45rem;}
.home6-t .right{width: 63%;margin-top: -0.3rem;}
.home6-t .left dt{margin-bottom: 0.5rem;transition: 0.5s;height: 0.5rem;}
.home6-t .left dt h3{align-items: center;color: #fff;font-size: 0.24rem;padding-bottom: 0.2rem;font-weight: 600;}
.home6-t .left dt h3 a{align-items: center;}
.home6-t .left dt h3 img{display: inline-block;margin-left: 0.1rem;width: .31rem;}
/* .home6-t .left dt h3::after{width: auto;right: -0.45rem;background: url(../images/h6line1.png) no-repeat;background-size: 100% 100%!important;}
.home6-t .left dt:last-child h3:after{left: -0.45rem;background: url(../images/h6line2.png) no-repeat;} */
.home6-t .left dt h3 p{position: absolute;left: 0;right: -0.45rem;bottom: 0;}
.home6-t .left dt:last-child h3 p{left: -0.45rem;}

.home6-t .left dt .con{margin-top: 0.25rem;display: none;}
.home6-t .left dt p{color: #fff;font-size: 0.16rem;line-height: 0.26rem;}
.home6-t .left ul{padding-top: 0.3rem;justify-content: space-around;display: flex;flex-wrap: wrap;}
.home6-t .left li h3{font-size: 0.18rem;color: #fff;font-weight: 500;position: relative;}
.home6-t .left li h3 span{color: #fff;font-size: 0.6rem;font-weight: 600;display: inline-block;padding-right: 0.1rem;}
.home6-t .left li h3 i{display: inline-block;font-style: normal;position: absolute;right: 0.0rem;top: 0;color: #fff;font-size: 0.14rem;}
.home6-t .left li p{margin-top: 0.2rem;color: #fff;font-size: 0.16rem;line-height: 1.5;}
.home6-t .left dt p a{display: inline-block;}
.home6-t .right li .imged{padding-bottom: 51%;border-radius: 0.2rem;clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%);}
.home6-t .right li .scale{box-shadow: 0px 0.67rem 1.17rem 0rem rgba(73, 118, 181, 0.34);border-radius: 0.2rem;/* clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%); */}
.home6-t .right li a::after{left: 50%;bottom: auto;top: 50%;transform: translate(-50%, -50%);width: 0.7rem;height: 0.7rem;background: url(../images/bf.png) no-repeat;background-size: 100%;z-index: 1;opacity: 0;}
.home6-t .right li a{box-shadow: 0px 0.67rem 1.17rem 0rem rgba(73, 118, 181, 0.34);
    border-radius: 0.2rem;position: relative;}
.home6-t .right li a:hover .imged{transform:scale(1);}
.home6-t .right li .btn{width: 0.7rem;height: 0.7rem;left: 50%;bottom: auto;top: 50%;transform: translate(-50%, -50%);cursor: pointer;position: absolute;}
.home6-t .right li .btn img{width: 100%;}
.home6-t .right li a.play::after{opacity: 0;}
.home6-t .right li video{width: 100%;object-fit: cover;}
@media screen and (min-width: 1025px) {
  .home6-t .left dt.on{height: 1.3rem;}
  .home6-t .left dt.on .con{display: block;}
  .home6-t .left dt p a:hover{text-decoration: underline;}
}
@media screen and (max-width: 1024px) {
  .home6{padding: 0.4rem 0 0.4rem;}
  .home6-t .left{width: 100%;padding: 0.2rem;}
  .home6-t .right{width: 100%;margin-top: 0.3rem;}
  .home6-t .left li h3 span{font-size: 0.4rem;}
  .home6-t::after{width:100%;}
  .home6-t .left dt.on,.home6-t .left dt{height: auto;margin-bottom: .25rem;}
  .home6-t .left dt.on .con,.home6-t .left dt .con{display: block;}
  .home6-t .left dt:last-child h3 p{left:-.2rem;}
  .home6-t .left dt h3 p{right:-.2rem;}
  .home6-t .left dt h3{font-size:.2rem;}
}
@media screen and (max-width: 768px) {
  .home6-t .left li h3 span{font-size: 0.28rem;}
}
@media screen and (max-width: 500px) {
 
}

/* h7 */
.home7{width: 100%;padding: 0rem 0 1rem;overflow: hidden;}
.home7::after{width: 100%;height: auto;top: -.5rem;background: url(../images/hbg4.jpg) no-repeat bottom/cover;}
.home7-t{position: relative;}


.home7-t li:last-child{margin-right: 0;}
.home7-t li a{display: block;border-radius: 0.2rem;overflow: hidden;position: relative;border: 1px solid #c5d8ff;}
.home7-t li .imged{padding-bottom: 3.97rem;border-radius: 0.2rem;}
.home7-t li .con{position: absolute;padding: 0 0.3rem 0.2rem 0.2rem;z-index: 10;left: 0;bottom: 0;width:100%;}
.home7-t li h3{height: 0.67rem;align-items: center;background: #fff;border-radius: 0.34rem;border: 1px solid #c5d8ff;padding:0 .15rem;width:100%}
.home7-t li p{flex: 1;min-width: 0;padding-left: 0.1rem;font-size: 0.18rem;color: #073a7b;font-weight: 600;}
.home7-t li h3 img{width: 0.26rem;}
.home7-t .cir{position: absolute;right: -0.4rem;top: 50%;transform: translateY(-50%);bottom: auto;display: flex;flex-direction: column;align-items: center;justify-items: center;}
.home7-t .cir span{opacity: 1;background: #ddd;margin: 0.05rem 0 !important;}
.home7-t .cir span.swiper-pagination-bullet-active{width: 0.45rem;height: 0.45rem;background: url(../images/h7-c.png) no-repeat;background-size: 100%;}

@media screen and (min-width: 1025px) {
  .home7-t li{width: 3rem;transition: 0.5s;margin-right: 0.1rem;}
  .home7-t li.on{width: calc(100% - 3rem*3 - 0.3rem);}
}
@media screen and (max-width: 1024px) {
  .home7{padding: 0.4rem 0 0.4rem;}
  .home7-t ul{margin: 0 -0.05rem;}
  .home7-t li{width: 25%;padding: 0 0.05rem;}
  .home7-t .cir{position: relative;top: auto;transform: translateY(0);right: auto;margin-top: 0.2rem;width: 100%;flex-direction: row;justify-content: center;}
  .home7-t .cir span{margin: 0 0.05rem !important;}
  .home7-t li .imged{padding-bottom: 70%;border-radius: 0.1rem;}
  .home7-t li .con{padding:0 .1rem .1rem;}
  .home7-t li h3{height:.45rem;}
  .home7-t li h3 img{width: 0.2rem;}
  .home7-t li p{font-size:.18rem;}
}
@media screen and (max-width: 768px) {
  .home7-t li{width: 50%;margin-bottom: 0.2rem;}
}
@media screen and (max-width: 500px) {
 
}
/* home8*/
.home8{width: 100%;overflow: hidden;padding: 0 0 1rem;}
.home8::after{width: 100%;height: auto;top: -.5rem;background: url(../images/hbg4.jpg) no-repeat bottom/cover;}
.home8-t{width: calc(100% + 1.6rem);}

.home8-t li a{display: block;position: relative;}
.home8-t li a::after{width: 100%;opacity: 0;background: url(../images/h8bg.png) no-repeat;background-size: 100% 100%;}
.home8-t li .scale{border-radius: 0.2rem;}
.home8-t li .imged{padding-bottom: 58.6%;border-radius: 0.2rem;}    
.home8-t li h3{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 1.8rem;z-index:10}
@media screen and (min-width: 1025px) {
  .home8-t li{margin-right: .15rem;position: relative;transition: 0.5s;width: 3.75rem;height: 4rem;padding-top: .4rem;}
  .home8-t li:hover a{padding: 0.3rem;transition: 0.5s;transform:translateY(-.4rem);}
  .home8-t li:hover{width: 5.27rem;}
  .home8-t li:hover .imged{padding-bottom: 2.6rem;}
  .home8-t li:hover a::after{opacity: 1;}
  .home8-t li:hover .scale{box-shadow: 0px 0.26rem 0.42rem 0px rgba(0, 92, 179, 0.45);}

}
@media screen and (max-width: 1024px) {
  .home8{padding: 0rem 0 0.4rem;}
  

}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 500px) {
 
}

/* footer */
.footer{width: 100%;background: url(../images/fbg.jpg) no-repeat center/cover;}
.foot-t{padding: .35rem 0;border-bottom: 1px solid #3fc0f9;justify-content: space-between;display: flex;flex-wrap: wrap;align-items:center;}
.foot-t .img{width:25%;}
.foot-t .gotop{cursor: pointer;align-items: center;justify-content: flex-end;}
.foot-t .gotop p{font-size: 0.18rem;color: #fff;font-weight: 600;padding-right: 0.1rem;}
.foot-t .gotop img{width:.6rem;}
.foot-b{padding: 0.35rem 0;justify-content: space-between;}
.foot-b .fot-1{width: 80%;}
.foot-b .fot-2{width: 3rem;}
.foot-b ul{align-items: center;margin-bottom: 0.3rem;}
.foot-b li{margin-bottom: 0.1rem;color: #3fc0f9;display: flex;line-height: 1.5;}
.foot-b li a{font-size: 0.18rem;color: #fff;line-height: 1.3;/* padding: 0 0.15rem; */font-weight: 600;}
.foot-b .fot-1 p{color: #fff;font-size: 0.18rem;line-height: 2;margin-bottom: 0.1rem;}
.foot-b .fot-1 p span{display: inline-block;padding: 0 0.3rem 0 0.15rem;}
.foot-b .fot-2 .img{width: 50%;text-align: center;/*height: 1.4rem;*/ /* padding: 0.15rem; *//* background: #fff; */float: left;}
.foot-b .fot-2 p{text-align: center;margin-top: .1rem;font-size: 0.18rem;color: #fff;line-height: 1.5;}


.foot{padding: 0.2rem 0;text-align: center;background: #0a1d69;}
.foot p{font-size: 0.18rem;line-height: 1.5;color: #0091d5;}
.foot p a{display: inline-block;padding-left: 0.15rem;}

.foot-b li:hover a{opacity:.8;}
@media screen and (max-width:1024px){
  .foot-t{padding: .2rem 0;}
  .foot-b{padding: 0.25rem 0;}
  .foot-b li a{padding: 0 0.08rem;}


}
@media screen and (max-width:768px){
    .foot-b .fot-1{width: 100%;}
    .foot-b .fot-2{/* width: 100%; */margin: 0.2rem auto 0;text-align: center;}
    .foot-b .fot-1 p{text-align: center;}
    .foot-t .img{width: 50%;}

}
@media screen and (max-width:440px){

}







@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){
    

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem !important;}
    .title p{font-size: 0.44rem;}
    .banner video{display: none;}
    .swiper-box1 .arrow{bottom:.2rem;width:1.5rem;}
    .swiper-box1 .cir .swiper-pagination-bullet-active::after{width: 1.5rem;}
    .swiper-box1 .bb a{width:.5rem;height: auto;}
    .swiper-box1 .imged{padding-bottom: 45%;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.26rem !important;/* padding-bottom: .15rem; */}
    .title .h3{margin: 0;text-align: left;height: auto;}
    .title p{font-size: 0.36rem;}
    .txt1 { font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    
    .more>a{padding:0 .15rem;}

}

@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;}
}