@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:sy-h; src:url(../fonts/SourceHanSansCN-Regular.otf);}

.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}


.header_top{background: #fff; box-shadow: 0rem 0.03rem 0.21rem 0px rgba(177, 143, 143, 0.5);}
.header_top .top{justify-content: space-between;height: .9rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width: 3.35rem;width: 3.35rem;}
.list_box1{display: flex;justify-content: flex-end;height: 0.4rem;align-items: center;flex: 1;padding-left: 15%;}
.list_box1 .li{position: relative;display: flex;color: #9E9E9E;align-items: center;}
.list_box1 a{color: #9E9E9E;font-size: 0.18rem;padding: 0 0.2rem;align-items: center;}
.list_box1 a img{display:inline-block;margin-right:.05rem;}

.ser{padding-left: 0.25rem;}
.ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .46rem;width: 2.92rem;padding: 0 0.2rem;border-radius: 0.23rem;background: #F9F9F9;}
.ser .input{width: calc(100% - .2rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .18rem;color: #999;line-height: .3rem;}
.ser .serbtn {
    width: 0.2rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.2rem .2rem;
    height: .2rem;
}
.ser .input::-webkit-input-placeholder{ color:#999;}
.ser .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
.ser .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
.ser .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;align-items: center;background: #00508F;}
#nav ul{display: flex;justify-content: space-between;}
#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: .22rem;color:#fff;line-height: .6rem;position:relative;transition: .36s;}

#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: #00508F;}
#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: #00508F;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: #00508F; */}
#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: 10000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #fff;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }  
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#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: #00508F;}
#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: #00508F;}
#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: 9999;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: #00508F 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: #00508F;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% - 110px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;/* height: 85px; */display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 30px;/* background:none; */width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #00508F;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;padding-top: 1.1rem;}
.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: 38%;}
.swiper-box1 .imged::after{width: 100%;height: 15%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}

.swiper-box1 .cir{bottom:.5rem;display: flex;align-items: center;justify-content: center;width: 100%;}

/* home1 */
.home1{padding: 1.1rem 0 .5rem;width: 100%;overflow:hidden;background: #F7FCFF;}
.home1::after{width: 3.29rem;height: 2.26rem;background: url(../images/h1bg.png) no-repeat;background-size: 100%;left: auto;right: 0%;bottom: 0.7rem;}
.title{margin-bottom: .4rem;align-items: center;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.title .h3{align-items: baseline;}
.title h3 {font-size: 0.36rem;color: #00203A;font-weight: bold;}
.title p{font-size: 0.18rem;color: #999;padding-left: 0.1rem;}
.more a{color: #999;font-display: 0.18rem;}
.more a:hover{color:#00508F}
.h1-s{margin: 0 -0.17rem;}
.h1-s li{padding: 0 0.17rem;}
.h1-s li a{display: block;position: relative;}
.h1-s li .scale{position: relative;}
.h1-s li .date{border-radius: 0rem 0.1rem 0rem 0.1rem;
background: rgba(0, 80, 143, 0.8);width: 0.6rem;height: 0.6rem;position: absolute;left: 0.28rem;top: 0.2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 10;
}
.h1-s li span{color: #fff;font-family: Impact;font-size: 0.28rem;}
.h1-s li p{font-size: 0.12rem;line-height: 0.24rem;color: #fff;}
.h1-s li b{display: inline-block;width: 0.92rem;height: 0.32rem;background: url(../images/h1-t.png) no-repeat;background-size: 100% 100%;line-height: 0.32rem;padding-left: 0.09rem;color: #fff;font-size: 0.16rem;font-weight: 500;position: absolute;left: 0;bottom: 0.05rem;z-index: 10;}
.h1-s li .con{padding-top: 0.2rem;}
.h1-s li h3{font-size: 0.22rem;
font-weight: 500;
line-height: 0.3rem;color: #00203A;transition: 0.5s;
}
.h1-m{margin-top: 0.3rem;justify-content: center !important;}
.h1-m a{display: inline-block;line-height: 0.42rem;border-radius: 0.21rem;background: #E7F5FF;padding: 0 0.45rem;color: #00508F;font-size: 0.18rem;}
.h1-m a:hover{
	    color: #00508F;
}

@media screen and (min-width: 1025px) {
    .home1-t li a:hover h3{color: #00508F;font-weight: bold;}
}

@media screen and (max-width: 1024px) {
    .home1{padding: 0.4rem 0;}
    .h1-m{margin-top: 0.3rem;}
	
}

@media screen and (max-width:768px) {
    .h1-m a{padding: 0 0.3rem;}
    .h1-s li .date{width:.7rem;height:.7rem;}
}


/* home2 */
.home2{padding: 0.45rem 0;overflow: hidden;}
.home2::after{left: auto;right: 0;width:5.21rem;height: 4.78rem;background: url(../images/h2bg.png) no-repeat;background-size: 100%;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 2.6rem;padding-right: 0.6rem;}
.home2-t .right{flex: 1;min-width: 0;position: relative;}
.home2-t li *{transition: 0.5s;}

.home2-t .left ul{background: linear-gradient(180deg, #E6F4FF 8%, rgba(255, 255, 255, 0) 100%);padding: 0.15rem 0;}
.home2-t .left li{height: 0.54rem;line-height: 0.54rem;text-align: center;font-size: 0.22rem;
font-weight: 500;color: #00203A;cursor: pointer;}
.home2-t .left li::after{width: 100%;opacity: 0;background: #00508F;left: .1rem;}
.home2-t .left li.on{color: #fff;}
.home2-t .left li.on::after{opacity: 1;}
.home2-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.home2-t .tab.on{position: relative;z-index: 10;opacity: 1;visibility: visible;}
.pislist{justify-content: space-between;}
.pislist li{width: 31%;}
.pislist li .con{height: 1.28rem;padding: 0.27rem 0;}
.pislist li h3{font-size: 0.22rem;font-weight: 500;line-height: 0.3rem;color: #00203A;transition: 0.5s;margin-bottom: 0.1rem;max-height: 0.6rem\0;}
.pislist li p{font-size: 0.18rem;color: #999;line-height: 0.24rem;}
.txtlist{justify-content: space-between;margin-top:.3rem;}
.txtlist li{width: 30%;margin-bottom: 0.1rem;}
.txtlist li a{align-items: center;height: 0.9rem;padding:0 .2rem;}
.txtlist li a::after{width: 100%;opacity: 0;background: #F5FBFF;}
.txtlist li .date{padding-right: 0.17rem;text-align: center;position: relative;}
.txtlist li .con{flex: 1;min-width: 0;padding-left: 0.15rem;}
.txtlist li span{font-family: Impact;font-size: 0.3rem;color: #00508F;}
.txtlist li p{font-size: 0.12rem;line-height: 0.24rem;color: #00508F;}
.txtlist li .date::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #D5DBDF;width: 1px;height: 0.42rem;}
.txtlist li h3{font-size: 0.22rem;font-weight: 500;line-height: 0.3rem;color: #00203A;max-height: 0.6rem\0;transition: 0.5s;}

@media screen and (min-width: 1200px){
    .txtlist li a:hover::after{opacity: 1;}
    .txtlist li a:hover h3{color: #00508F;}
    .pislist li a:hover h3{color: #00508F;font-weight: bold;}
}
@media screen and (max-width:1024px){
     .home2{padding: 0.4rem 0 0.4rem;}
    .txtlist li a {
        padding: 0;
    }
	.home2-t .left li::after{
		    left: 0;
	}
}
@media screen and (max-width:768px){
    .home2-t .left{width: 100%;padding-right: 0;}
    .home2-t .right{width: 100%;margin-top: 0.3rem;flex: none;}
    .home2-t .left ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .home2-t .left li{width: 32%;font-size: .2rem;}
    .pislist li{width: 100%;margin-bottom: 0.2rem;}
    .pislist li:last-child{display: none;}
    .txtlist li{width: 48%;}
    .txtlist{margin-top:0;}
}
@media screen and (max-width:420px){
   .txtlist li{width: 100%;}
}
/* home3 */
.home3{padding: 0.5rem 0rem .45rem;overflow: hidden;background: url(../images/hbg3.jpg) no-repeat center/cover;}
.home3 .title h3,.home3 .title p,.home3 .more a{color: #fff;}
.home3-t{position: relative;}
.home3-t li .imged{padding-bottom: 60%;border-radius: 0.1rem;}
.h3-t::after{width: 100vw;height: 1px;background: #1A7CCA;bottom: auto;top: 0.25rem;left: -1.6rem;}
.h3-t li a{display: block;margin: 0.1rem;/* padding-top: 0.25rem; */}
.h3-t li a::after{width: 0.32rem;height: 0.32rem;background: url(../images/h3-c.png) no-repeat;background-size: 100%;left: 0.6rem;bottom: auto;top: 0;}
.h3-t li p{display: flex;align-items: baseline;justify-content: flex-end;font-size: 0.16rem;color: #FFFFFF;line-height: 0.3rem;margin-bottom: .05rem;padding-top: 0.25rem;}
.h3-t li p b{font-family: Impact;font-size: 0.3rem;color: #FFFFFF;font-weight: 100;}
.h3-t li p i{display: inline-block;color: #d8d8d8;font-style: normal;margin: 0 0.01rem 0 0.05rem;font-size: 0.2rem;}
.h3-t li .pis{position: relative;padding: 0.05rem;background: rgba(255, 255, 255, 0.4);border-radius: 0.1rem;}
.h3-t li .pis::after{border: 0.15rem solid transparent;border-bottom-color: #fff;opacity: .4;width: auto;height: auto;left: 0.6rem;bottom: 100%;}
.h3-t li .con{width: 100%;padding: 0 0.25rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.h3-t li .con h3{font-size: 0.16rem;font-weight: 500;color: #fff;line-height: 0.25rem;max-height: 0.6rem\0;}
.h3-t li .scale{border-radius: 0.1rem;}
.h3-t li .imged::after{width: 100%;height: 30%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);}

.home3 .arrow{align-items: center;margin-top: 0.45rem;justify-content: center;}
.home3 .arror{width: 0.4rem;height: 0.4rem;position: relative;top: auto;left: auto;right: auto;margin: 0;}
.home3 .arror::after{color: #fff;font-size: 0.2rem;}
.home3 .cir{padding: 0 0.15rem;position: relative;bottom: auto;}
.home3 .cir span{opacity: 1;background: none;border: 1px solid #fff;margin: 0 0.08rem !important;width: 0.18rem;height: 0.18rem;}
.home3 .cir span.swiper-pagination-bullet-active{background:#C5A83F;border: 1px solid #C5A83F;}


@media screen and (min-width:1025px){
    .home3-t li a:hover h3{}
}
@media screen and (max-width:1024px){
     .h3-t::after{left:-15px}
     .home3{padding: 0.4rem 0 .4rem;}
     .home3 .cir span{width:.1rem;height:.1rem;}
     .home3 .arrow{margin-top:.25rem;}

}
@media screen and (max-width:768px){
    
}

@media screen and (max-width:420px){
 
}




/* home4 */
.home4{width: 100%;padding: 0.65rem 0;position: relative;}
.home4::after{width: 30%;background: url(../images/hbg4.png) no-repeat;background-size: 100%;bottom: auto;top: 0;left: auto;right: 0;}
.home4-t{justify-content: space-between;}
.home4-t .left{width: 65%;position: relative;}
.home4-t .right{width: 32%;}
.home4-t .arror{width: 0.52rem;height: 0.52rem;border-radius: 50%;background: #fff;margin: 0;transform: translateY(-50%);}
.home4-t .arror::after{color: #00508F;font-size: 0.2rem;}
.home4-t .arror:hover{background: #C5A83F;}
.home4-t .arror:hover::after{color: #fff;}
.home4-t .swiper-button-prev{left: -0.25rem;}
.home4-t .swiper-button-next{right: -0.25rem;}
.home4-t .cir{bottom: -0.35rem;width: 100%;}
.home4-t .cir span{opacity: 1;background: none;border: 1px solid #999;margin: 0 0.04rem !important;width: 0.14rem;height: 0.14rem;}
.home4-t .cir span.on{background: #00508F;border: 1px solid #00508F;}
.home4-t .imged{padding-bottom: 60%;}
.home4-t .right li a{padding: 0.25rem 0;display: block;}
.home4-t .right li a::after{left: 0.25rem;height: auto;border-bottom: 1px dashed #ddd;right: 0;width: auto;}
.home4-t .right li h3{font-size: 0.22rem;font-weight: 500;padding-left: 0.2rem;border-left: 0.03rem solid #00508F;}
.home4-t .right li:last-child a::after,.home4-t .right li:last-child a::before{display: none;}
.home4-t .right li a:before{content:"";position:absolute;width:.06rem;height:.06rem;background:#ddd;border-radius:50%;right:0;bottom:-.025rem}


@media screen and (min-width:1025px){
    .home4-t .right li a:hover h3{color: #00508F;}

}

@media screen and (max-width:1024px){
    .home4{padding:0.4rem 0 0.4rem;}
    .home4-t .swiper-button-prev{left: 0rem;}
    .home4-t .swiper-button-next{right: 0rem;}
.home4-t .right li a{
    padding: 0.13rem 0;
}
}

@media screen and (max-width:768px){
    .home4-t .left{width: 100%;position: relative;}
    .home4-t .right{width: 100%;margin-top: 0.2rem;}
} 


/* h5 */
.home5{width:100%;position:relative;z-index:10;padding: 0 0 1.2rem;}
.home5-t{position:relative;}
.home5-t li a{position: relative;display: block;}
.home5-t li .con{width: 100%;padding: 0 0.25rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home5-t li .con h3{font-size: 0.22rem;font-weight: 500;color: #fff;line-height: 0.3rem;}
.home5-t li .imged{padding-bottom: 55%;}
.home5-t li .imged::after{width: 100%;height: 30%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, #000000 100%);}

.home5-t .arror{width: 0.52rem;height: 0.52rem;border-radius: 50%;background: #fff;margin: 0;transform: translateY(-50%);}
.home5-t .arror::after{color: #00508F;font-size: 0.2rem;}
.home5-t .arror:hover{background: #C5A83F;}
.home5-t .arror:hover::after{color: #fff;}
.home5-t .swiper-button-prev{left: -0.25rem;}
.home5-t .swiper-button-next{right: -0.25rem;}
.home5-t .cir{bottom: -0.4rem;width: 100%;}
.home5-t .cir span{opacity: 1;background: none;border: 1px solid #999;margin: 0 0.07rem !important;width: 0.14rem;height: 0.14rem;}
.home5-t .cir span.on{background: #00508F;border: 1px solid #00508F;}


@media screen and (min-width:1025px){
    .home5-t li a:hover h3{
    text-decoration: underline;
}
}

@media screen and (max-width:1024px){
  .home5{padding: 0rem 0 0.6rem;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right: 0rem;}
    .home5-t .cir{bottom: -0.3rem;}
}

@media screen and (max-width:768px){
    
}


/* h6 */
.home6{width: 100%;padding: 0rem 0 .65rem;}
.home6 .title dl{padding-left: 0.3rem;}
.home6 .title dt{line-height: 0.4rem;padding: 0 0.22rem;margin: 0 0.15rem;cursor: pointer;font-size: 0.24rem;color: #00203A;}
.home6 .title dt.on{background: #00508F;color: #fff;}
.home6 .more a{display: none;}
.home6 .more a.on{display: block;}
.home6-t{position: relative;}
.home6-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.home6-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}

.home6-t .left{width: 44%;}
.home6-t .right{width: 56%;padding-left: 0.18rem;}


.h6-t a{display: block;position: relative;}
.home6-t .left a{background: #FFFFFF;box-shadow: 0rem 0.04rem 0.1rem 0px rgba(199, 199, 199, 0.3);}
.home6-t .left .con{height: 0.8rem;padding: 0 0.2rem;align-items: center;display: flex;}
.home6-t .left li h3{font-size: .24rem;font-weight: 500;line-height: 0.3rem;color: #00203A;}
.h6-t .right li .con{width: 100%;padding: 0 0.2rem 0.1rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.h6-t .right h3{font-weight: 500;color: #fff;font-size: 0.22rem;line-height: 0.26rem;}
.home6-t li .imged::after{width: 100%;height: 30%;background: linear-gradient( 180deg, rgba(0,0,0,0) 11%, rgba(0,0,0,.5));}
.home6-t .left li .imged{padding-bottom: 58%;}
.home6-t .right li .imged{padding-bottom: 57%;}
.home6-t .right li{margin-bottom: 0.29rem;width: 50%;padding: 0 0.18rem;}
@media screen and (max-width:1366px){
	.home6 .wp1{
    width: 100%;
    max-width: 100%;
}
}
@media screen and (min-width:1025px){
    .home6-t .left li a:hover h3{color: #00508F;}
    .home6-t .right li a:hover h3{ text-decoration: underline;}

}
@media screen and (max-width:1024px){
    .home6{padding:0rem 0 0.4rem;}
	.home6 .title dt{
		    padding: 0 0.2rem;
		    margin: 0 0.1rem;
		    font-size: 0.2rem;
	}
	.home6 .wp1{
    width: 100%;
    max-width: 100%;
}
}
 @media screen and (max-width:768px){
    .home6-t .left{width: 100%;}
    .home6-t .right{width: 100%;margin-top: 0.3rem;padding-left: 0;}
    .home6-t .right li{margin-bottom: 0.2rem;width: 50%;padding: 0 0.1rem;}
    .home6 .title dl{width:100%;padding:0;margin:.2rem 0;justify-content:center;}
     .home6 .title dt{padding: 0 0.1rem;margin:0;}
}
/*  */
.home7{padding:0rem 0 0.75rem;position: relative;overflow: hidden;}
.home7-t:after{width: auto;height: 3.21rem;left: 0.88rem;right: 0.88rem;background: url(../images/h7bg.png) no-repeat;background-size: 100% 100%;bottom: .5rem;}
.home7-t .left{flex: 1;min-width: 0;padding-right: 0.18rem;}
.home7-t .right{flex: 1;min-width: 0;padding-left: 0.3rem;}
.home7-t .mid .title{width:3.8rem;height: 3.8rem;border-radius: 50%;background: rgba(0, 80, 143, 0.1);padding: .2rem;}
.home7-t .mid .title .h3{width: 100%;height: 100%;flex-direction: column;align-items: center;justify-content: center;border-radius: 50%;background: url(../images/h7-t.png) no-repeat center/cover;}
.home7-t .mid .title h3,.home7-t .mid .title p{color: #fff;padding: .1rem 0;}
.home7-t ul{position: relative;height: 100%;}
.home7-t li{position: absolute;transition:0.5s;}
.home7-t li *{transition: 0.5s;}
.home7-t li .a{border-radius: 50%;background: linear-gradient(180deg, #F4FBFF 0%, #FFFFFF 100%);
box-shadow: 0px 0.04rem 0.1rem 0px rgba(196, 196, 196, 0.3);display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;height: 100%;}
.home7-t li .img{position: relative;}
.home7-t li span{width: 0.48rem;height: 0.48rem;display: flex;align-items: center;justify-content: center;}
.home7-t li p{width: 1rem;height: 1rem;opacity: 0;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-25px);}
.home7-t li h3{text-align: center;font-size: 0.24rem;color: #333333;margin-top: 0.1rem;}
.home7-t li .a:hover p{opacity: 1;top: -.15rem;z-index: 10;}
.home7-t li p img{width: 100%;}



@media screen and (min-width:1025px){
    /* .home7-t li:hover{width: 2rem !important;height:2rem !important;} */
    .home7-t .left li:nth-child(1){right:0.5rem;top: 0.5rem;width: 1.3rem;height: 1.3rem;}
    .home7-t .left li:nth-child(2){left: 0rem;top: 0.5rem;width: 1.5rem;height: 1.5rem;}
    .home7-t .left li:nth-child(3){left: 2rem;top: 1.9rem;width: 1.1rem;height: 1.1rem;}
    .home7-t .left li:nth-child(4){left: 0.4rem;bottom: 0rem;width: 1.3rem;height: 1.3rem;}
    .home7-t .left li:nth-child(5){right: 0rem;bottom: 0.2rem;width: 1.2rem;height: 1.2rem;}

    .home7-t .right li:nth-child(1){left:1rem;top: 0rem;width: 1.6rem;height: 1.6rem;}
    .home7-t .right li:nth-child(2){right: 0rem;top: 0.58rem;width: 2rem;height: 2rem;}
    .home7-t .right li:nth-child(3){left: 1.7rem;bottom: .85rem;width: 1.3rem;height: 1.3rem;}
    .home7-t .right li:nth-child(4){left: 0rem;bottom: 0.5rem;width: 1.2rem;height: 1.2rem;}
    .home7-t .right li:nth-child(5){right: 1.1rem;bottom: 0rem;width: 1.1rem;height: 1.1rem;}

}

@media screen and (max-width:1024px){
    .home7{padding:0rem 0 0.4rem;}
    .home7-t .left{width: 100%;flex: none;margin: 0.2rem 0;}
    .home7-t .right{width: 100%;flex: none;padding: 0;}
    .home7-t .mid{order: -1;margin: 0 auto;}
    .home7-t ul{display:flex;flex-wrap:wrap;}
    .home7-t li{width: 20%;padding: 0rem 0.1rem;margin: 0 0 0.15rem;position:relative;}
    .home7-t li .a{width: 1.3rem;height: 1.3rem;}
    .home7-t li h3{font-size:.2rem;}
}
 @media screen and (max-width:768px){
    .home7-t li{width: 33.3%;}
    .home7-t .mid .title{width:2.5rem;height: 2.5rem;}
    .home7-t li .a{width: 1.2rem;height: 1.2rem;}
}



/* footer */
.footer{width: 100%;background:url(../images/ftbg.jpg) no-repeat center/cover;z-index: 10;position: relative;overflow: hidden;}
.foot-b{padding: 0.5rem 0;justify-content: space-between;align-items: center;}
.foot-b .fot1{width: 21%;}
.foot-b .fot2{width: 3.68rem;}
.foot-b  h3{font-size: .24rem;margin-bottom: .2rem;padding-bottom: 0.15rem;color: #fff;}
.foot-b  h3::after{width: .5rem;height: 2px;background: #d78a3c;}

.foot-b ul{justify-content: space-between;}
.foot-b li{width: 48%;padding: 0.07rem 0;}
.foot-b li a{font-size: 0.16rem;color: #fff;line-height: 1.3;}


.foot{padding: 0.2rem 0;text-align: center;border-top: 1px solid #30668d;font-size: .14rem;justify-content: space-between;}
.foot p{font-size: 0.14rem;line-height: 1.5;color: #7baecf;}
.foot p a{display: inline-block;padding: 0 0.05rem;}
.viewer{align-items: center;color: #fff;}
.footer .viewer i{font-size: .2rem;margin-right: .05rem;vertical-align: -.02rem;}
.ul-iconsb1 li{padding-right: 0.28rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .icon{color: #fff;font-size: .24rem;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.ul-iconsb1 .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}

.ablink{position:absolute;left:0;top:0;right:0;bottom:0;z-index:5;background:rgba(255,255,255,0)}
.bg-mask .pic{overflow:hidden}
.bg-mask .pic .a{background-repeat:no-repeat;background-position:center;background-size:cover;height:100%;display:block;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}
.bg-mask:hover .pic .a{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}
.matxt{background:url(../images/bamask.png) bottom center no-repeat;background-size:101% 101%;position:absolute;left:-2px;bottom:-2px;right:-2px;z-index:3}
.listH4{font-weight:400}
.trans{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.trans-mask{display:block;overflow:hidden;cursor:pointer;position:relative}
.trans-mask img{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.trans-mask:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}


.bkyx{padding-bottom:.3rem;padding-top:10px}
.bkyx ul li{width:calc(33.33333333% - 12px);overflow:hidden;margin-bottom:.2rem}
.bkyx ul li .pic{height:2.9rem;position:relative}
.bkyx ul li .pic img{display:none}
.bkyx ul li .txt{padding:.5rem .2rem .15rem;color:#fff}
.bkyx ul li .txt h4{margin-top:.1rem}
.bkyx ul li .txt span{display:inline-block;padding:0 .1rem;height:.25rem;line-height:.25rem;font-size:.14rem}
.bkyx ul li .txt1{position:absolute;left:0;right:0;bottom:-100%;height:100%;background:rgba(0,127,208,.8);padding:.3rem;z-index:6;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}
.bkyx ul li:hover .txt1{bottom:0}
.bkyx ul li .txt1 p{color:#fff;line-height:1.6em;max-height:1rem\0}
.bkyx ul li .txt1 p a{color:#fff;line-height:1.6em;max-height:1rem\0}
.bkyx ul li .txt1 .play{width:.54rem;height:.54rem;line-height:.54rem;background:#006eb5;border:1px solid #4f9fd3;color:#fff;text-align:center;z-index:4;font-size:.24rem}
.bkyx ul li .txt1 .more{color:#fff}
.bkyx ul li .txt1 .more a{color:#fff}
.bkyx ul li .txt1 .more i{font-size:.24rem;margin-left:5px}
.bkyx ul li .txt1 .more span{opacity:.8}
.bkxb{padding-bottom:.6rem;padding-top:10px}
.bkxb .wp1{background:url(../images/hccbg.jpg) center no-repeat;background-size:cover}
.bkxbb{padding:.6rem .5rem .7rem}
.bkxbb .aleft{width:calc(100% - 2.8rem)}
.bkxbb .gallery-top .tit{line-height:.3rem;margin-bottom:.3rem;color:#fff}
.bkxbb .gallery-top .tit span{font-size:.3rem}
.bkxbb .gallery-top ul{padding-right:.6rem}
.bkxbb .gallery-top ul li{width:22.8%;position:relative}
.bkxbb .gallery-top ul li img{width:100%}
.bkxbb .gallery-top ul li:after{content:'';width:.6rem;height:1.63rem;background:url(../images/qksha.png) left bottom no-repeat;position:absolute;right:-.6rem;bottom:0;z-index:2}
.bkxbb .gallery-top ul li span{position:absolute;left:0;bottom:0;z-index:2;font-size:.14rem;background-position:right bottom;background-repeat:no-repeat;display:block;width:.76rem;height:.25rem;color:#fff;line-height:.25rem;text-align:center;padding-right:.05rem}
.bkxbb .gallery-top ul li:nth-child(1) span{background-image:url(../images/cbg1.png)}
.bkxbb .gallery-top ul li:nth-child(2) span{background-image:url(../images/cbg2.png)}
.bkxbb .gallery-top ul li:nth-child(3) span{background-image:url(../images/cbg3.png)}
.bkxbb .gallery-top ul li:nth-child(4) span{background-image:url(../images/cbg4.png)}
.bkxbb .aright{width:2.6rem;color:#fff;text-align:center;padding-top:.4rem}
.bkxbb .aright .gallery-thumbs{height:2.8rem}
.bkxbb .aright .swiper-slide{height:.4rem;line-height:.4rem;cursor:pointer}
.bkxbb .aright .swiper-slide span{font-size:.18rem}
.bkxbb .aright .swiper-slide-thumb-active{color:#fc0}
.bkxbb .aright .sbtn{font-size:.3rem;cursor:pointer}
.bkxbb .aright .sbtn1{display:none}
.bkxbb .aright .sbtn.swiper-button-disabled{opacity:.5}
.zxgb{padding-bottom:.3rem;overflow:hidden}
.zxgb .aleft{width:45%;position:relative;height:5.84rem}
.zxgb .aleft:before{background:url(../images/hcd2.png);position:absolute;left:0;top:0;content:'';width:4.34rem;height:4.34rem;z-index:0;background-size:4.34rem 4.34rem;opacity:.8}
.zxgb .aleft .sc{position:absolute;width:5.54rem;height:5.54rem;top:0;right:0;z-index:0}
.zxgb .aleft .sc1{width:100%;height:100%;background:url(../images/hcd4.png) center no-repeat;background-size:5.54rem 5.54rem}
.zxgb .aleft .sc2{position:absolute;width:1.2rem;height:2.34rem;background:url(../images/hcd1.png) center no-repeat;background-size:1.2rem 2.34rem;top:0;left:0;z-index:1;display:block;-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:.6s .3s;-o-transition:.6s .3s;transition:.6s .3s}
.zxgb .aleft .sc:before{content:'';position:absolute;width:.8rem;height:.8rem;background:#fff;top:50%;left:50%;z-index:1;border-radius:50%;border:4px solid #fff;-webkit-box-shadow:0 5px 10px inset rgba(0,0,0,.1);box-shadow:0 5px 10px inset rgba(0,0,0,.1);margin-left:-.4rem;margin-top:-.4rem}
.zxgb .aleft .zpic{width:53%;padding-bottom:.6rem}
.zxgb .aleft .zpic .bg-mask{width:100%}
.zxgb .aleft .zpic .bg-mask:after{content:'';width:90%;height:60%;background:#1ea2d3;position:absolute;right:-.07rem;bottom:-.07rem;z-index:0}
.zxgb .aleft .zpic .pic{height:2.15rem;position:relative;z-index:2}
.zxgb .aleft .list{width:35%;max-width:2.1rem;color:#fff;padding-right:.4rem}
.zxgb .aleft .list .gif{margin-bottom:.15rem}
.zxgb .aleft .list ul li{border-bottom:1px dotted rgba(255,255,255,.3);padding:.15rem 0;font-size:.14rem}
.zxgb .aleft .list ul li .type{font-size:.16rem;margin-bottom:.1rem}
.zxgb .aleft .list ul li h4{margin-top:5px;line-height:1.5em}
.zxgb .aleft .list ul li time{color:#cff}
.zxgb .aleft .list ul li h4 a{display:block;color:#fff}
.zxgb .aleft .list .more{margin-top:.4rem}
.zxgb .aleft .list .more a{color:#6c7c8a;font-size:.14rem}
.zxgb .aleft .list .more a:hover{color:#fff}
.zxgb.on .aleft .sc1{-webkit-animation: rounded 30S infinite linear;animation: rounded 30S infinite linear;}
.zxgb.on .aleft .sc2{-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
.zxgb .aright{width:50%;position:relative}
.zxgb .aright:before{background:url(../images/hcd6.png);position:absolute;left:-.6rem;top:20%;content:'';width:4.9rem;height:1.99rem;z-index:-1;background-size:4.9rem 1.99rem;opacity:.8}
.zxgb .aright ul{margin-bottom:.45rem;}
.zxgb .aright ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.18rem 0;border-bottom:2px solid #025a92;width: 100%;}
.zxgb .aright ul li time{width:1.2rem;color:#666}
.zxgb .aright ul li time i{margin-right:5px}
.zxgb .aright ul li h4{width:calc(100% - 1.5rem);padding:0 .3rem 0 .1rem;font-size:.18rem}
.zxgb .aright ul li h4 a:hover{color:#222;}
.zxgb .aright ul li .playbtn{width:.3rem}
.zxgb .aright ul li .playbtn a{width:.3rem;height:.3rem;display:block;border-radius:50%;border:2px solid #1296db;text-align:center;line-height:.26rem;color:#1296db;font-size:.14rem}
.zxgbSlide{padding-bottom:.3rem}
.zxgbSlide .swiper-pagination-bullets{bottom:0}
.zxgbSlide .swiper-pagination-bullet{background:#ddd;opacity:1}
.zxgbSlide .swiper-pagination-bullet-active{background:#025a92}
.zxgbSlide .pic{margin:10px;position:relative;height:2rem}
.zxgbSlide .pic img{display:none}
.zxgbSlide .pic h4{color:#fff;padding:.4rem .25rem .15rem}
.zxgbSlide .swiper-slide:hover .pic{-webkit-box-shadow:0 0 10px rgba(0,113,185,1);box-shadow:0 0 10px rgba(0,113,185,1)}





@media screen and (max-width:1024px){
   .foot-b{padding: 0.2rem 0;}
   .foot-b .fot1{width: 100%;}
   .foot-b .fot2{width: 100%;text-align:center;margin: .2rem 0;}
.bkyx ul li{width:48.5%}
.bkxbb .aleft{width:100%}
.bkxbb .aright{width:100%;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit;padding-right:.6rem}
.bkxbb .aright .sbtn{display:none}
.bkxbb .aright .sbtn1{line-height:.4rem;font-size:.3rem;display:block}
.bkxbb .aright .sbtn1.swiper-button-disabled{opacity:.5}
.bkxbb .aright .gallery-thumbs{height:auto}
.bkxbb .gallery-top ul li{width:31%}
.bkxbb .gallery-top ul li:last-child{display:none}
.bkxbb .aright .swiper-slide span{font-size:18px}
.zxgb{padding-bottom:.6rem}
.zxgb .aleft,.zxgb .aright{width:100%}
.zxgbSlide .pic{margin:0}
}
@media screen and (max-width:768px){
    .foot-b .fot2 img{width:80%;}
     .ul-iconsb1{width:100%;justify-content:center;}
     .viewer{width:100%;justify-content:center;margin:.1rem 0;}
    .foot .code{width:100%;order:3;}
.bkxbb{padding:.3rem 0 .5rem .3rem}
}
@media screen and (max-width:640px){
   .zxgb .aleft .sc{width:100%;height:auto}
.zxgb .aleft .sc1{width:340px;height:340px;background-size:340px 340px;margin:0 auto}
.bkyx ul li{width:100%}
.bkyx ul li:nth-child(5){display:none}
.bkyx ul li:nth-child(6){display:none}
.tsbk .ul1{margin-bottom:.2rem}
.tsbk .ul2 li{width:100%}
.tsbk .ul2 li:nth-child(4){display:none}
.tsbk .ul2 li .pic{height:45vw}
.tsbk:after{height:70%}
.bkxbb .gallery-top ul li{width:48%;margin-bottom:.2rem}
.bkxbb .gallery-top ul li:nth-child(4){display:block}
.bkxbb .aright,.bkxbb .gallery-top ul{padding-right:.3rem}
.zxgb .aleft .list ul li:last-child{display:none}
.zxgb .aleft .list .gif{margin-bottom:5px}
.zxgb .aleft .list ul li{padding:6px 0}
.zxgb .aleft .list .more{margin-top:1.3rem}
.zxgb .aleft .list .gif img{margin:0 auto}
.zxgb .aleft .list{width:60%;max-width:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:0;margin:0 auto;text-align:center;display:block;padding-top:.2rem}
.zxgb .aleft .zpic{width:80%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 auto}
.zxgb .aleft .zpic .pic{height:38vw}
}

@media screen and (max-width:360px){
.zxgb .aleft .sc1{width:280px;height:280px;background-size:280px 280px;margin:0 auto}
.zxgb .aleft .sc:before{width:40px;height:40px;margin-left:-20px;margin-top:-20px}
.zxgb .aleft .list{width:75%}
.zxgb .aleft .list .more{margin-top:1rem}
.zxgb .aleft .zpic{display:block;width:90%;padding-bottom:.2rem}
.zxgb .aleft .zpic .pic{height:40vw}
}

@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){
    .main-visual-wrapper{padding-top: 0;}

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
    .swiper-box1 .cir span:last-child::after,.swiper-box1 .cir span:nth-child(1)::before{width: .5rem;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3 b{font-size: 0.26rem;margin:0;padding: 0;}
    .txt1 { font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 35%;height: 2rem;}
    .title .h3{margin: 0;}
    .title span{font-size: 0.16rem !important;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;;}
}    
