@charset "utf-8";
/*
* @Description: Global Style
* @Author: Sun Jia
* @Date: 2024-10-15
*/
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
body{ -webkit-tap-highlight-color: transparent;}  /* 移动端点击，取消选中背景 */

/* header */
header{ position: relative;z-index: 2;}
.links{ background: url(../images/head-bg.jpg) no-repeat center/cover;position: relative;z-index: 2;}
.links a{ display: inline-block; line-height: 46px; position: relative;}
.links a:nth-of-type(1){ font-size: 14px;}
.links a:nth-of-type(2){ font-size: 17px;}
.links a:nth-of-type(3){ position: relative; padding-right: 26px;}
.links a:nth-of-type(3)::before{ position: absolute;right: 0;top: 0;}
.links a:hover{ color: rgba(255, 255, 255, 0.85);}
.links a .img{
  position: absolute;
  right: 100%;
  top: 30%;
  width: 80px;
  display: none;
}
.links a:hover .img{
  display: block;
}
.links a .gp-img-responsive{
  padding-bottom: 100%;
}
.links a .gp-img-responsive img:hover{
  transform: none;
  opacity: 1;
}
.head-bt{ position: relative; z-index: 1;}
.head-bt .gp-container{ position: relative;}
.head-bt .gp-container > .flex{ position: absolute; left: 0;top: 30px;width: 100%;z-index: 1;}
.head-bt::before{ content: '';display: block;width: 100%; height: 0px; padding-bottom: 10.42%;pointer-events: none;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  opacity: 0.77; position: absolute; left: 0px; top: 0px; z-index: -1;
}

.logo{ position: relative; align-items: center;flex-shrink: 0; font-size: 0;}
.logo a{ display: block;}
.logo2{ margin-left: 17px;}

.seerch{ border-radius: 20px; background: #e5e5e5;}
.gp-search{width:160px;overflow: hidden;display: inline-block;vertical-align: middle;border:1px solid transparent;
  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; height: 40px;line-height:40px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#a4a4a4; width:100%;left: 0;padding-left: 20px;padding-right: 40px; outline: none; box-sizing: border-box;
  font-size: 12px; color: #757575;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0px;cursor:pointer;color:#00508f;font-size: 18px;}
/* .gp-search .notxt1::before{ content: '';display: block;width: 18px;height: 18px; background: url(../images/search.png) no-repeat center/cover;
  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: #00508f;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;}
}

.nav{ flex: 1; max-width: 915px;}
.nav li > a{ display: block;line-height: 53px; font-weight: bold;text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.88);}
.nav li > a:hover{ color: rgba(255, 255, 255, 0.9);}
.nav li{ position: relative;}
.nav li .subnav{ display: none; position: absolute; top: 100%;left: 50%;transform: translateX(-50%); width: 100%; min-width: 120px;
  text-align: center; background: #004a99; padding: 5px 0; border-radius: 3px;}
.nav li .subnav a{ display: block; color: #fff;line-height: 30px;}
.nav li .subnav a:hover{ color: #f4a300;}

/*手机端导航默认*/
.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: auto;position: relative;}
.gp-menu-header{position: absolute;top: 40px;right: 0;z-index: 996;width: auto;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: #c7000a;}
.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%; position: fixed;top: 0;right: 0px;padding-top: 50px;background:#00508f;display: none; max-height: 100vh; overflow-y: scroll;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul { padding-bottom: 10px;}
.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;}
.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;top: 15px;}
@-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;
  }
}
.gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 85%;}
.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}



