@charset "utf-8";
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
@keyframes navFixed { /* 导航冻结进入效果 */
  0%{ transform: translateY(-100px); opacity: 0;}
  100%{ transform: translateY(0); opacity: 1;}
}

body{ -webkit-tap-highlight-color: transparent;}  /* 移动端点击，取消选中背景 */
header{ z-index: 1;position: absolute; top: 0;left: 0;width: 100%;z-index: 10;border-top: 5px solid #009255;}
header.currents{ position: fixed;opacity: 0; animation: head 0.6s ease forwards;}
@keyframes head {
  0%{ transform: translateY(-100%);opacity: 0;}
  100%{ transform: translateY(0%);opacity: 1;}
}
header::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 12.24%;
  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.5;position: absolute;left: 0;top: 0;z-index: 0;pointer-events: none;
}
header.currents .header{
  /* background: url(../images/head_bg.png) no-repeat center/cover; */
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(1,158,88) 0%, rgb(0,118,78) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(1,158,88) 0%, rgb(0,118,78) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(1,158,88) 0%, rgb(0,118,78) 100%);
}
header.currents::before{ opacity: 0;}


.header > .flex{ width: 100%; max-width: 1620px; margin: 0 auto;}
.logo{ position: relative; align-items: center;width: 514px;flex-shrink: 0;}
.logo a{ display: block; font-size: 0;}

.header-rt{ flex: 1; text-align: right; padding-top: 10px;}
.header-rt > .flex{ justify-content: flex-end; align-items: center;}
.header-rt > .flex > a{ position: relative; display: inline-block; line-height: 46px; margin-right: 26px; font-size: 16px;}
.header-rt > .flex > a:nth-last-of-type(2),
.header-rt > .flex > a:nth-last-of-type(1){ margin-right: 0;}
.header-rt > .flex > a::before{ content: '';display: block;width: 1px;height: 14px; background: #fff;
  position: absolute; top: 50%;right: -13px;transform: translateY(-50%);}
.header-rt > .flex > a:nth-last-of-type(1)::before,
.header-rt > .flex > a:nth-last-of-type(2)::before{ display: none;}
.header-rt a{ color: #fff;}


/* PC端搜索 */
.search{ position: relative; cursor: pointer; border: 1px solid rgba(255,255,255,0.1);}
.gp-search{ height: 46px;line-height: 40px; display: inline-block;vertical-align: middle;border-radius: 0px; outline: none;border: none;
    transition: all 0.35s ease-in-out;*display: inline;*zoom:1;}
.gp-search:hover{ margin-left: 20px;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:relative; height: 50px;line-height:50px; border:none; background:none; top:0;overflow: hidden; }
.gp-search input.notxt{color:rgba(255, 255, 255, 0.5); width: 0px; left: 0;padding-left: 0px;padding-right: 0px;outline: none;
  box-sizing: border-box; font-size: 16px; background: rgba(0, 0, 0, 0.1);border: none;transition: all 0.35s ease;vertical-align: top;line-height: 45px;}
.gp-search:hover input.notxt{ width: 240px;padding: 0 15px; border-radius: 25px;}
.gp-search input.notxt::placeholder{ color: rgba(255, 255, 255, 0.5);}
.gp-search .notxt1 {position: relative;width: 22px;right:0;cursor:pointer;color:#666;background: url(../images/search.png) no-repeat right center;}
#gp-serBtn4{position: relative;z-index: 801;}
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50vh;z-index: 802;left: 0;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 0px;}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;}
.gp-search4 input,.gp-search4 button{height: 40px;line-break: 40px;}
.gp-search4 .notxt1{background: #004085;color:#fff;width: 80px;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{transition: transform 0s ease; height: 40px; max-width: 800px; border-radius: 0; left: 50%; transform: translateX(-50%);}
.searchActive header{ z-index: 9;}
.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{ position: relative;display: flex;justify-content: flex-end;}
.nav ul{ position: relative; justify-content: space-between; width: 100%; max-width: 1026px;}
.nav li{ position: relative;}
.nav li:first-child{ margin-left: 0;}
/* .nav li.on a{ background: #004085;} */
.nav li > a{ display: block; line-height: 66px; padding: 0 0px; font-weight: bold;}
.nav li > a::before{ content: ''; display: none; width: 100%; height: 0px;background: #ccad8f;
  position: absolute;left: 0;bottom: 0;transform: all 0.35s ease;}
.nav li > a:hover::before,
.nav li > a.on::before,
.nav li > a.active::before{ height: 4px;}
.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: rgba(1, 124, 79, 0.77); box-sizing: border-box; padding: 0px 0; border-top: 2px solid transparent;}
.nav dd a{ display: block; padding: 10px 0; /* padding-left: 30px; */ text-align: center; line-height: 1.5; color: #fff;}
.nav dd a:hover{ color: #fff;background: #017c4f;}

.header2{ background: #fff; box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.04); padding-bottom: 20px;}
.header2 .links{ padding-top: 40px;}
.header2 .nav{ width: auto; margin-left: 0; margin-top: 24px;}
.header2 .nav li{ width: auto; margin-top: 0;}
.header2 .nav a{ width: 124px;}

/*手机端导航默认*/
.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-top: 60px;display: none;
  background:rgb(10,111,112);
  background-image: -moz-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);
  background-image: -webkit-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);
  background-image: -ms-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);}
