@charset "utf-8";
/* CSS Document */

/*头部样式*/
.gp-header {
  width: 100%;
  border-top: #8c0000 6px solid;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 9;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* 标准的语法 */
  -webkit-animation-name: header_in;
  animation-name: header_in;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.headerTop.gp-container {
  padding: 20px 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.logo {
  width: 428px;
}

.topNav {
  margin-top: 15px;
}

.topNav>a {
  display: inline-block;
  padding: 0 20px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2.0rem;
  position: relative;
}

.topNav>a:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 0;
  top: 13px;
}

.topNav>a:first-child:before {
  display: none;
}

.topNav>a:hover {
  color: #fff;
  opacity: 0.8;
}

.nav {
  height: 60px;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  position: relative;
  z-index: 9;
}

.nav>ul {
  display: flex;
  display: -moz-box;
  /*firefox*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Safari*/
  display: -webkit-flex;
  /*Chrome*/
  display: box;
  display: flexbox;
  display: block\9;
  position: relative;
}

.nav>ul>li {
  position: relative;
  width: 100%;
  width: auto\9;
  float: left\9;
  padding: 0 2.4%\9;
}

.nav ul>li:before {
  content: '';
  background-color: #8c0000;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all 0.35s ease-in-out;
}

.nav ul>li.on:before {
  width: 60%;
  height: 6px;
  left: 20%
}

.nav ul li>a {
  padding: 0;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  font-weight: bold;
  display: block;
  transition: all 0.3s ease;
}

.nav ul li.on>a, .nav ul li:hover>a {}

.nav ul li.on .subNav {
  display: block;
}

.nav-wrapper>div {
  position: relative;
}

.headerFix-menu {
  position: absolute;
  right: -30px;
  top: 3px;
  cursor: pointer;
  display: none;
}

.headerFix-menu i {
  color: #fff;
  font-size: 30px;
}

.headerFix-close {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.headerFix-close i {
  color: #ccd2de;
  font-size: 24px;
}

.subNav {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  z-index: 9;
}

.subNav dd {}

.subNav a {
  padding: 10px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 24px;
  display: block;
  text-align: center;
}

.subNav a:hover {
  background-color: #8c0000;
  color: #fff;
}

.subNav1 {
  width: auto;
  left: -70%
}

.subNav1 a {
  white-space: nowrap;
}

.subNav2 {
  width: auto;
  left: -2%
}

.subNav2 a {
  white-space: nowrap;
}


.gp-header.currents {
  border: none;
  padding: 0;
  z-index: 9999;
}

.gp-header.currents .nav {
  border: none;
}

.gp-header.currents .headerTop.gp-container {
  display: none;
}

.gp-header:after {
  content: '';
  display: block;
  width: 0;
  height: 60px;
  box-shadow: 0 2px 10px #000;
  position: absolute;
  top: 0;
  background: rgba(140, 0, 0);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation-name: scaleX;
  animation-name: scaleX;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}

.gp-header.currents::after {
  width: 100%;
  -webkit-animation-name: scale2;
  animation-name: scaleX2;
  animation-duration: .4s;
  -webkit-animation-duration: .4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-delay: 0s;
}

@-webkit-keyframes scaleX2 {
  0% {
    width: 280px;
  }

  100% {
    width: 100%;
  }
}

@keyframes scaleX2 {
  0% {
    width: 280px;
  }

  100% {
    width: 100%;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block;
}


@-webkit-keyframes header_in {
  from {
    opacity: 0;
    top: -300px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes header_in {
  from {
    opacity: 0;
    top: -300px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}



/*1.默认展开的搜索*/
.gp-search {
  width: 160px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-left: 40px;
}

.gp-ser {
  width: 100%;
  height: 40px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-search input, .gp-search button {
  position: absolute;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #a4a4a4;
  width: 68%;
  left: 0;
  padding-left: 10%;
}

.gp-search .notxt1 {
  position: absolute;
  width: 15%;
  right: 10px;
  cursor: pointer;
  background: url(../images/ser.png) no-repeat center;
  outline: none;
}


/*4.搜索按钮全屏展开*/
#gp-serBtn4 {
  position: relative;
  z-index: 801;
  width: 32px;
  height: 32px;
  background: url(../images/ser.png) no-repeat center;
  padding: 5px 15px;
}

#gp-serBtn4:hover {
  border-top: none;
}

.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;
}

.gp-search4 .notxt1 {
  background-color: #dde1e7;
  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;
  }
}






/*.goTop {position: absolute;bottom: 0;left: 50%;z-index: 9999999;color: #fff;margin-left: -20px;transition: none;background-color:rgba(0,0,0,0.2);width: 40px;height: 40px;line-height: 50px;text-align: center;display: block;}*/
.goTop:hover {
  color: #fff;
  background-color: #0a9f7a;
}

.goTop i {
  font-size: 32px;
}

/*手机端导航*/
.mobile {
  width: 100%;
  position: absolute;
  height: auto;
  display: none;
  top: 16px;
  left: 0;
  z-index: 99991;
}

.mobile-search-btn {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.mobile-search-btn i {
  color: #fff;
  font-size: 20px;
}

.mobile-inner-header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 50
}

.mobile-inner-header-icon {
  color: #ffffff;
  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;
}

.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 4px;
  background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  cursor: pointer;
  text-align: right;
  margin-right: 8px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  /*! margin-top: 18px; */
}

.mobile-inner-header-icon-out i {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0
}

.mobile-inner-header-icon-click i {
  display: none;
}

.mobile-inner-header-icon-out span {
  width: 25px;
  height: 4px;
  display: block;
  border-radius: 5px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-inner-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
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

@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);
  }
}

