@font-face {
    font-family: 'SouHanB';
    src: url('../fonts/SourceHanSerifSC-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouHanH';
    src: url('../fonts/SourceHanSerifSC-Heavy.woff') format('woff'),
        url('../fonts/SourceHanSerifSC-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SouHanL';
    src: url('../fonts/SourceHanSerifSC-Light.woff') format('woff'),
        url('../fonts/SourceHanSerifSC-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SouHanR';
    src: url('../fonts/SourceHanSerifSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SouHanM';
    src: url('../fonts/SourceHanSansSC-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SouHanN';
    src: url('../fonts/SourceHanSansSC-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'SouHanB';
}

/* 公共样式 */
.header {
  position: relative;
  z-index: 900;
  width: 100%;
  transition: all 0.4s ease-out;
  /* background-color: #fff; */
}

.header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .25rem 0;
}

.header .header_right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.header .header_right .main-but {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .8rem;
  height: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header .header_right .main-but a {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.header.currents .header_right .main-but,
.header.currents .header_right .search_btn {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header .header_right .main-but a:hover {
  font-weight: bold;
}

.header .header_right .search_btn {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .8rem;
  height: 50%;
  color: #fff;
  font-size: .3rem;
  transition: all .4s ease-in-out;
}

.header .header_right .search_btn:hover {
  font-size: .45rem;
}

/* .header:before {
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
} */

@media screen and (max-width: 996px) {
  .header .header_right {
    display: none;
  }
}


.logo {
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 200;
  width: 25%;
}

.logo a img {
  display: block;
}

.logo a img.sub-logo {
  display: none;
}

.logo .gp-img-responsive {
  padding-bottom: 21.66%;
  background-color: transparent;
}

.logo a img:hover {
  transform: scale(1) translate(-50%, -50%);
}

.nav {
  transition: all 0.35s ease-out;
}

.nav>li {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  transition: height 0.4s ease-out;
  display: inline-block;
}

.nav>li>a {
  font-size: 0.24rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  color: #6A6A6A;
  font-family: 'SouHanB';
  font-weight: 600;
  margin: 0 .25rem;
}

.nav>li:last-child>a {
  margin-right: 0;
}

.nav>li:first-child>a {
  margin-left: 0;

}

.nav>li>a::before {
  width: 0;
  height: 0.08rem;
  background-color: #3F989C;
  position: absolute;
  left: 50%;
  bottom: 8px;
  content: '';
  border-radius: 50%;
  transition: all 0.35s ease-out;
}

.nav>li:hover>a::before, .nav>li.on>a {
  color: #3F989C;
}

.nav>li:hover>a::before, .nav>li.on>a::before {
  width: 8px;
}

.nav>li>span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.nav>li .second_nav1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  transition: all 0.35s ease-in-out;
  z-index: 0;
  background-size: cover;
}

.nav>li .second_nav1 {
  width: 130%;
  position: absolute;
  left: -15%;
  display: none;
  top: 0.8rem;
  padding: 0.1rem 0 0.2rem;
  line-height: 1.5;
  box-sizing: border-box;
  background: rgba(87, 150, 155, 0.6);
  background: -webkit-linear-gradient(top, rgba(87, 150, 155) 30%, rgba(146, 7, 10, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(87, 150, 155) 30%, rgba(146, 7, 10, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(87, 150, 155) 30%, rgba(146, 7, 10, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(87, 150, 155) 30%, rgba(146, 7, 10, 0));
  /* 标准的语法 */
}

.second_nav1 dd {}

.second_nav1 dd a {
  padding: 0.06rem 0.1rem;
  display: block;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}

.second_nav1 dd a:hover {
  color: #fff;
  background-color: #327c80;
}

.gp-serBtn2 {}

.nav>li:hover .second_nav1 {
  display: block;
}

.second_nav1 dl {
  position: relative;
  z-index: 20;
  text-align: center;
}

/*1.默认展开的搜索*/
.gp-search {
  width: 2.2rem;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #f1f2f6;
  border-radius: 0.25rem;
}

.gp-ser {
  width: 100%;
  height: 0.28rem;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-search input, .gp-search button {
  position: absolute;
  height: 0.28rem;
  line-height: 0.28rem;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #fff;
  width: 82%;
  left: 0;
  padding-left: 5%;
}

.gp-search .notxt1 {
  position: absolute;
  width: 13%;
  right: 0;
  cursor: pointer;
  color: #fff;
  height: 0.42rem;
  line-height: 0.42rem;
  top: 0;
  text-align: center;
  transition: all 0.35s ease-out;
  font-size: 0.25rem;
}

/*4.搜索按钮全屏展开*/
#gp-serBtn4 {
  position: relative;
  z-index: 801;
}

.gp-search4 {
  height: 0;
  border: none;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  z-index: 1802;
  left: 0;
}

.gp-search4 .gp-ser {
  max-width: 8rem;
}

.gp-search4 input, .gp-search4 button {
  height: 0.4rem;
  line-break: 0.4rem;
}

.gp-search4 .gp-ser {
  height: 0.4rem;
  border: 0.01rem solid #ccc;
  margin-top: 0.2rem;
}

.gp-search4 .notxt1 {
  background: #C7000A;
  color: #fff
}

.gp-search4 .gp-ser {
  display: none;
  border: none;
  background: #fff;
}

.gp-search4.active .gp-ser {
  display: block;
}

.gp-search4.active {
  height: 0.8rem;
}

.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: 0.9rem;
  }

  .gp-search4 .notxt1 {
    width: 0.85rem;
  }
}

.close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #333;
}

:moz-placeholder {
  color: #333;
}

.gp-search input:placeholder {
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}

@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: 0.9rem;
  }

  .gp-search4 .notxt1 {
    width: 0.85rem;
  }

}

.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;
  }
}

.fadeInUpSmall, .show {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall2 {
  -webkit-animation-name: fadeInUpSmall2;
  animation-name: fadeInUpSmall2;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes fadeInUpSmall2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.header.currents {
  -webkit-animation-name: upDown;
  animation-name: upDown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@-webkit-keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*头部定位*/
.header.currents {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 1200px;
  margin-bottom: 0;
  border: none;
  /* background-color: #fff; */
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.header.currents:before {
  display: none;
}

.header.currents .logo {
  max-width: 4.6rem;
}


/* .header.currents .nav li .second_nav1{top: 72px;} */
.header.active {
  width: 100%;
  left: 0;
}

body.open .logo {
  z-index: 2000;
}

/*手机端导航默认*/
.mobile_bg {
  width: 100%;
  height: calc(100% - 1rem);
  z-index: 90;
  position: fixed;
  top: 1rem;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 300;
}

.gp-menu {
  width: 100%;
  z-index: 98;
  position: fixed;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
}

.gp-menu-header {
  position: absolute;
  top: 0.15rem;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 50px;
}

.gp-menu-link {
  float: left;
  line-height: 0.4rem;
  height: 0.4rem;
  padding-left: 0.15rem;
}

.gp-menu-link a {
  color: #fff;
}

.gp-menu-header-icon {
  float: right;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
  margin: 0 0.15rem 0 0;
  width: auto;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  line-height: 0.5rem;
  width: 0.5rem;
}

.gp-menu-header-icon span {
  position: absolute;
  right: calc((100% - 0.3rem) / 2);
  top: calc((100% - 0.06rem) / 2.3);
  width: 0.27rem;
  height: 0.02rem;
  background-color: #fff;
  display: none;
}

.gp-menu-header-icon-out span {
  width: 0.3rem;
  height: 0.02rem;
  background-color: #fff;
  display: block;
  border-radius: 0.04rem;
}

.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(0.04rem) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-0.04rem) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-0.04rem) rotate(0deg);
}

.gp-menu-header .searchBtn {
  width: 0.5rem;
  font-size: 0.24rem;
  padding-top: 0.1rem;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0.7rem;
  top: 0;
  font-weight: normal;
}

.gp-menu-header-icon-out i {
  width: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  height: 0.5rem;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-0.04rem) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(0.04rem) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(0.12rem) rotate(0deg);
  }
}

.gp-menu-header-icon-click span {
  top: calc((100% - 0.02rem) / 2.1);
  display: block;
}

.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;
  margin-left: 0;
}

.gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

.gp-menu-header-icon-click i {
  display: none;
}

.gp-menu-header-icon-click strong {
  display: none;
}

.gp-menu-header-icon-click em {
  display: inline-block;
  margin-right: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  position: absolute;
  left: -0.4rem;
  top: 0.05rem;
}

@keyframes clickfirst {
  0% {
    transform: translateY(0.04rem) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-0.04rem) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.gp-menu-header-icon-click {
  width: 0.5rem;
  background-color: #3E989C;
  border-radius: 50%;
}

.gp-menu-nav {
  width: 100%;
  display: none;
  background: #3E989C;
  padding-top: 0.85rem;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.header .m-main-but a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 1.4;
  padding: 0.16rem 0.16rem;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

/*导航*/
.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul>li {
  position: relative;
  box-sizing: border-box;
  transition: transform 0.5s ease-in;
  transform: translateY(-0.4rem);
  opacity: 0;
}

.gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
  border-right: 0.01rem solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}

.gp-menu-nav>ul>li>a {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 1.4;
  padding: 0.16rem 0.16rem;
  width: 70%;
  box-sizing: border-box;
  color: #fff;
}

.m-second-nav {
  display: none;
  padding-bottom: 0.1rem;
  padding: 0 0.08rem;
  background-color: #3E989C;
}

.m-second-nav>li {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
}

.m-second-nav>li:last-child {
  border-bottom: none;
}

.m-second-nav>li.on>span {
  transform: rotate(45deg);
}

.m-second-nav>li>a {
  display: block;
  padding: 0.12rem 0 0.12rem 0.2rem;
  font-size: 0.14rem;
  color: #fff;
}

.m-second-nav>li>span {
  top: 0.04rem;
  color: #dad6ce;
  font-size: 0.18rem;
}

.gp-menu-arrow {
  cursor: pointer;
  width: 0.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 0.1rem;
  top: 0.08rem;
  font-size: 0.2rem;
  text-align: center;
}

.gp-menu-arrow::before {
  transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on>span {
  color: #fff;
}

.gp-menu-nav>ul>li.on>span::before {
  transform: rotate(90deg);
  display: inline-block;
}

.gp-menu-nav li ul {}

/*导航内标签效果*/
.open .gp-menu-link {
  display: none;
}

.open .gp-menu-header {
  /* background: url(../images/td_bg1.jpg) repeat; */
  background-color: #3E989C;
}

.open .logo, .open .header .divSelect {
  z-index: 90;
}

.open .gp-menu-nav>ul>li {
  transform: none;
  opacity: 1;
}

.open .gp-menu-nav>ul>li.on {
  background-color: #3E989C;
}

.gp-menu-nav.gp-menu-offcanvas2 {
  position: fixed;
  display: block;
  transform: translate(150%, 0);
  transition: all 1s ease-in-out;
  width: 85%;
  max-width: 4rem;
  border-left: 0.08rem solid #9A0000;
}

body.open .gp-menu-offcanvas2 {
  transform: translate(0, 0);
  position: absolute;
}

body.open .gp-menu-nav>ul>li.on>a {
  color: #fff;
}

body.open .searchBtn {
  display: none !important;
}

body.open .m_en {
  display: inline-block;
  padding-top: 0.04rem;
}


.mobile-column1 {
  width: 100%;
  left: -100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*5移动端搜索默认*/
.gp-m-search {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  padding: 0 5%;
  height: auto;
  border-radius: 0;
  border: none;
}

.gp-m-search .gp-ser {
  background-color: #fff;
}

.gp-m-search .notxt1 {
  right: 0;
  width: 0.5rem;
  border-radius: 0.02rem;
  height: 0.35rem;
  top: 0;
  color: #3E989C;
  line-height: 0.35rem;
}

.gp-m-search .notxt1 i {
  font-size: 0.2rem;
}

.gp-m-search input.notxt {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.15rem;
}

.gp-m-search.active {
  display: block;
  position: absolute;
  left: 0;
  top: 1.4rem;
}

.gp-m-search input, .gp-m-search button {
  height: 0.35rem;
  line-height: 0.35rem;
}

.gp-m-search .gp-ser {
  height: 0.35rem;
  margin-top: .25rem;
}

/*加页面动画*/
.effect2 {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s, opacity 1s ease-in-out
}

.effect2.isView {
  transform: none;
  opacity: 1 !important;
}

.gp-title1 {
  font-weight: normal;
  color: #2e3c63;
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  display: block;
}

/***分页*/
.gp-page1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.12rem;
  font-size: 0;
  text-align: center;
}

.gp-page1::after,
.gp-page1::before {
  content: " ";
  display: table;
}

.gp-page1 a::before {
  display: none;
}

.gp-page1>a,
.gp-page1>span,
.gp-page1>div>span,
.gp-page1 .num>a,
.gp-page1 .selectDiv {
  display: inline-block;
  position: relative;
  width: .7rem;
  height: .7rem;
  line-height: .7rem;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  font-size: 0.32rem;
  transition: all 0.35s ease-in-out;
  margin: 0 0.05rem;
  border: 0.01rem solid #d7dfdc;
  margin-bottom: 0.05rem;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}

.gp-page1 a span {
  border: none;
}

.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #3E989C;
  color: #fff;
  border-color: #3E989C;
}

.gp-page1 a.on_pages {
  background-color: #3E989C;
}

.gp-page1 .hide {
  display: none !important;
}

.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 0.05rem solid transparent;
  border-top-color: #bfbeac;
  position: absolute;
  right: 0.06rem;
  top: 0.13rem;
}

.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 0.14rem;
  transition: all 0.35s ease-in-out;
  margin: 0 0.05rem;
  border: 0.01rem solid #d7dfdc;
  margin-bottom: 0.05rem;
  cursor: pointer;
  text-align: center;
  padding: 0.09rem 0.28rem;
  position: relative;
}