/*导航*/
.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: 100%;height: 50px;line-height: 50px;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;margin-right: 10px;text-align: right;transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on .gp-menu-arrow::before{display: inline-block;transform: rotateZ(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;
  }
}
/* 移动端链接 */
.gp-menu-nav > ul > li.gp-m-links{ border: none; padding: 10px 0; text-align: center;}
.gp-menu-nav > ul > li.gp-m-links a{ display: inline-block; padding: 5px 10px;}
.gp-menu-nav > ul > li.gp-m-search{ display: block; width: 85%; margin: 0 auto; float: none;height: 35px; line-height: 35px;}
.gp-m-search.gp-search input.notxt, .gp-m-search.gp-search .notxt1{ width: calc(100% - 45px); height: 35px; line-height: 35px; right: 10px;
  border-radius: 0;padding-left: 20px;}
.gp-m-search.gp-search .notxt1{ width: 45px; background-position: center; right: 0;
  background: rgba(255, 255, 255, 0.1) url(../images/search.png) no-repeat center;
  position: absolute; right: 0;top: 0;z-index: 1;}
.open header{ z-index: 9;}
.gp-m-links{ justify-content: center;}
.gp-menu-nav > ul > li.gp-m-links a{ padding-left: 25px;}
.gp-menu-nav > ul > li.gp-m-links a.login{ padding-left: 23px;}

/* footer */
footer{ position: relative; background: url(../images/footer-bg.png) no-repeat center/cover; padding: 60px 0 80px;z-index: 1;}

.ft-links > div{ position: relative; width: 400px;}
.ft-links .tag{ line-height: 66px; padding-left: 50px; position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15); background: rgba(0, 36, 32, 0.15);border-radius: 33px;}
.ft-links .tag::before{ content: '';display: block;width: 0;height: 0;
  border-top: 5px solid #fff;border-right: 4px solid transparent;border-left: 4px solid transparent;
  position: absolute; top: 50%;right: 50px;transform: translateY(-50%);transition: 0.35s ease all;transform-origin: center 0px;}