.mobile-inner-nav {
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  width: 0;
  transition: left 0.3s ease-in-out;
  height: 0;
  background-color: rgba(140, 0, 0, 0.95);
  overflow: hidden;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 100%;
  font-size: 1.6rem;
  border-bottom: solid 1px #9d3337;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #fff;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  padding: 0 20px;
}

.mobile-inner-nav li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
  position: relative;
}

.mobile-inner-nav li.on {
  background-color: #9c1c1d;
}

.mobile-inner-nav li.on a {
  color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
  background: url(../images/jia.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
  background: url(../images/jian.png) no-repeat center;
}

.mobile-inner-nav li strong {
  color: #2c4780;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.4rem;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 50px;
}

.mobile-inner-nav a {
  -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;
}

@-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;
  }
}


.mobile_subNav {
  display: none;
  background: #9c1c1d;
}

.mobile-inner-nav dd a {
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 1.5rem;
}

.mobile-inner-nav dd a:hover {
  background-color: #9c1c1d;
}

.mobile_search input.notxt {
  background: none;
}

.mobile_search {
  clear: both;
  position: absolute;
  height: 40px;
  overflow: hidden;
  left: 0;
  top: 58px;
  width: 100%;
  z-index: 99993;
  display: block;
}

.mobile_search .search {
  overflow: hidden;
  height: 37px;
  position: relative;
  border-bottom: #9d3337 2px solid;
  background: #fff;
}

.mobile_search input.notxt {
  width: 84%;
  color: #566c99;
  border: none;
  padding: 0 20px;
  height: 38px;
  box-sizing: border-box;
  font-size: 1.6rem;
  float: left;
}

.mobile_search input.notxt1 {
  width: 40px;
  right: 10px;
  background: url(../images/ser.png) no-repeat center #d63c3c;
  border: none;
  height: 37px;
  left: auto;
  /*! right: 0; */
  float: right;
}

.mobile-links {
  width: auto;
  margin: 0 20px 10px;
  overflow: hidden;
  padding: 10px 0 0;
  opacity: 0.6;
  font-size: 14px;
}

.mobile-links span {
  float: left;
  padding: 0 15px;
}