/* footer */
footer{ position: relative; background: url(../images/footer-bg.jpg) no-repeat center/cover; padding: 30px 0;}
.footer{ align-items: center;}
.footer *,
.footer *:hover{ color: #fff;}
.contact-us{ line-height: 36px;}
.ft-logo a{ display: inline-block; font-size: 0;}
.footer .lf,
.footer .rt{ width: 32.82%;}
.footer .rt dl{ flex-wrap: wrap; margin-bottom: 10px; line-height: 36px;}
.footer .rt dl:last-child{ margin-bottom: 0;}
.footer .rt dt{ width: 100%; line-height: 36px;}
.footer .rt dd:nth-of-type(odd){ width: 60%;}
.footer .rt dd:nth-of-type(even){ text-align: right;}
/* 底部合作伙伴图片 */
.footer-img-box {
  align-items: center;
  justify-content: flex-start; 
}
.footer-img-box .img {
  box-sizing: border-box;
  width: 100px;
}
.footer-img-box .img:nth-child(1) {
 margin-right: 10px; 
}
.footer-img-box .gp-img-responsive {
   padding-bottom: 100%;
}

/* 响应式样式 */
@media screen and (max-width:1600px){
  .nav{ padding-left: 20px;}
}

@media screen and (max-width:1480px) {
  .footer > div{ flex: 1;}
  .footer .ct{ text-align: center;}
  .contact-us{ line-height: 24px;}
  .contact-us p{ margin-bottom: 5px;}
  .footer .rt dl{ line-height: 30px;}
}

@media screen and (max-width:1400px) {
  
}

@media screen and (max-width:1280px) {
  .logo{ max-width: 460px;}
  .gp-ser{ height: 36px;}
  .gp-search input, .gp-search button{ height: 36px; line-height: 36px;}
  .gp-search input.notxt{ padding-left: 15px; padding-right: 35px;}

  .footer .rt dl{ line-height: 26px;}
  .footer .rt dd:nth-of-type(odd),
  .footer .rt dd:nth-of-type(even){ width: 100%; text-align: left;}
}

@media screen and (max-width:1240px) {
  .head-bt .gp-container > .flex{
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .banner-swiper .title{ bottom: 20px; padding: 0 30px;}
}

@media screen and (max-width:1100px) {
  .links, .nav{ display: none;}
  .gp-menu{ display: block; position: absolute; top: 0px; right: 30px;}
  .open .gp-menu{ position: fixed;}
  .gp-menu-header{ top: 20px;}
  .head-bt{ background: #00508f;}
  .head-bt::before{ display: none;}
  .head-bt .gp-container > .flex{
     position: relative;
     top: 0;left: 0;transform: none;
  }
  .logo{ padding: 10px 0;}
  .gp-m-search.gp-search input.notxt{
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    padding-right: 70px;
  }
  .gp-m-search.gp-search .notxt1{ width: 100px;}
  .gp-m-search.gp-search .notxt1{ color: #fff;}
  .gp-m-link{ text-align: center; border: none !important;}
  .gp-m-link a{ padding: 15px 0 !important; margin-right: 20px;}
  .gp-m-link a:last-child{margin-right: 0;}
  .footer .rt dt{ line-height: 30px;}
  .gp-m-code{
    display: flex !important;
    display: -ms-flexbox !important;
    justify-content: center;
    gap: 20px;
    border: none !important;
  }
  .gp-m-code a{
    width: 80px;
    padding: 0 !important;
  }
  .gp-m-code .gp-img-responsive{
    padding-bottom: 100%;
  }
}

@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:996px) {
  footer{ padding: 20px 0;}
  .footer{ flex-wrap: wrap;}
  .footer .ct{ width: 100%; flex: unset;}
  .footer .lf{ order: 1; }
  .footer .rt{ order: 1; width: 240px; flex: unset;}
}

@media screen and (max-width:767px) {
  .footer .rt dl{ line-height: 24px; margin-bottom: 4px;}
  .footer .rt dt{ line-height: 24px;}
}

@media screen and (max-width:680px) {
}

@media screen and (max-width:540px) {
  .logo{ max-width: 90%;}
  .gp-search{ width: 120px;}
  .footer .rt{ width: 100%; flex: unset;}
}
  
@media screen and (max-width:479px) {
  .gp-menu{ right: 20px;}
  .gp-menu-header{ top: 15px;}
}

@media screen and (max-width:414px) {
  .gp-menu-header{ top: 10px;}
}

@media screen and (max-width:370px) {
  .gp-menu{ right: 10px;}
  .gp-menu-header{ top: 6px;}
}
