@charset "utf-8";
/**
  * Created by sunJia on 2025/06/24.
  * @Description: 首页 二级页 公共样式
  */
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
.flexAlignCenter{ align-items: center;}
.flexWrap{ flex-wrap: wrap;}
body{ -webkit-tap-highlight-color: transparent;}/* 移动端点击，取消选中背景 */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avanti';
    src: url('../fonts/Avanti.eot');
    src: url('../fonts/Avanti.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avanti.woff2') format('woff2'),
        url('../fonts/Avanti.woff') format('woff'),
        url('../fonts/Avanti.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvantiBlod';
    src: url('../fonts/AvantiBold.woff2') format('woff2'),
        url('../fonts/AvantiBold.woff') format('woff'),
        url('../fonts/AvantiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
.fmNotoSansSC{font-family: 'Noto Sans SC', sans-serif;}
.fmAvanti{font-family: 'Avanti';}
.fmAvantiBlod{font-family: 'AvantiBlod';}
.fwBlod{ font-weight: bold;}
.gp-position{position: relative;}

body{ max-width: 1920px; margin: 0 auto;}
/* header */
header{position: relative;z-index: 50;}
.header{ position: relative;z-index: 1; background: #0c3388;}
/* .header > .gp-container{ align-items: center;} */
.logo{ padding: 4px 54px 0;position: relative;z-index: 1; flex-shrink: 0;}
.logo::before{ content: '';display: block;width: 100vw;height: 100%;background: #990000;position: absolute;top: 0;right: 0;z-index: -1;}
.logo a{ display: flex;display: -ms-flexbox; align-items: center; position: relative; font-size: 0;}
.logo img{ max-height: 71px;}
.logo01{ margin-right: 50px;}
.logo01::before{ content: ''; display: block;width: 1px;height: 50px;background: rgba(255, 255, 255, 0.5);
  position: absolute;top: 50%;transform: translateY(-50%);right: -20px;}

.head{ padding-right: 50px;}
.headTop{ justify-content: flex-end; align-items: center; opacity: 0.5;}
.links a{ position: relative; display: block; line-height: 35px; color: #fff; margin-right: 30px;}
.links a:last-child{ margin-right: 0;}
.links a::before{ content: '';display: block;width: 1px; height: 10px;background: #8697bc;
  position: absolute;top: 50%;transform: translateY(-50%);right: -15px;}
.links a:last-child::before{ display: none;}
.links .gp-serBtn2{ width: 15px; height: 35px; background: url(../images/search-white.svg) no-repeat center/100% auto;}

.search{ border-radius: 20px; background: rgba(255,255,255,0.2);}
.gp-search{position: relative;width:200px;height: 40px;line-height:40px;border: 0px solid rgba(255,255,255,0.55);
  overflow: hidden;display: inline-block;vertical-align: middle;border-radius: 20px;overflow: hidden;
  transition: all 0.35s ease-in-out;*display: inline;*zoom:1;}
.gp-ser{width:100%; height:40px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; border:none;height: 100%; background:transparent; top:0px;overflow: hidden; }
.gp-search input.notxt{ width:100%;left: 0;padding-left: 20px;padding-right: 43px; outline: none; box-sizing: border-box;
  color: rgba(255,255,255,0.6);font-size: 16px;}
.gp-search input.notxt::placeholder{ color: rgba(255,255,255,0.5);}
.gp-search .notxt1 {position: absolute;width: 36px;height: 35px;border-radius: 50%;right:2px;top: 2px;
  cursor:pointer;font-size: 16px;background: #fff;}
.gp-search .notxt1::before{ content: '';display: block;width: 20px;height: 20px;
  background: url(../images/search.png) no-repeat center;
  position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}
#gp-serBtn4{position: relative;z-index: 801;}
.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-break: 40px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 20px;}
.gp-search4 .notxt1{background: #C7000A;color:#fff}
.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;}
}
.searchActive .gp-search .notxt1{ border-radius: 0; width: 40px; height: 40px;top: 0;right: 0;
  background: #94070a url(../images/search-white.svg) no-repeat center;}
.searchActive .gp-search input.notxt{ color: #999;}

.nav{ position: relative; }
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-left: 35px;}
.nav li:first-child{ margin-left: 0;}
.nav li > a{ display: block; line-height: 74px; padding: 0 0px; font-weight: normal; color: #fff;position: relative;}
.nav li > a::before{ content: ''; display: block; width: 0%; height: 3px;background: #fff;
  position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: all 0.35s ease;}
.currents .nav li > a::before{ background: rgba(12, 51, 136, 1);}
.nav li:hover > a::before,
.nav li > a.on::before,
.nav li > a.active::before{ width: 100%;}
/* .nav li > a:hover{ opacity: 0.9;} */
.nav .subnav{ display: none; position: absolute; top: 100%; left: 50%;transform: translateX(-50%); width: 100%; min-width: 160px;
    box-sizing: border-box; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.6);z-index: 1;overflow: hidden;
    /* background: url(../images/subnav_bg.png) no-repeat center bottom; background-size: 100% 30px; */}
.nav .subnav::before{ content: '';display: block;width: 100%;height: 100%;background: rgba(12, 51, 136, 0.4);
  position: absolute;bottom: 0px;left: 0;z-index: -1;}
.nav dd a{ display: block; padding: 8px 0; text-align: center; line-height: 20px; color: #fff;}
.nav dd a:hover{ color: #0c3388;background: #fff;}
/*手机端导航默认*/
.mobile_bg{width: 100%;height: 100%;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;}
.gp-menu{ display: none; width: 100%;z-index: 98;height: 100%;position: relative;}
.gp-menu-header{position: absolute;top: 0;right: 0;z-index: 996;width: 100%;height: 40px;background: rgba(0,0,0,0);}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #fff; 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;margin-right: 10px;cursor: pointer;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 25px) / 2);  top: calc((100% - 2px) / 3);  width: 27px;  height: 3px;  background-color: #003670;}
.gp-menu-header-icon-out span{width: 27px;height: 4px;background-color:#fff;display: block;border-radius: 4px;}
.gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}       
.gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.gp-menu-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
@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); }
}
.gp-menu-header-icon-click span{background-color:#fff ;top: calc((100% - 2px) / 2.1);}
.gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.gp-menu-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}
}   
.gp-menu-nav{ width: 100%; max-height: 100vh; overflow-y: scroll;
  position: fixed;top: 0;right: 0px;padding: 40px;display: none;background:#990000;}

.gp-m-logo{ padding-left: 10px; height: 50px; border-bottom: none !important;margin-bottom: 10px;}
.gp-m-logo img{ height: 100%; max-width: unset; width: auto;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul { padding-bottom: 20px;}
.gp-menu-nav > ul li{-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;}
.gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid rgba(255,255,255,0.3);}
.gp-menu-nav > ul > li > a{display: inline-block;padding:14px 0 14px 25px;font-size: 16px;}
.gp-menu-nav > ul > li > ul {background: rgba(0,0,0,0.1);padding:0 25px}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding:10px 0; font-size: 14px;}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 50px;line-height: 50px;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;margin-right: 10px;transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on .gp-menu-arrow{transform: rotate(90deg);}
.gp-menu-nav li ul {display: none;}
/*导航内标签效果*/
.gp-menu-nav a{color:#fff;}
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none;}
@-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;
  }
}

/* 置顶导航 */
.fixedLogo{ display: none;}
.currents header{ position: fixed; top: 0;left: 0;width: 100%;z-index: 100;
  animation: headShow 0.5s ease-in-out forwards;}
@keyframes headShow {
  0%{ transform: translateY(-70px); opacity: 0;}
  100%{ transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes headShow {
  0%{ transform: translateY(-70px); opacity: 0;}
  100%{ transform: translateY(0px); opacity: 1;}
}
.currents .header{ background: #fff;box-shadow: 0px 6px 24px 0px rgba(229, 234, 240, 0.72);}
.currents .header > .gp-container{ max-width: 1600px;}
.currents .logo{ display: none;}
.currents .fixedLogo{ display: flex;display: -ms-flexbox;}
.currents .logo::before{ opacity: 0;}
.currents .logo01::before{ background: rgba(150, 31, 48, .5);}
.currents .nav li > a{ color: #282828;}
.currents .headTop{ opacity: 1; border-bottom: 1px solid #e5eaf0;}
.currents .links a{ color: #0c3388;}
.currents .links .gp-serBtn2{ background: url(../images/search-blue.svg) no-repeat center / 100% auto;}
.currents .nav .subnav::before{ background: rgba(12, 51, 136, 1);}


/* 悬浮侧栏 */
.fixdBox{ position: fixed; right: 10px; top: 50%; transform: translateY(-50%); z-index: 20; color: #fff; text-align: center;}
.fixdBox .close{ width: 30px; height: 70px; background: url(../images/side_close.png) no-repeat center/cover; position: absolute; bottom: 0; right: calc(100% - 15px); z-index: 1; cursor: pointer;}
.fixdCon{ width: 150px; background: url(../images/side_bg.png) no-repeat center top; padding: 112px 0 6px;}
.fixdCon li{ margin-bottom: 20px;}
.fixdCon li:last-child{ margin-bottom: 0px;}
.fixdCon a{ display: block; line-height: 20px; font-weight: bold; color: #fff;}
.fixdCon .top{ display: block; width: 100%; margin-top: 20px; max-height: 62px; text-align: center;}
.fixdCon .top img{ height: 100%;}

/* footer */
footer{ position: relative; z-index: 1;}
.ft-top{ background: #94070a; padding: 47px 0 40px; position: relative;z-index: 1;}
.ft-top::before{ content: '';display: block;width: 446px;height: 296px; background: url(../images/footer-bg.png) no-repeat right bottom;
  position: absolute; bottom: 0;right: 0;z-index: 0;}
.ft-top > .gp-position{ z-index: 2;}
.ft-logo{ position: absolute; top: 65px;right: 50%;transform: translateX(50%);}
.ft-logo01{ margin-right: 50px; position: relative;}
.ft-logo01::before{ content: '';display: block; width: 1px; height: 50px;background: #770000; object-position: 0.5;
  position: absolute;right: -20px; top: 50%;transform: translateY(-50%);}
.linkTil{ color: #ffd7d6; line-height: 1; margin-bottom: 14px;}
.ft-links a{ display: block; color: #ffd7d6; line-height: 2;}
.ft-links dd{ margin-right: 50px;}
.ft-links dd:last-child{ margin-right: 0px;}
.ft-contactUs{ color: #ffd7d6; line-height: 2;}
.contactUsTil{ line-height: 1; margin-bottom: 14px;}
.code{ text-align: center; margin-left: 50px;}
.code .img{ width: 105px; margin: 0 auto;}
.code .gp-img-responsive{ padding-bottom: 100%;}
.codeName{ line-height: 1.67; margin-top: 5px;}


.ft-bottom{ background: #302a29; line-height: 2.1875; text-align: center;}
.copy{ color: #fff5ed;}



/* Responsive style */
@media screen and (max-width:1700px){
  .logo{ padding: 0 30px;}
}

@media screen and (max-width:1520px){
  .logo img{ max-height: 61.5px;}

  .code{ margin-left: 30px;}
  .ft-logo{ right: 53%;}
  .ft-logo01{ margin-right: 40px;}
}

@media screen and (max-width:1480px){
  .logo img{ max-height: 45px;}
  .nav li{ margin-left: 15px;}
  .nav li > a{ line-height: 55px;}
  .ft-logo img{ max-height: 50px;}
  footer .gp-f18{ font-size: 16px;}
}

@media screen and (max-width:1320px){
  
}

@media screen and (max-width:1280px){
  .logo{ padding: 0 20px;}
  .logo img{ max-height: 40px;}
  .nav ul{ font-size: 18px;}
  .ft-links dd{ margin-right: 30px;}
  .code{ margin-left: 20px;}
}

@media screen and (max-width:1240px){
  .logo{ padding-left: 0; padding-right: 40px;}
  .head{ padding-right: 0;}
}

@media screen and (max-width:1200px){
  .ft-links dd{ margin-right: 20px;}
  footer .gp-f18{ font-size: 14px;}
}

@media screen and (max-width:1080px){
  header .gp-container{ padding-left: 30px; padding-right: 30px;}
  .nav li{ margin-left: 10px;}
  .ft-logo{ right: 55%;}
  .code .img{ width: 90px;}
}

@media screen and (max-width:998px) {
  .nav, .head{ display: none;}
  .gp-menu{ display: block; top: 0px;}
  
  .logo{ padding: 10px; padding-left: 0;}
  .gp-m-link{ text-align: center; border: none !important;}
  .gp-m-link a{ padding: 10px 15px !important;}
  .gp-menu-header-icon{ margin-top: 10px; margin-right: 0;}
  .open header{ z-index: 900;}
  .gp-search .notxt1{ background: url(../images/search-white.svg) no-repeat center/16px auto;}
  .ft-top{ padding: 30px 0;}
  .ft-top > .flex{ flex-direction: column; align-items: center;}
  .ft-logo{ position: relative; right: 0;transform: unset; justify-content: center; top: 0;}
  .ft-links{ max-width: 280px; margin-top: 20px;}
  .ft-links .linkContent{ justify-content: flex-start;}
  .ft-contactUs{ margin-top: 20px; align-items: center;}
  
}

@media screen and (max-width:768px) {
  header .gp-container{ padding-left: 15px;padding-right: 15px;}
}

@media screen and (max-width:680px) {
  
}

@media screen and (max-width:540px) {
  
}
  
@media screen and (max-width:480px) {
  .gp-menu-nav{ padding: 40px 20px;}
  .header{ background: #990000;}
  .linkTil{ text-align: center; margin-bottom: 10px;}
  .ft-contactUs{ flex-direction: column; text-align: center;}
  .contactUsTil{ margin-bottom: 10px;}
  .code{ margin-left: 0; margin-top: 20px;}
  .ft-top{ padding: 20px 0;}
}

@media screen and (max-width:414px) {
  .logo01{ margin-right: 30px;}
  .logo01::before{ right: -15px;}
}

@media screen and (max-width:370px) {
  .gp-menu-header-icon{ width: 30px;}
}