<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*头部样式*/
.gp-header{width:100%; transition: all 0.35s ease-in-out;position: relative;z-index: 99;}
.gp-header .gp-container{ position: relative; }
.headerbg{
  width: 100%;
  background: url(../images2022/headerbg.png) no-repeat right center;
  background-size: cover;
  overflow: hidden;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease;
  } 
.headerbg.on{ left: -40px;}
.headerbg.fixed{top: 0;}
.logo{ float: left; padding: 10px 0;width: 369px; overflow: hidden;}
.logo_01{ display: inline-block; }
.topList{ float: right; margin-top: 30px; overflow:hidden;}
.topList a{ display:inline-block; padding:0 25px; position: relative;}
.topList a::before{ content: ""; display: block; width: 1px; height: 16px; background: rgba(255, 255, 255, 0.55);
position: absolute; right: 0; top: 3px;}
.topList a:last-child:before{ display: none;}
.topList a:hover{ opacity: 0.9;}
.topList a span{ display: inline-block; padding-left: 36px;}
.topList .zxtg span{ background: url(../images2022/icon1.png) no-repeat left center;}
.topList .home span{ background: url(../images2022/icon2.png) no-repeat left center;}
.nav_btn{ width: 60px; height: 100%; background:rgba(255, 255, 255, 0.77); position: fixed; top: 0; right:0; bottom: 0;z-index: 1;
box-shadow: -10px 0px 20px 0px rgba(35, 24, 21, 0.15); display: flex; align-items: center; transition: all 0.2s ease;}
.nav_btn:hover{background:#fff;}
.nav_btn span{ display: inline-block; width: 24px; margin: 0 auto; writing-mode: tb-rl; writing-mode: vertical-rl; color: #03599e;
  padding: 50px 0; position: relative; cursor: pointer;}
.nav_btn span::before{ content:""; display:block;width: 1px; height: 30px;background: #d6000f; position: absolute; left: 12px;top:0;}
.nav_btn span::after{ content:""; display:block;width: 1px; height: 30px;background: #d6000f; position: absolute; left: 12px;bottom:0;}
.nav_box{ background:url(../images2022/nav_boxbg.png) no-repeat bottom 75px center #f6f7fb; border-right: #005aa0 2px solid; width: 152px; height: 100%; position: fixed; right: -180px;
   top: 0;z-index: 2;transition: all 0.3s ease;box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.nav_box.on{ right: 0;}
.nav ul{ position:relative; top: 50%; margin-top: -230px;}
.nav ul &gt; li{ height: 58px;transition: all 0.3s ease;position: relative;width: 100%;}
.nav ul li &gt; a{padding:0;text-align:center;line-height:58px;height:58px; display: block;transition: all 0.3s ease;}
.nav ul &gt; li:before{content: '';position: absolute;left: 50%;top: 0;width: 0;height: 0;transition: all 0.35s ease-in-out;
  background:url(../images2022/navlibg.png) no-repeat top center;}
.nav ul &gt; li.on:before,.nav ul li:hover:before{width: 100%;height:1px;left: 0}
.nav ul li:hover{ background: #fff;}

.wrapNav{ position: relative;}
.wrapNav .shou{ width: 21px; height: 45px; position:absolute; top: 50%; left:-18px; margin-top: -22px;}



@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}



/*1.默认展开的搜索*/
.gp-search{}
.gp-ser{width:100%; height:40px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 40px;line-height:40px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#cacaca; width:79%;left: 0;padding-left: 2%; outline: none; height:38px;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer; background: url(../images2022/ser.png) no-repeat center; }
 

/*4.搜索按钮全屏展开*/
#gp-serBtn4{position: relative;z-index: 9; width: auto;height: 28px;}
#gp-serBtn4 span{background: url(../images2022/ser.png) no-repeat left center;}
#gp-serBtn4:hover{ border-top: none; }
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50%;z-index: 802;left: 0;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 input,.gp-search4 button{height: 40px;line-height: 40px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;}
.gp-search4 .notxt1{background-color: #eb333f;color:#fff;outline: none;}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{height: 80px;}
.searchActive .gp-overlay{top: 0;}
@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: absolute;bottom: 0;left: 50%;z-index: 9999999;color: #fff;margin-left: -20px;transition: none;background-color:rgba(0,0,0,0.2);width: 40px;height: 40px;line-height: 50px;text-align: center;display: block;}
.goTop:hover{color:#fff;background-color:#0a9f7a;}
.goTop i{font-size: 32px;}
/*手机端导航*/
.mobile{width:100%;position:absolute;height: auto;display: none;top:16px;left: 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:100%;height: auto;position: absolute;top: 0;left: 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% - 1px) / 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;margin-right: 8px;line-height: 30px;font-size: 30px;/*! margin-top: 18px; */} 
.mobile-inner-header-icon-out i{font-size: 22px;position: absolute;right: 0;top: 0}      
.mobile-inner-header-icon-click{ position: fixed;right: 0; }
.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;background: #005aa0;}     
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;background: #005aa0;}
.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:url(../images2022/nav_boxbg.png) no-repeat bottom center #f6f7fb; overflow: hidden;}
.mobile-inner-nav a{display: inline-block;line-height: 50px;
    text-decoration: none;  width: 100%;font-size: 1.6rem; 
     border-bottom:1px solid #e0e0e0;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -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 #e0e0e0;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li.on{}
.mobile-inner-nav li.on a{ color: #005aa0;}
.mobile-inner-nav li .icon-fanhui{ background: url(../images2022/jia.png) no-repeat center; }
.mobile-inner-nav li .icon-fanhui-copy{background: url(../images2022/jian.png) no-repeat center; }
.mobile-inner-nav li strong{color:#2c4780;position: absolute;right:5px;top:0;font-size: 1.4rem;cursor: pointer;width: 40px;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; padding-left: 20px;}
.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: #08589b;}

.mobile_search input.notxt{background: none;} 
.mobile_search{clear: both;position: absolute;height: 40px;overflow: hidden;left: 0;top: 58px;width: 100%;z-index: 99993;display: block;}
.mobile_search .search{ overflow:hidden;height: 37px;position:relative;border-bottom: #08589b 4px solid;background: #fff;} 
.mobile_search input.notxt{width: 84%;color:#566c99;border:none;padding: 0 20px;height: 38px;box-sizing: border-box;font-size:1.6rem; float: left;outline: none;}
.mobile_search .notxt1{width: 40px;right:10px;background:url(../images2022/ser.png) no-repeat center #94c8f1;border:none;height: 37px;left: auto;/*! right: 0; */float: right;}.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:65%;display: block;position: fixed;right: 0px;top: 0;box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.1);opacity: 1;
  transform: scale(1);height: 100%;box-sizing: border-box;overflow-y: auto;overflow-x: hidden;z-index: 10;padding: 95px 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;}

 
/*footer*/
.wrap_footer{background:url(../images2022/modebg5.jpg) no-repeat center bottom; background-size: cover; position: relative;z-index: 9;}
.wrap_footer::before{content: "";display: block; width: 100%; height: 100%; background: url(../images2022/footerbg.png) no-repeat left top;
  background-size: cover; position: absolute;top: 0;}
.footer { position: relative; padding:60px 0 50px;}
.footer &gt; .gp-fl{ width:23%; margin-left: 150px; }
.footer &gt; .gp-fr{ width:40%; }
.f-logo{ display: block;}
.copyRight{ padding:0 0 20px; text-align: center; overflow: hidden;}
.copyRight span{ display: inline-block; padding: 0 22px; line-height: 24px; position: relative;}
.copyRight span::before{ content: "";display: block; width: 2px; height:12px; background: #fff; position: absolute;
right: 0; top: 6px;}
.copyRight span:last-child::before{ display: none;}
.codeList{ margin: 0 -2%; }
.codeList li{ display: inline-block; margin: 0 2%; vertical-align: middle;}
.codeList li a{display: inline-block; width:64px; height:64px; border: rgba(255, 255, 255, 0.33) 1px dotted; border-radius: 50%; transition: all 0.3s ease-in-out;}
.codeList li a.weixin{ background: url(../images2022/f-wechat.png) no-repeat center; }
.codeList li a.sina{ background: url(../images2022/f-sina.png) no-repeat center; }
.codeList li a.dy{ background: url(../images2022/f-dy.png) no-repeat center; }
.codeList li a.bili{ background: url(../images2022/f-bili.png) no-repeat center; }
.codeList li a:hover{ opacity: 0.95; }
.code{position: relative;}
.code span{width: 100px;display: none;left: 50%;margin-left: -50px;position: absolute;height: 100px;bottom:73px;}
 


@media screen  and (max-width:1600px) {
  .footer &gt; .gp-fr{ width:48%;}
     
}


@media screen  and (max-width:1300px) {
      .gp-container{ width: auto; margin-left:30px !important; margin-right:30px !important; }
      .topList,.wrapNav{ display: none; } 
      .mobile{ display: block; }
      .headerbg{ position:static;   background-color:#03599e;
        background: -webkit-linear-gradient(left, #d20212, #03599e);
        background: -o-linear-gradient(right, #d20212, #03599e);
        background: -moz-linear-gradient(right,#d20212, #03599e);
        background: linear-gradient(to right, #d20212 , #03599e);}
      .logo{ padding: 20px 0;}
      .wrap_footer{ background:url(../images2022/footerbg.png) no-repeat center top; background-size: cover;}
      .wrap_footer::before{ display: none;}
      .footer &gt; .gp-fl{ margin-left: 0;}
      .codeList{ text-align: center;}
      .codeList li{ margin: 1%;}
}



@media screen and (max-width: 1024px) {
       .logo{ width: 300px;}
       .gp-container{ width: auto; margin-left:15px !important; margin-right:15px !important; }
       .footer{ padding: 30px 0;}
       .footer &gt; .gp-fl{ float: none; width: 280px; margin: 0 auto;}
       .footer &gt; .gp-fr{ float: none; width: 100%; margin-top:30px;}
       .copyRight span{ padding: 0 12px;}
       .gp-f36{font-size:26px;font-size: 2.6rem;}
}

@media screen and (max-width: 766px) {
     .gp-f30{ font-size: 24px; font-size: 2.4rem;}
     .codeList li a{ width: 50px; height: 50px;}
} 




@media screen and (max-width:640px) {
     .logo{ width: 260px;}
     
}</pre></body></html>