@charset "utf-8";
/* CSS Document */
 /*2022/07/04*/
/*头部样式*/
.gp-header{width:100%; background:rgba(143,0,11,0.7);transition: all 0.3s ease-in-out; position: absolute; top: 0;z-index: 99; padding-bottom: 16px;}
.gp-header .gp-container{ position: relative;}
.topNav{ float: right;margin-top:30px; margin-right:50px;}
.topNav li{ display: inline-block;  margin: 0 15px; padding: 8px 0; position: relative;}
.topNav li a{color: #fff;display: inline-block;}
.topNav li:before{content: '';background-color: #fff;position: absolute;left: 50%;bottom: 0;width: 0;height: 0;transition: all 0.35s ease-in-out;}
.topNav li:hover:before{width: 100%;height: 2px;left: 0}
.topNav li.on .subNav{ display: block; width:105px; top:38px; left:-80px; }
.logo{ position: relative;z-index: 9;transition: all 0.3s ease;float: left;overflow: hidden;padding:20px 0;}
.logo_01{ width: 383px; display: inline-block; transition: all 0.2s ease;}
.nav{ }
.nav ul{ position: relative;}
.nav ul li{ float:left;padding: 0 2.95%;height: 50px;transition: all 0.3s ease;position: relative;}
.nav ul > li:before{content: '';background-color: #fff;position: absolute;left: 50%;bottom: 0;width: 0;height: 0;transition: all 0.35s ease-in-out;}
.nav ul > li.on:before{width: 100%;height: 4px;left: 0}
.nav ul li > a{padding:0;text-align:center;line-height:50px;height: 50px;color:#fff;font-size:22px;font-size:2.2rem; display: block;transition: all 0.3s ease;}
.nav ul li.on > a,.nav ul li:hover > a{ color: #fff; }
.nav ul li.on .subNav{display: block; }
.nav-wrapper > div{position: relative;}
.headerFix-menu{position: absolute;right: -30px;top: 3px;cursor: pointer;display: none;}
.headerFix-menu i{color:#fff;font-size: 30px;}
.headerFix-close{float: right;height: 40px;line-height: 40px;margin-left: 10px;cursor: pointer;display: none;}
.headerFix-close i{color:#ccd2de;font-size: 24px;}
.subNav{width: 100%;background:rgba(143,0,11,0.7);position: absolute;left: 0;top: 50px;display: none;text-align: center;z-index: 99;/* margin-left: -90px; */}
.subNav dd {}
.subNav a{color:#fff;padding:9px; font-size: 16px; line-height: 24px; display: block;}
.subNav a:hover{background-color:#8F000B;}

.gp-header.current{position: fixed; top: 0; box-shadow: 0 0 6px 0 #333;z-index: 99;background:#2c448c; padding:13px 0;}
.gp-header.current .logo,.gp-header.current .topNav,.gp-header.current .gp-search{ display: none; }


/*1.默认展开的搜索*/
.gp-search{width:220px;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:1px solid #ccc;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 28px;line-height:28px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#a4a4a4; width:82%;left: 0;padding-left: 2%; font-size: 20px;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#666;}
/*4.搜索按钮全屏展开*/
#gp-serBtn4{ background: url(../images2022/ser.png) no-repeat center; display: inline-block; width: 20px; height: 20px;position: absolute; right: 0; top: 40px;z-index: 9; }
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 33%;z-index: 802;left: 0;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 input,.gp-search4 button{height: 60px;line-height: 60px; outline: none;}
.gp-search4 .gp-ser{height: 60px;border: 1px solid #ccc;}
.gp-search4 .notxt1{background:url(../images2022/ser.png) no-repeat center #8F000B;}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;box-shadow: 0px 0px 5px 0 #999;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{height: auto;}
.searchActive .gp-overlay{top: 0;background: #fff;}
.gp-search4 .summary{ max-width: 800px; margin:10px auto; }
.gp-search4 .summary span{ color: #fff; padding: 0 8px; }
@media screen and (max-width:998px) {
  .gp-search4 .gp-ser{width: 80%;}
  .gp-search4 input,.gp-search4 button{box-sizing: border-box;}
  .gp-search4 input.notxt{width: 100%;padding-right: 90px;}
  .gp-search4 .notxt1{width: 85px;}
}


.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;transition: none;background-color:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;display: none;}
.goTop:hover{color:#fff;background-color:#4b9ef7;}
.goTop i{font-size: 32px;}
/*手机端导航*/
.mobile{width:auto;position:absolute;height: 33px;display: none;top:22px;right: 0;z-index: 99991;}
.mobile-search-btn{float: right;margin-right: 15px;cursor: pointer;}
.mobile-search-btn i{color:#fff;font-size: 20px;}
.mobile-inner-header{width:auto;height: 33px;position: absolute;top: 0px;right: 0px;z-index: 50}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 10px) / 2);  width: 25px;  height: 4px;  background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon{color: #fff; height: 30px;float:right;width: 35px;position: relative; cursor: pointer;text-align: right;margin-right: 8px;text-align: center;line-height: 28px;font-size: 30px;/*! margin-top: 9px; */} 
.mobile-inner-header-icon-out i{font-size: 22px;position: absolute;right: 0;top: 0}  
.mobile-inner-header-icon-click{ position: fixed; right: 0;top: 20px; }    
.mobile-inner-header-icon-click i{display: none;}
.mobile-inner-header-icon-out span{width: 25px;height:4px;display: block; border-radius: 5px;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{width: 100%;text-align: center;opacity: 0;transform: scale(0.8);width: 0;transition: left 0.3s ease-in-out;height:0;background-color:rgba(143,0,11,0.9);overflow: hidden;}
.mobile-inner-nav a{display: inline-block;line-height: 50px;text-decoration: none;  width: 100%;font-size: 1.6rem;border-bottom: solid 1px #a0161f;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;color:#fff;-o-transition: all 0.5s;    transition: all 0.5s; text-align: left;padding: 0 20px;}
.mobile-inner-nav li:first-child a{border-top:1px solid rgba(255,255,255,0.2);}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li.on{background-color:#af1f2b;}
.mobile-inner-nav li.on a{ color: #fff;}
.mobile-inner-nav li .icon-fanhui{ background: url(../images2022/n-rt.png) no-repeat center; }
.mobile-inner-nav li .icon-fanhui-copy{background: url(../images2022/n-dw.png) no-repeat center; }
.mobile-inner-nav li strong{color:#2c4780;position: absolute;right:5px;top:0;font-size: 1.4rem;cursor: pointer;width:20px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s;line-height: 50px; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }


.mobile_subNav{display: none;background:#af1f2b;}
.mobile-inner-nav dd a{height: 40px;line-height: 40px;border-bottom: solid 1px rgba(255,255,255,0.1);font-size: 1.5rem;}
.mobile-inner-nav dd a:hover{background-color:#af1f2b;}

.mobile_search input.notxt{background: none;} 
.mobile_search{clear: both;position: absolute;height: 40px;overflow: hidden;left: 0;top: 85px;width: 100%;z-index: 99993;display: block;}
.mobile_search .search{ overflow:hidden;height: 37px;position:relative;border-bottom: #a0161f 1px solid;} 
.mobile_search input.notxt{width: 88%;color:#566c99;border:none;padding: 0 20px;height: 38px;box-sizing: border-box;font-size:1.6rem; float: left; outline: none;}
.mobile_search input.notxt1{width: 40px;right:10px;background:url(../images2022/ser.png) no-repeat center;border:none;height: 37px;left: auto; right: 0; position: absolute;outline: none;}
.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;padding:10px 0 0;opacity: 0.6;font-size: 14px;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;font-size: 14px;}
.nav-open .mobile-inner-nav{width: 100%;display: block;position: fixed;left: 0px;top: 0;box-shadow: 0 2px 5px rgba(0,0,0,0.2);opacity: 1;
  transform: scale(1);height: 100%;box-sizing: border-box;overflow-y: auto;overflow-x: hidden;z-index: 10;padding: 122px 0 20px;
  transition: all 0.3s ease;}
.mobile_topNav{ width: 100%; height: auto; padding: 10px 0; overflow: hidden; }
.mobile_topNav a{ display: inline-block; width: auto; float: left; border: none; line-height: 35px; padding: 0 10px;}

 
/*footer*/
.wrap_footer{ width: 100%; background:#8F000B; overflow: hidden; position: fixed; bottom: 0;z-index:9;}
.copyRight{ text-align: center; overflow: hidden;}
.copyRight p{ padding:9px; line-height: 22px;}
.copyRight span{ padding: 0 12px; }




@media screen  and (max-width:1600px) {
   .gp-container{ width: 1200px; }
   .gp-f26{ font-size: 20px; font-size: 2.0rem; }
   .nav ul li{padding: 0 2%;}
}


@media screen  and (max-width:1300px) {
      .gp-container{ width: auto; margin-left: 30px !important; margin-right: 30px !important; }
      .gp-f26{ font-size: 20px; font-size: 2.0rem; }
      .nav ul li{padding: 0 1.85%;}
}




@media screen and (max-width: 1200px) {
       .gp-header{padding-bottom: 0;}
       .logo{ padding: 20px 0; }
       .nav,.topNav,#gp-serBtn4{ display: none !important; } 
       .mobile{ display: block; }
       .gp-header .logo_01{ width: 360px; }
       .wrap_footer{ position: static; }

}

@media screen and (max-width: 1024px) {
       .gp-container{ width: auto; margin-left: 15px !important; margin-right: 15px !important; }

}


@media screen and (max-width: 766px) {
     .logo{ padding:12px 0; }
     .copyRight span{ display: block; }
     .gp-f26{ font-size: 16px; font-size: 1.6rem; }
}



@media screen and (max-width:640px) {
      .gp-header .logo_01{ width: 280px; }

}

@media screen and (max-width:360px) {
      .gp-header .logo_01{ width: 240px; }

}