@charset "utf-8";

@font-face{ font-family:sy; src:url(/xxgkw/fonts/sySong.woff);}
@font-face{ font-family:geo; src:url(/xxgkw/fonts/georgia.ttf);}

.header_top{z-index: 1000;width: 100%;position: relative;top: 0;left: 0;}
.header_top::after{width: 100%;height: 3rem;background: linear-gradient(180deg, #244cb2 -5%, rgba(255, 134, 129, 0) 62%);bottom: auto;top: 0;}
.header_top .top{justify-content: space-between;height: 1.6rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width:6.9rem;}
.list_box1{flex:1;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}

.list_box1  a{color: rgba(255,255,255,1);font-size: 0.16rem;display: inline-block;padding: 0 0.3rem 0 0;}
.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: .57rem;width: 2.8rem;padding: 0 0.25rem;border-radius: 0.3rem;border: 1px solid #FFFFFF;}
.list_box1 .li .input{width: calc(100% - .23rem);height: 100%;padding: 0 0.1rem 0rem 0rem;font-size: .16rem;color: #fff;line-height: .28rem;}
.list_box1 .li .serbtn {
    width: 0.23rem;
    background: url(/xxgkw/images/ser.png) no-repeat left center;
    background-size: 0.23rem;
    height: 100%;
}
.list_box1 .li .input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;z-index: 1000;}
#nav ul{display: flex;justify-content: space-between;width: 100%;background: #244cb2;border-radius: 5.04rem;padding: 0 1rem;}
#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: .21rem;color:#fff;line-height: .75rem;position:relative;transition: .36s;display: inline-block;padding: 0 0.15rem;border-radius: 2.94rem;}
#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #244cb2;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #244cb2;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{background: #103186;}
#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: #244cb2;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: .7rem;}
/*导航按钮开始*/
#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; 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: #244cb2;}
#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: #244cb2;}
#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 10px;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: #244cb2 url(/xxgkw/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: #244cb2;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;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(/xxgkw/images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search div{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(/xxgkw/images/submit.svg) center no-repeat #244cb2;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;}
.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: 47%;}
.swiper-box1 .imged::after{width: 100%;height: 15%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: scale(1.05);transform: scale(1)\0; 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: .2rem;z-index: 10;display: flex;align-items: center;width: auto;left: auto;right: 15%;}
.swiper-box1 .cir span{margin: 0px .1rem !important;width: 0.1rem;height: 0.1rem;opacity: 1;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;width: 0.26rem;height: 0.23rem;background-size: 100% 100%;}


/* home1 */
.set{width: 100%;overflow: hidden;}
.set::after{width: 100%;height: 6.28rem;background: url() no-repeat bottom/cover;bottom: -1rem;}
.home1{padding: 0.53rem 0 ;width: 100%;overflow:hidden;}

.title{margin-bottom: .2rem;align-items: center;position: relative;overflow: hidden;justify-content: space-between;margin-bottom: 0.35rem;}
.title h3{font-size: 0.25rem;line-height: 1.1;color: #fff;padding-bottom: 0.05rem;font-weight: bold;}
.title p{align-items: center;font-size: 0.1rem;color: #FFFFFF;text-transform: uppercase;}
.title p img{width: 0.44rem;display: inline-block;margin-right: 0.1rem;}

.more a{font-size: 0.16rem;transition: 0.5s;color: #fff;align-items: center;display: flex;}
@media (min-width: 1920px) and (max-width: 2560px){
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}
@media (min-width: 1400px) and (max-width: 1600px) {
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}
@media (min-width: 640px) and (max-width: 1399px) {
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}

.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 31%;padding: 2.1rem 0.1rem 0;}
.home1-t .mid{width: 31%;padding: 2.1rem 0.1rem 0;}
.home1-t .right{width: 31%;padding: 2.1rem 0.1rem 0;}
.home1-t .left::after{width: 100%;height:7.62rem;background: url(/xxgkw/images/n-p2.jpg) no-repeat center/cover;border-radius: 0.2rem;bottom: auto;top: 0;}
.home1-t .mid::after{width: 100%;height:7.62rem;background: url(/xxgkw/images/n-p3.jpg) no-repeat center/cover;border-radius: 0.2rem;bottom: auto;top: 0;}
.home1-t .right::after{width: 100%;height:7.62rem;background: url(/xxgkw/images/n-p1.jpg) no-repeat center/cover;border-radius: 0.2rem;bottom: auto;top: 0;}
.home1-t li *{transition: 0.5s;}
.home1-t ul{background: #fff;box-shadow: 0px 0.04rem 0.1rem 0px rgba(36, 76, 178, 0.19);padding: 0.23rem 0.25rem;}

.h1li li{/* padding: 0.1rem 0; */}
.h1li li a{height: 0.44rem;align-items: center;padding-left: 0.25rem;display: flex;align-items: center;}
.h1li li a::after{width: 0.02rem;height: 0.02rem;background: #244cb2;bottom: auto;top: 50%;transform: translateY(-50%);}
.h1li li h3{font-size: 0.18rem;color: #0E0E0E;}
.home1-t .right li{margin-bottom: 0.1rem;}
.home1-t .right li h3{height: 0.47rem;background: linear-gradient(90deg, #F4F4F4 0%, rgba(246, 245, 245, 0) 100%);padding: 0 0.32rem;cursor: pointer;display: flex;align-items: center;}
.home1-t .right li h3::after{width: 0.02rem;height: 0.02rem;background: #244cb2;bottom: auto;top: 50%;transform: translateY(-50%);left: 0.15rem;}
.home1-t .right li.on h3{color: #244cb2;background:#c0cff5;border-radius: 0.08rem 0.08rem 0rem 0px;}
.home1-t .right .tab{display: none;border: 1px solid #c0cff5;border-radius: 0rem 0rem 0.08rem 0.08rem;padding: 0.18rem 0.2rem;}
.home1-t .right dl{justify-content: space-between;}
.home1-t .right dt{width: 33.3%\0;font-size: 0.16rem;line-height: 0.34rem;min-width: 33.3%;}
.home1-t .right li.on .tab{display: block;}

@media screen and (min-width: 1200px) {

    .h1li li a:hover h3{color: #244cb2;}
    .home1-t .right dt:hover{color: #980F1A;}
}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;}
  .home1-t .left{width: 32%;padding: 4.1rem 0.1rem 0;}
  .home1-t .mid{width: 32%;padding: 4.1rem 0.1rem 0;}
  .home1-t .right{width: 32%;padding: 1.7rem 0.1rem 0;}

}

@media screen and (max-width: 768px) {
    .home1-t .left{width: 100%;padding: .5rem 0.1rem 0;}
    .home1-t .mid{width: 100%;margin: 0.3rem 0;padding: .5rem 0.1rem 0;}
    .home1-t .right{width: 100%;padding: .5rem 0.1rem 0;}
    .home1-t .left::after{height: 4rem;}
    .home1-t .mid::after{height: 4rem;}
    .home1-t .right::after{height: 4rem;}
    .foot p img {
        margin-bottom: .045rem;
    }
}

/* home2 */
.home2{padding: 0rem 0 0.6rem;overflow: hidden;}
.home2 .title{padding-bottom: 0.25rem;border-bottom: 1px solid #244cb2;}
.home2 .title p{color: #244cb2;}
.home2 .title h3{color: #333;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 31%;}
.home2-t .mid{width: 31%;}
.home2-t .right{width: 31%;} 
.home2-t li *{transition: 0.5s;font-size:18px;line-height:34px;}
.home2-t .con p{font-size: 0.18rem;line-height: .44rem;color: #0E0E0E;}
.home2-t ul{justify-content: space-between;padding: 0 .1rem;}
.home2-t li{width: 40%;margin-bottom: 0.15rem;/* width: 1.6rem; */}
.home2-t li .img{width: 1.5rem;}

@media screen and (min-width: 1200px){                  

}
@media screen and (max-width:1024px){
     .home2{padding: 0rem 0 0.4rem;}
}
@media screen and (max-width:768px){
    .home2-t .left{width: 100%;}
    .home2-t .mid{width: 100%;margin: 0.3rem 0;} 
    .home2-t .right{width: 100%;} 
   
}
@media screen and (max-width:420px){

}



/* footer */
.footer{width: 100%;background-color:#244cb2;}
.modulefixedbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.foot-b{padding: .4rem 0 0.25rem;justify-content: space-between;align-items: center;}
.foot-b .fot-1{width: 35%;}
.foot-b .fot-2{width: 20%;}
.foot-b .fot-3 {width:30%;}
.foot-b p{font-size: 0.16rem;color: #fff;line-height: 0.3rem;margin-bottom: 0.1rem;}

.foot{padding: 0.17rem 0;text-align: center;background: #103186;text-align: center;}
.foot p{font-size: 0.16rem;line-height: 1.5;color: #fff;opacity: .6;display: flex;justify-content: center;align-items: center;}
.foot p img{display: inline-block;margin-right: 0.1rem;}

@media screen and (max-width:1024px){
   .foot-b{padding: 0.2rem 0;}
   .foot-b .fot-1{width: 30%;}
   .foot-b .fot-2{width:20%;}
   .foot-b .fot-3 {width: 35%;}


}
@media screen and (max-width:768px){
   
    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2{width: 80%;text-align: center;margin: 0.25rem auto;}
    .foot-b .fot-3 {width: 100%;text-align: center;}
    
}
@media screen and (max-width:440px){
    
}






@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){
    

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.26rem;margin:0;}
    .txt1 { font-size: 0.18rem !important; }
    .p1{font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 45%;}
  .foot p {
    display: block;
  }
  .foot p a {
    display: contents;
  }
}

@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;}
}