.ft-links .on .tag::before{ transform: rotateZ(180deg);}
.ft-links .tag i{ display: inline-block; font-size: 0; vertical-align: bottom;margin-right: 20px;}
.ft-links .tag img{ vertical-align: middle;}
.ft-links .linkCon{ position: absolute;bottom: 100%;left: 0;width: 100%;border-bottom: 3px solid transparent;border-radius: 5px;overflow:hidden;}
.ft-links a{ display: block;line-height: 26px; color: #fff;padding-left: 30px;background: rgba(0, 36, 32, 0.5);}
.ft-links .linkCon a:first-child{ padding-top: 10px;}
.ft-links .linkCon a:last-child{ padding-bottom: 10px;}

.ft-bottom{ align-items: center; margin-top: 70px;}
.ft-bottom span{ color: rgba(255, 255, 255, 0.88);}
.ft-logo{ max-width: 514px;}
.ft-logo a{ display: block;font-size: 0;}
.contactUs{max-width: 500px;}
.contactUs .title{ line-height: 1;}
.contactUs ul{ margin-top: 20px;}
.contactUs li span{ display: inline-block; line-height: 34px;}
.contactUs li:nth-of-type(even){/* text-align: right; */}
.code{ max-width: 105px;}
.code .gp-img-responsive{ padding-bottom: 100%;}
.code .name{ line-height: 1; margin-top: 15px;text-align: center;}

@media screen and (min-width: 996px) {
  .effect0 {
      opacity: 0;
      transition: all 0.5s ease-out;
  }
  .effect0.isView {
      opacity: 1;
      -webkit-animation-name: effect0;
      animation-name: effect0;
  }
  @-webkit-keyframes effect0 {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }
  @keyframes effect0 {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }
  .effect1, .effect11, .effect11 li {
      opacity: 0;
      transition: all 1s ease-out;
      transform: translateY(70px);
  }
  .effect1.isView, .effect11.isView, .effect11.isView li {
      opacity: 1;
      transform: none;
      -webkit-animation-name: effect1;
      animation-name: effect1;
  }
  @-webkit-keyframes effect1 {
      from {
          opacity: 0;
          transform: translateY(70px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  @keyframes effect1 {
      from {
          opacity: 0;
          transform: translateY(70px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  .effect2, .effect21, .effect21 li {
      opacity: 0;
      transition: all 1s ease-out;
      transform: translateX(50px);
  }
  .effect2.isView, .effect21.isView, .effect21.isView li {
      opacity: 1;
      transform: none;
      -webkit-animation-name: effect2;
      animation-name: effect2;
  }
  @-webkit-keyframes effect2 {
      from {
          opacity: 0;
          transform: translateX(50px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  @keyframes effect2 {
      from {
          opacity: 0;
          transform: translateX(50px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  .effect3, .effect31, .effect31 li {
      opacity: 0;
      transition: all 1s ease-out;
      transform: translateY(-70px);
  }
  .effect3.isView, .effect31.isView, .effect31.isView li {
      opacity: 1;
      transform: none;
      -webkit-animation-name: effect3;
      animation-name: effect3;
  }
  @-webkit-keyframes effect3 {
      from {
          opacity: 0;
          transform: translateY(-70px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  @keyframes effect3 {
      from {
          opacity: 0;
          transform: translateY(-70px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  .effect4, .effect41, .effect41 li {
      opacity: 0;
      transition: all 1s ease-out;
      transform: translateX(-50px);
  }
  .effect4.isView, .effect41.isView, .effect41.isView li {
      opacity: 1;
      transform: none;
      -webkit-animation-name: effect4;
      animation-name: effect4;
  }
  @-webkit-keyframes effect4 {
      from {
          opacity: 0;
          transform: translateX(-50px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  @keyframes effect4 {
      from {
          opacity: 0;
          transform: translateX(-50px);
      }
      to {
          opacity: 1;
          transform: none;
      }
  }
  .effect {
      transition: transform 1s, opacity 1s ease-in-out;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;
  }
}

/* 响应式样式 */
@media screen and (max-width:1600px){
  .header{ padding: 0 10px;}
  footer{ padding: 60px 0;}
  .ft-bottom{ margin-top: 40px;}
}

@media screen and (max-width:1480px) {
  
}

@media screen and (max-width:1400px) {
  .ft-links .tag{ line-height: 50px;}
}

@media screen and (max-width:1280px) {
  .logo{ max-width: 400px;}
  .nav li > a{ font-weight: normal; font-size: 18px;line-height: 40px;}
  .ft-links > div{ width: 33%;}
  .ft-logo{ width: 35%;}
  .contactUs{width: 44%;}
}
  
@media screen and (max-width:1180px) {
  .contactUs li{ width: 60%;}
  .contactUs li:nth-of-type(even){ width: 40%;}
  
}

@media screen and (max-width:1100px) {
  .logo{ max-width: 360px;}
  .nav li > a{ font-size: 16px;}
}

@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:998px) {
  .logo{ padding-top: 10px;}
  .gp-menu-nav{ max-height: 100vh; overflow-y: scroll;}
  .gp-menu{ display: block; position: absolute; top: 20px; right: 0; width: auto;}
  .open .gp-menu{ position: fixed; top: 20px;}
  .search, .nav, .header-rt{ display: none;}
  .gp-menu-header-icon{ margin-right: 30px;}
  
  footer{ padding: 40px 0;}
  .ft-bottom{ flex-wrap: wrap; margin-top: 30px;}
  .ft-logo{ width: 100%; max-width: unset; text-align: center;}
  .ft-logo a{ display: inline-block; max-width: 430px;}
  .contactUs{ width: calc(100% - 150px); max-width: 500px}
  .ft-links .tag{ padding-left: 20px;}
  .ft-links .tag::before{ right: 20px;}
  .ft-links .linkCon{ display: none !important;}
  .ft-links .on .linkCon{ display: block !important;}
}

@media screen and (max-width:768px) {
  .gp-menu{ top: 20px;}
  
  footer{ padding: 30px 0;}
  .ft-bottom{ margin-top: 20px;}
  .ft-links .tag i{ margin-right: 10px;}
  
}

@media screen and (max-width:640px) {
  .gp-menu{ top: 10px;}
  
  .ft-links > div{ width: 70%;}
  .ft-links{ flex-direction: column; justify-content: center; align-items: center;}
  .ft-links a{ background: rgba(0, 36, 32, 0.9);}
}

@media screen and (max-width:540px) {
  .gp-menu-nav > ul > li.gp-m-search{ width: calc(100% - 30px);}
  .ft-bottom{ flex-direction: column;}
  .ft-logo{ order: -1;}
  .code{ order: -1;}
  .contactUs{ width: 100%;}
}

@media screen and (max-width:479px) {
  .logo{ max-width: 85%;}
  .open .gp-menu-header{ right: 20px;}
  .gp-m-logo{ width: calc(100% - 35px);}
  .gp-menu-header-icon{ margin-right: 5px;}
  
}

@media screen and (max-width:414px) {
  .ft-links > div{width: 100%;}
}

@media screen and (max-width:370px) {
  .contactUs li, .contactUs li:nth-of-type(even){ width: 100%;text-align: left;}
}