@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: 18px;color:#fff;line-height: 60px;position:relative;transition: .36s;display: inline-block;min-width: 120px;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 15px;line-height: 28px;transition:.6s;font-size: 15px;color: #333;text-align: center;white-space: nowrap;min-width: 120px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #246bfa;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; }



@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;}
}




