@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{ position: relative; z-index: 1;}
.head-top{ padding: 23px 0; background: url(../images/header-bg.png) no-repeat center/cover;}
.head-top > .gp-container{ align-items: center;}
.logo{ position: relative; align-items: center;}
.logo a{ display: block; font-size: 0;}
.logo1{ margin-right: 18px;}

/* PC端搜索 */
.search{ position: relative; cursor: pointer; border: 1px solid rgba(255,255,255,0.1);}
.gp-search{width:300px;height: 50px;line-height: 50px; overflow: hidden;display: inline-block;vertical-align: middle;border-radius: 0px; outline: hidden;
    transition: all 0.35s ease-in-out;*display: inline;*zoom:1;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; 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:100%;left: 0;padding-left: 20px;padding-right: 38px;outline: none;
  box-sizing: border-box; font-size: 12px; background: rgba(0, 0, 0, 0.1);border: none;}
.gp-search input.notxt::placeholder{ color: rgba(255, 255, 255, 0.5);}
.gp-search .notxt1 {position: absolute;width: 38px;right:0;cursor:pointer;color:#666;background: url(../images/search.png) no-repeat left 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;}
.nav ul{ position: relative; justify-content: center;}
.nav li{ position: relative; margin-left: 95px;}
.nav li:first-child{ margin-left: 0;}
/* .nav li.on a{ background: #004085;} */
.nav li > a{ display: block; line-height: 60px; padding: 0 0px; font-weight: bold;}
.nav li > a::before{ content: ''; display: block; 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{ color: #000;}
.nav .subnav{ display: none; position: absolute; top: 100%; left: 50%;transform: translateX(-50%); width: 100%; min-width: 160px;
    background: rgba(0, 64, 133, 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; font-size: 15px;}
.nav dd a:hover{ color: #fff;background: #004085;}

.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;background:#004085;display: none;}
/*导航*/
.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;
  }
}
/* 移动端链接 */
.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{ height: 35px; line-height: 35px; right: 10px;}
.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;}
.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{ position: relative; background: url(../images/footer-bg.png) no-repeat center/cover; padding: 62px 0 0;}
footer > .flex{ align-items: flex-start;}
footer a:hover{ color: rgba(255,255,255,0.8);}
.ft-til{ font-weight: bold; line-height: 1; padding-bottom: 24px; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer .addr{ line-height: 28px; }
.footer .md{ max-width: 450px; width: 31.25%;}
.footer .md ul{ flex-wrap: wrap;}
.footer .md a{ display: block; line-height: 28px;}
.footer .rt{ width: 12.71%;}
.footer .rt .share{ padding: 0; width: 183px;}
.footer .rt .weChat{ background: url(../images/wechat.png) no-repeat center; border: 1px solid rgba(255,255,255,0.2); height: 95px; position: relative;}
.footer .rt .weChat .codeBox{ display: none; position: absolute; bottom: 100%; right: 0; width: 100%;z-index: 3;}
.footer .rt .weChat .codeBox .gp-img-responsive{ padding-bottom: 100%;}
.copy{ margin-top: 48px; text-align: center; line-height: 28px; padding: 10px 0 20px; border-top: 1px solid rgba(255,255,255,0.2);}
.share .bdsharebuttonbox > a{ display: contents;}

/* 响应式样式 */
@media screen and (max-width:1600px){

}

@media screen and (max-width:1480px) {
  .nav li > a{ padding: 0 10px;}
}

@media screen and (max-width:1400px) {
  .register{ margin-left: 40px;}
  .search{ margin-left: 40px;}

}

@media screen and (max-width:1280px) {
  .gp-search{ width: 260px;}
  .nav li > a{ padding: 0 5px; font-size: 16px;}
  .footer .md{ margin-left: 0;}
}
  
  @media screen and (max-width:1180px) {
  .logo{ transition: all 0.35s ease; max-width: 320px;}
  .nav li{ margin-left: 50px;}
  .nav li > a{ line-height: 45px;}
  footer{ padding: 30px 0 0;}
  .footer > .flex{ flex-wrap: wrap; justify-content: center;}
  .footer .lf{ margin-right: 0px;}
  .footer .md{ order: 3; width: 100%; padding-top: 10px;}
  .footer .rt{ margin: 0 20px;}
  .footer .md::before, .footer .md::after{ display: none;}
  .copy{ margin-top: 20px; padding: 10px 0;}
  
}

@media screen and (max-width:1100px) {
  .logo{ max-width: 280px;}
  .footer > .flex{ flex-direction: column; align-items: center;}
  .footer .lf{ max-width: 450px; margin: 10px 0;}
}
@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:998px) {
  .gp-menu{ display: block; position: absolute; top: 20px; right: 0; width: auto;}
  .open .gp-menu{ position: fixed; top: 20px;}
  .search, .nav{ display: none;}
  
  .head-top{ padding: 10px 0;}
  .logo{ padding: 10px 0;}
  .gp-menu-header-icon{ margin-right: 30px;}
  
}

@media screen and (max-width:768px) {
  .gp-menu{ top: 20px;}
  
  footer{ padding: 30px 0 0;}
  .footer .gp-container > .flex{ flex-direction: column; align-items: center;}
  .footer .lf{ width: 100%; padding: 0;}
  .f-logo{ padding-bottom: 10px; max-width: 300px; margin: 0 auto 10px;}
  .copy{ margin-top: 20px;}
  .addr p{ line-height: 24px;}
  .footer .rt{ width: 120px;}
}

@media screen and (max-width:680px) {
}

@media screen and (max-width:540px) {
  .logo{ width: 80%;}
  .gp-menu-nav > ul > li.gp-m-search{ width: calc(100% - 30px);}
}

@media screen and (max-width:479px) {
  .open .gp-menu-header{ right: 20px;}
  .gp-m-logo{ width: calc(100% - 35px);}
  .gp-menu-header-icon{ margin-right: 5px;}
  .f-logo{ max-width: 260px; margin: 0 auto;}
  .ft-til{ padding-bottom: 10px; margin-bottom: 10px;}
}

@media screen and (max-width:414px) {
  .addr p{ line-height: 20px;}
  .footer .rt .share{ width: 140px;}
  .footer .rt .weChat{ height: 75px;}
}

@media screen and (max-width:370px) {
  .code{ justify-content: center; padding: 5px 0;}
  .code .item{ width: 110px; margin-right: 30px;}
  .copy{ margin-top: 10px; padding: 10px 0 15px;}
}