@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;}
body::before{ content: ''; display: block;width: 100%; height: 420px; background: #bc2024;
    position: absolute; left: 0; top: 0; z-index: -1;}
.head-top{ padding-top: 6px; font-size: 0; text-align: right;}
.head-top *{ line-height: 42px; vertical-align: top;}
.head-top *:hover{ color: #fff; opacity: 0.8;}
.login{ display: inline-block; color: rgba(255,255,255,0.7); padding-left: 23px; position: relative;}
.login::before{ content: '';display: block;width: 16px; height: 18px;background: url(../images/login.png) no-repeat center/cover;
  position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.register{ display: inline-block; color: rgba(255,255,255,0.7); margin-left: 48px;padding-left: 25px; position: relative;}
.register::before{ content: '';display: block;width: 20px; height: 18px;background: url(../images/register.png) no-repeat center/cover;
  position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.search{ display: inline-block; width: 42px; height: 42px;
  box-sizing: border-box; border: 1px solid rgba(255,255,255,0.3); border-radius: 6px; margin-left: 75px;}
.logo{ position: relative; max-width: 393px; padding: 0; transform: translateY(-10px);}
.logo a{ display: block; font-size: 0;}
.logo img{ max-height: 130px;}
.header > .flex{ align-items: center;}

/* PC端搜索 */
.search{ position: relative; cursor: pointer; background: rgba(0,0,0,0.1) url(../images/search.png) no-repeat center; width: 46px; height: 46px;}
.gp-search{width:160px;height: 28px;line-height: 28px; overflow: hidden;display: inline-block;vertical-align: middle;border-radius: 20px; 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: 28px;line-height:28px; border:none; background:none; top:0;overflow: hidden; }
.gp-search input.notxt{color:rgba(6, 54, 104, 0.5); width:100%;left: 0;padding-left: 12px;padding-right: 22px;outline: none;
  box-sizing: border-box; font-size: 12px; background: #F0F0F0;border: none;}
.gp-search input.notxt::placeholder{ color: rgba(6, 54, 104, 0.5);}
.gp-search .notxt1 {position: absolute;width: 17px;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: #bc2024;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; margin-top: 10px; padding-bottom: 24px;}
.nav ul{ position: relative;}
.nav ul::before{ content: '';display: block;width: 100%;height: 24px;background: #ad2327;
  position: absolute; left: 0;top: 100%;z-index: -1;}
/* .nav::before{ content: ''; display: block; width: 230px; height: 74px; background: url(../images/nav-bot.png) no-repeat top center/cover;
  position: absolute; left: 50%; top: 100%; transform: translateX(-50%);} */
.nav li{ position: relative; margin-left: 1px;}
.nav li.on a{ background: #a6191e;}
.nav li > a{ display: block; line-height: 54px; padding: 0 20px; border-radius: 8px 8px 0 0;
  background-image: -moz-linear-gradient( 90deg, rgb(166,25,30) 0%, rgb(214,43,49) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(166,25,30) 0%, rgb(214,43,49) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(166,25,30) 0%, rgb(214,43,49) 100%);}
.nav li > a:hover{ color: rgba(255,255,255,0.9);}
.nav .subnav{ display: none; position: absolute; top: 100%; left: 0%; width: 100%; min-width: 160px;
    background: #a6191e; box-sizing: border-box; padding: 0px 0; min-height: 243px; border-top: 2px solid transparent;}
.nav dd a{ display: block; padding: 10px 0; padding-left: 30px; text-align: left; line-height: 1.5; color: #fff;}
.nav dd a:hover{ color: #bc2024;
  background-image: -moz-linear-gradient( 90deg, rgb(204,171,122) 0%, rgb(229,203,165) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(204,171,122) 0%, rgb(229,203,165) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(204,171,122) 0%, rgb(229,203,165) 100%);
}


.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:#bc2024;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(155, 0, 0, 0.5) 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: #bc2024; padding: 66px 0 0; overflow: hidden;}
footer .gp-img-responsive{ padding-bottom: 100%;}
.f-logo{ padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); margin-bottom: 16px;}
.f-logo a{ display: block; font-size: 0; text-align: center;}
.f-logo img{ max-height: 140px;}
.footer .lf{ width: 50%; max-width: 345px;}
.footer .md{ width: 37.86%; margin-left: 80px; padding-top: 8px; position: relative;}
.footer .md::before,
.footer .md::after{ content: '';display: block;width: 1px;height: 182px;background: rgba(255,255,255,0.2);
  position: absolute; left: 0; top: 0;}
.footer .md::after{ left: auto; right: 0;}
.footer .rt{ width: 50%; max-width: 300px; padding-top: 10px;}
.addr p{ line-height: 32px; color: rgba(255,255,255,0.8);}
.footer .links{ max-width: 400px; margin: 0 auto;}
.linkTil{ font-weight: bold;}
.linkCon{ margin-top: 18px;}
.linkCon a{ display: block; color: rgba(255,255,255,0.8); line-height: 30px;}

.code{ justify-content: flex-start;}
.code .item{ width: 120px; margin-right: 50px;}
.code .item:last-child{ margin-right: 0px;}
.code .gp-img-responsive{ background: #fff;}
.code .name{ text-align: center; line-height: 1; margin-top: 10px;}

.copy{ margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.23); text-align: center; padding: 20px 0;}
.copy span{ color: rgba(255,255,255,0.8); line-height: 30px; }

/* 响应式样式 */
@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) {
  .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 > a{ line-height: 45px;}
  footer{ padding: 40px 0 0;}
  .footer .gp-container > .flex{ flex-wrap: wrap; justify-content: center;}
  .footer .lf{ margin-right: 30px;}
  .footer .md{ order: 3; width: 100%; padding-top: 10px;}
  .footer .md::before, .footer .md::after{ display: none;}
  .copy{ margin-top: 40px; padding: 10px 0;}
  
}

@media screen and (max-width:1100px) {
  .logo{ max-width: 280px;}
  /* .logo::before{ content: ''; display: block; width: 120%; height: 50%;
    background: url(../images/nav-bot.png) no-repeat center bottom; background-size: 100% auto;
    position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); z-index: -1;} */
}
@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:997px) {
    .logo{ transform: none; padding: 10px 0;}
    .gp-menu{ display: block; position: absolute; top: 20px; right: 0; width: auto;}
    .open .gp-menu{ position: fixed; top: 20px;}

    .head-top, .nav{ display: none;}
    .logo img{ max-height: 110px;}
    .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, .footer .rt{ margin: 0; width: 100%; padding: 0;}
  .f-logo{ padding-bottom: 10px; max-width: 300px; margin: 0 auto 10px;}
  .addr{ text-align: center;}
  .copy{ margin-top: 20px;}
  .addr p{ line-height: 24px;}
}

@media screen and (max-width:680px) {
}

@media screen and (max-width:540px) {
  .logo{ width: 80%;}
}

@media screen and (max-width:479px) {
    .logo img{ max-height: 90px;}
    .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;}
}

@media screen and (max-width:414px) {

}

@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;}
}