@charset "utf-8";
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}

.header{ background: #8AA07B;}
.logo{ width: 34.17%; padding: 25px 50px; box-sizing: border-box; font-size: 0; justify-content: flex-start; align-items: center;
  background: #fff;}
.logo a{ display: inline-block; font-size: 0;}
.logo02{ margin-left: 18px;}
.head_rt{ padding: 20px 0 0; padding-right: 50px;}
.tool{ font-size: 0; text-align: right;}
.tool > *{ margin-left: 30px; }
.tool > a{ display: inline-block; height: 35px; line-height: 35px;}
.tool > a:hover{ color: #fff; opacity: 0.85;}
.search{ display: inline-block; width: 200px; position: relative;}
.search .notxt{ width: 100%; height: 35px; border: 1px solid #D3DCCD; background: #8AA07B; outline: none; border-radius: 50px; padding-left: 10px; padding-right: 35px; box-sizing: border-box;}
.search .notxt::placeholder{ color: rgba(255, 255, 255, 0.3); font-size: 14px; box-sizing: border-box;}
.search .notxt1{ width: 20px; height: 35px; background: url(../images/search_icon.png) no-repeat center center; border: none; outline: none;
  position: absolute; top: 0px; right: 10px;}
.nav{ }
.nav li{ float: left; margin-left: 50px; position: relative; transition: all 0.35s ease;}
.nav li > a{ display: block; line-height: 26px; font-weight: bold; padding: 19px 0 20px;}
.nav li:hover > a{ color: #fff; opacity: 0.85;}
.nav .subcon{ display: none; width: 150px; background: #fff; border-radius: 10px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  position: absolute; left: 50%; top: 100%; transform: translateX(-50%); z-index: 10; padding: 10px 0;}
.nav .subcon a{ color: #647A56; display: block; text-align: center; padding: 5px 0; font-size: 18px;}
.nav .subcon a:hover{ background: rgba(0, 0, 0, 0.1);}

/*手机端导航默认*/
.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: 20px;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: #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: 80px;background:#8AA07B;display: none;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul {}
.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: 1.6rem;}
.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: 2rem;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{ background: url(../images/ft_bg.png);}
.footer .info{ padding: 80px 0; font-size: 0;}
.footer .flex{ align-items: center;}
.ft-logo{ margin-bottom: 20px;}
.ft-logo a{ display: inline-block; vertical-align: middle;}
.ft-logo a:last-child{ margin-left: 18px;}
.footer .info span{ font-size: 14px; line-height: 18px;}
.info-text{ margin-bottom: 20px; padding-left: 77px;}
.info-text:last-child{ margin-bottom: 0px;}
.code .img{ max-width: 120px; margin: 0 auto;}
.code .gp-img-responsive{ padding-bottom: 100%;}
.code .lable{ text-align: center; margin-top: 10px; line-height: 21px;}

.copy{ background: #647A56; text-align: center; line-height: 40px;}




/* 响应式样式 */
@media screen and (max-width:1600px){
  .nav li{ margin-left: 30px;}
}

@media screen and (max-width:1480px) {
  
}

@media screen and (max-width:1400px) {
  .nav li{ margin-left: 20px;}
}

@media screen and (max-width:1280px) {
  .logo{ padding: 25px 20px; width: 30%;}
  .logo02{ margin-left: 10px;}
  .head_rt{ padding-right: 20px;}
}

@media screen and (max-width:1200px) {
  .nav li{ margin-left: 15px;}
  
}

@media screen and (max-width:1100px) {
  .header > .logo{ width: 100%;}
  .head_rt{ display: none;}
  .gp-menu{ display: block;}
  .gp-menu-nav{ padding-top: 20px;}
  .gp-menu-nav .logo{ width: 450px; background: initial; margin: 0 auto; padding: 0; transition: all 0.35s ease;}
  .gp-m-search{ width: 100%; position: relative;}
  .gp-m-search .notxt{ width: 100%; padding: 0 50px 0 25px; border: none;border-bottom: 1px solid rgba(255,255,255,0.3); outline: none; background: initial; 
    color: #fff; height: 50px; line-height: 50px; font-size: 14px;}
  .gp-m-search .notxt::placeholder{ color: #fff; font-size: 14px; padding-left: 5px;}
  .gp-menu-header{ top: 40px;}
  .open .gp-menu-header{ position: fixed;}
  .gp-m-search .notxt1{ width: 60px; height: 100%; border: none; outline: none; background: initial; background: url(../images/search_icon.png) no-repeat center;
    position: absolute; right: 0px; top: 0px;}
  
}
@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:997px) {
  .gp-menu-header{ top: 30px;}
  .footer .flex{ flex-direction: column;}
  .footer .info{ padding-bottom: 30px;}
  .code{ padding-bottom: 20px;}
  .ft-logo a:first-child{ width: 55.5%;}
  .ft-logo a:last-child{ width: 43.2%; margin-left: 1.3%;}
}

@media screen and (max-width:767px) {
  .gp-menu-header{ top: 25px;}
  .header > .logo{ min-width: 300px;}
  .footer .info{ padding: 30px 0;}

  
}

@media screen and (max-width:680px) {
  .gp-menu-header{ top: 20px;}
  .info-text{ padding-left: 50px;}
  .gp-menu-nav .logo{ max-width: 340px;}
  
}

@media screen and (max-width:540px) {
  
}

@media screen and (max-width:479px) {
  .header > .logo{ min-width: 280px;}
  .info-text{ padding-left: 50px;}
  .ft-logo{ width: 90%; margin: 0 auto 20px;}
  .gp-menu-nav .logo{ margin: 0; margin-left: 20px; width: 300px;}
}

@media screen and (max-width:380px) {
  .header > .logo{ min-width: 260px; padding: 25px 10px;}
  .info-text{ padding-left: 30px;}
  .gp-menu-nav .logo{ width: 260px; margin-left: 10px;}
  
}