@charset "utf-8";
/* QWERTYUIOPLKJHGFDSAZXCVBNM0123456789 */
@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}

.header_box{position: relative;z-index: 1000;width: 100%;}
.header_box video{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.header_top{z-index: 10;position: relative;}
.header_top .top{justify-content: space-between;align-items: center;height: 1.3rem;}
#logo{position: relative;z-index: 10;}

.header_top .logo img{transition: .5s;max-width: 5rem;}

.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .5rem;width: 100%;padding: 0 .18rem;width: 2.68rem;border: 1px solid rgba(255, 255, 255, 0.4);border-radius: .15rem;}
.list_box1 .li .input{width: calc(100% - .28rem);height: 100%;padding-right: .15rem;font-size: .16rem;color: #fff;line-height: .3rem;}
.list_box1 .li .serbtn {
    width: 0.28rem;
    padding-right: 0.1rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.28rem .28rem !important;
    height: .28rem;
}
 

#nav{width: 100%;position: relative;z-index: 1000;background: #0049A9;}
#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: .22rem;color:#F7F6F6;line-height: .6rem;position:relative;transition: .36s;display: inline-block;}

#nav ul li h3::after{content: "";position: absolute;width: 100%;height: 0.04rem;background: #fff;right: 0;bottom: 0;opacity: 0;}
#nav ul li h3::before{content: "";position: absolute;width: 1px;height: 0.24rem;background: #fff;right: -1rem;opacity: .7;top: 50%;transform: translateY(-50%);}
#nav ul li:last-child h3::before{display: none;}
#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);/* border-radius: .1rem; *//* overflow: hidden; */z-index: 1000;padding: .15rem 0;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #0049A9;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;position: relative;}
#nav ul li .sub a{padding: 5px .16rem;line-height: .35rem;transition:.6s;font-size: .2rem;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: #0049A9;color: #fff;}
#nav ul li .sub dl{position:absolute;left:100%;top:0;background:rgba(255,255,255,.99);z-index:100;display: none;padding:.1rem 0;}
#nav ul li:last-child .sub dl{left:auto;right:100%;}

#nav ul li .sub .box:hover dl{display:block;}


#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#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: #0868D4;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; -moz-transition: .5s; -ms-transition: .5s; -o-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: #0049A9;}
#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: #0049A9;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0656b7 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: #0049A9;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% - 150px);/* 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;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}
.list_box_nav_mobile>li.on1 i{transform: rotate(-360deg);-webkit-transform: rotate(-360deg);-moz-transform: rotate(-360deg);}

.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 form{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: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 #0049A9;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 */


/* banner */
.body_h{width: 100%;position: relative;overflow: hidden;height: 100vh;}
.banner{height: 100%;position: absolute;left: 0;width: 100%;bottom: 0;}
.banner video{width: 100%;height: 100%;object-fit: cover;}
.homea{width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;}

.homea .h-ser{width: 50vw;align-items: center;justify-content: space-between;height: 0.9rem;background: rgba(255, 255, 255, 0.8);border: 1px solid rgba(255, 255, 255, 0.4);padding: 0 0.35rem;margin-top: 0.7rem;}
.homea .h-ser input{width: calc(100% - 0.5rem);padding-right: 0.15rem;font-size: 0.34rem;color: #333;}
.homea .h-ser button{width: 0.5rem;cursor: pointer;}
.homea .shub{position: absolute;bottom: 0.5rem;left: 50%;transform: translateX(-50%);width: 0.39rem;}
.shub p{
    color: #fff;
    width: 1rem;
    font-size: 0.2rem;
    position: relative;
    left: -50%;
}
.homea .shub img{animation: shubiao 1.4s infinite linear;margin-top: 15px;}

@keyframes shubiao { 
0% {  
    transform: translateY(-10px);
    opacity: 0;
 }
100% {  
    transform: translateY(10px);
    opacity: 1;
} 
}

/* 头部整屏下滑 */
.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
  }
  .body_b.showdiv {top: 0;}
  .scroll {padding-top: 1.2rem;}
  
@media screen and (max-width:1200px){
    .body_h{display: none;}
    .body_b {width: auto;height: auto;position: static;opacity: 1;transform: none;overflow: auto;}
    .scroll{padding-top: 0;}

}
@media screen and (max-width:768px){

}


/* home1 */
.home1{padding: 0.85rem 0 0.85rem;background: url(../images/hbg.png) no-repeat bottom/cover;overflow: hidden;}
.title{margin-bottom: .4rem;align-items: center;position: relative;width: 100%;}
.title .h3{align-items: center;}
.title span{width: 0.48rem;height: 0.48rem;background: url(../images/titc.png) no-repeat;background-size: 100%;display: flex;align-items: center;justify-content: center;}
.title .con{flex: 1;min-width: 0;padding-left: 0.2rem;}
.title span img{width: 0.28rem;height: 0.28rem;}
.title h3{font-size: 0.28rem;color: #000;line-height: 1.2;cursor: pointer;}
.title p{font-size: 0.14rem;color: #B7221F;padding-left:.75rem;font-family: STSongti;margin-top: 0.07rem;}
.title p::after{width: .65rem;height: 1px;background: #B7221F;bottom: 50%;}

.more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more a{line-height: 1.2;font-size: 0.18rem;color: #666;transition: 0.5s;align-items: center;}
.more a:hover{color:#0868D4;}
.more img{display: inline-block;margin-left: -0.1rem;width: .41rem;}


.home1 .left{width: 65%;padding-right: 0.33rem;border-right: 1px solid rgba(151, 151, 151, 0.2);;}
.home1 .right{width: 35%;padding-left: 0.33rem;}  

.h1-t{justify-content: space-between;padding: 0.2rem 0.2rem 0;background: #fff;box-shadow: 0px 0.2rem 0.3rem 0px rgba(19, 52, 89, 0.228);}
.h1-t::after{width: 1.58rem;height: 1.58rem;background: url(../images/h1-sj.png) no-repeat;background-size: 100% 100%;left: 0;bottom: auto;top: 0;}
.h1-l{width: 60%;position: relative;}
.h1-r{width: 38%;}
.h1-l li a{position: relative;display: block;}
.h1-l li .scale{position: relative;}
.h1-l .imged{padding-bottom:3.5rem;}
.h1-l li .con{padding: 0.2rem 0rem;height: 1.4rem;}
.h1-l li p{font-size: 0.16rem;font-family: STSongti;color: #0868D4;}
.h1-l li h4{font-size: 0.18rem;line-height: 0.28rem;color: #333;max-height: 0.56rem;font-family: STSongti;margin: 0.15rem 0 0.2rem;}
.h1-l li .con img{width: 99%;}
.h1-l li .scale img{display: none;}
.h1-l li .imged::after{width: 100%;height: 0.94rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8077) 100%);}

.h1-l .slick-dots{width: 100%;padding-right: 0.4rem;bottom: 1.6rem;display: flex;justify-content: flex-end;}
.h1-l .slick-dots li{margin: 0 0.05rem;width: 0.08rem;height: 0.08rem;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.4);}
.h1-l .slick-dots li button{display: none;}
.h1-l .slick-dots li.slick-active{background: #fff;}
.h1-l button{width:.2rem;height:.4rem;z-index:10;background:rgba(0,0,0,.5);top: 40%;}
.h1-l button:before{opacity:1;font-size:.2rem;font-weight: bold;}
.h1-l .slick-prev{left:.2rem;}
.h1-l .slick-next{right:.2rem;}
.h1-l button:hover{background:rgba(0,0,0,.5);}
.h1-r li *{transition: 0.5s;}
.h1-r li a{height: 0.96rem;border-bottom: 1px solid rgba(8, 104, 212, 0.2);align-items: center;}
.h1-r li .date{width: 0.78rem;height: 0.78rem;border-radius: 50%;/* border: 1px dashed rgba(8, 104, 212, 0.4); */text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.h1-r li .con{width: calc(100% - 0.78rem);padding-left: 0.1rem;}
.h1-r li h3{font-size: 0.18rem;line-height: 0.3rem;color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -moz-box;-moz-line-clamp: 2;-moz-box-orient: vertical;word-wrap: break-word;word-break: break-all;white-space: normal;font-family: STSongti;}
.h1-r li h4{font-size: 0.16rem;font-family: STSongti;color: #666;line-height: 0.26rem;max-height: 0.52rem;}
.h1-r li span{font-size: 0.3rem;color: #0868D4;}
.h1-r li p{font-size: 0.16rem;color: #0868D4;margin-top: 0.15rem;}
.h1-r li:last-child a{border-bottom: none;}

.h1-b{margin-top: 0.45rem;}
/* .h1-b .title .h3::after{width: 2.11rem;background: url(../images/tit2.png) no-repeat;background-size: 100%;} */
.h1-b ul{background: #fff;box-shadow: 0px 0.2rem 0.3rem 0px rgba(19, 52, 89, 0.23);padding: 0rem 0.4rem;}
.h1-b li{width:50%;padding: 0.16rem 0;border-bottom: 1px solid rgba(8, 104, 212, 0.2);}
.h1-b li *{transition: 0.5s;}
.h1-b li a{display: block;border-right: 1px solid rgba(8, 104, 212, 0.2);}
.h1-b li:nth-child(2n) a{padding-left: 0.5rem;border-right: none;}
.h1-b li:nth-child(2n-1) a{padding-right: 0.5rem;}
.h1-b li:nth-child(3),.h1-b li:nth-child(4){border-bottom: none;}
.h1-b li a span{line-height: 0.3rem;align-items: center;font-size: 0.18rem;color: #000000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -moz-box;-moz-line-clamp: 1;-moz-box-orient: vertical;word-wrap: break-word;word-break: break-all;white-space: normal;}
.h1-b li a span img{display: inline-block;width: 0.2rem;margin-right: 0.1rem;}
.h1-b li a h3{font-size: 0.16rem;line-height: 0.3rem;color: #a8a8a8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -moz-box;-moz-line-clamp: 2;-moz-box-orient: vertical;word-wrap: break-word;word-break: break-all;white-space: normal;margin-top: .12rem;}




.home1 .right ul{background: #FFFFFF;box-shadow: 0px 0.2rem 0.3rem 0px rgba(19, 52, 89, 0.23);padding: 0 0.2rem 0.35rem;min-height: 9.5rem;} 
.home1 .right li::after{width: 0.55rem;height: 0.02rem;background: #0868D4;bottom: 0rem;}
.home1 .right ul::after{width: 0.56rem;height: 0.56rem;background: url(../images/sj2.png) no-repeat;background-size: 100%;left: auto;right: 0;bottom: -1px;}
.home1 .right ul li *{transition: 0.5s;}
.home1 .right li a{height: 0.95rem;padding: .13rem 0;align-items: flex-start;border-bottom: 1px solid rgba(8, 104, 212, 0.2);}
.home1 .right li a::after{width: auto;background: url(../images/h1bg.jpg) no-repeat center/cover;opacity: 0;box-shadow: 0px 2px 7px 4px rgba(8, 104, 212, 0.4);left: -0.2rem;right: -0.2rem;}

.home1 .right li p{font-size: 0.2rem;color: #0868D4;line-height: 2;width: 85px;white-space: nowrap;}
.home1 .right li .con{width: calc(100% - 105px);padding-left: 0.1rem;/* margin: auto; */}
.home1 .right li h3{font-size: 0.18rem;color: #333;line-height: 1.7;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -moz-box;-moz-line-clamp: 2;-moz-box-orient: vertical;word-wrap: break-word;word-break: break-all;white-space: normal;}
.home1 .right li h4{display: none;font-size: 0.16rem;color: #fff;margin-top: 0.13rem;}
.home1 .right li.on a::after{opacity: 1;}
.home1 .right li.on a{height: 1.34rem;}
.home1 .right li.on p{color: #fff;line-height: 3.2;}
.home1 .right li.on h3{color: #fff;white-space: pre-wrap;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;line-height: 1.5;}
.home1 .right li.on h4{display: block;}




@media screen and (min-width: 1200px){
    .home1-t .left li a:hover h3,.home1-t .left li a:hover h4{color:#0049A9 }
    .home1-t .h1-r li a:hover .date{/* background: #0868D4; */}
    .home1-t .h1-r li a:hover span,.home1-t .h1-r li a:hover p{color: #3985d9;}
}
@media screen and (max-width:1024px){
    .home1{padding: .4rem 0;}
    .home1 .left{width: 100%;padding-right: 0;border-right: none;}
    .home1 .right{width: 100%;margin-top:.3rem;padding-left: 0;}
}
@media screen and (max-width:768px){
    .h1-l{width: 100%;}
    .h1-r{width: 100%;margin-top: 0rem;}
    .h1-b li{width: 100%;}
    .h1-b li:nth-child(2n) a{padding-left: 0rem;border-right: none;}
    .h1-b li:nth-child(2n-1) a{padding-right: 0rem;border-right: none;}
    .h1-b li:nth-child(3){border-bottom: 1px solid rgba(8, 104, 212, 0.2);}
    .h1-l .imged{padding-bottom:56%;}
    .h1-b .title p{display: none;}
    .h1-b ul{padding: 0 0.2rem;}
}



/* footer */
.footer{width: 100%;background: url(../images/fbg.jpg) no-repeat;background-size: cover;}
.foot-t{width: 100%;padding: 0.9rem 0 0.7rem;align-items: center;justify-content: space-between;}

.foot-t .fot1{width: 34%;}
.foot-t .fot2{width: 56%;}
.foot-t .fot3{width: 1.6rem;display: none;}
.footer p{color: #fff;line-height: 0.24rem;font-size:0.18rem;}
.foot-t ul li{width: 33.3%;padding: 0 0.1rem;}
.foot-t .fot1 .img{margin-bottom: 0.25rem;}
.foot-t .fot1 p{padding-top: 0.2rem;}
.foot-t h3{font-size: 0.2rem;color: #fff;padding-left: 0.1rem;border-left:0.04rem solid #fff;margin-bottom: 0.25rem;}
.foot-t .fot2 li{font-size: 0.18rem;color: #fff;}
.foot-t .fot2 li a{display: block;margin-top: 0.2rem;color: #fff;line-height: 1.3;}
.foot-t .fot3 img{width: 100%;}
.foot{padding: 0.2rem 0;border-top: 1px solid rgba(255, 255, 255, 0.4);}
.foot p{text-align: center;font-size: 0.18rem;color: #FFFFFF;opacity: .6;}
.foot p span{display: inline-block;padding: 0 0.5rem;}
.rr{z-index: 1000000;overflow: hidden;display:none;}
.rr p{width: 1.2rem;cursor: pointer;position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 10000;}
.rr .img{width: 100vw;position: fixed;overflow: hidden;left: 0;bottom: 0;z-index: 1000;transform: scale(0);transition: 0.5s;opacity: 0;visibility: hidden;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;height: 100vh;}
.rr .img img{width: 100%;}
.rr.on .img{transform: scale(1);opacity: 1;visibility: visible;}
.rightFix {
    position: fixed;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    display: none;
    background: linear-gradient( 0deg, #0149cb 0%, #097fd9 100%);
    padding: .4rem 0 .2rem;
    border-radius: 0.2rem;
  }
  .rightFix::after{width: .9rem;height: .9rem;background: url(../images/log.png) no-repeat;background-size: 100%;left: 50%;transform: translateX(-50%);top: -.55rem;box-shadow: 0px 0.04rem 0.16rem 0px rgba(0, 122, 216, 0.39);border-radius: 50%;}
  
  .rightFix li {
    width: .8rem;
    color: #fff;
    text-align: center;
    font-size: .16rem;
    transition: .3s;
  }
  .rightFix li a{display: block;padding: 0.1rem 0;}
  .rightFix a i {display: block;background-repeat: no-repeat;background-position: center;width: .3rem;height: .3rem;margin: 0 auto;
  }
  .rightFix a:hover i {transform: rotateY(360deg);transition: .5s;}
  
  .rightFix a i.i1 {background-image: url(../images/rr1.png);}
  .rightFix a i.i2 {background-image: url(../images/rr2.png);}
  .rightFix a i.i3 {background-image: url(../images/rr3.png);}
  .rightFix li p{margin-top: .1rem;transition: 0.5s;line-height: 1.5;padding: 0 .05rem;}
@media screen and (max-width:1300px){
 
}
@media screen and (max-width:1024px){
    .foot-t .fot1{width: 100%;/* text-align: center; */}
    .foot-t .fot2{width: 100%;margin: .2rem 0;}
    .foot-t .fot3{width: 1.6rem;margin: 0 auto;} 
    .foot-t{padding:.35rem 0;}
    .foot-t .fot1 p{text-align:left;}
 .rightFix{display: none !important;}
}

@media screen and (max-width:768px){
    .foot p span{padding: 0 0.1rem;}
    .foot p{opacity: .9;}
    .foot-t ul li{width:50%;}
    .foot-t .fot2 li:last-child{display:flex;flex-wrap:wrap;width:100%;}
    .foot-t .fot2 li:last-child a{width:50%}
}

@media screen and (max-width:1200px){
    .swiper-box1 .imged{padding-bottom: 45%;}
    .main-visual-wrapper{padding-top:0;}
}
@media screen and (max-width:1024px){
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.24rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}

}
@media screen and (max-width:980px){

}

@media screen and (max-width:768px){
    .txt1 {font-size: 0.2rem !important;}
    .p1 {line-height: 0.26rem !important;font-size: 0.16rem !important;}
    .swiper-box1 .swiper-pagination-bullet-active{width: .28rem;height: 0.27rem;}
    .title p{font-size: 0.16rem;}
}

@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;}
}