.gp-header1 {
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header1 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header1 .gp-top {
  position: relative;
}
.gp-header1 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 21px 0;
}
.gp-header1 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header1 .gp-top .gp-logo a img {
  max-height: 70px;
}
.gp-header1 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header1 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header1 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header1 .gp-top .gp-search-wrap > a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
}
.gp-header1 .gp-top .gp-search-wrap .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 #bfbeac;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #a6a6a6;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
  outline: none;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #ba2528;
}
.gp-header1 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header1 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: #ba2528;
}
.gp-header1 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  margin-left: 0;
}
.gp-header1 .gp-menu .gp-menu-header .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-header1 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #ba2528;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ba2528;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #333 !important;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #ba2528 !important;
  left: 0;
  width: 40px;
}
.gp-header1 .gp-menu .gp-menu-nav > ul {
  padding: 0 30px;
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li > a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li.on span {
  transform: rotate(45deg);
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li.on span {
  transform: rotate(90deg);
}
.gp-header1 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header1 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header1 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header1 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header1 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header1 .gp-nav-wrap {
  background-color: #ba2528;
}
.gp-header1 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header1 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header1 .gp-nav-wrap .gp-nav > li > a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 59px;
  line-height: 59px;
  position: relative;
}
.gp-header1 .gp-nav-wrap .gp-nav > li > a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header1 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header1 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(186, 37, 40, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header1 .gp-nav-wrap .gp-nav > li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header1 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header1 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header1 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header1 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header1 .searchWrap {
    display: none;
  }
  .gp-header1 .gp-menu {
    display: block;
  }
  .gp-header1 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header1 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header1 .gp-menu.open .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header1 .gp-top {
    height: auto;
  }
  .gp-header1 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
    padding: 15px 0 !important;
  }
  .gp-header1 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header1 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header1 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header1 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header1 .gp-nav-wrap {
    display: none;
  }
  .gp-header1 .gp-nav-wrap .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header1 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header1 .gp-header1 .gp-menu-nav > ul {
    padding: 10px 20px 0;
  }
  .gp-header1 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-header1.currents {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #244da0;
  margin-bottom: 0;
}
.gp-header1.currents .gp-top {
  display: none;
}
.gp-header1.currents .gp-logo,
.gp-header1.currents .searchWrap {
  display: none;
}
.gp-header1.currents .gp-nav-wrap {
  position: static;
  width: 100%;
}
.gp-header1.currents .gp-nav-wrap .gp-nav > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.gp-header1.currents .gp-nav-wrap .gp-nav > li .second_nav1 {
  top: 50px;
}
.gp-header1 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.gp-header1.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header1 .gp-top {
  transition: all 0.2s ease-out 0s;
}
.gp-header1.currents .gp-top {
  height: 0;
  overflow: hidden;
}
.carousel59 {
  position: relative;
}
.carousel59 .banner {
  position: relative;
}
.carousel59 .banner li .gp-img-responsive {
  padding-bottom: 26.04%;
}
.carousel59 .banner .slick-dots {
  position: absolute;
  bottom: 44px;
  left: 25%;
  z-index: 1;
  text-align: left;
  width: 400px;
}
.carousel59 .banner .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.35s ease;
}
.carousel59 .banner .slick-dots li button {
  display: none;
}
.carousel59 .banner .slick-dots li.slick-active {
  width: 60px;
  background-color: #fff;
}
.carousel59 .blackBg {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
  background: linear-gradient(to top, #000000, transparent);
}
.carousel59 .blackBg .gp-container {
  position: absolute;
  height: 50px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel59 .blackBg .gp-container .prev,
.carousel59 .blackBg .gp-container .next {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/carousel59_prev.png) no-repeat center;
  left: 0px;
  top: 0px;
  transform: translate3d(0, 0, 0);
}
.carousel59 .blackBg .gp-container .next {
  transform: rotate(180deg);
  left: auto;
  right: 0px;
}
.carousel59 .blackBg .gp-container .currentSlide {
  position: absolute;
  right: 80px;
}
.carousel59 .blackBg .gp-container .currentSlide span {
  font-size: 34px;
  font-weight: bold;
}
.carousel59 .blackBg .gp-container .slick-arrow:after {
  display: none;
}
@media screen and (max-width: 996px) {
  .carousel59 .slick-dots {
    display: none;
  }
  .carousel59 .blackBg > div.gp-container {
    width: 100% !important;
    margin: 0px;
  }
  .carousel59 .blackBg > div.gp-container .currentSlide {
    font-size: 18px;
  }
  .carousel59 .blackBg > div.gp-container .currentSlide span {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .carousel59 .currentSlide {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .carousel59 .blackBg {
    display: none;
  }
  .carousel59 .blackBg .slick-arrow {
    display: none !important;
  }
}
.gp-header13 {
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header13 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header13 .topic_bg {
  background: url(../images/header13_banner.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
.gp-header13 .gp-top {
  position: relative;
}
.gp-header13 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.gp-header13 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header13 .gp-top .gp-logo .logo_01 {
  padding: 21px 0;
}
.gp-header13 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header13 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header13 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header13 .gp-top .gp-search-wrap >a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
}
.gp-header13 .gp-top .gp-search-wrap .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 #bfbeac;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #a6a6a6;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
}
.gp-header13 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #ba2528;
}
.gp-header13 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header13 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: #ba2528;
}
.gp-header13 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header13 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  margin-left: 0;
}
.gp-header13 .gp-menu .gp-menu-header .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-header13 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #ba2528;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ba2528;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #a6a6a6;
  opacity: 0.5;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #ba2528;
  left: 0;
  width: 40px;
}
.gp-header13 .gp-menu .gp-menu-nav >ul {
  padding: 0 30px;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li >a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li >.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li .m-second-nav >li >a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li .m-second-nav >li.on span {
  transform: rotate(45deg);
}
.gp-header13 .gp-menu .gp-menu-nav >ul >li.on span {
  transform: rotate(90deg);
}
.gp-header13 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header13 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header13 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header13 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header13 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header13 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header13 .gp-nav-wrap {
  background-color: #ba2528;
}
.gp-header13 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header13 .gp-nav-wrap .gp-nav >li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header13 .gp-nav-wrap .gp-nav >li >a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 59px;
  line-height: 59px;
  position: relative;
}
.gp-header13 .gp-nav-wrap .gp-nav >li >a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header13 .gp-nav-wrap .gp-nav >li >a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header13 .gp-nav-wrap .gp-nav >li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(186, 37, 40, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header13 .gp-nav-wrap .gp-nav >li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header13 .gp-nav-wrap .gp-nav >li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header13 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header13 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header13 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header13 .gp-menu .gp-menu-nav > ul {
    background: #fff;
  }
  .gp-header13 .gp-menu .gp-menu-nav > ul > li > a {
    color: #444;
  }
  .gp-header13 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li > a {
    color: #444;
  }
  .gp-header13 .topic_bg {
    height: 300px;
  }
  .gp-header13 .searchWrap {
    display: none;
  }
  .gp-header13 .gp-menu {
    display: block;
  }
  .gp-header13 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header13 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header13 .gp-menu.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }
  .gp-header13 .gp-top {
    height: auto;
  }
  .gp-header13 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .gp-header13 .gp-top .gp-logo a {
    padding: 15px 0 !important;
  }
  .gp-header13 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header13 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header13 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header13 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header13 .gp-nav-wrap {
    display: none;
  }
  .gp-header13 .gp-nav-wrap .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }
  .gp-header13 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header13 .gp-header1 .gp-menu-nav >ul {
    padding: 10px 20px 0;
  }
  .gp-header13 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.carousel22 {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: left;
}
.carousel22 .slider-for {
  width: 61.5%;
}
.carousel22 .slider-for .slick-slide a span {
  padding-bottom: 66.53%;
}
.carousel22 .slider-for .slick-arrow {
  position: absolute;
  border: none;
  bottom: 0;
  z-index: 88;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: none;
  overflow: hidden;
  top: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
}
.carousel22 .slider-for .slick-prev {
  left: 0%;
  position: absolute;
  text-indent: 0px;
}
.carousel22 .slider-for .slick-next {
  right: 0%;
  position: absolute;
  left: auto;
  text-indent: 0px;
}
.carousel22 .slider-for .slick-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
.carousel22 .slider-nav {
  width: 38.3%;
  background: #ba2528;
  box-sizing: border-box;
  padding: 30px 15px;
}
.carousel22 .slider-nav li {
  display: block;
  width: 100% !important;
  float: none;
}
.carousel22 .slider-nav li.slick-current.slick-active {
  border-bottom: 1px solid #fff;
}
.carousel22 .slider-nav li.slick-current.slick-active p {
  display: block;
}
.carousel22 .slider-nav li.slick-current.slick-active h3 span {
  display: none;
}
.carousel22 .slider-nav li.slick-current.slick-active h3 a {
  font-weight: bold;
  margin-right: 0;
}
.carousel22 .slider-nav li h3 {
  font-weight: normal;
  padding: 13px 0;
  overflow: hidden;
}
.carousel22 .slider-nav li h3 span {
  color: rgba(255, 255, 255, 0.6);
  float: right;
  padding-right: 5px;
  box-sizing: border-box;
}
.carousel22 .slider-nav li h3 a {
  margin-right: 50px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.carousel22 .slider-nav li p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 11px;
  display: none;
  margin-bottom: 14.5px;
}
.carousel22 .slider-nav .slick-list {
  width: 100% !important;
}
.carousel22 .slider-nav .slick-list .slick-track {
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media screen and (max-width: 1240px) {
  .carousel22 .slider-nav {
    width: 38.3%;
  }
  .carousel22 .slider-for {
    width: 61.5%;
  }
}
@media screen and (max-width: 996px) {
  .carousel22 .slider-nav {
    width: 100%;
    float: none;
  }
  .carousel22 .slider-for {
    width: 100%;
    float: none;
  }
}
.gp-title21 {
  padding: 35px 0;
  text-align: center;
  position: relative;
}
.gp-title21::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 0;
  margin-top: 0px;
}
.gp-title21 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 50px;
  background: #fff;
}
.gp-title21 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title21 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.gp-title21 h2:before,
.gp-title21 h2:after {
  content: '';
  width: 24px;
  height: 24px;
  background: #e53d42;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.gp-title21 h2:before {
  left: 0px;
}
.gp-title21 h2::after {
  right: 0px;
}
.block-list92 li >div {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.block-list92 li >div .img {
  width: 280px;
}
.block-list92 li >div .img span {
  padding-bottom: 62.5%;
}
.block-list92 li >div .info {
  box-sizing: border-box;
  padding: 0 10px;
  flex: 1;
}
.block-list92 li >div .info h3 {
  font-weight: normal;
}
.block-list92 li >div .info h3 a {
  display: block;
  color: #333;
  line-height: 1.5;
  margin-top: -4px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list92 li >div .info p {
  color: #999;
  line-height: 1.57;
  height: 66px;
  overflow: hidden;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list92 li >div .info span {
  display: block;
}
.block-list92 li >div .info span a {
  color: #de0c13;
  line-height: 1;
  text-indent: -8px;
  display: block;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.block-list92 li >div .info span a:hover {
  left: 8px;
}
@media screen and (max-width:996px) {
  .block-list92 li >div .info p {
    height: 44px;
  }
}
@media screen and (max-width:767px) {
  .block-list92 li >div .img {
    width: 120px;
  }
  .block-list92 li >div .info p {
    display: none;
  }
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ba2528;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
}
.carousel23 {
  background: url(../images/carousel23_Bg.png) no-repeat center center;
}
.carousel23 .slick-images {
  width: 75%;
  margin: 0 auto;
  position: relative;
  border: 5px solid rgba(186, 37, 40, 0.7);
  border-radius: 5px;
}
.carousel23 .slick-images .slick-slider span {
  padding-bottom: 50%;
}
.carousel23 .slick-images .slick-slider a {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  display: block;
  color: #fff;
  font-size: 40px;
  background: url(../images/carousel23_play.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.carousel23 .slick-images .slick-dots {
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
.carousel23 .slick-images .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 3px;
}
.carousel23 .slick-images .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel23 .slick-images .slick-dots li.slick-active button {
  background-color: #ba2528;
  border: 1px solid #ba2528;
}
.carousel23 .slick-images .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 60px;
  border-radius: 5px;
}
.carousel23 .slick-images .slick-arrow::before {
  display: none;
}
.carousel23 .slick-images .slick-arrow::after {
  display: none;
}
.carousel23 .slick-images .slick-prev {
  background: url(../images/carousel23_prev.png) center center no-repeat;
  background-size: cover;
  left: -45px;
}
.carousel23 .slick-images .slick-next {
  background: url(../images/carousel23_next.png) center center no-repeat;
  background-size: cover;
  right: -45px;
}
@media screen and (max-width: 768px) {
  .carousel23 .slick-images .slick-dots {
    bottom: 10px;
  }
  .carousel23 .slick-images .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.carousel23 {
  /* background: url(../images/carousel23_Bg.png) no-repeat center center;*/
}
.carousel23 .slick-images {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  border: 5px solid rgba(186, 37, 40, 0.7);
  border-radius: 5px;
}
.carousel23 .slick-images .slick-slider span {
  padding-bottom: 50%;
}
.carousel23 .slick-images .slick-slider a {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  display: block;
  color: #fff;
  font-size: 40px;
  background: url(../images/carousel23_play.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.carousel23 .slick-images .slick-dots {
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
.carousel23 .slick-images .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 3px;
}
.carousel23 .slick-images .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel23 .slick-images .slick-dots li.slick-active button {
  background-color: #ba2528;
  border: 1px solid #ba2528;
}
.carousel23 .slick-images .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 60px;
  border-radius: 5px;
}
.carousel23 .slick-images .slick-arrow::before {
  display: none;
}
.carousel23 .slick-images .slick-arrow::after {
  display: none;
}
.carousel23 .slick-images .slick-prev {
  background: url(../images/carousel23_prev.png) center center no-repeat;
  background-size: cover;
  left: -45px;
}
.carousel23 .slick-images .slick-next {
  background: url(../images/carousel23_next.png) center center no-repeat;
  background-size: cover;
  right: -45px;
}
@media screen and (max-width: 768px) {
  .carousel23 .slick-images .slick-dots {
    bottom: 10px;
  }
  .carousel23 .slick-images .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.block-list93 li >div {
  padding: 20px 0 10px;
  box-sizing: border-box;
  border-bottom: 1px dashed #d9d9d9;
  overflow: hidden;
  display: flex;
}
.block-list93 li >div .img {
  width: 120px;
  display: block;
}
.block-list93 li >div .img span {
  padding-bottom: 62.5%;
}
.block-list93 li >div .info {
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  flex: 1;
}
.block-list93 li >div .info h3 {
  font-weight: normal;
}
.block-list93 li >div .info h3 i {
  color: #ba2528;
  float: left;
}
.block-list93 li >div .info h3 a {
  display: block;
  margin-left: 65px;
}
.block-list93 li >div .info p {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  clear: both;
  margin-top: 15px;
  box-sizing: content-box;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@media screen and (max-width:767px) {
  .block-list93 li >div .info h3 i {
    display: none;
  }
  .block-list93 li >div .info h3 a {
    margin-left: 0px;
  }
  .block-list93 li >div .info p {
    margin-top: 8px;
    white-space: initial;
  }
}
.carousel24 {
  position: relative;
}
.carousel24::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.carousel24 .slider-for {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 50%;
  z-index: 1;
  max-width: 840px;
}
.carousel24 .slider-for .slick-slide {
  position: relative;
}
.carousel24 .slider-for .slick-slide .slick-img {
  padding-bottom: 62.5%;
}
.carousel24 .slider-for .slick-slide .slick-txt {
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  height: auto;
  padding: 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
}
.carousel24 .slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}
.carousel24 .slider-nav .slick-slide .slick-img {
  padding-bottom: 62.5%;
  position: relative;
}
.carousel24 .slider-nav .slick-slide .slick-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
}
.footer_wrap {
  width: 100%;
  background: #ba2528;
  overflow: hidden;
}
.footer_wrap .footer {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
.footer_wrap .footer .footercon {
  display: inline-block;
}
.footer_wrap .footer .footercon .lf {
  float: left;
}
.footer_wrap .footer .footercon .rt {
  float: right;
}
.footer_wrap .footer .footercon .copyRight {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 26px;
  font-style: normal;
}
.footer_wrap .footer .footercon p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer_wrap .footer .footercon span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width:640px) {
  .footercon span {
    display: block;
    float: none;
  }
  .copyRight {
    margin-top: 10px;
  }
  .footercon p span {
    width: 100%;
  }
  .footercon p {
    float: none !important;
  }
}
