@charset "utf-8";
/* QWERTYUIOPLKJHGFDSAZXCVBNM0123456789 */
@font-face{ font-family:siyuan-b; src:url(../fonts/siyaunsingti-b.woff);}

.header_top{position: relative;padding: 0;text-align: right;/* z-index: 10000; */background-size: 100% 100%;background:#2c4b95;}
.header_top .top{justify-content: space-between;align-items: center;height: 1.3rem;}
#logo{position: relative;}
.header_box #logo img{max-width:100%;transition: .5s;}
.list_box1{/* display: flex; */position: relative;}
.list_box1 li{padding: 0;line-height: 0.36rem;font-size: .18rem;color: #8f5c2a;display: flex;height: 0.36rem;width: 0.56rem;background: url(../images/icobg1.png) no-repeat;background-size: 100%;text-align: center;}
.list_box1 li a{width:100%;display:block;}
.list_box1 .li{/* margin-left: .2rem; */background-size: 100%;text-align: center;width: 3.5rem;/* background: #fff; *//* padding: .05rem; */}
.list_box1 .ser a{display:flex;align-items:center;justify-content: space-between;position: relative;height: .45rem;width: 100%;border: 1px solid #ccc;}
.list_box1 .li .input{width: calc(100% - .5rem);height: 80%;padding: 0 .1rem;font-size: .14rem;color: #fff;background: #2c4b95;border-right: 1px solid #ccc;}
.list_box1 .serbtn{width: 0.5rem;height: 0.43rem;background: #2c4b95;}
.list_box1 .li .serbtn img{width: .23rem;}

#header{width:100%;background: #3b5dac;z-index: 1000;}
#nav{width: 100%;}
#nav ul{display: flex;justify-content: space-between;/* height: 100%; */}
#nav ul li{position: relative;}
#nav ul li h3{font-size: 0.2rem;color:#fff;line-height: .65rem;position:relative;transition: .36s;display: inline-block;min-width: 127px;text-align: center;z-index: 1;}
#nav ul li h3:after{content:"";position:absolute;left: 0;bottom: 0;right: 0;box-shadow: 0px 10px 14px 0px rgba(79, 143, 234, 0.2);background: #4f72c5;z-index: -1;
height:0;}

#nav ul li.on h3:after,#nav ul li:hover h3:after{height:calc(100% + .1rem);}
#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;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #f39800;}
#nav ul li .sub .box{padding: .2rem 0;text-align:center;}
#nav ul li .sub a{padding: 5px .16rem;line-height: 40px;transition:.6s;font-size:0.2rem;color: #333;text-align: center;white-space: nowrap;min-width: 127px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #4f72c5;color: #fff;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(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: #0665d0;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: 3rem;margin: 0;}
.m_header_box header #logo img{max-height:.6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -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: #205fb9;}
#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: #205fb9;}
#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(../fonts/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: #054888;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% - 100px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;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: 60px;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 #205fb9;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 */
.main-visual-wrapper {width: 100%;position: relative;}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged::after{width: 100%;height: 1.66rem;background-size: 100% 100%;z-index: 1;content: "";position: absolute;bottom: 0;left: 0;}
.swiper-box1 .imged{padding-bottom: 26%;}
.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;}
.ban-dot .swiper-pagination{bottom: .25rem;width: 100%;}
.ban-dot .swiper-pagination-bullet {margin: 0px 0.13rem !important;width: 0.12rem;height: 0.12rem;opacity: 1;border-radius: 50%;font-size: 0;background: #fff;opacity: .5;border: 0.02rem solid rgba(0,0,0,0);}
.ban-dot .swiper-pagination-bullet-active{opacity: 1;background: none;border: 0.02rem solid #fff;}



/* home1 */
.home1 {padding: 0.4rem 0 0.65rem;}
.home1 .left{width: 55%;}
.home1 .right{width: 45%;padding-left:0.4rem;}
.title{margin-bottom: .25rem;padding-top: .2rem;position: relative;align-items: center;justify-content: space-between;}


.title h3{font-size: 0.3rem;color: #131313;line-height: 1.2;font-weight: bold;}
.title .h3 span{font-family:siyuan-b;font-size: 0.42rem;color: #205fb9;opacity: .2;position: absolute;left: 0;top: 0;}
.more {/* background:#0f4396; */}
.more a{line-height: 1.2;font-size: 0.2rem;color: #0f4396;transition: 0.5s;align-items: center;}
.more img{max-width:0.25rem;margin-left: .1rem;}
.home1 .home1-t{margin-bottom: .1rem;}
.h1-l{width: 49%;}
.h1-r{width: 51%;padding:0.3rem .35rem;height: 2.9rem;background: url(../images/h1bg.jpg) no-repeat bottom/cover;}
.h1-l .imged{padding-bottom: 2.9rem;}
.h1-l .imged::after{width: 100%;height: .65rem;background: url(../images/n-shad2.png) repeat-x bottom;background-size: 100% 100%;}

.h1-l .cir{text-align: right;padding-right: .25rem;left: auto;bottom: 0;}
.h1-l .cir span{color: #fff;font-size: 0.14rem;width: 0.43rem;height: 0.35rem;margin: 0 !important;position: relative;background: none;opacity: 1;text-align: center;line-height: .35rem;}
.h1-l .cir span::after{width: 100%;height: 100%;background: url(../images/cir.png) no-repeat;background-size: 100%;opacity: 0;content:"";position:absolute;left: 0;z-index: -1;}
.h1-l .cir .swiper-pagination-bullet-active::after{opacity: 1;}
.h1-r h3{font-size: 0.19rem;color: #111;line-height: 0.3rem;max-height: 0.6rem\0;transition: 0.5s;font-weight: bold;}
.h1-r p{font-size: 0.17rem;color: #666;line-height: 0.26rem;max-height: .78rem\0;margin: .15rem 0;}
.h1-r p.p1{margin: .3rem 0 .3rem;text-align: justify;}
.h1-r .tim{font-size: 0.16rem;color:#205fb9;align-items:baseline;}
.h1-r .tim span{font-size: 0.3rem;color: #205fb9;font-weight: bold;}
.h1-r .tim span i{font-weight: 100;font-style: normal;display: inline-block;padding: 0 .05rem;}
.home1 .left li a{padding: .2rem 0;border-bottom: 1px dashed #ccc;line-height: 1.2;}

.home1 .left li a::after{height: 1px;background: #205fb9;bottom: -1px;}
.home1 .left li h3{font-size: 0.2rem;color: #000;width: calc(100% - 1.1rem);padding-right: .2rem;transition: 0.5s;padding-left: .2rem;}
.home1 .left li a>span{font-size: 0.17rem;color: #205fb9;text-align: right;white-space: nowrap;transition: 0.5s;width: 1.1rem;}
.home1 .left li h3::after{width: 0.05rem;height: 0.05rem;background: #c5c2c2;bottom: auto;top: 50%;margin-top: -0.025rem;}
.home1 .right ul{border: 1px solid #ccc;}
.home1 .right li{padding: 0 .2rem;}
.home1 .right li::after{left: 0%;background: url(../images/h1bg2.png) no-repeat center/cover;}
.home1 .right li a{padding: .22rem 0;border-bottom: 1px dashed #ccc;align-items: center;}
.home1 .right li .date{width: 0.68rem;text-align: center;}
.home1 .right li .con{padding-left: .25rem;width: calc(100% - .68rem);}
.home1 .right li .date span{font-size: 0.21rem;color: #205fb9;font-weight: bold;transition: 0.5s;}
.home1 .right li .date p{width: 100%;height: 0.28rem;line-height: 0.28rem;border: 1px solid #ccc;font-size: 0.17rem;color: #929292;margin-top: .15rem;transition: 0.5s;}
.home1 .right li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;}
.home1 .left li:last-child a,.home1 .right li:last-child a{border-bottom: none;}
/* home2 */
.home2{padding-bottom: .5rem;background: url(../images/hbg2.jpg) no-repeat bottom/cover;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 31%;}
.home2-t .left .tit{width: 100%;height: 0.8rem;text-align: center;}
.home2-t .left .tit h3{line-height: 0.8rem;color: #fff;font-weight: bold;font-size: 0.24rem;}
.home2-t .left .tit::after{width: 100%;height: 3rem;bottom: auto;top: 0;background: url(../images/h2bg1.png) no-repeat;background-size: 100% !important;}

.home2-t .mid .tit::after{background: url(../images/h2bg2.png) no-repeat;}
.home2-t .right .tit::after{background: url(../images/h2bg3.png) no-repeat;}

.home2-t .left ul{border: 1px solid #ccc;padding: 0.35rem .2rem .3rem;border-radius: 0.2rem;position: relative;background: #fff;z-index: 1;}
.home2-t .left ul::after{content: "";position: absolute;width: 100%;height: 0.29rem;background: url(../images/n-shad.png) no-repeat;background-size: 100% 100%;left: 0;top: 100%;}
.home2-t .left li a{display: block;padding: .15rem 0;border-bottom: 1px dashed #ccc;padding-left: .2rem;font-size: 0.2rem;color: #222;transition:0.5s;}
.home2-t .left li a::after{width: 0.06rem;height: 0.06rem;background: #205fb9;border-radius: 50%;bottom: auto;top: 50%;margin-top: -.03rem;}
.home2-t .left .more a{margin: .3rem 0 0;justify-content: center;}

/* footer */
footer{background:#174e9d;}
footer p{color: #fff;line-height: .26rem;font-size: 0.16rem;}

.foot{padding: .3rem 0;justify-content: space-between;align-items: center;}
.foot .img{margin-left: .15rem;width: 1.1rem;height: 1.1rem;padding: .03rem;background: #fff;}
.foot .fot1 img{width: 6rem;}

.rightFix {
  position: fixed;right: 0.1rem;top: 50%;transform: translateY(-50%);
  z-index: 200000;display: none;
}
.rightFix li a{display: block;width: 1.2rem;height: 1.2rem;padding: 0.1rem;border-radius: 50%;}
.rightFix li a::after{width: 100%;background: #cad9ef;animation: circleScale2 4s infinite;border-radius: 50%;}
.rightFix li a .img{flex-direction: column;align-items: center;justify-content: center;border-radius: 50%;background: url(../images/yybg.png) no-repeat center/cover;height: 100%;}
.rightFix li a .ico{width: 0.36rem;height: 0.33rem;}
.rightFix li a p{color: #fff;font-size: 0.15rem;margin-top: .1rem;}



@media screen and (min-width: 1200px){
    .home1 .left a:hover h3,.home2 li a:hover{color: #205fb9;}
    .home2 li a:hover{font-weight:bold;transform:translateX(0.1rem);}
    .home2 li a:hover h3 p{transform: translateX(.15rem);}
    .more a:hover{transform: translateX(.2rem);}
    .home1 .left li a:hover::after{width: 100%;}
    .home1 .right li:hover::after{left: -.15rem;width: calc(100% + .3rem);right: -.15rem;}
    .home1 .right li:hover h3,.home1 .right li:hover span,.home1 .right li:hover p{color: #fff;}
    .home1 .right li:hover a{border-bottom: 1px solid rgba(0,0,0,0);}
}
@media screen and (max-width: 1600px){

}


@media screen and (max-width:1300px){
   
}

@media screen and (max-width:1200px){
 #header{display:none;}
 .rightFix {display: none !important;}
}
@media screen and (max-width:1024px){
    .home1,.home3{padding: 0.4rem 0;}
    .home2{padding: 0 0 .4rem;}
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.28rem;}
    .h1-r{padding: 0 0 0 .2rem;}
    .home2-t .left{width: 32%;}
    .foot .fot1{width: 40%;}
}
@media screen and (max-width:920px){
   
   
    
}

@media screen and (max-width:768px){
    .txt1 { font-size: 0.2rem !important; }
    .p1 {line-height: 0.26rem !important;font-size: 0.17rem !important;}
    .title .h3 span{font-size:.3rem;}
    .home1 .left{width: 100%;padding: 0rem;}
    .home1 .right{width: 100%;padding: 0rem;}
    .home2-t .left{width: 100%;margin-bottom: .25rem;}
    .foot{padding:.25rem 0 .1rem;}
    .foot .fot1,.foot .fot2{width: 100%;text-align:center}
    .foot .fot1 img{display: block;margin: 0 auto; width: 70%;}
    .foot .fot3{width:100%;text-align:center;}
    .foot .fot3 .img{margin:0.2rem auto;}
    .foot .fot2{order:3}
}

@media screen and (max-width:600px){
    .h1-l{width: 100%;margin-bottom: .15rem;}
    .h1-r{width: 100%;padding: .2rem;height: auto;}
    .h1-l .imged{padding-bottom: 65%;}
    .h1-r p.p1{margin: .15rem 0;}
    .h1-r p{margin: .1rem 0;}
 
}
@media screen and (max-width:420px){
    
    .foot .fot2{width: 100%;text-align: center;margin-bottom: .2rem;}
    .foot .fot3{width: 100%;justify-content: center;}
}

@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% - 75px);padding-left: 0rem;}
}