.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}

.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 0.14rem;
  list-style: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 2.4rem;
  border: 0.01rem solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}

.gp-page1 .selectDiv ul li:hover {
  background: #3E989C;
}

.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}

.gp-page1 .selectDiv ul a {
  line-height: 0.3rem;
  padding: 0px 0.1rem;
}

.gp-page1 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}

.gp-page1 .selectDiv ul a.active {
  display: block;
}

.gp-page1 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(0.05rem);
  transform-origin: center;
}

.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1>span,
.gp-page1.pageStyle1 div>span {
  padding: 0.1rem;
  min-width: 0.36rem;
  min-height: 0.36rem;
}

.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 0.1rem;
}

.gp-page1.pageStyle1 a::before {
  display: inline-block;
}

.gp-page1.pageStyle1 a span {
  display: none;
}

.gp-page1.pageStyle1 .selectDiv {
  padding: 0.16rem 0.1rem;
  min-width: 0.66rem;
}

.gp-page1.pageStyle1 .iconfont {
  font-size: 0.2rem;
}

.gp-page1 .turnPage span {
  border: none;
}

.gp-page1.pageStyle1 .num a {
  min-height: 0.42rem;
  min-width: 0.42rem;
  text-align: center;
  line-height: 1.4;
}

.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2>span,
.gp-page1.pageStyle2 div>span {
  padding: 0.1rem;
  min-width: 0.36rem;
  min-height: 0.36rem;
}

