@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:geo; src:url(../fonts/georgia.ttf);}

.header_top{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}
.header_top::after{width: 100%;height: 1.8rem;background: linear-gradient(180deg, #0E6BCE 0%, rgba(14, 107, 206, 0) 100%);bottom: auto;top: 0;}
.fixed .header_top::after{height:0rem;}
.fixed .header_top{background:#1355BF;}
.header_top .top{justify-content: space-between;height: .98rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width:5.3rem;}
.list_box1{flex:1;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.list_box1 .ema{width: 4.84rem;padding-right: 0.25rem;}
.list_box1 .li{padding: 0 0.2rem;}
.list_box1 .li:last-child{/* border-left: 1px solid rgba(255, 255, 255, 0.4); */}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.16rem;}
.list_box1 a img{display:inline-block;margin-right:.05rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: 30px;width: 1.75rem;padding: 0 0.1rem;border-radius: 0.02rem;border: 1px solid #FFFFFF;opacity: .7;}
.list_box1 .li .input{width: calc(100% - .2rem);padding: 0 0rem 0 0.1rem;font-size: .16rem;color: #fff;line-height: .24rem;border-left: 1px solid #fff;}
.list_box1 .li .serbtn {
    width: 0.12rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.12rem;
    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;border-top: 1px solid rgba(255, 255, 255, 0.2);}
#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: .18rem;color:#fff;line-height: .7rem;position:relative;transition: .36s;display: inline-block;padding: 0 0.15rem;}
#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: #1355BF;}
#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: #1355BF;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: #1355BF; */}
#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: #0E6BCE;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#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: #1355BF;}
#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: #1355BF;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 10px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: 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: #1355BF 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: #1355BF;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.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 #1355BF;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/* banner */
.main-visual-wrapper {width: 100%;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: 25%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(11, 11, 11, 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;}
.banner a p{position: absolute;left: 10%;top: 50%;transform: translateY(-50%);z-index: 10;width: 34%;padding: 0rem;display: flex;}
.banner a p img{max-width:5.2rem;}

.banner .arrow{position: absolute;bottom: 0.3rem;z-index: 10;align-items: center;justify-content: center;width: 100%;}
.banner .arror{position: relative;top: auto;right: auto;left: auto;margin-top: 0;width: 0.19rem;height: 0.03rem;}
.banner .arror::after{display: none;}
.swiper-box1 .cir{bottom: auto;z-index: 10;width: auto;position: relative;padding: 0 0.15rem;display: flex;align-items: center;}
.swiper-box1 .cir span{margin: 0px .05rem !important;width: 0.29rem;height: 0.29rem;opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% 100%;border-radius: 0%;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 12px;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;background: url(../images/cir2.png) no-repeat;background-size: 100% 100%;color: #0A67B9;}



/* home1 */
.home1{padding: 0.35rem 0 0rem;width: 100%;overflow:hidden;background: url(../images/hbg1.png) no-repeat bottom;background-size: 100%;}
.title{margin-bottom: .5rem;align-items: center;position: relative;width: 100%;}
.title .h3{text-align: center;}
.title h3{font-size: 0.36rem;line-height: 1.1;color: #333;margin-bottom: 0.1rem;font-family: sy;padding-left: 0.15rem;padding-top: 0.2rem;}
.title h3::after{width: .68rem;height: 0.68rem;background: linear-gradient(180deg, #DAE8FF 0%, rgba(236, 243, 255, 0) 100%);bottom: auto;top: 0.1rem;border-radius: 50%;}
.title p{font-size: 0.16rem;text-transform: uppercase;color: #1355BF;}

.more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more a{font-size: 0.16rem;transition: 0.5s;color: #999;align-items: center;display: flex;}
.more a img{display: inline-block;margin-left: 0.1rem;width: 0.57rem;}
.home1 .title .h3{margin: 0 auto;}



.home1 .infonews08-t ul{justify-content: space-between;}
.home1 .infonews08-t li{width: 31%;margin-bottom: 0.45rem;}
.home1 .infonews08-t li *{transition: 0.5s;}
.home1 .infonews08-t li a{display: block;position: relative;}
.home1 .infonews08-t li .con{height: 2.15rem;padding: 0.15rem;position: relative;}
.home1 .infonews08-t li .con::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.08);background: #fff;opacity: 0;z-index: -1;}
.home1 .infonews08-t li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;height: 0.6rem;margin-bottom: 0.2rem;}
.home1 .infonews08-t li h4{font-size: 0.16rem;color: #999;margin-bottom: 0.12rem;line-height: 0.3rem;padding-bottom: 0.25rem;border-bottom: 0.01rem solid #D2D2D2;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.home1 .infonews08-t li p{display: flex;align-items: flex-end;color: #0E6BCE;font-size: 0.16rem;}
.home1 .infonews08-t li p span{font-size: 0.24rem;font-weight: bold;display: block;padding-right: 0.1rem;line-height: 1;}

.home1 .infonews08-t dl{justify-content: space-between;}
.home1 .infonews08-t dt{width: 48%;margin-bottom: 0.2rem;}
.home1 .infonews08-t dt a{align-items: center;height: 0.74rem;background: #F1F9FF;padding: 0 0.4rem;display: flex;}
.home1 .infonews08-t dt a::after{width: 100%;opacity: 0;background: linear-gradient(180deg, #0E6BCE 0%, #075BB5 100%);}
.home1 .infonews08-t dt .img{width: 0.31rem;height: 0.31rem;border: 1px dashed #1355BF;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.home1 .infonews08-t dt h5{flex: 1;min-width: 0;padding-left: 0.2rem;font-size: 0.18rem;color: #262626;line-height: 1.3;}
.home1 .infonews08-t dt img{transition: 0s;max-height: 100%;}


.home1 .infonews08-b ul{margin: 0 -0.24rem;}
.home1 .infonews08-b li{width: 33.3%;margin-bottom: 0.25rem;padding: 0 0.24rem;}
.home1 .infonews08-b li *{transition: 0.5s;}
.home1 .infonews08-b li a{display: flex;align-items: center;height: 1.45rem;padding: 0.2rem;border: 0.01rem solid #ddd;position: relative;z-index: 1;}
.home1 .infonews08-b li a::after{content: "";position: absolute;width: 0;height: 100%;left: 0;bottom: 0;background: linear-gradient(180deg, #0E6BCE 0%, #075BB5 100%);z-index: -1;transition:0.5s;}
.home1 .infonews08-b li .wm_date{width: 0.84rem;padding-right: 0.24rem;text-align: center;white-space: nowrap;border-right: 0.01rem solid #BBBBBB;}

.home1 .infonews08-b li .con{width: calc(100% - 0.84rem);padding-left: 0.25rem;}
.home1 .infonews08-b li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;font-weight: 500;margin-bottom: 0.1rem;max-height: 0.6rem;}

.home1 .infonews08-b li h4{font-size: 0.15rem;color: #999;line-height: 0.3rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.home1 .infonews08-b li .wm_date span{font-size: 0.26rem;display: block;font-weight: bold;line-height: 0.3rem;color: #0E6BCE;}
.home1 .infonews08-b li .wm_date p{font-size: 0.14rem;color: #0E6BCE;line-height: 0.3rem;}
.home1 .xyfg li a{padding: 0;background: none;}

@media screen and (min-width: 1200px) {
 .home1 .infonews08-t li a:hover .con::after{opacity: 1;}
 .home1 .infonews08-t li a:hover h3{color: #0E6BCE;font-weight:bold;}
 .home1 .infonews08-t li a:hover{transform: translateY(-0.3rem);}
 .home1 .infonews08-b li a:hover::after{width: 100%;}
 .home1 .infonews08-b li a:hover h4,.home1 .infonews08-b li a:hover h3,.home1 .infonews08-b li a:hover p,.home1 .infonews08-b li a:hover span{color: #fff;}
 .home1 .infonews08-b li a:hover h4{opacity: .68;}
 .home1 .infonews08-b li a:hover .wm_date span,.home1 .infonews08-b li a:hover .wm_date p{color:#fff;}
 .home1 .infonews08-t dt a:hover{transform: translateY(0rem);}
 .home1 .infonews08-t dt a:hover::after{opacity: 1;}
 .home1 .infonews08-t dt a:hover h5{color: #fff;}
 .home1 .infonews08-t dt a:hover .img{border: 1px dashed #FFFFFF;}
 .home1 .infonews08-t dt a:hover img{filter: brightness(1000);}
 .home1 .infonews08-t dt a:hover path{fill: #FFFFFF;}

}

@media screen and (max-width: 1024px) {
 .home1{padding:0.4rem 0;}
 .home1 .title .h3{margin: 0;}
 .home1 .infonews08-t li{width: 32%;}
 .home1 .infonews08-t li h3{font-size: 0.18rem;margin-bottom: 0.1rem;height: auto;}
 .home1 .infonews08-b li{width: 48%;}
 .home1 .infonews08-t li{width: 100%;margin-bottom: 0.2rem;}
  .home1 .infonews08-t li:last-child{order:-1;}
 .home1 .infonews08-b li{width: 100%;margin-bottom: 0.2rem;}
 .home1 li p span{font-size: 0.22rem;}
 .home1 .infonews16-08-tit{margin-bottom:0.2rem;}
 .home1 .infonews16-08-tit h3 span{font-size: 0.2rem;}
 .home1 .infonews08-t li .con{height:auto;}
 .home1 .infonews08-t li h4{padding-bottom:0.1rem;}
 .home1 .infonews08-b li a{height:auto;padding:0.15rem;}
 .home1 .infonews08-b li h3{font-size:0.18rem;line-height:1.4;margin-bottom:0.05rem;}
 .home1 .infonews08-b li h4{line-height:1.5;}
 .home1 .infonews08-b li .wm_date{width: 0.7rem;padding-right: 0.1rem;}
 .home1 .infonews08-b li .wm_date span,.home1 .infonews08-t li p span{font-size: 0.22rem !important;}
 .home1 .infonews08-b li .con{width: calc(100% - 0.7rem);padding-left: 0.15rem;}
 .home1 .infonews08-t dt a{padding: 0 0.2rem;}
}
@media screen and (max-width: 768px) {
  .home1 .xyfg li{width: 100%;}
}


/* home2 */
.sect1{width: 100%;background: linear-gradient(180deg, #EFF8FF 0%, rgba(239, 248, 255, 0) 100%);}
.home2{padding: 0.65rem 0 ;overflow: hidden;}
.home2-t{justify-content: space-between;}
.slick-dotted.slick-slider{margin-bottom:0;}
.home2 .left{width: 61%;}
.home2 .right{width: 36%;}
.home2 li *{transition: 0.5s;}

.home2 .left .inli8 a{display: flex;align-items: center;flex-wrap: wrap;}
.home2 .left .inli8 .scale{width: 4.6rem;}
.home2 .left .inli8 .con{height: 3.16rem;background: url(../images/h2bg.jpg) no-repeat center/cover;padding: 0.5rem .4rem 0 .5rem;flex:1;min-width:0;}
.home2 .left .inli8 .con h3{font-size: 0.18rem;font-weight: bold;color: #fff;line-height: 0.3rem;max-height: 0.6rem;}
.home2 .left .inli8 .con h4{font-size: 0.14rem;color: #FDFDFD;line-height: 0.24rem;max-height: 0.48rem;margin: 0.25rem 0 0.4rem;}
.home2 .left .inli8 .con p{font-size: 0.22rem;font-weight: bold;line-height: 0.24rem;color: #fff;}
.home2 .left .slick-dots{width: auto;display: flex;align-items: center;left: auto;right: 0.4rem;bottom:0.4rem;}
.home2 .left .slick-dots li{width: 0.1rem;height: 0.1rem;margin: 0 0.05rem;border-radius: 50%;background: #fff;opacity: 0.8;}
.home2 .left .slick-dots li button{display: none;}
.home2 .left .slick-dots li.slick-active{width: 0.13rem;height: 0.13rem;opacity: 1;}
.home2 .left .inli8 .imged{padding-bottom: 3.16rem;}
.home2 .left>ul{border: 0.01rem solid #C8C8C8;background: #FFFFFF;padding: 0.4rem 0 0.65rem;display: flex;flex-wrap: wrap;}
.home2 .left>ul li{width: 33.3%;padding: 0 0.3rem;}
.home2 .left>ul li span{display: inline-block;padding-bottom: 0.15rem;font-size: 0.22rem;font-weight: bold;line-height: 0.24rem;color: #1d1d1d;}
.home2 .left>ul li span::after{width: 100%;height: 0.03rem;background: #0E6BCE;}
.home2 .left>ul li h3{font-size: 0.16rem;color: #050505;line-height: 0.28rem;max-height: 0.56rem;margin: 0.25rem 0 0.15rem;transition:0.5s;}
.home2 .left>ul li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem;margin-bottom: 0.2rem;color: #868686}
.home2 .left>ul li p{display: flex;align-items: center;font-size: 0.14rem;line-height: 0.24rem;color: #636363}
.home2 .left>ul li p img{display: inline-block;margin-left: 0.1rem;}

.home2 .right ul{border: 0.01rem solid #C8C8C8;padding: 0.4rem 0.4rem 0.25rem 0.4rem;}
.home2 .right li{margin-bottom: 0.42rem;}
.home2 .right li a{display: block;}
.home2 .right li p{margin-bottom: 0.205rem;height: 0.3rem;padding-left: 0.45rem;display: flex;align-items: center;}
.home2 .right li p::after{width: 1.42rem;background: url(../images/h2-tim1.png) no-repeat;background-size: 100% 100% !important;}
.home2 .right li span{line-height: 0.24rem;display: inline-block;color: #fff;font-size: 0.16rem;}
.home2 .right li h3{font-size: 0.16rem;line-height: 0.24rem;color: #3D3D3D;transition: 0.5s;}



@media screen and (min-width: 1200px) {

  .home2 .right li a:hover h3,.home2 .left>ul li a:hover h3{color: #0E6BCE;}
  .home2 .right li a:hover p::after{background: url(../images/h2-tim2.png) no-repeat;}

}
@media screen and (max-width: 1024px) {
  .home2{padding: 0.4rem 0;}
  .home2 .left{width: 100%;}
  .home2 .right{width: 100%;margin-top: 0.25rem;}
  .home2 .infolist14_8_tit h3{font-size: 0.24rem  !important;}
  .home2 .txt1,.home2 .infolist14_8_tit p,.home2 .left .inli8 .con p{font-size: 0.16rem !important;}
  .home2 .txt2{font-size: 0.14rem !important;}
  .home2 .infolist14_8_tit{margin-bottom: 0.2rem;}
  .home2 .infolist14_8_tit .more a{padding:0.05rem 0.1rem;}
  
}

@media screen and (max-width: 768px) {
  .home2 .left .inli8 .scale{width: 100%;}
  .home2 .left .inli8 .con{width: 100%;height: 2.2rem;padding: 0.2rem;}  
  .home2 .left ul{padding: 0.2rem 0 0.1rem;}
  .home2 .right ul{padding:0.25rem;}
  .home2 .left li span{font-size:0.18rem !important;}
  .home2 .right li{margin-bottom: 0.15rem;}
  .home2 .left>ul li{width:100%;padding:0 0.2rem;margin-bottom:0.2rem;}
}



/* home3 */
.home3{padding: 0rem 0rem 1.3rem;overflow: hidden;}
.slick-dots li button{display: none;}
.home3-t{justify-content: space-between;}
.home3-t .left {
  width: 416px;
  background: #0E6BCE url(../images/h3bg.jpg) no-repeat center/cover;
  padding: 80px 0 41px 0;
  position: relative;
  z-index: 9;
  height: 597px;
}
.home3 .left .more{top: auto;transform:translateY(0);justify-content:flex-end;padding-right: .27rem;bottom: .35rem;}
.home3 .left .more a{display:none;color: rgba(255, 255, 255, 0.6);}
.home3 .left .more a.on{display:flex;}

.home3 .left ul li {
  position: relative;
  padding: 0 50px 0 15%;
  overflow: hidden;
}

.home3 .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: all 0.3s;
  background: #E7AB67;
}

.home3 .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/h3-sj.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  opacity: 0;
  transition: all 0.5s;
}

.home3 .left ul li a {
  display: block;
  position: relative;
  z-index: 9;
  font-size: 32px;
  font-weight: normal;
  line-height: 44px;
  color: #FFFFFF;
  padding: 29px 0;
  margin-top: 3px;
}

.home3 .left ul li.on::before {
  transform: translateX(0);
}

.home3 .left ul li.on::after {
  opacity: 1;
}

.home3 .left .leftmores {
  display: flex;
  justify-content: flex-end;
  padding: 0 50px 0 15%;
  
}
.home3 .left .leftmores div{
  position: relative;
}
.home3 .left .leftmores div::after{
  content: "";
  position: absolute;
  left: 27px;
  bottom: 0;
  right: 0;
  border-top: 1px solid rgba(216, 216, 216, 0.48);
}




.home3 .right {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.home3 .right>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -9;
  transition: all 0.5s;
  transform: translateY(100%);
}

.home3 .right>div::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #CED9EA;
  bottom: 12px;
  width: 9999px;
  z-index: 1;
}

.home3 .right>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: translateY(0);
}

.home3 .right div>ul {
  position: relative;
  z-index: 9;
}

.home3 .right div>ul .slick-slide {
  display: flex;
  flex-wrap: wrap;
}

.home3 .right div>ul .slick-slide>div {
  width: 45%;
  margin-left: 5%;
}

.home3 .right div>ul .slick-slide li {
  display: block;
  margin-bottom: 65px;
}

.home3 .right div>ul .slick-slide a {
  display: flex;
  background: #F1F4F9;
  position: relative;
  padding: 28px 30px 25px 30px;
}
.home3 .right li *{transition:0.5s;}
.home3 .right div>ul .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/h3-sj2.png) no-repeat;
  background-position: right bottom;
  z-index: 1;
}

.home3 .right div>ul .slick-slide a .moduledate {
  position: relative;
  width: 106px;
  z-index: 9;
}

.home3 .right div>ul .slick-slide a .moduledate h4 {
  display: flex;
  align-items: center;
}

.home3 .right div>ul .slick-slide a .moduledate h4 span {
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #0E6BCE;
  margin-bottom: 25px;
}

.home3 .right div>ul .slick-slide a .moduledate h4 i {
  border-right: 1px solid rgba(21, 73, 154, 0.48);
  height: 35px;
  transform: rotateZ(30deg);
  margin: 0 0 0 3px;
}

.home3 .right div>ul .slick-slide a .moduledate h4 b {
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #0E6BCE;
  margin-top: 25px;
}

.home3 .right div>ul .slick-slide a .moduledate p {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgba(21, 73, 154, 0.4)
}

.home3 .right div>ul .slick-slide a .moduledate div {
  height: 12px;
  background: url(../images/h3-i1.png) no-repeat;
  background-position: left center;
  margin-top: 30px;
}

.home3 .right div>ul .slick-slide a .moduleinfo {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 9;
}

.home3 .right div>ul .slick-slide a .moduleinfo h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0em;
  color: #0E6BCE;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}

.home3 .right div>ul .slick-slide a .moduleinfo div {
  border-top: 1px solid rgba(21, 73, 154, 0.3);
  padding-top: 20px;
  margin-top: 20px;
}

.home3 .right div>ul .slick-slide a .moduleinfo div p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: rgba(21, 73, 154, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}

.home3 .right div>ul li:hover a {
  background: #F08519;
}

.home3 .right div>ul li:hover a::after {
  background: url(../images/h3-sj3.png) no-repeat;
  background-position: right bottom;
}

.home3 .right div>ul li:hover a .moduledate h4 {
  color: #FFFFFF;
}

.home3 .right div>ul li:hover a .moduledate h4 span {
  color: #FFFFFF;
}

.home3 .right div>ul li:hover a .moduledate h4 i {
  border-right: 1px solid rgba(255, 255, 255, 0.68)
}

.home3 .right div>ul li:hover a .moduledate h4 b {
  color: #FFFFFF;
}

.home3 .right div>ul li:hover a .moduledate p {
  color: rgba(255, 255, 255, 0.6)
}

.home3 .right div>ul li:hover a .moduledate div {
  background: url(../images/h3-i2.png) no-repeat;
  background-position: left center;
}

.home3 .right div>ul li:hover a .moduleinfo h3 {
  color: #FFFFFF;
}

.home3 .right div>ul li:hover a .moduleinfo div {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.home3 .right div>ul li:hover a .moduleinfo div p {
  color: rgba(255, 255, 255, 0.8)
}

.home3 .right .slick-dots {
  display: flex !important;
  justify-content: space-around;
  bottom: 0;
}

.home3 .right .slick-dots li {
  width: 24px;
  height: 24px;
  background: url(../images/h3-c1.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.home3 .right .slick-dots li.slick-active {
  background: url(../images/h3-c2.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}


@media screen and (max-width: 1600px) {
 

  .home3 .left {
    width: 330px;
  }

  .home3 .infontc16_6_tit h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .home3 .infontc16_6_tit p {
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: center;
  }

  .home3 .left ul li a {
    font-size: 26px !important;
  }

  .home3 .right div>ul .slick-slide>div {
    width: 48%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .home3 {padding:0 0 .4rem;}
  .home3 .home3-t {
    display: block;
  }
.home3 .left .more{position:relative;bottom:auto;margin-top:.2rem;}
  .home3 .left {
    width: auto;
    padding: .25rem  0;
    width: 100%;
    height: auto;
  }

  .home3 .left ul {
    display: flex;
  }

  .home3 .left ul li {
    padding: 0;
    width: 50%;
  }

  .home3 .left ul li a {
    text-align: center;
  }

  .home3 .left ul li::after {
    display: none;
  }

  .home3 .infontc16_6_tit {
    padding: 0 15px;
  }

  .home3 .infontc16_6_tit h2 {
    font-size: 24px !important;
    line-height: 24px !important;
    text-align: center;
  }

  .home3 .left ul li a {
    font-size: 18px !important;
    padding: 5px 0;
    margin-top: 0;
  }

  .home3 .left .leftmores a {
    font-size: 16px !important;
    line-height: 40px !important;
    padding-left: 45px;
  }

  .home3 .left .leftmores {
    padding: 0 15px;
    justify-content: center;
  }

  .home3 .right div>ul .slick-slide {
    display: block;
  }

  .home3 .right div>ul .slick-slide>div {
    width: auto;
    margin-left: 0;
  }

  .home3 .right div>ul .slick-slide li {
    margin-bottom: 20px;
  }

  .home3 .right div>ul {
    padding-bottom: 30px;
  }

  .home3 .right div>ul .slick-slide a .moduledate h4 span {
    font-size: 24px !important;
  }

  .home3 .right div>ul .slick-slide a .moduledate h4 b {
    font-size: 24px !important;
  }

  .home3 .right div>ul .slick-slide a .moduledate p {
    font-size: 16px !important;
  }

  .home3 .right div>ul .slick-slide a .moduledate {
    width: 85px;
  }

  .home3 .right div>ul .slick-slide a .moduledate div {
    height: 8px;
    background-size: auto 100% !important;
  }

  .home3 .right div>ul .slick-slide a .moduleinfo h3 {
    font-size: 16px !important;
    line-height: 30px !important;
    height: 60px;
  }

  .home3 .right div>ul .slick-slide a .moduleinfo div {
    padding-top: 10px;
    margin-top: 10px;
  }

  .home3 .right div>ul .slick-slide a {
    padding: 15px;
    margin: 0px;
  }


  .home3 .right {
    margin-top: 20px;
  }


}



/* home4 */
.home4{padding: 0.75rem 0rem .5rem;}
.home4::after{width: 100%;height: auto;top: -1rem;background: url(../images/hbg4.png) no-repeat top;background-size: 100% 100%;}
.home4::before{content: "";position: absolute;width: 50%;bottom: 0;top: 0.75rem;background: #EEF4FF;border-radius: 0.8rem 0px 0px 0px;right: 0;}
.home4 .left .title h3,.home4 .left .title p{color: #fff;}
.home4 .left .title h3::after{background: linear-gradient(180deg, rgba(218, 232, 255, 0.3) 0%, rgba(236, 243, 255, 0) 100%);}
.home4 .left .more a{color: rgba(255, 255, 255, 0.6);}
.home4-t{justify-content: space-between;}
.home4 .left{width: 48%;}
.home4 .right{width: 48%;z-index: 1;padding-top: 0.45rem;padding-left: .3rem;}
.home4 .left ul{margin: 0 -0.24rem;}       
.home4 .left li{width: 50%;padding: 0 0.24rem;margin-bottom: 0.5rem;}
.home4 .left li a{display: block;height: 2.35rem;padding: 0 0.25rem 0 0.35rem;}
.home4 .left ul::after{width: 1.37rem;height: 1.23rem;background: url(../images/h4-c.png) no-repeat;background-size: 100% 100%;left: 50%;bottom: -0.2rem;transform: translateX(-57%);}
.home4 .left li a::after{width: 100%;background: url(../images/h4bg.png) no-repeat;background-size: 100% 100% !important;}
.home4 .left li:last-child a::after{transform: rotateY(180deg);}
.home4 .left a h3{font-size: 0.18rem;line-height: 0.32rem;color: #1D1D1D;max-height: 0.64rem;margin-bottom: 0.2rem;transition:0.5s;}
.home4 .left a h4{font-size: 0.16rem;line-height: 0.3rem;color: #969696;max-height: 0.6rem;}
.home4 .left li span{display: inline-block;line-height: 0.36rem;padding: 0 0.1rem;background: #FFFFFF;box-shadow: 0px 4px 0.1rem 0px #D8E8F9;border-radius: 0px 0px 5px 5px;font-size: 0.18rem;color: #0E6BCE;margin-bottom: 0.2rem;}
.h4-b a .scale{width: 60%;}
.h4-b a .con{width: 40%;background: #fff;padding-top: 0.5rem;}
.h4-b a .scale .imged{padding-bottom: 3rem;}
.h4-b a .con h4{margin: 0.4rem 0 0.3rem;padding: 0 0.3rem;}
.h4-b a .con h3{padding: 0 0.3rem;transition:0.5s;}
.h4-b a .con p{padding: 0.15rem 0.3rem;background: #F0F8FF;justify-content: space-between;align-items: center;}
.h4-b a .con span{font-size: 0.2rem;font-family: Arial;color: #0E6BCE;}
.h4-b a .con img{width: 0.47rem;}
.home4 .right li{transition: 0.5s;height: 0.7rem;background: url(../images/h4-l2.png) no-repeat bottom;background-size: 100%;}
.home4 .right li a{height: 100%;align-items: center;}
.home4 .right li span{width: 62px;display: inline-block;font-family: Arial;font-size: 0.24rem;color: #0E6BCE;}
.home4 .right .h4-t1{height: 100%;}
.home4 .right .h4-t1 h3{flex: 1;min-width: 0;padding: 0 0.35rem;background: url(../images/h4-xq3.png) no-repeat right center;font-size: 0.18rem;color: #1D1D1D;}
.home4 .right .h4-t2{display: none;height: 100%;}
.home4 .right .h4-t2 a{background: #fff;align-items: center;padding: 0.2rem;}
.home4 .right .h4-t2 .scale{width: 2.9rem;}
.home4 .right .h4-t2 .con{flex: 1;min-width: 0;padding: 0 0.1rem 0 .35rem;}

.home4 .right .h4-t2 h3{font-size: 0.18rem;line-height: 0.32rem;color: #1D1D1D;max-height: 0.64rem;transition:0.5s;}
.home4 .right .h4-t2 h4{font-size: 0.16rem;line-height: 0.3rem;color: #969696;margin-bottom: 0.25rem;}
.home4 .right .h4-t2 .line{width: 100%;margin: 0.25rem 0;}
.home4 .right .h4-t2 .line img{width:100%;}
.home4 .right .h4-t2 p{justify-content: space-between;align-items: center;}
.home4 .right .h4-t2 span{font-size: 0.24rem;font-family: Arial;color: #0E6BCE;}
.home4 .right .h4-t2 p img{width: 0.47rem;}
.home4 .right .h4-t2 .imged{padding-bottom: 73%;}



@media screen and (min-width:1025px){
  .home4-t li a:hover::after{opacity: 1;}
  .home4-t a:hover h3{color:#0E6BCE}
  .home4 .right li.on{height: 2.6rem;background:none;}
.home4 .right li.on .h4-t2{display: block;}
.home4 .right li.on .h4-t1{display: none;}
}
@media screen and (max-width: 1024px) {
  .home4{padding: 0.4rem 0;}
  .home4::after{background: linear-gradient(117deg, #0E6BCE 0%, #075BB5 98%);top: 0;}
  .home4::before{width: 100%;top: auto;height: 50%;border-radius: 0;}
  .home4 .left{width: 100%;z-index: 1;}
  .home4 .right{width: 100%;margin-top: 0.3rem;padding: 0;}
  .home4 .left ul::after{display:none;}
}
@media screen and (max-width: 768px) {
  .home4::before{width: 100%;top: auto;height: 50%;border-radius: 0;}
  .home4 .left{width: 100%;z-index: 1;}
  .home4 .right{width: 100%;margin-top: 0.3rem;padding: 0;}
  .home4 .left ul::after{display:none;}
}
@media screen and (max-width: 600px) {
  .home4 .left li{width:100%;margin-bottom:.3rem;}
  .home4 .left li a::after{background:#fff;}
  .h4-b a .scale{width: 100%;}
  .h4-b a .con{width: 100%;background: #fff;padding-top: 0.2rem;}
  .h4-b a .scale .imged{padding-bottom:60%;}
}

/* home5 */
.home5{width: 100%;padding: 0.7rem 0 0rem;background: url(../images/hbg5.png) no-repeat;background-size: 100% 100%;z-index: 2;overflow: hidden;}
.home5 .more{position: relative;top: auto;transform: translateY(0);margin: 2rem auto 0;}
.home5 .more a{width: 0.3rem;flex-direction: column;align-items: center;text-align: center;}
.home5 .more img{width: 0.26rem;margin: 0.05rem 0 0;}
/* .home5 .wp{width: 100%;max-width: 100%;padding-left: 10%;} */
.home5-t{align-items: flex-start;}
.home5-t .title{width: 1.7rem;}
.h5-t{flex: 1;padding: 0;min-width: 0;position: relative;}
.h5-t2::before{content: "";position: absolute;width: 100%;height: 9.76rem;right: -0.35rem;bottom: 0rem;background: url(../images/h5bg.png) no-repeat;background-size: 100% 100%;z-index: -1;}

.h5-t2::after{width: 90%;height: 10.2rem;background: url(../images/h5bg2.png) no-repeat;background-size: 100% 100%;bottom: 0;left: auto;right: -5%;}
.h5-t .h5-t2{width: calc(100% + 10vw);padding-bottom: .8rem;}
.h5-t .swiper-container{height: 8rem;padding-left: 16%;padding-bottom: .5rem;}
/* .h5-t .swiper-wrapper{align-items:center;} */
.h5-t li{transition: 0.5s;height: auto;/* padding-left: .5rem; */}
.h5-t li a{height: 1.6rem;align-items: center;width: 4rem;transition: 0.5s;}
.h5-t li .con{flex: 1;min-width: 0;text-align: center;padding-right: 0.35rem;display: flex;flex-direction: column;align-items: flex-end;}
.h5-t li .img{width:1.34rem;height: 1.34rem;border: 1px dashed #86C1FF;background: #FFFFFF;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.h5-t li .img::after{width: auto;height: auto;top: -0.1rem;right: -0.1rem;bottom: -0.1rem;left: -0.1rem;background: url(../images/h5-c.png) no-repeat;background-size: 100% 100%;animation:play 25s linear infinite;}
.h5-t li p{margin-top: 0.1rem;font-size: 0.18rem;color: #727272;white-space: nowrap;}
.h5-t li p span{font-family: Arial;font-size: 0.5rem;font-weight: bold;color: #0E6BCE;display: inline-block;padding-right: 0.05rem;}
.h5-t li h3{font-size: 0.18rem;color: #262626;}
 .h5-t li.swiper-slide-prev{transform: translateX(0rem) translateY(0rem);}
 .h5-t li{transform: translateX(11rem) translateY(0rem);}
.h5-t li.swiper-slide-active{transform: translateX(-2rem) translateY(0rem);}
.h5-t li.swiper-slide-active+li{transform: translateX(-1rem) translateY(.8rem);width:4.5rem;}
.h5-t li.swiper-slide-active+li+li{transform: translateX(1.5rem) translateY(1rem);}
.h5-t li.swiper-slide-active+li+li+li{transform: translateX(4.5rem) translateY(.8rem);}
.h5-t li.swiper-slide-active+li+li+li+li{transform: translateX(9.5rem) translateY(-.9rem);}
.h5-t li.swiper-slide-active+li+li+li+li a{flex-direction: column;height: auto;justify-content: center;align-items: center;}
.h5-t li.swiper-slide-active+li+li+li+li .con{flex:none;width:100%;order: 2;padding: .1rem 0 0;align-items: center;}
.h5-t .arrow{position: absolute;bottom: 1rem;left: 15%;align-items: center;}
.h5-t .arror{position: relative;left: auto;right: auto;top: auto;margin-top: 0;width: 0.5rem;height: 0.5rem;margin: 0 0.12rem;}
.h5-t .arror::after{display: none;}
.h5-t .arrow::after{width: 100vw;height: 1px;background: #ddd;bottom: 50%;left: auto;right: 1.36rem;}
.h5-t .arrow::before{content: "";position: absolute;width: 0.7rem;height: 0.02rem;background: #E7AB67;bottom: 50%;right: 1.36rem;}
.h5-t li img{max-width: 1.01rem;max-height: 0.89rem;}
@media screen and (min-width: 1025px) {
  .h5-t li:hover{z-index:2;position:relative;}
  .h5-t li .img:hover img{transform: rotateY(360deg);transition: 0.5s;}
}

@media screen and (max-width: 1700px) {
 .h5-t li.swiper-slide-active+li{transform: translateX(-1rem) translateY(.7rem);width:4.5rem;}
.h5-t li.swiper-slide-active+li+li{transform: translateX(2rem) translateY(1rem);}
.h5-t li.swiper-slide-active+li+li+li{transform: translateX(5rem) translateY(1.2rem);}
.h5-t li.swiper-slide-active+li+li+li+li{transform: translateX(10.5rem) translateY(-.9rem);}
}

@media screen and (max-width: 1600px) {
 
}

@media screen and (max-width: 1025px) {
  .home5{padding: 0.4rem 0;}
  .home5 .h5-t2{width:100%;padding-bottom: 0;}
  .home5 .more{position: absolute;top: 50%;transform: translateY(-50%);margin: 0rem;}
  .home5 .more a{width: auto;flex-direction: row;}
  .home5 .more a img{transform: rotate(-90deg);margin: 0 0 0 0.1rem;}
  .h5-t2::before{display: none;}
  .h5-t2::after{display: none;}
  .h5-t .swiper-container{height: auto;padding-left: 0;padding-top: .15rem;}
  .home5-t .title{width: 100%;}
  .h5-t{flex: none;padding: 0 0% 0rem 0%;min-width: 0;width: 100%;}  
  .h5-t li{transform: translate(0,0) !important;}
  .h5-t li a{flex-direction: column;width: auto !important;height: auto;}
  .h5-t li .con{flex: none;width: 100%;padding: .15rem 0 0;align-items: center;}
  .h5-t li .img{margin: 0 auto;order: -1;}
  .h5-t .arrow{bottom:auto;position:relative;margin-top:.3rem;left:auto;width: 100%;justify-content: center;}
  .h5-t .arrow:after,.h5-t .arrow:before{display:none;}
  .h5-t li p span{font-size:.36rem;}
  .h5-t li img{max-width: .7rem;max-height: 0.5rem;}
}

@media screen and (max-width: 768px) {
  .h5-t li .img{width:1rem;height: 1rem;}
}



/* home6 */
.home6{width: 100%;padding: 1.4rem 0 0rem;margin-top:-.6rem}
.home6::after{width: 100%;height: auto;bottom: 1rem;top: 0rem;background: url(../images/h6bg.png) no-repeat;background-size: 100% 100%;}
.home6 .title{margin-bottom: .35rem;}
.home6 .title .h3{margin: 0 auto;}
.home6 .left .title h3,.home6 .left .title p{color: #fff;}
.home6 .left .title h3::after{background: linear-gradient(180deg, rgba(218, 232, 255, 0.3) 0%, rgba(236, 243, 255, 0) 100%);}
.home6 .left .more a{color: rgba(255, 255, 255, 0.6);}
.home6-t{align-items: flex-start;}
.home6-t .left{width: 47%;}
.home6-t .right{width: 53%;padding-left: 0.05rem;}
.home6-t .left ul:before{content: "";position: absolute;width: 1.87rem;height:2px;background: #fff;opacity: .5;left:0.25rem;top:-0.1rem}
.home6-t .left ul::after{width: 2px;height: 1.87rem;background: #fff;opacity: .5;left:-0.1rem;top: 0.25rem;}
.home6-t .right:after{width: 2px;height: 1.87rem;background: #fff;opacity: .5;left:auto;top: 1.45rem;right:-0.15rem;bottom: auto;}


.home6-t ul li{margin-bottom: 0.1rem;}
.home6-t ul li a{position: relative;display: block;}
.home6-t ul li .imged::after{width: 100%;height: 50%;background: linear-gradient(0deg, rgba(32, 32, 32, 0.8) 0%, rgba(32, 32, 32, 0) 100%);}
.home6-t ul li h3{position: absolute;left:0;bottom: 0;padding: 0 .25rem .1rem;color:#fff;font-size: 0.18rem;line-height: 0.24rem;max-height: 0.48rem;z-index: 10;}
.home6-t .right li{width: 50%;padding: 0 0.05rem;}
.home6-t .right li:nth-child(1){width: 100%;}
.home6-t .right li:nth-child(1) .imged::before{width:.58rem;height: 0.58rem;background: url(../images/bf.png) no-repeat;background-size: 100% 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);content: "";position: absolute;}
.home6-t .right li .con{position: absolute;top:0.2rem;left:0.2rem;z-index: 10;width: 40%;background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(216, 216, 216, 0) 100%);border-top: 2px solid #E7AB67;padding:0.15rem}
.home6-t .right li .con h3{position: relative;bottom:auto}
.home6-t .right li:nth-child(1) .imged{padding-bottom: 56%;}
.home6-t .right li:nth-child(1) .imged::after{height: 100%;background: rgba(0, 0, 0, 0.4);}

@media screen and (max-width: 1800px) {
  
  
}

@media screen and (max-width: 1024px) {
  .home6{padding: 0.4rem 0 0;margin-top: 0;}
  .home6:after{background:#1355BF;}
  .home6 .title .h3{margin:0;}
}
@media screen and (max-width: 768px) {
  .home6-t .left{width:100%;}
  .home6-t .right{width:100%;padding-left: 0rem;margin-top:0.3rem;}
}


/* h7 */
.home7{width:100%;padding:1rem 0;}
.home7 .title .h3{margin:0 auto;}

.home7 li .imged{padding-bottom: 46%;}

.home7 .slide-hc {perspective: 1000px;touch-action: pan-y;padding: 0px 0}
.home7 .slide-hc .swiper-slide ,.home7 .slide-hc,.home7 .slide-hc .swiper-wrapper{transform-style: preserve-3d;}

.home7 .slide-hc .swiper-slide-active{transition: .5s;clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
.home7 .slide-hc .swiper-slide-active+li+li{transform: translateX(-10px) translateZ(0px) rotateY(0deg) scaleX(.9);transition: .5s;clip-path: polygon(0 90%,0 10%,100% 0%,100% 100%);}

.home7-t li a{display:block;position: relative;}
.home7-t li .con{width:100%;height:100%;position: absolute;top:0;left:0;z-index: 10;padding: 0 0.1rem;display:flex;flex-direction: column;justify-content: center;align-items: center;}

.home7-t li .con h3{color: #fff;font-family: sy;margin-bottom: 0.2rem;font-size: 0.36rem;}
.home7-t li .con p img{width:1.76rem;}
.home7-t li .con h3:after{width: 0.97rem;height: 0.97rem;background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);border-radius: 50%;left: auto;right:-0.36rem;bottom: -0.3rem;}





@media screen and (max-width: 1024px) {
  .home7{padding:0.4rem 0;}
  .home7 .title .h3{margin:0;}
  .home7  ul li a{display: block;}
  .home7 .slide-hc .swiper-slide-active{transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1);clip-path:none;}
  .home7 .slide-hc .swiper-slide-active+li+li{transform: translateX(0px) translateZ(0px) rotateY(0deg) scaleX(1);clip-path:none;}
  .home7-t li .con h3{font-size:.3rem}
}

@media screen and (max-width: 768px) {
  .home7-t li .con h3{font-size:.24rem}
  .home7-t li .con p img{width:1rem;}
}



/* footer */

.footer{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: .2rem;
}
.footer::after{content: "";position: absolute;width: 100%;top: 0.35rem;bottom: 0;background: #0E6BCE;z-index: -1;}


.footer .stdcopy14_15_link {position: relative;z-index: 1;
}
.footer .stdcopy14_15_link::after{content: "";position: absolute;top: -.15rem;bottom: -.15rem;background: url(../images/linkbg.png) no-repeat;z-index: -1;background-size: 100% 100% !important;left: 1%;right: -1%;}


.footer .stdcopy14_15_link ul {
  display: flex;
  flex-wrap: wrap;
  height: 0.7rem;
  padding: 0 0 0 0.1rem;
  align-items: center;
  /* justify-content: space-between; */
}

.footer .stdcopy14_15_link ul li:first-child {
  display: flex;
  align-items: center;
  color: #0E6BCE;
  font-weight: bold;
}
.footer .stdcopy14_15_link ul li img{display: inline-block;margin-right: 5px;}

.footer .stdcopy14_15_link ul li {
  font-size: .16rem;
  color: #353535;
  line-height: .3rem;
}
.footer .stdcopy14_15_link ul li:last-child a{border: none !important;padding-right:0;}

.footer .stdcopy14_15_link ul li a {
  display: block;
  position: relative;
  z-index: 1;
  color: #353535;
  padding: 0 0.3rem;

}


.footer .stdcopy14_15_c {
 padding: 0.45rem 0 0.42rem;
}

.footer .stdcopy14_15_c .wp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .stdcopy14_15_c .stdcopy14_15_logo {width: 30%}
.footer .stdcopy14_15_c .stdcopy14_15_bq {width: 30%;}
.footer .stdcopy14_15_c .stdcopy14_15_bq2 {width: 30%;}


.footer .stdcopy14_15_c p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}


.footer .stdcopy14_15_link ul li a:hover{color:#0E6BCE}
@media screen and (max-width: 1024px) {
  .footer .stdcopy14_15_link::after{left: 0;background: #fff;}
  .footer .stdcopy14_15_link ul{height: auto;padding: 0.15rem 0;justify-content: flex-start;}
  .footer .stdcopy14_15_link ul li a{padding: 0 0.15rem;}
  
  .footer .stdcopy14_15_c .stdcopy14_15_bq p {
    line-height: 0.26rem;
  }

}

@media screen and (max-width: 768px) {
  .footer .stdcopy14_15_c{padding: 0.2rem 0 0;}
  .footer .stdcopy14_15_c .stdcopy14_15_logo {width: 100%;text-align: center;}
  .footer .stdcopy14_15_c .stdcopy14_15_bq {width: 100%;margin: 0.15rem 0;text-align: center;}
  .footer .stdcopy14_15_c .stdcopy14_15_bq2 {width: 100%;margin-bottom: 0.15rem;text-align: center;}
  .footer .stdcopy14_15_c p{font-size: 0.14rem !important;}

}








@media screen and (max-width: 1600px){
 #nav ul li h3{padding:0 .1rem;}
}


@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){
  .banner .imged{padding-bottom: 50%;}
  .banner video{display: none;}
}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.22rem;}
    .txt1 {font-size: 0.2rem !important;width: 100%;}
    .p1 {font-size: 0.16rem !important;}
    .title .h3{margin: 0 !important;text-align: left;}

    .swiper-box1 .imged{padding-bottom: 45%;}
    .title .h3 span{display:none;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
}