@charset "utf-8";
/*
* @Description: Global CSS
* @Author: Sun Jia
* @Date: 2024-12-10
*/
.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;background: #fff;}
.header > .gp-container{ padding: 14px 0 16px;}
.header > .flex{ width: 100%; margin: 0 auto; align-items: flex-start;}
.logo{ position: relative; align-items: center;flex-shrink: 0; font-size: 0;}
.logo a{ display: block;}
.logo a img{ max-height: 110px;}

.gp-links{ justify-content: flex-end; padding-top: 10px;}
.gp-links a{ color: #666; font-size: 15px; padding: 0 8px; line-height: 35px; margin-right: 24px; position: relative;}
.gp-links a:hover{ color: #333;}
.gp-links a::before{ content: '';display: block;width: 1px; height: 16px; background: #d9d9d9;
  position: absolute;right: -12px;top: 50%;transform: translateY(-50%);z-index: 1;}
.gp-links a:last-child{ margin-right: 0;}
.gp-links a:last-child::before{ display: none;}

.seerch{ border-radius: 20px; background: #e5e5e5;}
.gp-search{position: relative;width:360px;height: 45px;line-height:45px;overflow: hidden;display: inline-block;vertical-align: middle;margin-top: 15px;border-radius: 6px;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:#edf2f7; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#a4a4a4 !important; width:100%;left: 0;padding-left: 20px;padding-right: 50px; outline: none; box-sizing: border-box;
  font-size: 16px; color: #757575;}
.gp-search input.notxt:focus{ }
.gp-search .notxt1 {position: absolute;width: 27px;right:22px;cursor:pointer;color:#d0121b;font-size: 18px;}
.gp-search .notxt1::before{ content: '';display: block;width: 24px;height: 25px; background: url(../images/search.png) no-repeat center/cover;
  position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}


.nav{ position: relative;display: flex;justify-content: flex-end;flex: 1;background: #225794;}
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative;}
.nav li:first-child{ margin-left: 0;}
.nav li > a{ display: block; line-height: 65px; padding: 0 0px; font-weight: bold; font-size: 21px; color: #fff;position: relative;}
.nav li:first-child > a{ padding-left: 10px;}
.nav li:last-child > a{ padding-right: 10px;}
.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;}
.nav li > a:hover::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;
    background: #225794; box-sizing: border-box; padding: 0px 0; border-top: 2px solid transparent;}
.nav dd a{ display: block; padding: 10px 0; text-align: center; line-height: 1.5; color: #fff;}
.nav dd a:hover{ color: #225794;background: #fff;}
/* @supports (-webkit-background-clip: text) {
  .nav li > a:hover {
    text-shadow: 0 0 1px rgba(255,255,255,1);
    background-image: -webkit-linear-gradient(90deg, #ba1001, #f59978);
    background-image: linear-gradient(90deg, #ba1001, #f59978);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
} */
/*手机端导航默认*/
.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:#225794;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:#225794;}

.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;
  }
}


/* footer */
footer{ position: relative; z-index: 1;padding-top: 100px;}
footer::before{
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 45.83%;
  background: url(../images/footer-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
footer .ft-til{
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
footer .ft-til span{
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
}
footer .ft-til span::before{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fbc84f;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .lf{
  width: 350px;
}
footer .md{
  width: 400px;
}
footer .rt{
  gap: 40px;
  padding-right: 10px;
}
footer ul{
  padding-top: 20px;
}
footer a:hover{
  color: #fff;
  opacity: 0.9;
}
footer li{
  line-height: 36px;
}
footer li a{ display: block;}
.code{
  padding-top: 16px;
}
.code .name{
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.copy{
  text-align: center;
  margin-top: 85px;
  padding: 20px 0;
  line-height: 40px;
  background: rgba(0,0,0,0.1);
}
.copy span{
  color: rgba(255,255,255,0.5);
}

/* 响应式样式 */
@media screen and (max-width:1600px){
  footer{
    padding-top: 40px;
  }
  .copy{
    margin-top: 40px;
  }
}

@media screen and (max-width:1480px) {
  
}

@media screen and (max-width:1280px) {
  footer{
    padding-top: 20px;
  }
  footer .rt{
    gap: 20px;
  }
  .copy{ 
    margin-top: 20px;
    padding: 10px 0;
  }
  .nav li > a{
    font-size: 19px;
  }
}

@media screen and (max-width:1240px) {
  .header > .gp-container{
    padding: 14px 20px;
  }
  .nav li > a{
    font-weight: normal;
    font-size: 18px;
  }
}

@media screen and (max-width:1200px) {
  
}

@media screen and (max-width:1100px) {
}

@media screen and (max-width:1080px) {
  header{ z-index: 5;}
  .head, .nav{ display: none;}
  .gp-menu{ display: block;}

  header .logo img{
    max-height: 120px;
  }
  .gp-menu-header{
    margin-top: 3.8vw;
  }
  .open .gp-menu-header{
    margin-top: 0vw;
  }
  .open .gp-menu-header-icon{
    position: fixed;
    right: 30px;
    top: 20px;
  }
  footer::before{
    padding-bottom: 60%;
    background-size: auto 100%;
  }
  .footer > .flex{
    flex-wrap: wrap;
  }
  footer .rt{
    width: 100%;
    justify-content: center;
  }
  footer ul{
    padding-top: 10px;
  }
  footer li{
    line-height: 30px;
  }
}

@media screen and (max-width:998px) {
  .nav ul{
    width: 100%;
    padding: 0 15px;
  }
  .gp-search .notxt1::before{ background-size: 20px auto;}
  
}

@media screen and (max-width:880px) {
  footer .lf,
  footer .md{
    width: 100%;
  }
  footer .md{
    margin-top: 15px;
  }
  footer::before{
    padding-bottom: 100%;
  }
}

@media screen and (max-width:767px) {
  footer::before{
    padding-bottom: 0;
    height: 150%;
  }
  .copy{
    line-height: 26px;
  }
  .gp-search{ 
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width:680px) {
  .logo{ max-width: 85%;}
}

@media screen and (max-width:540px) {
  
}
  
@media screen and (max-width:479px) {

}

@media screen and (max-width:414px) {
  .gp-menu-nav{ padding: 40px 20px;}
  .copy{ margin-top: 10px;padding-top: 10px;}
  .code .img{ max-width: 100px;}
  .code .name{ font-size: 14px;}
}

/* 优化图片显示，不拉伸变形铺满展示 */
.gp-img-responsive{
  position: relative;
}
.gp-img-responsive img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gp-img-responsive-top img{
  object-position: top;
}
.background-none{
	background-color: #fff !important;
}