.gp-page1.pageStyle2>a {
  border-radius: 50%;
}

.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 0.1rem;
}

.gp-page1.pageStyle2 a::before {
  display: inline-block;
}

.gp-page1.pageStyle2 a span {
  display: none;
}

.gp-page1.pageStyle2 .selectDiv {
  padding: 0.13rem 0.1rem;
  min-width: 0.66rem;
}

.gp-page1.pageStyle2 .iconfont {
  font-size: 0.2rem;
}

.gp-page1.pageStyle2 .turnPage span {
  border: none;
}

.gp-page1.pageStyle2 .num a {
  min-height: 0.42rem;
  min-width: 0.42rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
}

.gp-page1 .gp-page-prev,
.gp-page1 .gp-page-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.gp-page1 .gp-page-next:hover,
.gp-page1 .gp-page-prev:hover {
  background-color: transparent;
}

.gp-page1 .gp-page-prev span,
.gp-page1 .gp-page-next span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #A3A3A3;
  transition: all .3s ease-in-out;
}

.gp-page1 .gp-page-prev span {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.gp-page1 .gp-page-next span {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.gp-page1 .gp-page-prev:hover span,
.gp-page1 .gp-page-next:hover span {
  background-color: #000;
}
.gp-page1 .num .ex {
  border: none;
  color: #B9B9B9;
}

@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }

  .gp-page1>a,
  .gp-page1>span,
  .gp-page1>.gp-ib a {
    display: none;
  }

  .gp-page1 a.on_pages,
  .gp-page1 .gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}

