@charset "utf-8";
/**
 * Created by sunJia on 2025/06/05.
 * @Description: All pages style.
 */
body{ -webkit-tap-highlight-color: transparent;/* 移动端点击，取消选中背景 */}
::selection {color: #fff; background: #58b33e;}
::-moz-selection { color: #fff; background: #58b33e;}
.swal2-container{ width: 4rem; height: 3rem; font-size: 0.2rem; background: transparent !important; overflow: hidden !important;
  right: 50%;left: auto; transform: translateX(50%);}
.swal2-html-container{ font-size: 0.2rem; margin: 0.2rem auto;}
.swal2-styled.swal2-confirm{ font-size: 0.2rem; box-shadow: none !important; border: none !important;}
.swal2-popup{ padding-bottom: 0rem; box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.08);}
.swal2-actions{ margin-top: 0;}
.swal2-styled.swal2-confirm{ background-color: #58b33e;}
.swal2-popup{ font-size: 12px;}

.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-flex-pack: justify;}
.flex-alignCenter{ align-items: center;}
.flex-alignStart{ align-items: flex-start;}
.flex-justifyStart{ justify-content: flex-start;}
.flex-wrap{ flex-wrap: wrap;}
.fwBlod{ font-weight: bold;}
.fwNormal{ font-weight: normal;}
.fmHeiTi{ font-family: 'Adobe 黑体 Std';}
.fmYaHei{ font-family: '微软雅黑', 'Microsoft YaHei';}
.fmHelvetica{font-family: 'Helvetica', 'Arial';}
@font-face {
  font-family: 'Akzidenz';
  src: url('../fonts/akzidenzgroteskbq-xbold.eot');
  src: url('../fonts/akzidenzgroteskbq-xbold.eot') format('embedded-opentype'),
  url('../fonts/akzidenzgroteskbq-xbold.woff2') format('woff2'),
  url('../fonts/akzidenzgroteskbq-xbold.woff') format('woff'),
  url('../fonts/akzidenzgroteskbq-xbold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.fmAkzidenz{font-family: 'Akzidenz';}
.gp-position{ position: relative;}

/* header */
header{width: 100%; position: absolute; position: fixed; top: 0;right: 0; z-index: 10;}
header::before{ content: '';display: block;width: 100%;height: 100%;
  background-image: -moz-linear-gradient( -90deg, rgb(27,27,27) 17%, rgba(27,27,27,0.5) 68%, rgba(27,27,27,0.31) 80%, rgba(30,32,36,0.06) 96%, rgba(32,37,44,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(27,27,27) 17%, rgba(27,27,27,0.5) 68%, rgba(27,27,27,0.31) 80%, rgba(30,32,36,0.06) 96%, rgba(32,37,44,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(27,27,27) 17%, rgba(27,27,27,0.5) 68%, rgba(27,27,27,0.31) 80%, rgba(30,32,36,0.06) 96%, rgba(32,37,44,0) 100%);
  opacity: 0.85; position: absolute;right: 0;top: 0;z-index: -1;opacity: 0.2;}
.header{ border-bottom: 1px solid rgba(255,255,255,0.3); background: url(../images/header-bg.png) no-repeat bottom right;}
.currents .header{ position: relative;z-index: 1; /* background: #58b33e; */}
.currents .header::before{ content: '';display: block;width: 100%;height: 100%;background: rgba(88, 179, 62, 0.6);position: absolute;left: 0;top: 0;z-index: -1;
  /* background: linear-gradient(to bottom, rgba(88, 179, 62, 1) 0%, rgba(88, 179, 62, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(88, 179, 62, 1) 0%, rgba(88, 179, 62, 0) 100%);
  background: -moz-linear-gradient(to bottom, rgba(88, 179, 62, 1) 0%, rgba(88, 179, 62, 0) 100%);
  height: 200%;pointer-events: none;-ms-pointer-events: none; */
  backdrop-filter: blur(10px);
}

.currents .head > .flex{ display: none;}
.currents .logo img{ max-height: 0.9rem;
  transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}
.currents .header > .gp-container > .flex{ align-items: center;}
.currents .nav{ padding-top: 0;}
.currents .nav li > a::before{ height: 0;}
.currents .nav li > a{ padding: 0.3rem 0.2rem;}
.header > .gp-container > .flex{ align-items: flex-end;}
.logo{ flex-shrink: 0; max-height: 1.39rem; padding: 0.2rem 0 0.12rem;}
.logo a{ display: block;color: #fff;text-wrap: nowrap; font-size: 0; height: 100%; width: auto;}
.logo img{ /* max-height: 1.39rem; */ height: 100%; width: auto; max-height: 1.05rem;}

.head{}
.head > .flex{ justify-content: flex-end;}
.gp-links{}
.gp-links ul{ align-items: center;}
.gp-links li{ padding-right: 0.2rem; margin-right: 0.2rem;border-right: 1px solid rgba(255,255,255,1); line-height: 0.24rem;}
.gp-links li:last-child{ padding-right: 0;margin-right: 0;border: none;}
.gp-links a{display: block;color: #fff;}
.weChat{ font-size: 0; line-height: 1 !important;position: relative;}
.weChat a{ }
.weChat .codeBox{ position: absolute;top: 100%;right: calc(50% + 0.1rem);transform: translateX(50%);
  width: 1rem;z-index: 2; max-height: 0;overflow: hidden;}
.weChat:hover .codeBox{ max-height: 1.5rem;transition: all 0.5s ease-in-out;}
.weChat .gp-img-responsive{ padding-bottom: 100%; background: #fff;border-radius: 0.05rem;}
.weChat .gp-img-responsive img{position: relative;z-index: 3;}
.weChat .gp-img-responsive img:hover{ opacity: 1; transform: none;}
.topRight{ align-items: center;}
.headFucBox{ color: #fff; align-items: center; margin-left: 0.3rem;line-height: 0.29rem;padding: 0 0.1rem;border-radius: 0.1rem;
  border: 1px solid rgba(255,255,255,0.3);background: rgba(88, 179, 62, 0.3);}
.headFucBox a{ display: block; color: #fff;}
.headFucBox .register{}
.headFucBox .posts{}

.search{ position: relative;}
.gp-search{position: relative;transition: all 0.35s ease-in-out;*display: inline;*zoom:1;}
.gp-ser{width:100%; height:0.4rem; 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: 0.2rem;padding-right: 0.43rem; outline: none; box-sizing: border-box;
  color: #222;font-size: 0.14rem;}
.gp-search input.notxt::placeholder{ color: #222;}
.gp-search .notxt1 {position: absolute;width: 0.46rem;height: 0.46rem;border-radius: 0%;right:0px;top: 0px;
  cursor:pointer;font-size: 0.16rem;background: transparent;}
.gp-search .notxt1::before{ content: '';display: none;width: 0.2rem;height: 0.2rem;
  position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}
.gp-search .notxt1 svg{ width: 0.2rem; height: 0.2rem;}
.gp-search .notxt1 svg path{ fill: #fff;}
.gp-m-search.gp-search .notxt1{ background: url(../fonts/saerch.svg) no-repeat center;background-size: 0.2rem auto;}
.gp-m-search.gp-search .notxt1{ width: 0.8rem;}
.gp-moble-links{ }
.gp-moble-links ul{ justify-content: center; margin-bottom: 0.3rem;}
.gp-moble-links ul:last-child{ margin-bottom: 0;}
.gp-menu .headFucBox{ max-width: 1.2rem;margin: 0.4rem auto 0;}
/*4.搜索按钮全屏展开*/
#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: 8rem;}
.gp-search4 input,.gp-search4 button{height: 0.46rem;line-height: 0.4rem;}
.gp-search4 .gp-ser{height: 0.46rem;border: 1px solid #ccc;margin-top: 0.2rem;}
.gp-search4 .notxt1{background: #58b33e url(../fonts/saerch.svg) no-repeat center;color:#fff}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{height: 0.8rem;}
.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: 0.9rem;}
  .gp-search4 .notxt1{width: 0.85rem;}
}
.gp-serBtn2{ display: block;width: 0.3rem;margin: 0 0.07rem;height: 0.3rem;
  background: url(../images/saerch.svg) no-repeat center;background-size: 0.18rem auto;}
  
.openMap{ flex-direction: column; cursor: pointer; padding: 0.1rem 0;}
.openMap i{ display: block;width: 0.19rem;height: 0.03rem;background: #fff;margin-bottom: 0.03rem;}
.openMap i:last-child{ margin-bottom: 0;}

.headMap{ display: none; position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 900;overflow: hidden;
  background: url(../images/menu-bg.png) no-repeat top center; background-size: 100% 100%;
  background: #2b5c3e;
  max-height: 0; transition: max-height 0.5s ease-in-out;}
.mapActive{ overflow: hidden !important;}
.mapActive header{ z-index: 1000;}
.mapActive .headMap{ display: block;animation: menuOpen 0.3s ease-out forwards;}
@keyframes menuOpen {
  form  { max-height: 0;}
  to  { max-height: 100vh;}
}
.closeMap{ position: relative; width: 0.29rem; height: 0.29rem; border-radius: 50%;background: #fff; cursor: pointer;}
.closeMap::before,
.closeMap::after{ content: '';display: block;width: 0.16rem; height: 1px; background: #20242d;
  position: absolute;top: calc(50% - 0.5px);left: calc(50% - 0.08rem);z-index: 1;transform: rotateZ(-45deg);}
.closeMap::after{ transform: rotateZ(45deg);}
.headMapList{ padding-top: 0.44rem; transform: translateX(0.6rem);transform: translateX(0);}
.headMapList a{ display: block; color: #fff; line-height: 2.5;}
.headMapList dt a{ color: #58b33e; color: #fff; line-height: 1; margin-bottom: 0.4rem;}


.nav{ position: relative; padding-top: 0.08rem;}
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-right: 0rem;}
.nav li > a{position: relative; display: block; line-height: 1; padding: 0.25rem 0.2rem 0.30rem; font-weight: bold; color: #fff;}
.nav li > a::before{ content: ''; display: block; width: 0%; height: 0.07rem;background: #58b33e;
  position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: all 0s ease;}
/* .nav li.active > a, */
.nav li.on > a{ background: rgba(255,255,255,0.3);}
.nav li:hover > a::before,
.nav li.active > a::before,
.nav li > a.on::before,
.nav li > a.active::before{ width: 100%;font-size: 0.24rem;}
.nav li dl{ min-width: 100%; width: auto;background: rgba(255, 255, 255, 1);padding: 0.15rem 0;display: none;
  position: absolute;top: 100%;left: 0;}
.nav li:nth-last-child(1) dl,
.nav li:nth-last-child(2) dl{ left: auto; right: 0;}
.nav li dd:hover{ background: #58b33e;}
.nav li dd a{ display: block; color: #58b33e;line-height: 0.4rem;padding: 0 0.18rem;white-space: nowrap;}
.nav li dd:hover a{ color: #fff;}
/*手机端导航默认*/
body.open{ overflow: hidden;}
.mobile_bg{width: 100vw;height: 100%;z-index: 90;position: fixed;top: 0;right: 0;background: rgba(0,0,0,0.4);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: auto;height: 0.4rem;background: rgba(0,0,0,0);}
.gp-menu-link{float: left;line-height: 0.4rem;height: 0.4rem;padding-left: 0.15rem;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #fff; height: 0.4rem;font-size: 0.25rem;text-align: center; float:right;width: 0.4rem;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;margin-right: 0.1rem;cursor: pointer;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 0.25rem) / 2);  top: calc((100% - 2px) / 3);  width: 0.27rem;  height: 0.03rem;  background-color: #003670;}
.gp-menu-header-icon-out span{width: 0.27rem;height: 0.04rem;background-color:#fff;display: block;border-radius: 0.04rem;}
.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(0.04rem) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-0.04rem) rotate(0deg);}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-0.04rem) rotate(0deg);}
@keyframes outfirst {
  0% {transform: translateY(0) rotate(-45deg);}
  100% {transform: translateY(-0.04rem) rotate(0deg);}
}   
@keyframes outsecond {
  0% { transform: translateY(0) rotate(45deg);}
  100% {transform: translateY(0.04rem) rotate(0deg);}
}
@keyframes outthird {
  0% {transform: translateY(0) rotate(90deg);}
  100% {transform: translateY(0.12rem) 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(0.04rem) rotate(0deg);}
  100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
  0% {transform: translateY(-0.04rem) rotate(0deg);}
  100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
    0% {  opacity: 0}
  100% {opacity: 0}
}   
.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;}
.gp-menu-nav{ width: 100%; max-height: 100vh; overflow-y: scroll;
  position: fixed;top: 0;right: 0px;padding: 0.4rem;display: none;background:#04418B;}

.gp-m-logo{ padding-left: 0.1rem; height: 0.5rem; border-bottom: none !important;margin-bottom: 0.1rem;}
.gp-m-logo img{ height: 100%; max-width: unset; width: auto;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul { padding-bottom: 0.4rem;}
.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.6);}
.gp-menu-nav > ul > li > a{display: inline-block;padding: 0.17rem 0 0.17rem 0.25rem;font-size: 0.2rem;}
.gp-menu-nav > ul > li > ul {background: rgba(0,0,0,0.15);border-top: 1px solid rgba(255,255,255,0.15);}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding: 0.2rem 0; font-size: 0.14rem;}
.gp-menu-nav > ul > li > ul li{ padding:0 0.3rem}
.gp-menu-arrow {cursor: pointer;width: 0.3rem;height: 0.5rem;line-height: 0.5rem;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 0.2rem;margin-right: 0.1rem;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;
  }
}

/* 悬浮栏 */
.fixedSidebar{ position: fixed; right: 2vw; top: 0.34rem; top: 50%;transform: translateY(-50%); z-index: 10; text-align: center; width: 0.74rem;z-index: 50; display: none;}
.fixedSidebar ul{ padding: 0.26rem 0; border-radius: 0.35rem;box-shadow: 0px 2px 8.19px 0.81px rgba(0, 0, 0, 0.09);background: #fff; }
.fixedSidebar li{ margin-bottom: 0.15rem;}
.fixedSidebar li:nth-last-of-type(1){ margin-bottom: 0;}
.fixedSidebar a{ display: block; color: #606060; line-height: 1.27;}
.fixedSidebar .name{ white-space: nowrap;-webkit-white-space: nowrap;}
.fixedSidebar .gp-goTop{ margin-top: -0.16rem; cursor: pointer; width: 100%; height: auto;}
.fixedSidebar.show{ display: block; animation: fixedSidebarShow 0.4s ease-in-out forwards;}
@keyframes fixedSidebarShow {
  from { opacity: 0; transform: translate3d(1rem, -50%, 0);}
  to { opacity: 1; transform: translate3d(0, -50%, 0);}
}

/* 箭头动画 */
@keyframes arrowRun {
  0% {
      background-position: center 50%;
  }
  7% {
      background-position: 150% 50%;
  }
  7.1% {
      background-position: -150% 50%;
  }
  14% {
      background-position: center 50%;
  }
}



/* footer */
footer{ position: relative; z-index: 1; background: #20242d; color: #fff; padding-top: 0.7rem;}
.footer{ padding: 0rem 0;}
.footer a{ color: #fff;}
.footer dt a{ white-space: nowrap; line-height: 1;}
.footer dd a{ display: block; color: #b8d6f3; line-height: 2.53;}
.ft-logo{font-size: 0;}
.ft-logo img{ max-height: 0.4rem;}

footer .map{ width: 59.67%;}
footer .map dl{ margin-bottom: 0.5rem;}
footer .map dl:last-child{ margin-bottom: 0;}
footer .infoBox{ width: 32.46%; line-height: 1.5;}
footer .contactUs{ margin-top: 0.55rem;}
footer .contactUs div{ padding-left: 0.34rem; margin-bottom: 0.13rem;}
footer .contactUs div:last-child{ margin-bottom: 0;}
footer .addr{ background: url(../images/addr-ico.png) no-repeat top left; background-size: auto 0.24rem;}
footer .number{ background: url(../images/number-ico.png) no-repeat top left; background-size: auto 0.24rem;}
footer .email{ background: url(../images/email.png) no-repeat top left; background-size: auto 0.24rem;}
.ftBottom { text-align: center;line-height: 1.5; padding: 0.18rem 0 0.14rem; border-top: 1px solid #4d5057; margin-top: 0.45rem;}

#translate{ display: none;}

/* Responsive style */
@media screen and (max-width:1800px){
    .nav li > a{ padding: 0.25rem 0.15rem 0.30rem;}
    .logo img{ max-height: 0.9rem;}
}

@media screen and (max-width:1620px){
    .nav li > a{ padding: 0.2rem 0.1rem 0.2rem;}
}

@media screen and (max-width:1580px){
    .fixedSidebar{ right: 1vw;}
}

@media screen and (max-width:1480px){}

@media screen and (max-width:1320px){
  
}

@media screen and (max-width:1280px){
  .fixedSidebar{ right: 1.5vw;}
}

@media screen and (max-width:996px){
  .fixedSidebar.show{ display: none;}
  .header{ border: none; background: none;}
  header .gp-container{ margin: 0;background: #58b33e url(../images/moble-head-bg.png) no-repeat right bottom; width: 100%;padding-left: 0.15rem;padding-right: 0.15rem;box-sizing: border-box;}
  header.noBannerHead .gp-container{ background: #fff; border-bottom: 1px solid rgba(255,255,255,0.3);}
  header.noBannerHead .gp-menu-header-icon-out span{ background: #58b33e;}
  .gp-menu{ width: auto; display: block;height: 100%; position: absolute;top: 0%;right: 0;}
  .open .gp-menu{ width: 100%; overflow-x: clip;}
  .gp-menu-header{ top: 0.4rem; right: 0.3rem;}
  .gp-menu-header-icon{ margin-right: 0;}
  .gp-menu-nav{ padding: 0.24rem 0rem 1.5rem; background: #58b33e; background-color: 100% auto;}
  .gp-moble-logo{ padding-left: 0.3rem;}
  .gp-m-search{ height: 0.5rem;line-height: 0.5rem;}
  .gp-m-search input.notxt{ font-size: 0.18rem; color: rgba(255,255,255,0.7); padding-right: 0.8rem;}
  .gp-m-search input.notxt::placeholder{ color: rgba(255,255,255,0.5);}
  .gp-menu-nav > ul > li.gp-m-search{ border-bottom: 2px solid rgba(255,255,255,0.6); margin-top: 0.27rem;}
  .gp-m-search input.notxt{ padding-left: 0.3rem;}
  .gp-menu-nav > ul > li > a{ padding-left: 0.3rem; color: #fff; font-weight: bold;font-size: 0.2rem;}
  .gp-menu-nav > ul > li > ul a{ padding-left: 0.23rem;}
  .gp-menu-header-icon{width: 40px;height: 27px;}
  .open .gp-menu-header-icon{width: calc(100% - 4px);}
  .open .gp-menu-header{ background: #fff; width: 25px;height: 25px;border-radius: 50%;}
  .open .gp-menu-header-icon span{ width: 0.2rem; height: 0.01rem;background: #21252e;}

  header{ position: relative;}
  .head{ display: none;}
  .logo{ width: 100%; justify-content: flex-start; padding: 0.1rem 0;}
  .logo img{ max-height: 0.9rem;}
  
  .gp-menu .headFucBox{ font-size: 0;}
  .gp-menu .headFucBox a{ font-size: 0.14rem; position: relative;}
  .gp-menu .headFucBox .register::before{ content: ''; display: block;width: 1px; height: 60%;background: #fff;
    position: absolute;right: -4px;top: 50%;transform: translateY(-50%);}

  footer{ padding-top: 0.4rem;}
  footer .map{ width: 65%;}
  footer .contactUs{ margin-top: 0.3rem;}
  footer .map{ display: none;}
  footer .infoBox{ width: 100%;}
  .ftBottom{ margin-top: 0.3rem;}
  footer .contactUs div{ min-height: 0.24rem;}
}

@media screen and (max-width:820px){
}

@media screen and (max-width:768px){
  .footer{ flex-direction: column; padding: 0.25rem 0;}
  .ft-logo{ justify-content: center;}
  .ft-logo .logo1 img{ max-height: 0.6rem;}
  .copyright{ margin-top: 0.14rem;}
  .copyright p{ text-align: center; margin-top: 0.08rem;}
}

@media screen and (max-width:491px){
  .logo .logo2{ font-size: 0.22rem;}
  .logo{ padding: 0.08rem 0;}
  .logo img{ max-height: 0.6rem;}
  .gp-menu-header{ top: 0.25rem;}
  .gp-menu .headFucBox{ line-height: 0.3rem;height: 0.3rem;}
  .gp-menu .headFucBox .register::before{ height: 60%; right: -6px;}
  .ft-logo img{ max-height: 0.26rem;}
  footer{ padding-top: 0;}
  .footer{ padding: 0.4rem 0 0.2rem;}
  footer .contactUs{ margin-top: 0.2rem; font-size: 0.12rem;}
  footer .contactUs div{ line-height: 1.44;}
  .ftBottom{ font-size: 0.12rem; line-height: 1.67; margin-top: 0.3rem; padding: 0.2rem 0;}
}

@media screen and (max-width:414px){ }

@media screen and (max-width:370px){ }
