@charset "utf-8";

/*==========================================公共 开始=============================================*/
.a_body{ position:relative; z-index:0;}

html {
         -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: sy;src:url("../font/sySong.woff");
  }
  @font-face {
    font-family: din;src:url("../font/DINOT-REGULAR.OTF");
  }
   @font-face {
    font-family: din-b;src:url("../font/DINOT-BOLD.OTF");
  }
.section{ overflow:hidden;}
.header_box_li{position: relative;z-index: 1;}
.header_box{position: relative;z-index: 10000;height: 0;}
#header{position: fixed;z-index: 999;width:100%;transition: 0.36s;}
.header_box_li #header:before{content:"";position:absolute;height: 2rem;top: 0px;left: 0;right: 0;transition: 0.2s;opacity: 1;z-index: -1;background: linear-gradient(180deg, #004386 0%, rgba(0, 67, 134, 0.84) 14%, rgba(0, 67, 134, 0) 100%);}


#header.xg:before{height: 100%;background: #005699;}
/*#header.xg .wp{height:1.2rem;}*/

#header .right{padding-left: 20%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;position: relative;min-width: 0;}
.list_box0{display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li{display: inline-block;transition:.6s;position: relative;padding: 0 0.15rem;}


.list_box0 .li a{align-items: center;display: flex;font-size: 0.14rem;color: rgba(255,255,255,.7);padding: 0.05rem 0.15rem;border: 1px solid #fff;border-radius: 0.25rem;}


.list_box0 .li:last-child{padding-right: 0;}
.list_box0 .li a img{display:inline-block;margin-right:.05rem;}
.header_box .wp{height: 1.25rem;position:relative;display: flex;align-items: center;justify-content: space-between;transition: .5s;}
#logo img{transition: .5s;max-width: 3.95rem;}

.head .ser{transition: .5s;height: .33rem;width: 1.3rem;padding: 0rem;background: rgba(255, 255, 255, 01);border: 1px solid #eece91;border-radius: 0.165rem;}
.head .ser .a{display:flex;align-items:center;justify-content: space-between;height: 100%;}
.head .ser .input{width: calc(100% - .33rem);height: 100%;padding: 0 0.15rem;font-size: .14rem;color: #005699;line-height: .31rem;opacity: .6;}
.head .ser .serbtn {
    width: 0.33rem;
    background: url(../images/ser.png) no-repeat center center #eece91;
    background-size: 0.15rem;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
.head .ser .input::-webkit-input-placeholder{ color:#005699;}
.head .ser .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#005699; }
.head .ser .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#005699;}
.head .ser .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#005699;}
#nav{width: 100%;max-width: 10rem;align-items: center;display: block;}
#nav ul{display: flex;justify-content: space-between;align-items: center;/* padding-right: 0.5rem; *//* width: calc(100% - 1.3rem); */}
#nav ul li{z-index:0;height: 100%;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .2rem;color:#fff;line-height: .6rem;position:relative;transition: .36s;display: inline-block;font-weight: 500;}
#nav ul li .sub{position:absolute;top:100%;background:#fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);border-radius: 0 0 0.08rem 0.08rem;}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background: #005699;}
#nav ul li .sub .box{padding: .14rem 0;text-align:center;}
#nav ul li .sub a{padding: 8px 30px;line-height: 28px;transition:.6s;font-size: 17px;color: #000000;text-align: center;min-width: 180px;}
#nav ul li .sub a:hover{color: #fff;background: #005699;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li a:hover h3{/* font-weight: bold; */}

.head .img2{display: none;}
.show #nav ul li h3{color:#333;}
.show .img1{display: none;}
.show .img2{display: block;}
.show #openBtn .lcbody .lcitem div{background: #333;}


/*  */
.search_btn { cursor: pointer; }
.search_btn svg { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #005699; 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.71rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn { float: right; height: 0.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] {background-color: #005699;/* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: 0.24rem; *//* background-image: url("../images/search-btn.png"); */font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.svg"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #005699; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.svg"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}

/*导航按钮开始*/
/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .7rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .7rem;background: #005699;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
/* .m_header_box header #logo img{height: 35px;} */
.m_header_box header #logo{ padding:0}
.m_header_box header #logo img{max-height: .55rem;width: auto;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }

#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;opacity: 0;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.45rem;height: 24px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 27px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #005699;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 27px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #005699;}
#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: #005699 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;}
#m_nav .list_box0 .li{text-align:center;color: #333;font-size: 14px;width: auto;padding: 0 .2rem;line-height: 0.32rem;}

#m_nav .list_box0 .li a{align-items: center;display: flex;font-size: 0.14rem;color: #005699;padding: 0  0.15rem;border: 1px solid #005699;border-radius: 0.05rem;}


#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;/* height: 100%; *//* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */max-height: calc(100% - 150px);}
.list_box_nav_mobile>li{width: 95%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .64rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .64rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;/* overflow:hidden; */width: 100%;height: 60px;display: none;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size:.14rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #005699;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消失-结束 */


/*导航按钮结束*/
/* 导航地图 */
#openBtn {cursor: pointer;display: inline-block;}
#openBtn .lcbody {width: .3rem;height: .24rem;position: relative;}
#openBtn .lcbody .lcitem {width: 100%;height: .02rem;position: absolute;transition: transform 0.36s ease;left: 0;}
#openBtn .lcbody .lcitem:nth-child(1), #openBtn .lcbody .lcitem:nth-child(3){width: 100%;}
#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0;left: auto;right: 0;background: #fff;}
#openBtn .lcbody .top {top: 0;}
#openBtn .lcbody .center {display: block;top: 50%;margin-top: -.01rem;width: 85%;} 
#openBtn .lcbody .bottom {top: 100%;}
#openBtn .lcbody:hover .lcitem.top .rect {animation: move 0.4s ease-in-out 1;}
#openBtn .lcbody:hover .lcitem.center .rect {animation: move 0.4s ease-in-out 0.1s 1;}
#openBtn .lcbody:hover .lcitem.bottom .rect {animation: move 0.4s ease-in-out 0.2s 1;}
.active#openBtn .lcitem.top {transform: rotateZ(45deg);top: 49%;}
.active#openBtn .lcitem.center { opacity: 0;}
.active#openBtn .lcitem.bottom {transform: rotateZ(-45deg);top: 49%;}
  @keyframes move {
    0% {right: 0;}
    40% {right: 0;width: 0;}
    60% {right: auto;width: 0%;}
    100% {right: auto;width: 100%;}
  }
  .show .g-nav2{/* opacity: 1; *//* visibility: visible; */transform: translateY(0);}
  .g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: 0.5s;
    transform: translateY(-100%);
    } 
  .g-nav2 .scroll {position: absolute;z-index: 1;left: 0;right: 0;top: 1.5rem;bottom: 0;overflow-y: auto;}
  .g-nav2 .scroll ul {width: 16rem;margin: 0 auto;max-width: 94%;}
  .g-nav2 .scroll li {width: 33.3%;padding: 0.45rem .25rem 0;}
  .g-nav2 .scroll li h2 {font-size: 0.28rem;font-weight: bold;color: #005699;padding-bottom: 0.15rem;}
  .g-nav2 .scroll li h2::after{height: 1px;background: #005699}
  .g-nav2 .scroll li .list {padding: 0.2rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
  .g-nav2 .scroll li .list h3 {font-size: 0.20rem;line-height: 0.36rem;color: #333;margin-bottom: 0.15rem;width: 48%;}
  .g-nav2 .scroll li .list dl {padding-bottom: 0.2rem;display: none;}
  .g-nav2 .scroll li .list dd {font-size: 0.16rem;line-height: 0.4rem;opacity: 0.65;}
  .g-nav2 .scroll li .list dd:hover {opacity: 1;}
  .show #nav{}
  .show  .g-nav2 .scroll li h2::after{width: 100%;}
.g-nav2 .scroll li .list h3:hover{color:#005699;}
/* banner */
@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}
.banner{position:relative;overflow: hidden;}
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden;}
.swiper-box1 .imged{padding-bottom: 100vh; background-size: cover !important;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.swiper-box1 .slide-inner{position: relative;display: block;}
.swiper-box1 p{position: absolute;left: 50%;transform: translateX(-50%);top: 20%;z-index: 10;width: 63.6%;}
.swiper-box1 img{width: 100%;}
.swiper-box1 a:hover .imged{transform: scale(1);}
.swiper-box1 .cir{bottom: 0.45rem;display: flex;align-items: center;justify-content: center;width: 100%;}
.swiper-box1 .cir span{width: 0.1rem;opacity: 1;margin: 0 0.1rem !important;}
.swiper-box1 .cir span.on{width: 0.22rem;height: 0.22rem;background: url(../images/cir1.png) no-repeat;background-size: 100% 100%;}

.home0{width: 100%;position: absolute;z-index: 11;left: 0;top: 50%;transform: translateY(-50%);/* overflow: hidden; */transition: 0.5s;}

.ban-jj{position: relative;padding: 0rem 5% 0;transition: 0.5s;}
.ban-jj .sico{width: 12.94rem;position: absolute;left: 50%;top: 0.1rem;z-index: -1;transform: translateX(-50%)scale(1.2);max-width: 100%;}
.ban-jj .sico svg{width: 100%;display: none\0;}
.ban-jj .sico path{stroke:rgba(255,255,255,.5)}
.ban-jj .sico::after{width: 100%;height: 3.6rem;background: url(../images/ban-t.png) no-repeat top;bottom: auto;top: 1px;left: .02rem;background: url(../images/ban-t2.png) no-repeat top\0;background-size: 100% 100% !important;top: -1rem\0;}
.ban-jj .font{text-align: center;padding-bottom: 0.2rem;}
.ban-jj .font img{width:48%;}
.ban-jj .sele3 span{font-size: 0.2rem;color: #fff;display: inline-block;}
.ban-jj .sele3>span{min-width: 1.9rem;/* text-align: right; */}

.ban-jj .sele3{align-items: center;justify-content: space-between;margin-top: 0.3rem;}
.ban-jj .sele3-l{display: flex;align-items: center;/* padding: 0rem 0.2rem 0 0; */flex-wrap: wrap;}
.ban-jj .sele3-l .select{/* width: 2.9rem; */margin: 0.1rem;position: relative;flex: 1;min-width: 0;}
.ban-jj .sele3-l .select .box{height: 0.6rem;line-height: 0.6rem;font-size: 0.16rem;color: #666;padding: 0 0.2rem;width: 100%;background: #fff;border-radius: .05rem;cursor: pointer;}

.ban-jj .sele3-l .box input{width: 100%;height: 100%;font-size: 0.16rem;color: #666;}
.ban-jj .sele3 button{height: 0.6rem;line-height: 0.6rem;color: #fff;padding: 0 0.18rem;margin-left: 0.15rem;cursor: pointer;font-size: 0.2rem;border-radius: .05rem;background: #01C0FF;align-items: center;}
.ban-jj .sele3 button img{display:inline-block;margin-right:.05rem;}
.ban-jj .sele3>ul{flex: 1;min-width: 0;background: #fff;padding: 0.18rem 0.25rem;background: #fff;border-radius: 0.05rem;display: flex;flex-wrap: wrap;}
.ban-jj .sele3>ul li{font-size: 0.18rem;line-height: 0.32rem;color: rgba(0, 86, 153, 1);transition:0.5s;padding: 0 .1rem;}
.select p{font-size: 0.16rem;color: #666;width: calc(100% - .16rem);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.select h2 img{width: .16rem;}
.select ul{background: #ffff;height: 2.15rem;position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;border-top: 1px solid #eee;z-index: 500000;top: 101%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;cursor: pointer;}
.select li:hover{background:#005699;color:#fff;}
.ban-jj .box2{flex:1;min-width:0;}

@media(min-width: 1025px){
	.ban-jj .sele3-l:nth-child(1){width: 62%;}
	.ban-jj .sele3-l:nth-child(2){width:28%;}
	.home0{min-height: 3rem;}
}

@media(max-width: 1024px){
  .home0{padding: .4rem 0;transform: translateY(0);position: relative;top: auto;background: #005699;}
  .ban-jj .sele3{justify-content:space-between;margin-top: 0.1rem;}
  .ban-jj .sele3-l{width:100%;margin: 0 0 .2rem 0;padding: 0;}
	.ban-jj .tj{width:100%;justify-content:center;}
	.ban-jj{padding: 0rem 0rem;/* background: #005699; */}
	.ban-jj .sico::after{background-size:100% !important;display:none;}
  .ban-jj .sico{display:none;}
	.ban-jj .font img{width:70%;}
}
@media(max-width: 768px){

.ban-jj .sele3-l .select{flex: none;/* min-width:0; */margin: 0.1rem 0 .15rem 0;width: 100%;}
.ban-jj .sele3-l span{white-space: nowrap;font-size: .16rem;width: 100%;}
.ban-jj .tj{width:100%;justify-content:center;margin-top: 0.2rem;}
.ban-jj .sele3-l .select .box{height: 0.4rem;line-height: 0.4rem;}
.ban-jj .sele3 button{height: 0.4rem;line-height: 0.4rem;font-size: .16rem;}
.ban-jj .sele3-l{font-size:.18rem;margin: 0;}
.ban-jj .sele3-l .box2{margin-top:.2rem;flex: none;min-width: 0;width: 100%;}
.ban-jj .sele3>span{width:100%;margin-bottom:.1rem;font-size: .16rem;}
.ban-jj .sele3>ul li{font-size:.16rem;}
.ban-jj .font{padding-bottom:0;}


}



/* home1 */

.title{justify-content: space-between;margin-bottom: .4rem;align-items: center;position: relative;z-index: 10;}
.title .tit{align-items: baseline;margin: 0 auto;height: 0.77rem;}
.title .h3{margin-right: 0.1rem;position: relative;cursor: pointer;padding-bottom: 0.25rem;display: flex;align-items: baseline;}
.title h3{font-size: 0.28rem;color: #333;line-height: 1.2;cursor: pointer;font-weight: bold;height: .45rem;line-height: .45rem;}
.title .h3 i{display: inline-block;padding-right: 0.1rem;font-style: normal;font-size: 0.28rem;color: #333;}
.title p{font-size: 0.16rem;color: #999;text-transform: capitalize;line-height:1.2;left: .3rem;bottom: 0;position: absolute;white-space: nowrap;}
.title h3::after{width: 0.38rem;height: 0.38rem;opacity: 0;background: linear-gradient(128deg, #02589D 13%, rgba(2, 88, 157, 0) 87%);border-radius: 50%;left: -0.08rem;bottom: auto;top: -0.08rem;}
.title .h3:first-child p{left:0;}
.title .h3 p{opacity: 0;}
.title .h3.on p{opacity: 1;}
.title .h3.on h3{font-size: 0.36rem;background: -webkit-linear-gradient(180deg, #0C448D 0%, #1093C1 100%), #333333;-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: #0C448D;}
.title .h3.on h3::after{opacity: .2;}

.more{position: absolute;/* top: 50%; *//* transform: translateY(-50%); */right: 0;bottom: .3rem;} 
.more a{border-radius: 0;align-items: center;font-size: .14rem;} 
.more span{line-height: 0.45rem;display: inline-block;padding-left: 0.17rem;border-radius: 0rem;}
.more img{width:.6rem;}
.w-more a{display: none;}
.w-more a.on{display: flex;}

/* home2 */
.home2{width: 100%;padding: .85rem 1.2rem;position: relative;z-index: 10;overflow: hidden;background: linear-gradient(0deg, #E5EBFD 0%, rgba(229, 235, 253, 0) 100%);}
.home2::after{width: 31%;background: url(../images/h1bg.png) no-repeat;bottom: auto;top: 0rem;height: 4.78rem;background-size: 100%;left: auto;right: 0;}
.home2::before{content: "";position: absolute;width: 55%;height: 100%;left: 0;bottom: 0;background: url(../images/h1bg2.png) no-repeat;background-size: 100% 100%;}

.home2-b{position: relative;width: 100%;}
.w-tab{position: relative;}
.w-tab .tab{opacity: 0;visibility: hidden;position: absolute;width: 100%;top: 0;transition: 0.5s;}
.w-tab .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.home2 .title{padding-right: 0.6rem;}
.home2 .title .tit{padding: 0 0rem 0 4rem;}

.home2-t{align-items: flex-end;}
.home2-t .left{width: 3.9rem;padding-left: 0rem;}
.home2-t .right{width: calc(100% - 3.9rem);padding-left:0rem;margin-left: -.2rem;}

.home2-t .left::after{width: auto;right: 0.6rem;bottom: 0.3rem;border: 1px solid rgba(255, 255, 255, 0.2);transform: skew(-7deg);}
.home2-t .left .swiper-container{padding:0rem;/* transform:skew(-10deg); */clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);}
.home2-t .left li .imged{padding-bottom: 117%;background-size: cover !important;background-position: top center !important;}
.home2-t .left li .scale{transform: skew(0deg);}
.h2-t{padding: 0 0.6rem 0 4rem;}
.h2-t li h3{font-size: 0.24rem;color: #333;font-weight: bold;}
.h2-t li h3 span{font-size: 0.18rem;font-weight: bold;color: #333;display: inline-block;padding-left: 0.18rem;}
.h2-t li p{font-size: 0.14rem;font-weight: bold;color: #666;margin: 0.1rem 0 0.15rem;}
.h2-t li h4{font-size: 0.16rem;color: #666;line-height: 0.28rem;max-height: 1.12rem\0;}
.h2-b .swiper-container{padding:0 .2rem;}
.h2-b{margin-top: 0.6rem;position: relative;/* padding: 0 0.7rem; */}
.h2-b li .imged{padding-bottom: 113%;clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);background-size: cover !important;background-position: top center !important;}
.h2-b li h3{text-align: center;margin-top: 0.1rem;color: #333;font-size: 0.16rem;}
.h2-b li .pis{padding: 0.04rem 0;position: relative;transition: 0s;padding: 0.04rem 0.04rem\0;}
.h2-b li .pis .scale{clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);}
.h2-b li.swiper-slide-active .imged{transform: scale(1.2);}

.h2-b li{transition: 0s;}
.h2-b li a{display:block;position: relative;padding: 0 .1rem;}
.h2-b li .pis::after{content: "";position: absolute;width: 95%;opacity: 0;background: #fff;transform: skew(-5deg);height: 100%;left: 3%;bottom: 0;z-index: -1;transform: skew(0deg)\0;}
.h2-b li.swiper-slide-active .pis::after{opacity: 1;}
.h2-b li.slick-current .pis::after{opacity: 1;}


.h2-b .arror{margin: 0;transform: translateY(-50%);width: 0.56rem;height: 0.56rem;}
.h2-b .swiper-button-prev{left: 0;}
.h2-b .swiper-button-next{right: 0;}
.h2-b .arror::after{display: none;}
.h2-b li.swiper-slide-active+li+li+li+li .scale,.h2-b li.swiper-slide-prev .scale,.h2-b li.swiper-slide-prev .imged{transform:skew(0);clip-path:none;opacity: 0;}
.h2-b li.swiper-slide-prev .pis:after{display:none;}

.h2-b li.prev h3{color: #fff;}
/* .h2-b li.slick-current,.h2-b li.slick-current+li,.h2-b li.slick-current+li+li,.h2-b li.slick-current+li+li,.h2-b li.slick-current+li+li+li,.h2-b li.slick-current+li+li+li+li{opacity:1;} */



.h2-s3{padding: 0 .7rem;}
.h2-b .slick-arrow{width: 0.56rem;height: 0.56rem;background-size: 100% 100% !important;}
.h2-b .slick-prev{background: url(../images/h1-prev.png) no-repeat;}
.h2-b .slick-next{background: url(../images/h1-next.png) no-repeat;}
.h2-b .slick-arrow::before{display: none;}
.h2-b .slick-prev{left: 0;}
.h2-b .slick-next{right: 0;}

@media screen and (min-width:1025px){
    .h2-b li.swiper-slide-active  h3{color: #fff;}
    .h2-b li.slick-current  h3{color: #fff;}
    .h2-b li.slick-current h3{opacity: 0;}
    .h2-b li.slick-current a{transform: scale(1.2);}
    .h2-b li{padding:.4rem 0;}
    .h2-b .slick-list{/* padding-left: .26rem; */}
	.h2-b li.slick-current{transform:translateX(.05rem)}
	.h2-b li.slick-current+li{transform:translateX(.1rem)}
	.h2-b li.slick-current+li+li{transform:translateX(.12rem)}
	.h2-b li.slick-current+li+li+li{transform:translateX(.07rem)}
  .home2-t{height: 5.5rem;}
	.h2-s3 .slick-list{padding-left: 1.7rem;}
}
@media screen and (max-width:1200px){
.home2::before{width: 50%;}
.h2-s3 .slick-list{padding-left: 2.1rem;}
}
@media screen and (max-width:1024px){
  .home2{padding: 0.4rem 0 .4rem;}
  .home2-t .left{margin:0 auto;}
  .home2-t .right{width: 100%;margin-left: 0%;padding:0;margin-top: .3rem;margin-left:0;}
  .h2-t{padding: 0rem;}
  .home2-t .left::after{bottom:.45rem;left:.3rem;right:.2rem;display: none;}
  .home2 .title{padding-right: 00rem;}
  .home2 .title .tit{padding: 0 0rem 0 0rem;}
  .home2::before{display: none;}
  .h2-b .slick-prev{background: url(../images/h1-next.png) no-repeat;transform:rotateY(180deg) translateY(-50%);}
  .h2-s3 .slick-list{padding-left: 0rem;}
}
@media screen and (max-width:768px){
  .home2-t .left{width: 3rem;}
  .home2-t .h2-t li h3{font-size: 0.26rem;}
  .home2-t .h2-b{margin-top: 0.3rem;}
}
@media screen and (max-width:480px){
 .h2-b li.swiper-slide-active+li+li .pis{transform:skew(0);}
}


/* home3 */
.home3{width: 100%;padding: .8rem 0 1.1rem;overflow: hidden;background: url(../images/hbg3.jpg) no-repeat bottom  center/cover;}


.home3 .wp{width: 14rem;}
.h3-b{position: relative;}
.home3-t{position: relative;/* align-items: center; */padding-left: 0.35rem;width: 100%;}
.home3-t .cir{padding-right: 0.75rem;margin-top: 0.3rem;position: relative;width: auto;left: auto;bottom: auto;}
.h3-s1{flex: 1;min-width: 0;} 
.home3-t .cir span{display: block;width: 0.4rem;height: 0.4rem;font-size: 0.2rem;color: #333;margin: 0rem 0  .3rem!important;opacity: 1;position: relative;line-height: .4rem;}
.home3-t .cir span::after{width: 0rem;height: 1px;background: #000;opacity: .85;left: 100%;bottom: 50%;content:"";position: absolute;}
.home3-t .cir span.on{font-size: 0.24rem;font-weight: bold;color: #005699;}
.home3-t .cir span.on::after{width: 0.6rem;}
.home3-t li a{justify-content: space-between;}
.home3-t li .con{width: 45%;padding-top: 0.3rem;}
.home3-t li .pis{width: 53%;padding: 0.2rem 0.2rem 0 0;}
.home3-t li .pis::after{width: auto;left: 0.2rem;right: 0;top: 0;bottom: 0.2rem;height: auto;background: rgba(0, 86, 153, 0.1);}
.home3-t li h3{font-size: 0.24rem;color: #333;line-height: 1.2;font-weight: bold;margin-bottom: 0.3rem;}
.home3-t li p{font-size: 0.16rem;color: #666;line-height: 0.28rem;max-height: 3.36rem;}
.home3-t li .imged{padding-bottom: 62.7%;}
.home3-b{margin-top: 0.66rem;position: relative;}
.home3-b li a{align-items: center;padding: 0.1rem;}
.home3-b li .pis{width: 50%;padding: 0.05rem;}
.home3-b li .con{width: 50%;padding-left: 0.2rem;}
.home3-b li h3{font-size: 0.16rem;color: #333;line-height: 0.24rem;max-height: 0.48rem\0;transition: 0.5s;}

.home3-b li.swiper-slide-active h3{color: #005699;}
.home3-b li.swiper-slide-active .pis{box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.2);background: #fff;}

.home3-b .arror{margin: 0;transform: translateY(-50%);width: 0.4rem;height: 0.4rem;}
.home3-b .swiper-button-prev{left: -0.75rem;}
.home3-b .swiper-button-next{right: -0.75rem;}
.home3-b .arror::after{display: none;}
.home3-b.on .arror{opacity: 0;}

@media screen and (min-width: 1025px) {
  .home3-t li a:hover h3{color: #005699;}
  .home3-b li a:hover h3{color: #005699;}
  .home3-b li a:hover .pis{box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.2);background: #fff;}

}


@media screen and (max-width: 1024px) {
  .home3{padding: 0.4rem 0;overflow: hidden;}
  .home3-t{padding-left: 0;}
  .home3-t li .con{width: 100%;padding-top: 0rem;}
  .home3-t li .pis{width: 100%;padding: 0.2rem 0.2rem 0 0;margin-top: 0.3rem;}
  .home3-b .arror{padding: 0 0.5rem;}
  .home3-b .swiper-button-prev{left: 0rem;}
  .home3-b .swiper-button-next{right: 0rem;}
  .home3-b{margin-top: 0.3rem;position: relative;}
  .home3-t .cir{width: 1rem;margin: 0;}
	.home3-t .cir span.on::after{
		width:0.45rem;
	}
  .h3-s1{width: calc(100% - 1rem);}
}

@media screen and (max-width:768px){
 .home3-b li a{padding:0 .1rem 0 0}
}
@media screen and (max-width:600px){
  .home3 .more{bottom:0;}
}


/* home4 */
.home4{padding: .95rem 0 0rem;width: 100%;overflow: hidden;background: url(../images/hbg4.jpg) no-repeat center/cover;}
.home4 .wp{width: 14rem;}
.home4 .title .h3{color: #fff;opacity: .4;}
.home4 .title p,.home4 .title h3,.home4 .more a{color: #fff;}
.home4 .title .h3 i{color: #fff;}
.home4 .title h3::after{opacity: 0.2;background: linear-gradient(128deg, #FFFFFF 13%, rgba(2, 88, 157, 0) 87%);}
.home4 .title .h3.on{opacity: 1;}
.home4 .title .h3.on h3{color: #fff;-webkit-text-fill-color: #fff;}

.home4-t{padding-bottom: 0.6rem;/* height: 6.1rem; *//* overflow: hidden; */}

.h4-b li{text-align: center;transition: 0.5s;}
.h4-b li span{display: block;margin: 0 auto 0.2rem;padding: 0.07rem;border-radius: 50%;background: rgba(255, 255, 255, 0.2);width: 1.5rem;height: 1.5rem;background: #fff;border: 5px solid rgba(255, 255, 255, 0.2);}
.h4-b li .pis{display: block;margin: 0 auto 0.2rem;padding: 0.07rem;border-radius: 50%;background: rgba(255, 255, 255, 0.2);width: 1.5rem;height: 1.5rem;background: #fff;border: 5px solid rgba(255, 255, 255, 0.2);}
.h4-b li .imged{padding-bottom: 100%;border-radius: 50%;background-size: cover !important;}
.h4-b li .scale{border-radius: 50%;}
.h4-b li p{font-size: 0.18rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;width: 70%;margin: 0 auto;}
.h4-b li span img{width:100%;height: 100%;object-fit: cover;border-radius: 50%;}
.h4-b li.swiper-slide-active span img{width:100%;height: 100%;object-fit: cover;border-radius: 50%;}
.h4-b li.swiper-slide-active p{font-weight: bold;font-size: 0.2rem;}
.h4-b li a{display:block;}
.h4-b2:after{width: auto;left: 1.7rem;right: 0;background: url(../images/h4bg.png) no-repeat;background-size: 100% 100%;height: 4.18rem;bottom: auto;top: 0;}
.h4-b2 a{align-items: center;}
.h4-b2 .pis{width: 3.7rem;}
.h4-b2 .con{flex: 1;min-width: 0;padding: 0.58rem 1.57rem 0.76rem 0.79rem;position: relative;}
.h4-b2 .pis::after{left: 0.2rem;bottom: 0;width: 100%;border-radius: 50%;background: linear-gradient(180deg, rgba(0, 86, 153, 0) 8%, #0F8EBD 100%);
box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(17, 42, 135, 0.5);}
.h4-b2 .scale{border-radius: 50%;}
.h4-b2 .imged{border-radius: 50%;padding-bottom: 100%;background-size: cover !important;}
.h4-b2 li h3{font-size: 0.24rem;
font-weight: bold;color: #333;padding-bottom: 0.31rem;margin-bottom: 0.25rem;}
.h4-b2 li h3::after{width: 0.4rem;height: 0.04rem;background:linear-gradient(270deg, #1091C0 0%, #0C4B92 100%);}
.h4-b2 li h4{font-size: 0.16rem;line-height: 0.34rem;color: #666666;max-height: 2.04rem\0;}
.h4-b2 li span{position: absolute;right: 0;bottom: 0;width: 0.92rem;display: block;}

.home4-t{position: relative;}
.home4-t .arrow{align-items: center;justify-content: center;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);z-index: 10;}
.home4-t .arror{width: 0.5rem;height: 0.5rem;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 50%;position: relative;left: auto;top: auto;right: auto;margin: 0;}
.home4-t .arror::after{color: #fff;font-size: 0.2rem;font-weight: bold;}
.home4-t .cir{position: relative;bottom: auto;width: auto;padding: 0 0.2rem;}
.home4-t .cir span{opacity: .5;margin: 0 0.07rem !important;}
.home4-t .cir span.on{opacity: 1;}
.h4-b2.on .arrow{opacity: 0;display: none;}

@media screen and (min-width:1025px){
  .h4-b li{transform: translateY(4.6rem);}
  .h4-b li a:hover p{font-weight: bold;}
  .h4-b li.swiper-slide-active{transform: translateY(0.3rem);}
  .h4-b li.swiper-slide-active+li,.h4-b li.swiper-slide-prev{transform: translateY(1.6rem);}
  .h4-b li.swiper-slide-active+li+li,.h4-b li.sw-prev-prev{transform: translateY(3.6rem);}
  .h4-b li.swiper-slide-active span{width: 2.5rem;height: 2.5rem;}
  .h4-b li.swiper-slide-active .pis{width: 2.5rem;height: 2.5rem;}
  .home4-t .swiper-container {height: 5.8rem;}
  .h4-b::after{width: 100%;height: 4.67rem;background: url(../images/h4-bg.png) no-repeat bottom;background-size: 100% 100%;bottom: -.55rem;}
  .h4-b li.swiper-slide-active+li a{transform: translate(.3rem,.1rem);}
.h4-b li.swiper-slide-prev a{transform:translate(-.3rem,.2rem)}
	.home4-t{height: 6.4rem;}

}

@media screen and (max-width:1024px){
  .home4{padding: 0.4rem 0  0;}
  .home4 .arrow{position: relative;margin-top: 0.2rem;}
  .home4-t{padding-bottom: 0.3rem;}
  .h4-b2::after{background: #fff;left: 0;height: 90%;}
  .h4-b2 .pis{width: 3.7rem;margin: 0.2rem auto;}
  .h4-b2 .con{flex: none;min-width: 0;padding: .2rem;width: 100%;}
	.h4-b2 li span{display:none;}
}
@media screen and (max-width:768px){

}
/* h5 */
.home5{width: 100%;padding: 1.05rem 0;background: url(../images/hbg5.png) no-repeat center/cover;}
.home5:after{
    width: 2.53rem;
    height: 6.43rem;
    background: url(../images/innbg2.png) no-repeat;
    background-size: 100%;
    bottom:auto;
    top: 1.6rem;
    }
.home5-t{justify-content: space-between;}
.home5-t .left{width: 47%;background: rgba(255,255,255,.5);box-shadow: 0rem 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);padding: 0.43rem 0.45rem;}
.home5-t .right{width: 47%;margin-top: .25rem;}
.home5-t li *{transition: 0.5s;}
.home5-t .left li a{display: block;}
.home5-t .left li span{border-radius: 0rem 0.15rem 0rem 15px;
background: linear-gradient(289deg, #0C448D 0%, #1093C1 100%), #005699;line-height: 0.45rem;color: #fff;padding: 0 0.16rem;font-size: 0.18rem;display: inline-block;margin-bottom: 0.2rem;}
.home5-t li h3{font-size: 0.2rem;font-weight: bold;color: #333;line-height: 0.34rem;max-height: 0.68rem\0;margin-bottom: 0.2rem;padding-left: .2rem;}  
.home5-t .left li h4{font-size: 0.16rem;line-height: 0.28rem;max-height: 0.56rem\0;margin-bottom: 0.35rem;padding-left: 0.2rem;border-left: 0.03rem solid #005699;}
.home5-t .left .imged{padding-bottom: 55%;}
.home5-t .left .cir{position: relative;margin-top: 0.23rem;bottom: auto;}
.home5-t .left .cir span{margin: 0 0.1rem !important;width: 0.15rem;height: 0.15rem;opacity: 1;background: #ddd;}
.home5-t .left .cir span.on{opacity: 1;background: #005699;}

.home5-t .right li a{height: 2.16rem;padding: 0.52rem 0;border-bottom: 1px dashed #ddd;}
.home5-t .right li:first-child{border-top: 1px dashed #ddd;}
.home5-t .right li h3::after{width: 0.05rem;background: #005699;left: 0;height: .2rem;bottom: .07rem;}
.home5-t .right li .con{flex: 1;min-width: 0;padding: 0 0.28rem 0 0rem;}
.home5-t .right li h4{font-size: 0.16rem;color: #666;line-height: 0.28rem;max-height: 5.56rem\0;padding-left: .2rem;}
.home5-t .right li p{font-size: 0.24rem;color: #999;margin-bottom: 0.5rem;line-height: .34rem;}
.home5-t .right li span{width: 0.25rem;height: .19rem;background: url(../images/h5-xq1.png) no-repeat;background-size: 100% 100%;display: block;margin-left: .2rem;}
.home5-t .right li a::before{content: "";position: absolute;width: auto;height: 100%;bottom: 0.2rem;opacity: 0;z-index: -1;border: 1px solid #005699;left: 0;right: -0.5rem;}
.home5-t .right li a::after{width: auto;opacity: 0;left: -0.3rem;background: url(../images/h5-bg.jpg) no-repeat right bottom;right: -0.3rem;background-size: 100% 100% !important;}


@media screen and (min-width:1025px){
.home5-t .right li a:hover::after{opacity: 1;}
.home5-t .right li a:hover::before{opacity: .2;}
.home5-t .right li a:hover h3,.home5-t .right li a:hover h4,.home5-t .right li a:hover p{color: #fff;}
.home5-t .right li a:hover span{background: url(../images/h5-xq2.png) no-repeat;background-size: 100% 100%;}
.home5-t .left li a:hover h3{color: #005699;}
.home5-t .right li a:hover h3:after{background:#fff;}
}
@media screen and (max-width:1024px){
  .home5{padding: 0.4rem 0;overflow: hidden;}
  .home5-t .left{width: 100%;padding: 0.2rem;}
  .home5-t .right{width: 100%;margin-top: 0.3rem;}
  .home5-t .right li a{height: auto;padding: 0.2rem 0;}
}
@media screen and (max-width:768px){

}

/* home6 */
.home6{width: 100%;padding: 0.77rem 0;background: url(../images/hbg6.jpg) no-repeat bottom/cover;}
.home6 .title h3::after{opacity: .2;}
.home6 .title  .tit{position: relative;height: auto;padding-bottom: 0.25rem;}
.home6 .title h3{
  background: -webkit-linear-gradient(270deg, #0C448D 0%, #1093C1 100%), #333333;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #0C448D; font-size: 0.36rem;
}
.home6 .title p{left:0;}
.home6-t{padding: 0 2%;}
.home6-t li{padding-bottom: 1.9rem;transition: 0.5s;}

.home6-t li h3{font-size: 0.18rem;color: #333333;margin-bottom: 0.15rem;}
.home6-t li h3 b{font-family:din-b;
font-size: 0.48rem;color: #005699;display: inline-block;padding-right: 0.1rem;font-weight: bold;}
.home6-t li p{font-size: 0.18rem;line-height: 0.28rem;color: #333;padding-bottom: 0.1rem;}
.home6-t li p::after{width: 0.09rem;height: 1.89rem;background: url(../images/h6-line.png) no-repeat;background-size: 100% 100%;left: 0.22rem;bottom: auto;top: 100%;}

.home6-t .cir{bottom: auto;display: flex;align-items: center;justify-content: center;width: 100%;position: relative;margin-top: 0.1rem;}
.home6-t .cir span{width: 0.1rem;opacity: 1;margin: 0 0.15rem !important;background: #005699;opacity: .4;}
.home6-t .cir span.on{width: 0.22rem;height: 0.22rem;background: url(../images/cir1.png) no-repeat;background-size: 100% 100%;opacity: 1;border-radius: 0;}


.more a:hover{font-weight: bold;text-decoration: underline;}
@media screen and (min-width:1025px){
  .home6-t .swiper-container{height: 3.5rem;}
  .home6-t li.swiper-slide-active+li,.home6-t li.swiper-slide-active+li+li+li{margin-top: 0.75rem;}
}
@media screen and (max-width:1024px){
  .home6{padding: 0.4rem 0;overflow: hidden;}
 .home6-t{padding: 0 0%;}
 .home6-t li h3 b{font-size: 0.4rem;}
  
}
@media screen and (max-width:768px){
   .home6-t li h3 b{font-size: 0.34rem;}
   .home6-t li{padding-bottom: .9rem;}
}
/* footer */
.footer {position: relative;background: url(../images/fbg.jpg) no-repeat center/cover;}

.foot-t{align-items: center;justify-content: space-between;position: relative;padding: 0.55rem 0 0.25rem;}
.foot-t .fot1{width: 54%;align-items: center;}
.foot-t .fot2{width: 45%;}
.foot-t .fot1 li{padding: 0 0.38rem;text-align: center;}
.foot-t .fot1 li:first-child{padding-left: 0;}
.foot-t .fot1 li::after{left: auto;right: 0;top: 50%;transform: translateY(-50%);bottom: auto;width: 1px;height: 0.79rem;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 100%);}
.foot-t .fot1 li:last-child::after{display: none;}
.foot-t .fot1 ul span{font-family: 阿里妈妈灵动体 VF;
font-size: 0.24rem;
font-weight: bold;color: #fff;}
.foot-t .fot1 p{color: #fff;font-size: 0.16rem;line-height: 1.5;margin-top: 0.1rem;}

.foot-t .fot1 dl{margin-top: 0.3rem;}
.foot-t .fot1 dt{padding-right: 0.25rem;align-items: center;}
.foot-t .fot1 dt span{padding-left: 0.1rem;font-size: 0.16rem;color: #fff;line-height: 1.5;opacity: .68;}

.foot-t .fot2 dt{width: 25%;padding: 0 0.1rem;text-align: center;}
.foot-t .fot2 dt span{margin: 0 auto;display: flex;width: 1rem;height: 1rem;border-radius: 50%;border: 1px dashed rgba(255,255,255.4);align-items: center;justify-content: center;}
.foot-t .fot2 dt p{font-size: 0.16rem;color: #FFF8EC;line-height: 1.3;margin-top: 0.17rem;} 
.foot-t .fot2 dt a:hover p{opacity:.8;text-decoration: underline;}
.foot{padding: 0.18rem 0 ;overflow: hidden;background: rgba(0,0,0,.3);}
.foot p{font-size: 0.14rem;color: #fff;line-height:1.5;opacity: .6;text-align: center;}
.foot p a{display: inline-block;padding: 0 0.1rem;}

@media screen and (max-width:1024px){
  .foot-t .fot1{width: 100%;}
	.foot-t .fot1 li:nth-of-type(4)::after{
		background:none;
	}
  .foot-t .fot2{width: 100%;margin-bottom: 0.25rem;}
  .foot-t .fot1 ul{justify-content: center;}
  .foot-t .fot1 dl{margin-top: 0.25rem;}

}
@media screen and (max-width:768px){
  .foot-t .fot2 dt span{width: 1rem;}
  .foot-t .fot1 dt{width: 100%;margin-bottom: 0.15rem;justify-content: center;}
  .foot-t .fot1 li{padding: 0 0.15rem;}
  .foot-t .fot1 span{font-size: 0.24rem;}
}

@media screen and (max-width:480px){
  .foot-t .fot2 dt span{width: .7rem;height: .7rem;}
	.foot-t .fot2 dt span img{max-width:.4rem;}
}


.slick-slide img{display: none;}
@media screen and (max-width: 1400px) {
  #header .right{padding-left:5%;}
  #logo img {max-width:3rem;}
  }


@media screen and (max-width:1200px){
    .header_box{ display: none;}
	  .m_header_box{ display: block;}
	  .swiper-box1 .imged{padding-bottom: 50%;}
    .swiper-box1 .imged img{display: block;}
    .ban-img{display: none;}
}
@media screen and (max-width:1024px){
  .title .img{display:none;}
  .title h3:after{width:.6rem;height:.6rem;left:0;bottom:0;}

}
@media screen and (max-width:980px){
   
}
@media screen and (max-width:768px){
    .txt1 { font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .title{margin-bottom: 0.25rem !important;}
    .title h3{font-size: 0.24rem !important;line-height: .35rem;height: .35rem;}
   
    .title h3:after{width:.4rem;height:.4rem;left:0;bottom:0;}
    .banner .img img{max-width: 4rem;}
    .title .tit img{width: 0.3rem;}
    .title p{font-size: 0.12rem;}
    .more img{/* display: none; */width: .3rem;}
}

@media screen and (max-width:640px){
  .title .tit{margin: 0;height: .6rem;}
}
@media screen and (max-width:385px){
.foot-t .fot1 li{
	padding: 0 0.1rem;
}
}
@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}    