.wrap_footer {
  /* background: #fff; */
  position: relative;
  z-index: 50;
  padding: 0rem 0 .545rem;
  overflow: hidden;
}

.wrap_footer .footer-main {
  padding-left: .42rem;
}

.wrap_footer .footer-main .line {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.wrap_footer .footer-main .content {
  padding: .525rem 0 .76rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_footer .footer-main .content .title {
  font-size: .24rem;
  font-family: 'SouHanB';
  margin-bottom: .28rem;
}

.wrap_footer .footer-main .content .left dd {
  font-size: .18rem;
  font-family: 'SouHanR';
  font-weight: 300;
  margin-bottom: .17rem;
}

.wrap_footer .footer-main .content .left dd:last-child {
  margin-bottom: 0;
}

.wrap_footer .footer-main .content .left dd .color-text {
  color: #3F989C;
}

.wrap_footer .footer-main .content .center .link-list {
  display: flex;
}

.wrap_footer .footer-main .content .center .link-list ul:first-child {
  margin-right: 1.2rem;
}

.wrap_footer .footer-main .content .center .link-list li {
  margin: .15rem 0;
}

.wrap_footer .footer-main .content .center .link-list a {
  display: block;
  font-family: 'SouHanR';
  font-weight: 300;
  font-size: .19rem;
}

.wrap_footer .footer-main .content .right .ewm-box {
  display: flex;
  align-items: flex-start;
  font-family: 'SouHanR';
  font-weight: 300;
  font-size: .19rem;
}

.wrap_footer .footer-main .content .right .ewm-box img {
  width: 1.96rem;
  height: 1.96rem;
  margin-left: .24rem;
  background-color: #C4C4C4;
}

.wrap_footer .footer-main .copyright span {
  display: block;
  width: 100%;
  font-size: .2rem;
  font-family: 'SouHanR';
  font-weight: 300;
  text-align: center;
  padding-top: .3rem;
}

@media screen and (min-width: 996px) {
  .gp-search .notxt1:hover {
    background-color: #fe9e15;
  }

  .topNav .link:hover {
    background: #fe9e15;
  }

  .topNav .link:hover i {
    color: #fff;
  }

}

@media screen and (max-width:1660px) {
  .nav>li>a {
    font-size: 0.18rem;
  }
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {
  .nav>li>a {
    font-size: 0.18rem;
  }
}

@media screen and (max-width:1460px) {}


@media screen and (max-width:1386px) {}

@media screen and (max-width:1386px) {}

@media screen and (max-width:1320px) {}

@media screen and (max-width:1080px) {
  .logo {
    width: 24%;
  }

}

@media screen and (max-width:996px) {
  .top {
    padding: 0 0.2rem;
  }

  .logo {
    padding: 0.15rem 0;
    position: relative;
    z-index: 500;
  }

  .header.currents .logo {
    padding: 0.1rem 0 !important;
  }

  .gp-menu {
    display: block;
  }

  .gp-menu-nav {
    height: 100%;
    overflow-y: auto;
  }

  .gp-page {
    padding: 0.6rem 0;
  }

  .header {
    width: 100%;
  }

  

  
  /* .header .logo{padding: 0.15rem 0;} */
  .logo {
    width: 2.5rem;
  }

  .header.currents {
    width: 100%;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 64, 152, 0.55);
  }

  .header .gp-container {
    width: 100% !important;
    margin: 0 !important;
  }

  .lf, .rt {
    float: none;
    width: 100%
  }

  .gp-f26 {
    font-size: 0.22rem;
  }

  .gp-f22 {
    font-size: 0.2rem;
  }

  .wrap_footer {
    padding: 0.35rem 0;
  }

  .gp-f30 {
    font-size: 0.28rem;
  }

  .wrap_footer .footer-main {
    flex-direction: column;
    align-items: center;
  }

  .wrap_footer .footer-main .left {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .wrap_footer .footer-main .left .right-ewm {
    display: block;
  }

  .wrap_footer .footer-main .center {
    width: auto;
    order: 2;
    margin-top: .3rem;
  }

  .wrap_footer .footer-main .right {
    display: none;
  }
}




@media screen and (max-width:767px) {
  .gp-f50 {
    font-size: 0.34rem;
  }
}

@media screen and (max-width:640px) {
  .gp-page a {
    display: none;
  }

  .gp-page .on_pages, .gp-page .gp-page-prev, .gp-page .gp-page-next {
    display: inline-block;
  }
}

@media screen and (max-width:480px) {
  .gp-ul-inline>li {
    font-size: 0.12rem;
  }

  .gp-menu-header-icon-out i, .gp-menu-header-icon-out strong {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .gp-menu-header-icon {
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.1rem;
    width: 0.4rem;
  }

  .gp-m-search.active {
    top: 0.6rem;
  }

  .gp-menu-header .searchBtn {
    padding-top: 0.12rem;
    right: 0.5rem;
    font-weight: normal;
  }

  /* .gp-menu-nav > ul > li > a{padding: 0.12rem 0.2rem;} */
  .gp-menu-nav>ul>li.on>span {
    width: 0.46rem;
    line-height: 0.46rem;
    height: 0.46;
  }

  .m-second-nav>li>a {
    padding: 0.1rem 0.15rem;
  }

  .wrap_footer .footer-main .center .link-list ul li {
    width: 100%;
  }

  .wrap_footer .footer-main .left {
    flex-direction: column;
  }

  .wrap_footer .footer-main .left .right-ewm {
    margin-top: .2rem;
  }
}

@media screen and (max-width:400px) {}
