@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
.header_box{z-index: 1000;width: 100%;position: relative;top: 0;left: 0;}
.head{background: #fff;}
.header_box .img img{width:100%;}
.header_top .top{justify-content: space-between;height: 1.75rem;align-items: center;width: 100%;}
#nav:before{content:"";position:absolute;height: 1.2rem;top: 0rem;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background: linear-gradient(180deg, rgba(24, 98, 164, 0.85) 0%, rgba(24, 98, 164, 0) 100%);z-index: -1;}

.header_box.fixed:before{height: 1rem;}
#logo{position: relative;display: flex;flex-wrap: wrap;align-items:center;}
.header_top #logo img{transition: .5s;max-width: 6.9rem;width: 6.9rem;}
.header_top #logo p{padding-left:.4rem;}
.header_top #logo p img{width: 4.3rem;}
.fixed.header_box .img{/* display:none; */}
.fixed .header_box:before{top:1.75rem;}
.list_box1{flex:1;display: flex;flex-direction: column;align-items: flex-end;padding-left: 10%;}
.list_box1 .top-t{align-items: flex-end;flex-direction: column;}
.list_box1 ul{margin-top:.15rem;}
.list_box1 li{padding: 0 0.15rem;border-right: 1px solid #0056a1;}
.list_box1 li:last-child{padding-right:0;border-right: none;}
.list_box1 p{color: #0056a1;font-size: 0.16rem;padding-left: .1rem;}
.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: .3rem;width: 2.3rem;padding: 0 0.1rem;border-radius: 0.16rem;border:1px solid #0056a1;}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .14rem;color: #333333;line-height: .3rem;opacity: .6;}
.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:#333333;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#333333; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#333333;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#333333;}
.list_box1 .ul-iconsb1 li .icon{align-items: center;}
.list_box1 .ul-iconsb1 .qrbox{top: 100%;bottom: auto;margin: 0.1rem 0 0 0;}
.list_box1 .ul-iconsb1 .qrbox::before{top: -0.1rem;bottom: auto;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;/* max-width: 9rem; */}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .2rem;color:#fff;line-height: .55rem;position:relative;transition: .36s;display: inline-block;position: relative;/* padding: 0 0.2rem 0 0.1rem; */}
#nav ul li h3::after{content: "/";position: absolute;/* left: 100%; */top: 50%;transform: translateY(-50%);font-size: .16rem;color: #fff;transition: .36s;z-index: -1;opacity: .2;right: -.47rem;}
#nav ul li:last-child h3::after{display: none;}

#nav ul li .sub{position:absolute;top: 100%;background: #0056a1;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: '';width: 100%;position: absolute;left: 0;top: 0;}
  
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;/* display: flex; *//* justify-content: center; */}
#nav ul li .sub a{padding: .1rem .16rem;line-height: .28rem;transition:.6s;font-size: .16rem;color: #fff;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: rgba(255,255,255,.8);color: #88A7C8;}
#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: #0056a1; */}
#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: #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;opacity: 0;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {/* width: .28rem; */}
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0056a1;}
#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: #0056a1;}
#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: #f2f2f2;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: #0056a1 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: #0056a1;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;padding: 0 .1rem;}
.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:hover .con{/* background:#0056a1; */}
.list_box_nav_mobile>li:hover .con a{/* color:#fff; */}

.list_box_nav_mobile>li:hover i{/* filter:brightness(100); */}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding: .1rem;border-bottom: 1px solid rgba(255, 255, 255, 0.1);display:none;/* background: #0056a1; */}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #333;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 #BC945D;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: 3.25rem; */margin-top: -.55rem;}
.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: 35%;}
.swiper-box1 .imged::after{width: 100%;height: 20%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 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:.3rem;display: flex;align-items: center;justify-content: center;width: 100%;}
.swiper-box1 .cir span{margin: 0px .24rem !important;width: 0.1rem;height: 0.1rem;opacity: 1;background: #ddd;background-size: 100% !important;display: block;position: relative;}
.swiper-box1 .cir .swiper-pagination-bullet-active{background: url(../images/cir1.png) no-repeat;width:.38rem;height:.42rem;}
.swiper-box1 .cir span::after{content: '';width: 0.4rem;height: 1px;position: absolute;left: calc(100% + .04rem);top: 50%;background: #ddd;}
.swiper-box1 .cir span:last-child::after{display: none;}


/* home1 */

.title{margin-bottom: .3rem;align-items: center;position: relative;/* overflow: hidden; */}
.title h3 span{font-size: 0.18rem;line-height: 1.1;color: #2f77b5;opacity: .5;text-transform: uppercase;font-weight: 600;}
.title h3{align-items: center;}
.title p{padding-left: 0.1rem;border-left: .03rem solid #2f77b5;margin-top: 0.05rem;}
.title h3 img{width: 2.04rem;}
.more{position: absolute;right: 0rem;}
.more a{align-items: center;border-radius: 0;font-size: 0.16rem;transition: 0.5s;color: #ababab;}
.more img{display: inline-block;max-width: 0.48rem;}
.more span{display: inline-block;padding: 0 0.1rem;transition:0.5s;font-weight: 500;}
.more a:hover span{color: #2f77b5;}
.home1{width: 100%;padding: 0.95rem 0 1.2rem;overflow: hidden;}
.home1::after{width: 50%;height: 100%;background: url(../images/hbg1.png) no-repeat;background-size: 100%;box-shadow: 0px 0px 0.8rem 0px rgba(11, 88, 159, 0.09);}

.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 47%;position: relative;}
.home1-t .right{width: 47.5%;}
.h1-1{position:relative;}

.home1-t li *{transition: 0.5s;}
.home1-t .h1-1 a{position: relative;}


.home1-t .left .scale{width: 100%;}
.home1-t .left .con{height: 2rem;width: 100%;padding: 0.27rem 0rem;border-bottom: 1px solid #e8f1fa;}
.home1-t .left .imged{padding-bottom: 56%;}
.home1-t .left .imged::after{width: 100%;background: rgba(172, 94, 61, 0.14);height: 30%;}
.home1-t .left span{line-height: 0.28rem;color: #0b589f;font-size: 0.16rem;font-weight: 600;}
.home1-t .left h3{font-size: 0.2rem;font-weight: 500;line-height: 0.36rem;color: #333;transition: 0.5s;margin: 0.15rem 0;}
.home1-t .left h4{font-size: 0.16rem;color: #333;opacity: .6;line-height: 0.24rem;max-height: 0.48rem\0;}
.home1-t .left .cir{position: absolute;bottom: 2.2rem;left: auto;width: auto;right: 0.15rem;}
.home1-t .left .cir span{opacity: 1;background: #0056a1;margin: 0 0.05rem !important;}
.home1-t .left .cir span.swiper-pagination-bullet-active{background: #fff;}

.home1-t .right li a{width: 100%;padding: .25rem 0rem;align-items: center;height: 2.08rem;border-bottom: 1px solid #e8f1fa;}
.home1-t .right li a::after{background: #0056a1;height: 1px;bottom: -1px;}
.home1-t .right li .scale{width: 2.8rem;}
.home1-t .right li .con{flex: 1;min-width: 0;padding-right: 0.5rem;}
.home1-t .right li span{font-size: 0.14rem;color: #333;opacity: .6;font-weight: 500;}
.home1-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;margin: 0.18rem 0;font-weight: 500;}
.home1-t .right li p{padding-top: 0.2rem;}
.home1-t .right li h4{font-size: 0.14rem;color: #333;line-height: 0.2rem;max-height: 0.6rem\0;opacity: .6;display: none;}


@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover::after{width: 100%;}
  .home1-t a:hover h3{color: #0056a1;}
  .home1-t .right li a:hover h4{display: -webkit-box;display: block\0;}
  .home1-t .right li a:hover p{opacity: 0;}

}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;}
}

@media screen and (max-width: 768px) {
.home3-t li a {

    width: 87%;
}
    .home1{padding: 0.4rem 0 0.15rem;}
    .home1::after{width:100%;}
    .home1-t .left{width: 100%;}
    .home1-t .right{width: 100%;margin-top: 0.3rem;}
    .home1-t .left li .imged{padding-bottom: 60%;}
    .home1-t .left .con{height: auto;padding: 0.15rem 0;}
    .home1-t .right li a{padding: .15rem 0;height: auto;}
  .home1-t .left .cir{bottom:1.35rem;}

#_ideConac img{    margin: 0 auto;
    width: 80px;
    display: block;
}
.foot-t dt a{ padding: 0 10px;}
}

@media screen and (max-width: 600px) {
  .home1-t .right li .scale{width: 2rem;}
}

/* home2 */
.home2{padding: 0.65rem 0 .8rem;overflow: hidden;background: #f4f9fe;}
.home2 .title .tit{align-items: flex-end;height: 0.8rem;}
.home2 .title .h3{padding: 0 0.15rem;cursor: pointer;/* height: 0.6rem; */}
.home2 .title .h3:first-child{padding-left: 0;}
.home2 .title .h3::after{width: 0.02rem;height: 0.32rem;background: #0b589f;opacity: .1;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);opacity: 0;}
.home2 .title .h3:last-child::after{display: none;}
.home2 .title b{font-family: sy;font-size: 0.4rem;color: #999;/* border-left: 1px solid #ddd; */position:relative;padding-left: .3rem;}
.home2 .title b:after{width: 0.02rem;height: 0.32rem;background: #0b589f;opacity: .1;left: 0;bottom: auto;top: 50%;transform: translateY(-50%);content:"";position:absolute;}

.home2 .title h3{display: none;}
.home2 .title p{color: #0056a1;font-family: sy;font-size: 0.4rem;}
.home2 .title .h3.on h3{display: block;}
.home2 .title .h3.on b{display: none;}
.home2 .more a{display: none;}
.home2 .more a.on{display: flex;}
.home2-t{position: relative;}
.home2-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.home2-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.h2-t{display: flex;flex-wrap: wrap;justify-content: space-between;}
.home2-t li *{transition: 0.5s;}
 .home2-t .left{width: 38%;position: relative;}
 .home2-t .right{width: 60%;background: #fff;padding: 0.3rem;}
 .home2-t .left li a{display: block;position: relative;}
 .home2-t .left li .con{width: 100%;padding: 0.2rem 0.25rem ;z-index: 10;position: absolute;left: 0;bottom: 0;background: #0a569e;}
 .home2-t .left li .imged{padding-bottom:4.2rem;}
 .home2-t .left li h3{width: 80%;color: #fff;font-size: 0.18rem;}
 .home2-t .cir{width: auto;display: flex;align-items: center;left: auto;bottom: 0.15rem;right: 0.1rem;}
 .home2-t .cir span{margin: 0 0.05rem !important;background: #fff;opacity: 1;}
 .home2-t .cir span.swiper-pagination-bullet-active{background: url(../images/cir2.png) no-repeat center;background-size: 100%;width: 0.3rem;height: 0.3rem;}
 .home2-t .right a{align-items: center;}
 .home2-t .right dt{margin-bottom: 0.3rem;}
 .home2-t .right dt .con{flex: 1;min-width: 0;padding-right: 0.3rem;}
 .home2-t .right dt .scale{width: 3.55rem;}
 .home2-t .right a span{font-size: 0.16rem;color: #999;}
 .home2-t .right a h3{color: #333;font-weight: 500;font-size: 0.18rem;line-height: 0.24rem;margin: 0.1rem 0 0.2rem;max-height: 0.48rem\0;}
 .home2-t .right a h4{font-size: 0.14rem;color: #999;line-height: 0.2rem;max-height: 0.4rem\0;margin-bottom: 0.2rem;}
 .home2-t .right ul{justify-content: space-between;}
 .home2-t .right li{width: 48%;}
 .home2-t .right li .con{flex: 1;min-width: 0;padding-right: 0.2rem;}
 .home2-t .right li .scale{width: 2rem;}
 .home2-t .right li .imged{padding-bottom: 50%;}

@media screen and (min-width: 1200px) {
   .home2-t .right a:hover h3{color: #0056a1;}

}
@media screen and (max-width: 1024px) {
  .home2{padding: 0.3rem 0;}
  .home2-t .left{width: 100%;}
  .home2-t .right{width: 100%;margin-top: 0.3rem;padding: 0.2rem;}
}

@media screen and (max-width: 768px) {
   
   .home2-t .left li .imged{padding-bottom:60%;}
   .home2-t .right dt .scale{width: 2.5rem;}
    .home2-t .right li{width: 100%;margin-bottom:.25rem;}

}
@media screen and (max-width: 480px) {
  .home2-t .right dt .scale{width: 2rem;}
}


/* home3 */
.home3{padding: 0rem 0rem .7rem;/* overflow: hidden; */background: #f4f9fe;z-index: 2;}
.home3-t{position: relative;background: url(../images/hbg3.jpg) no-repeat center;background-size: cover;padding: 0.5rem 0.2rem 0.2rem;}
.home3-t ul li{padding: 0 0.25rem;width: 33.3%;margin-bottom: 0.3rem;}
.home3-t li *{transition: 0.5s;}
.home3-t li a{align-items: center;}
.home3-t li .date{border-top: 1px solid #fff;padding-top: 0.1rem;}
.home3-t li span{color: #fff;font-size: 0.16rem;}
.home3-t li p{color: #fff;font-size: 0.26rem;margin-top: .1rem;font-weight: bold;}
.home3-t li .con{flex: 1;min-width: 0;padding-left: 0.2rem;}
.home3-t li h3{color: #fff;font-size: 0.18rem;line-height: 0.24rem;max-height: 0.48rem\0;}
.home3-t .lr{/* position: absolute; *//* right: 0; */}
.home3-t .rl-t{position: absolute;right: 0;top: 0.15rem;bottom: 0;width: 0.5rem;background: #ec963d;padding: 0.3rem 0.15rem 0;}
.home3-t .rl-t h3,.home3-t .rl-t p{display: flex;flex-direction: column;align-items: center;color: #fff;font-size: 0.16rem;text-align: center;line-height: 1.1;}
.home3-t .rl-t img{display: inline-block;margin: 0.1rem 0 ;}
.home3-t .rl-t p{margin-top: 0.45rem;cursor: pointer;}

.home3-t .h3-box{width: 3.5rem;height: 3.25rem;position: absolute;top: -0.2rem;right: 0;display: none;transition: 0.5s;}
.home3-t .h3-box p.sq{width: auto;right: 0.15rem;top: 0.15rem;align-items: center;position: absolute;}
.home3-t .h3-box p.sq span{font-size: 0.16rem;color: #fff;opacity: .6;display: inline-block;margin-right: 0.05rem;}
.home3-t .lr.on .h3-box{display: block;}
.home3-t .h3-box>div img{/* width: 100%; */}
.h3-box .rbg{background: #fff;height: 100%;}
.h3-box .rbg table{width: 100%;}
.cal_succ_calendar_title{background:#0b589f;display: flex;align-items: center;justify-content: center;height: .5rem;color: #fff;}
.calendar_cur_date{display:none;}
.calendar_top_right{display: flex;align-items: center;justify-content: center;}
.calendar_month_next{order:3;}
.calendar_month_span{font-size: .16rem;padding:0 .15rem;}
.cal_main .cal{padding:.15rem;}
.cal_main .cal th{color:#ee9730;font-size:.16rem;font-family: 'sy';}
.cal_main .cal td{line-height:.4rem;border-radius: 0;font-size: .16rem;width: .4rem;border-radius: .3rem;text-align: center;font-family: 'sy';cursor:pointer;}
.dqsj-summary{display:none;}
.rlbox{width:100%;background: #fff;position: absolute;top: 92%;padding: 0.1rem .15rem;box-shadow: 0.0845rem 0.1813rem 0.2rem 0px rgba(108, 151, 209, 0.32);z-index: 1;}
.dqsj-title{font-size:.16rem;line-height:1.5;color:#fff;display: flex;align-items: center;justify-content: space-between;padding: .05rem 0;}
.dqsj-title a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.cal_main .cal .cur{background:#ee9730;color: #fff;}
.cal_main .cal .on{border:1px solid #ee9730;}
.dqsj-more{display: none !important;}

#NavBar a,#NavBar span,#NavBar input{color:#fff;font-size: .2rem !important;}
#NavBar select{line-height:.25rem;height:.25rem !important;background:none;border:none;color:#fff;font-size: .18rem !important;width: .45rem !important;}
#NavBar select option{color:#333;font-size:.14rem;}
#Calendar1154950 td{line-height:.4rem;border-radius: 0;font-size:.18rem;width: .4rem;border-radius: .3rem;}
#Calendar1154950 th{color:#ee9730;font-size:.16rem;}
#Calendar1154950 td.todaystyle1154950{background:#ee9730;color: #fff;}

@media screen and (min-width:1200px){
    .home3-t  li a:hover h3{font-weight: bold;}
}
@media screen and (max-width:1024px){
    .home3{padding: 0rem 0 .4rem;}
    .home3-t ul li{padding: 0 0.1rem;width: 33.3%;margin-bottom: 0.2rem;}
}
@media screen and (max-width:768px){
  .home3-t ul li{width: 50%;}
  .home3-t .h3-box{width: 100%;}
}

@media screen and (max-width:420px){
  .home3-t ul li{width: 100%;}
}

/* h4 */
.home4{width: 100%;overflow: hidden;padding: 0.7rem 0 2.7rem;background: url(../images/hbg4.jpg) no-repeat center;background-size: cover;}
.home4 .more a{color: #fff;}
.home4 .more{position:relative;right:auto;margin-top:.2rem}
.home4 .title span{color:#fff;}
.home4 .title p{border-left: 1px solid #fff;}
.h4-t{position: relative;align-items: flex-end;}
.home4-t li *{transition: 0.5s;}
.home4-t li a{display: block;height: 2.8rem;text-align: center;padding: 0.55rem 0.1rem 0;background: #0d7eca;}
.home4-t li{width: 17.5%;}
.home4-t li .img{width: 1.16rem;height: 1.16rem;margin: 0 auto;border-radius: 50%;border: 1px dashed #fff;padding: 0.15rem;}
.home4-t li span{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 50%;}
.home4-t li p{font-size: 0.2rem;color:#fff;font-weight: 500;margin-top: 0.15rem;line-height: 1.2;}
.h4li1 li:nth-child(2n) a{background: #0f8bd8;}
.h4li2 li:nth-child(2n-1) a{background: #0f8bd8;}
.h4li1{width: 70%;}
.h4-t2{top: 0;width: 30%;position: relative;margin-top: -1.2rem;position: absolute;right: 0;}
.h4li1 li{width: 25%;}
.home4-t{position: relative;}
.h4-b{width: calc(100% + 1.35rem);position: relative;}
.h4-b .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.h4-b .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.h4-b dt a{display: block;position: relative;}
.h4-b dt .imged::after{width: 100%;height: 30%;
  
  background: -ms-linear-gradient(bottom,rgba(6,67,120,0.9) 0%,rgba(6,67,120,0) 100%);
  background: linear-gradient(0,rgba(6,67,120,0.9) 0%,rgba(6,67,120,0) 100%);
}
.h4-b dt .con{width: 100%;padding: 0 0.2rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.h4-b dt span{color: #fff;font-size: 0.2rem;}
.h4-b dt h3{font-size: 0.16rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;margin-top: 0.1rem;}
.home4-t .arrow{margin-top: 0.3rem;justify-content: flex-end;position: absolute;right: 0rem;bottom: 1.8rem;}
.home4-t .arror{position: relative;top: auto;left: auto;right: auto;margin: 0 0.15rem 0 0;width: 0.53rem;height: 0.46rem;}
.home4-t .arror::after{display: none;}

.home4-t li span img{max-width: 0.6rem;max-height: 0.5rem;}



@media screen and (min-width:1200px){
  .home4-t li.on a{background: url(../images/h4bg.jpg) no-repeat center/cover;}
}
@media screen and (max-width:1024px){
  .home4{padding: 0.4rem 0 .4rem;}
  .h4li1{width: 100%;}
  .h4-t2{width: 100%;position: relative;margin-top: 0rem;}
  .home4-t li{width: 20%;}
  .h4-b{width:100%;}

}
@media screen and (max-width:768px){
.home4-t li{width: 33.3%;}
  .home4-t li a{height:2rem;padding:.25rem .1rem 0;}
  .home4-t li .img{width: .8rem;height: .8rem;padding:.05rem;}
  .home4-t li span img{max-width: 0.4rem;max-height: 0.3rem;}
  .home4-t .arrow{bottom: 0rem;right: 0;position: relative;margin-bottom: .2rem;}
  .home4-t li p{font-size:.18rem;}
  .h4-b dt h3{font-size:.16rem !important;-webkit-line-clamp: 1;}
  .h4li2 li:nth-child(1),.h4li2 li:nth-child(2){display:none;}
}

@media screen and (max-width:420px){

}

/* h5 */
.home5{width: 100%;padding: 0.7rem 0 1.4rem;background: #f4f9fe;overflow: hidden;}
.home5 .title{margin-bottom: 1rem;}
.home5-t{padding-bottom: 0.65rem;}
.home5-t::after{width: auto;left: -0.6rem;right: -.6rem;height: auto;background: #fff;top: 1rem;box-shadow: 0.0845rem 0.1813rem 0.73rem 0px rgba(108, 151, 209, 0.32);}
.home5-t .left{width: 56%;}
.home5-t .right{width: 44%;padding-left: 0.4rem;}
.h5-t1 a{align-items: center;}
.h5-t1 .scale{width: 40%;}
.h5-t1 .con{width: 60%;padding-left: 0.4rem;}
.h5-t1 span{font-family: sy;font-size: 0.36rem;color: #ec963d;}
.h5-t1 p{font-size: 0.14rem;color: #777;margin-top: 0.1rem;font-family: sy;}
.h5-t1 h3{font-size: 0.2rem;color: #333;line-height: 0.36rem;margin: 0.2rem 0;max-height: 0.72rem\0;}
.h5-t1 .line{width: 0.55rem;height: 0.04rem;background: #0056a1;margin-bottom: 0.2rem;}
.h5-t1 h4{font-size: 0.16rem;color: #666;line-height: 0.36rem;max-height: 0.72rem\0;}
.home5-t li *{transition: 0.5s}
.home5-t .left ul{justify-content: space-between;overflow:hidden;}
.home5-t .left li{width: 45%;}
.home5-t .left li a{display: block;padding: 0.3rem 0;height: 1.7rem;}
.home5-t .left li a::after{width: 1px;left: auto;right: -0.45rem;border-right: 1px dashed rgba(12,24,44,.3);}
.home5-t .left li a:before{content:"";position:absolute;width: 26vw;border-bottom: 1px dashed rgba(12,24,44,.3);bottom:0;}
.home5-t .left li:last-child a:before,.home5-t .left li:nth-last-child(2) a:before{border-bottom: none;}
.home5-t .left li:nth-child(2n) a::after{display: none;}

.home5-t .left li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;}
.home5-t .left li p{align-items: center;margin-top: 0.15rem;color: #0056a1;font-family: sy;font-size: .18rem;}
.home5-t .left li p img{display: inline-block;margin-right: 0.1rem;width: 0.23rem;}
.home5-t .right ul{background: url(../images/h5bg.jpg) no-repeat center/cover;padding: 0.2rem;}
.home5-t .right li{margin-bottom: 0.5rem;}
.home5-t .right li:last-child{margin-bottom: 0;}
.home5-t .right li a{align-items: center;}
.home5-t .right li .date{width: 0.69rem;height: 0.69rem;text-align: center;background: rgba(11,88,159,.2);padding: 0.05rem;}
.home5-t .right li .con{flex: 1;min-width: 0;padding-left: 0.2rem;}
.home5-t .right li span{font-size: 0.36rem;color: #fff;font-family: sy;}
.home5-t .right li p{font-size: 0.14rem;color: #fff;margin-top: 0.05rem;font-family: 'sy';}
.home5-t .right li h3{color: #fff;font-size: 0.2rem;line-height: 0.3rem;}




@media screen and (min-width:1200px){
  .home5-t .right li a:hover .date{background: #0b589f;}
  .home5-t .right li a:hover h3{color: #ec963d;font-weight: bold;}
  .home5-t .left li a:hover h3{color: #0056a1;}
}
@media screen and (max-width:1024px){
  .home5{padding: 0.4rem 0 .4rem;}
 .home5-t .left li a::after{right:-.2rem;}
}
@media screen and (max-width:768px){
  .home5-t .left{width: 100%;}
  .home5-t .right{width: 100%;padding-left: 0rem;margin-top: 0.3rem;}
  .h5-t1 .scale{width: 100%;}
  .h5-t1 .con{width: 100%;padding-left: 0rem;margin-top:.2rem;}
  .home5-t .left li a{display: block;padding: 0.2rem 0;height: 1.35rem;}
}

/* h6 */
.home6{width: 100%;padding: 0.65rem 0;}
.home6-t{justify-content: space-between;}
.home6-t .left{width: 47%;}
.home6-t .right{width: 50%;}

.home6-t .left li .imged{padding-bottom: 70%;}
.home6-t .left li a{display: block;position: relative;}
.home6-t .left li .con{width: 100%;padding: 0.2rem 0.15rem;background: rgba(68,117,159,.8);position: absolute;left: 0;bottom: 0;z-index: 10;}
.home6-t .left li h3{font-size: 0.2rem;color: #fff;line-height: 0.3rem;}
.home6-t .right ul{height: 5.1rem;}
.home6-t .right li *{transition: 0.5s;}
.home6-t .right li{transition: 0.5s;}
.home6-t .right li a{height: 1rem;border-bottom: 1px solid #e8f1fa;align-items: center;}
.home6-t .right li .date{font-size: 0.18rem;color: #666;align-items: baseline;transform: translateY(-.05rem);font-weight: 500;}
.home6-t .right li .con{flex: 1;min-width: 0;padding-left: 0.2rem;}
.home6-t .right li span{display: inline-block;font-size: 0.3rem;font-weight: 500;padding-right: 0.05rem;}
.home6-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;-webkit-line-clamp: 1;max-height: 0.6rem\0;font-weight: 500;}
.home6-t .right li h4{font-size: 0.14rem;color: #666;line-height: 0.24rem;max-height: 0.48rem\0;margin-top: 0.1rem;display: none;}
.home6-t .right li.on a{height: 1.35rem;align-items: flex-start;padding-top: 0.1rem;}

.home6-t .right li.on .date{color: #0056a1;}
.home6-t .right li.on span{color: #0056a1;}
.home6-t .right li.on h3{color: #0056a1;-webkit-line-clamp: 2;}
.home6-t .right li.on h4{display: -webkit-box;display: block\0;}


@media screen and (min-width:1200px){
 
}
@media screen and (max-width:1024px){
  .home6{padding: 0.4rem 0 .4rem;}
 
}
@media screen and (max-width:768px){
  .home6-t .left{width:100%;}
  .home6-t .right{width:100%;margin-top: 0.3rem;}
}


/* h7 */
.home7{width: 100%;padding: 0 0 0.7rem;overflow: hidden;}
.home7-t{justify-content: space-between;align-items: flex-end;}
.home7-t .left{width: 52%;}
.home7-t .right{width: 50%;margin-left: -2%;position: relative;padding-bottom: 0.3rem;}
.home7-t li .imged::after{width: 100%;height: 30%;
  background: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(0,rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.home7-t li .imged::before{content: "";position: absolute;width: 0.6rem;height: 0.6rem;background: url(../images/bf.png) no-repeat;background-size: 100% !important;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.home7-t li a{position: relative;display: block;}
.home7-t li .con{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 0.2rem 0.1rem;z-index: 10;}
.home7-t li h3{font-size: 0.2rem;color: #fff;line-height: 0.3rem;}
.home7-t .left li .imged{padding-bottom: 56%;}
.home7-t .left li .imged::before{width: 0.8rem;height: 0.8rem;}
.h7-b{padding-left: 0.45rem;}
.home7-t .arrow{margin-bottom: 0.25rem;}
.home7-t .arrow::after{width: 100vw;height: 1px;background: #0056a1;bottom: 50%;left: 100%;}
.home7-t .arror{width: 0.5rem;height: 0.5rem;margin: 0 0 0 0.25rem;position: relative;left: auto;right: auto;top: auto;}
.home7-t .arror::after{display: none;}
.home7-t .arror img{width: 100%;}



@media screen and (min-width:1200px){
 
}
@media screen and (max-width:1024px){
  .home7{padding: 0.4rem 0 .4rem;}
 
}
@media screen and (max-width:768px){
  .home7-t .left{width: 100%;}
  .home7-t .right{width: 100%;margin-left: 0%;position: relative;padding-bottom: 0rem;margin-top: 0.3rem;}
  .home7-t li .imged::before{width:.4rem;height:.4rem}
  .home7-t .left li .imged::before{width:.5rem;}

}
/* h8 */
.home8{width: 100%;padding: 0.7rem 0 .8rem;overflow: hidden;background: url(../images/hbg8.jpg) no-repeat bottom;background-size: 100%;}

.home8-t{justify-content: space-between;}
.home8-t .left{width: 48%;}
.home8-t .right{width: 48%;}
.home8-t ul{margin: 0 -0.1rem;}
.home8-t li{width: 50%;padding: 0 0.1rem;margin-bottom: .2rem;}
.home8-t li a{display: block;position: relative;}
.home8-t li *{transition: 0.5s;}
.home8-t .left li .info{width: 100%;padding: 0 0.15rem 0.1rem;z-index: 10;position: absolute;left: 0;bottom: 0;align-items: center;}
.home8-t .left li .con{flex: 1;min-width: 0;padding-left: 0.1rem;}
.home8-t .left li span{display: none;color: #fff;font-size: 0.18rem;margin-bottom: 0.1rem;}
.home8-t .left li h3{color: #fff;font-size: 0.18rem;line-height: 0.26rem;max-height: 0.52rem\0;-webkit-line-clamp: 1;display: block\0;}
.home8-t .left li .tm{display: none;margin-top: 0.15rem;}
.home8-t .left li p{color: #fff;font-size: 0.16rem;margin-bottom: 0.2rem;}
.home8-t .left li b{width: 0.56rem;}
.home8-t .left li .imged{padding-bottom: 3.15rem;}
.home8-t .left li:nth-child(2) .imged,.home8-t .left li:nth-child(3) .imged{padding-bottom: 3.45rem;}
.home8-t .right dt .imged{padding-bottom: 3.85rem;}
.home8-t .right li .imged{padding-bottom: 1.95rem;}
.home8-t li .imged::after{width: 100%;height: 30%;
  background: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(0,rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.home8-t .left li:nth-child(3){margin-top: -0.3rem;}
.home8-t .right ul{margin-top: 0.2rem;}
.home8-t .right dt .con{background: #fff;padding: 0.27rem 1rem .27rem 0.15rem;align-items: center;}
.home8-t .right dt h3{flex: 1;min-width: 0;padding-left: 0.15rem;font-size: 0.18rem;color: #333;}
.home8-t .right .cir{width: auto;left: auto;right: 0.15rem;bottom: 0.25rem;font-size: 0.18rem;color: #999;font-family: sy;}
.home8-t .right .cir span{font-size: 0.18rem;color: #999;font-family: sy;}
.home8-t .right .cir span.swiper-pagination-current{color: #ee9730;font-size: 0.2rem;}
.home8-t .right li .info{width: 100%;padding: 0 0.15rem 0.1rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.home8-t .right li h3{flex: 1;min-width: 0;padding-left: 0.1rem;font-size: 0.18rem;color: #fff;}



@media screen and (min-width:1200px){
  .home8-t .left li a:hover .info{height: 100%;padding: 0.4rem 0.25rem 0;background: rgba(11,88,159,.95);align-items: flex-start;}
  .home8-t .left li a:hover span{display: block;}
  .home8-t .left li a:hover h3{display: -webkit-box;display: block\0;-webkit-line-clamp: 2;}
  .home8-t .left li a:hover .tm{display: block;}
}
@media screen and (max-width:1024px){
  .home8{padding: 0rem 0 .4rem;}
 
}
@media screen and (max-width:768px){
   .home8{padding: 0rem 0 .2rem;}
  .home8-t .left{width: 100%;}
  .home8-t .right{width: 100%;margin-top: 0.3rem;}
  .home8-t .left li .imged{padding-bottom: 60%;}
  .home8-t .left li:nth-child(2) .imged,.home8-t .left li:nth-child(3) .imged{padding-bottom: 65%;}
  .home8-t .right dt .imged{padding-bottom: 60%;}
  .home8-t .right li .imged{padding-bottom: 50%;}
  .home8-t .left li:nth-child(3){margin-top:-.1rem;}
}

@media screen and (max-width:420px){

}



/* footer */
.footer{width: 100%;background: url(../images/fbg.jpg) no-repeat center/cover;padding: 0.35rem 0;position: relative;z-index: 1;}
.gotop{top: -0.4rem;width: 0.8rem;cursor: pointer;right: 10%;position: absolute;}
.gotop img{width: 100%;}
.foot-t{padding: .3rem 0rem;justify-content: space-between;}
.foot-t dl{align-items: center;width: 36%;}
.foot-t h3{color: #fff;font-size: .16rem;margin-bottom: 0.1rem;}
.foot-t dt{margin-bottom: 0.1rem;color: rgba(255,255,255,.5);}
.foot-t dt a{font-size: 0.16rem;color: #fff;line-height: 1.3;display: inline-block;padding: 0 0.35rem;}
.foot-t dt:last-child a{padding-right:0;}
.foot-t dt:first-child a{padding-left:0;}
.foot-t ul{width: 28%;}
.foot-t dl:nth-child(2) dt a{padding:0 .15rem;}

.foot{padding: 0;text-align: center;}
.foot p{font-size: 0.16rem;line-height: 1.5;color: #fff;/* opacity: .6; */}
.foot p a{display: inline-block;padding: 0 0rem 0 0.2rem;color: #fff;opacity: .6;}
.foot h3{color: #fff;font-size: 0.16rem;line-height: 1.5;}
.foot h5{color: #fff;font-size: 0.16rem;line-height: 1.5;opacity: .6;}
.foot .p{flex: 1;min-width: 0;padding-right: 0.2rem;display: flex;align-items: center;}
.foot h3 span{display: inline-block;padding-left: 0.25rem;}
.foot-t ul{justify-content: flex-end;}
.foot-t ul li{padding: 0 0 0 0.25rem;}

.foot-t li a:hover{opacity:.8;}
.footer .ul-iconsb1 .icon img{width:0.5rem;height: .5rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}    

.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 li:last-child .qrbox{left:auto;transform: translateX(0%) translateY(-30%);right: 0rem;}
.ul-iconsb1 li:last-child .qrbox::before{right: .2rem;left: auto;transform: translateX(0%);}
.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%);}
.ul-iconsb1 li:last-child .con:hover .qrbox{transform: translateY(0%) translateX(0%);}              


@media screen and (max-width:1024px){
   .foot-t{padding: .2rem 0;}
   .footer{padding: 0.2rem 0;}
}
@media screen and (max-width:768px){
    .foot-t ul{justify-content: flex-start;}
    .foot-t dl{width: 100%;margin-bottom: 0.2rem;text-align: center;justify-content: center;}
    .foot-t ul{width: 100%;justify-content: center;}
    .foot-t ul li{padding: 0 0.1rem;}
    .foot .p{flex: none;min-width: 0;width: 100%;padding-right: 0;text-align: center;flex-wrap: wrap;}
    .foot h5{text-align: center;width: 100%;}
    .foot h3{margin:.1rem 0;width:100%;}
    .footer .img img{width:80%;}
  .footer .img{width:100%;text-align:center;}
  .gotop{top: -0.2rem;width: 0.4rem;right:.15rem;}
.foot-t dt a{padding: 0 10px;}
.foot-t dl:nth-child(2) dt a{padding: 0 10px;}

}
@media screen and (max-width:440px){
  
}



@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;margin: 0;}

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .swiper-box1 .swiper-pagination{bottom: .1rem;}
    .banner video{display: none;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3 span{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: 45%;}
    .title .h3{margin: 0;}
    .title b,.home2 .title p{font-size: 0.26rem !important;}
    .title h3 img{width: 1.2rem;}
    .title h3 span{font-size:.14rem;}
}

@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;}
}   