.mobile-links span a {
  border: none;
  line-height: 25px;
  padding: 4px 0;
  font-size: 14px;
}

.nav-open .mobile-inner-nav {
  width: 100%;
  display: block;
  position: fixed;
  right: 0px;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: scale(1);
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  padding: 95px 0 20px;
  transition: all 0.3s ease;
}

.mobile_topNav {
  width: 100%;
  height: auto;
  padding: 10px 0;
  overflow: hidden;
}

.mobile_topNav a {
  display: inline-block;
  width: auto;
  float: left;
  border: none;
  line-height: 35px;
}


/*footer*/

.wrap_footer {
  background: url(../images/footerbg.jpg) no-repeat top center;
  background-size: cover;
  padding: 55px 0;
  overflow: hidden;
}

.footer {
  overflow: hidden;
}

.footer * {
  color: #fff;
}

.footer>.gp-fl {
  width: 35%;
  overflow: hidden;
}

.footer>.gp-fr {
  width: 50%;
  overflow: hidden;
}

.f-logo {
  display: block;
  max-width: 459px;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.copyRight {
  border-top: rgba(255, 255, 255, 0.16) 1px solid;
  padding-top: 24px;
  overflow: hidden;
}

.copyRight p {
  line-height: 30px;
}

.link {
  width: 50%;
  float: left;
  overflow: hidden;
}

.link h2 {
  margin-bottom: 10px;
}

.list7 li {
  width: 100%;
}

.list7 li a {
  display: block;
  padding: 5px 0 5px 30px;
  overflow: hidden;
  position: relative;
}

.list7 li a:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #e0c67e;
  position: absolute;
  left: 0;
  top: 14px;
}

.list7 li a:hover {
  opacity: 0.8;
  color: #fff;
}

.codeList {
  width: 55%;
  float: right;
  margin-top: 30px;
  overflow: hidden;
}

.codeList .code {
  width: 50%;
  float: left;
  overflow: hidden;
}

.codeList .code span {
  display: block;
  overflow: hidden;
  text-align: center;
}





@media screen and (max-width:1600px) {
  .gp-container {
    width: 1200px;
  }

  .footer>.gp-fr {
    width: 56%;
  }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {
  .gp-container {
    width: auto;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .gp-f24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:1200px) {
  .gp-header.current, .topNav {
    display: none;
  }

  .headerTop.gp-container {
    padding: 20px 0;
  }

  .gp-topNav, .nav {
    display: none;
  }

  .mobile {
    display: block;
  }

  .gp-header {
    background: #8c0000;
    position: static;
    padding-bottom: 0;
    border: none;
  }

  .footer>.gp-fr {
    width: 100%;
    float: none;
  }

  .footer>.gp-fl {
    width: 100%;
    float: none;
    text-align: center;
  }

  .list7 li {
    width: 50%;
  }

  .codeList {
    float: none;
    margin: 20px auto auto;
  }

  .f-logo {
    margin: 30px auto;
  }
}

@media screen and (max-width: 1024px) {
  .gp-container {
    width: auto;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .gp-f26 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .gp-f30 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .copyRight {
    padding: 15px 0;
  }

  .copyRight br {
    display: none;
  }

  .f-logo {
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 766px) {
  .logo {
    width: 220px;
  }

  .gp-title-lh22 {
    height: auto;
    max-height: 44px;
  }

  .gp-title-lh24 {
    height: auto;
    max-height: 48px;
  }

  .wrap_footer {
    padding: 30px 0;
  }

  .link {
    width: 100%;
    float: none;
  }

  .codeList {
    width: 280px;
    margin: 20px auto auto;
    float: none;
  }

  .codeList .code span {
    margin: 0 20px;
  }

}




@media screen and (max-width:640px) {
  .headerTop.gp-container {
    padding: 15px 0;
  }

  .gp-f30 {
    font-size: 18px;
    font-size: 1.8rem;
  }


}

@media screen and (max-width:480px) {}