@charset "utf-8";
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
.gp-blod{ font-weight: bold;}

header{ position: relative; z-index: 10;}
.header{ position: absolute; top: 0px; left: 50%; transform: translateX(-50%);}
.header > .flex{ justify-content: space-between;}
.head_rt{ text-align: right;}
.nav{ display: inline-block; margin-top: 22px;}
.nav li{ float: left; margin-left: 36px; position: relative; transition: all 0.35s ease;}
.nav li:first-child{ margin-left: 0;}
.nav li > a{ display: block; line-height: 20px; font-weight: bold; padding: 22px 0;}
.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);}

.search{ display: inline-block; width: 44px; height: 18px; padding: 22px 0; background: url(../images/search_icon.png) no-repeat center;
  position: relative;}
.nav li.search{ margin-left: 110px; }
.search::after{ content: ''; display: block; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.16);
  position: absolute; bottom: 0px; left: 0px;}
.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;}
  
.gp-search{width:220px;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:1px solid #ccc;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 28px;line-height:28px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#a4a4a4; width:82%;left: 0;padding-left: 2%; outline: none;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#666;}
/*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: 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: #00843d;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;}
}

/*手机端导航默认*/
.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:#00843d;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/footer_bg.png) no-repeat center/cover;}
.footer{ padding-top: 55px; padding-bottom: 75px;}
.ft_rt{ padding-top: 46px;}
.links{ border-right: 1px solid rgba(255, 255, 255, 0.12); margin-right: 100px; overflow: hidden; position: relative;}
.links .block{ content: ''; display: block; width: 5px; height: 12px; background: #fed900;
  position: absolute; right: 0px; top: -12px; transition: top 0.35s ease;}
.links dt{ line-height: 1; font-weight: bold; margin-bottom: 14px;}
.links dd{ line-height: 30px; padding-right: 25px; position: relative;}
.links a{ display: block;}
.links a:hover{ color: unset; opacity: 0.8;}

.code > div:nth-of-type(1){ margin-right: 10px;}
.code .img{ width: 110px;}
.code .gp-img-responsive{ padding-bottom: 100%;}
.code .lable{ text-align: center; line-height: 1; margin-top: 14px;}
.copy{ color: rgba(255, 255, 255, 0.7); line-height: 24px; padding: 20px 0;}
.copy span{ display: inline-block; line-height: 1;}

/* 响应式样式 */
@media screen and (max-width:1600px){
  .nav li{ margin-left: 20px;}
  .logo{ max-width: 340px;}
}

@media screen and (max-width:1480px) {
  .logo{ max-width: 300px;}
  .nav li{ margin-left: 10px;}
  
}

@media screen and (max-width:1400px) {
  
}

@media screen and (max-width:1240px) {
  .footer{ padding-top: 30px; padding-bottom: 30px;}
  .links{ margin-right: 50px;}
  .nav li > a{ font-size: 18px;}
}

@media screen and (max-width:1200px) {
  .logo{ max-width: 240px;}
  .search{ width: 22px;}
}

@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:1080px) {
  .header{ width: 100%; box-sizing: border-box; margin: 0;}
}
@media screen and (max-width:1024px) {
  .footer{ padding-top: 20px; padding-bottom: 20px;}
  .footer .flex{ flex-direction: column; align-items: center;}
  .footer .code.flex{ flex-direction: row;}
  .sina{ margin-top: 0;}
  .ft_rt{ padding-top: 20px;}
  .links{ margin-right: 0; border-right: none;}
  .block{ display: none;}
  .links dd{ padding-right: 0;}
  .code{ margin-top: 10px;}
  .copy{ text-align: center;}

}

@media screen and (max-width:997px) {
  .gp-menu-header{ top: 30px;}
  .logo{ padding-left: 15px;}
  
}

@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;}
  .gp-menu-nav .logo{ max-width: 340px;}
  .logo01{ display: block; max-width: 240px; margin: 0 auto;}
  
}

@media screen and (max-width:540px) {
  
}

@media screen and (max-width:479px) {
  .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;}
  .gp-menu-nav .logo{ width: 260px; margin-left: 10px;}
  
}