body {
  color: #333;
  font-family: ;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #ba2528;
  text-decoration: none;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.row >* {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row >* {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gp-img-responsive {
  padding-bottom: 56.25%;
}
.slick-arrow {
  color: #ba2528;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #ba2528;
}
.slick-dots li.slick-active button {
  background-color: #ba2528;
}
.slick-dots li:hover button {
  background-color: #ba2528;
}
.slick-dots li.slick-active button {
  background-color: #ba2528;
}
body .gp-container {
  width: 1400px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1100px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1000px;
  }
}
/***分页组件1*/
.gp-page1 {
  padding: 20px 0 50px;
  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;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 8px 11px;
  vertical-align: middle;
}
.gp-page1 a span {
  border: none;
}
.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #ba2528;
  color: #fff;
  border-color: #ba2528;
}
.gp-page1 a.on_pages {
  background-color: #ba2528;
}
.gp-page1 .hide {
  display: none !important;
}
.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 5px solid transparent;
  border-top-color: #bfbeac;
  position: absolute;
  right: 6px;
  top: 13px;
}
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 9px 28px;
  position: relative;
}
.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}
.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 14px;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 240px;
  border: 1px solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}
.gp-page1 .selectDiv ul li:hover {
  background: #ba2528;
}
.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page1 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 10px;
}
.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(5px);
  transform-origin: center;
}
.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1 >span,
.gp-page1.pageStyle1 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle1 a::before {
  display: inline-block;
}
.gp-page1.pageStyle1 a span {
  display: none;
}
.gp-page1.pageStyle1 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle1 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle1 .turnPage span {
  border: none;
}
.gp-page1.pageStyle1 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
}
.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2 >span,
.gp-page1.pageStyle2 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle2 >a {
  border-radius: 50%;
}
.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle2 a::before {
  display: inline-block;
}
.gp-page1.pageStyle2 a span {
  display: none;
}
.gp-page1.pageStyle2 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle2 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle2 .turnPage span {
  border: none;
}
.gp-page1.pageStyle2 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }
  .gp-page1 >a,
  .gp-page1 >span,
  .gp-page1 >.gp-ib {
    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;
  }
}
.gp-header11.currents {
  box-shadow: none;
  background: #ba2528 !important;
}
/*小标题变成白色*/
.gp-header11 .top .gp-link a {
  color: #fff !important;
}
.gp-header11 .top .gp-link {
  color: #fff !important;
}
.gp-header11 .gp-menu .gp-menu-header .gp-menu-header-icon {
  margin-right: 15px !important;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt,
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  color: #fff !important;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  width: 39px !important;
}
.pid-71ea47cd-c829-4eaf-b783-f86df332c334 .gp-header11 .gp-nav-wrap .gp-nav li {
  padding: 0 20px !important;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt::input-placeholder {
  color: #fff !important;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.gp-header11.currents .gp-nav-wrap {
  padding: 0;
  margin-left: 40px !important;
}
.currents .pid-71ea47cd-c829-4eaf-b783-f86df332c334 .gp-header11.currents {
  padding: 20px 0 !important;
}
.currents .gp-header11 {
  padding: 20px 0 !important;
}
.gp-header11.currents .gp-top .gp-logo {
  margin-top: -36px;
}
.gp-title63 .gpColumnTitle a i {
  font-style: normal !important;
}
.footer_block36 .footer_top .footer_rt .erweima a {
  display: inline-block !important;
}
.single_img1 .gp-img-responsive {
  position: relative;
}
.single_img1 .gp-img-responsive img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1460px) {
  .pid-71ea47cd-c829-4eaf-b783-f86df332c334 .gp-header11 .gp-nav-wrap .gp-nav li {
    padding: 0 7px !important;
  }
}
@media screen and (max-width: 1320px) {
  .pid-71ea47cd-c829-4eaf-b783-f86df332c334 .gp-header11 .gp-nav-wrap .gp-nav li {
    padding: 0 4px !important;
  }
}
@media screen and (max-width: 1280px) {
  .pid-71ea47cd-c829-4eaf-b783-f86df332c334 .gp-header11 .gp-top .gp-logo {
    max-width: 280px !important;
  }
}
@media screen and (max-width: 997px) {
  .gp-header11.currents {
    padding-top: 0 !important;
  }
  .gp-header11.currents .gp-top .gp-logo {
    margin-top: 0px;
  }
}
/*页脚的部分*/
.pid-01fbd8a6-32e2-4de9-8252-724976161ca6 {
  position: relative;
  z-index: 0;
}
@media screen and (max-width:996px) {
  .footer_block36 .footer_top .footer_rt .erweima a .weChat_img {
    left: 50% !important;
    margin-left: -50px !important;
  }
}
/*背景图片*/
.footer_block36 .footer_top {
  background: url(/editor_saas/api/preview/image/ed1f58960f04468f8a0bd21a327077b3.png) no-repeat !important;
}
@media screen and (max-width: 767px) {
  /*.pid-71ea47cd-c829-4eaf-b783-f86df332c334 .gp-container{*/
  /*   margin:0px !important;*/
  /*}*/
  .pid-71ea47cd-c829-4eaf-b783-f86df332c334 .row {
    margin: 0px -15px !important;
  }
}
@media screen and (max-width:430px) {
  .gp-header11 .gp-top .gp-logo {
    width: 57% !important;
    padding: 0 !important;
    margin-top: -39px;
  }
  .gp-header11 .gp-menu {
    height: 50px !important;
  }
}
/*logo第二个大小*/
.gp-header5 .header .gp-logo a img {
  max-height: 60px;
}
.footer_block36 .footer_top .footer_lt .flogo1 {
  max-height: 50px;
}
/*导航右侧上间距*/
.gp-header5 .header .gp-link {
  /*margin-top:50px !important;*/
}
.gp-header5 .header .gp-search {
  /*top:69px !important;*/
}
@media screen and (max-width: 996px) {
  .pid-37e341fc-0d49-408e-a1f2-5dfbbcb35e3c .gp-title15 {
    padding: 10px 15px !important;
    text-align: left;
  }
  .pid-37e341fc-0d49-408e-a1f2-5dfbbcb35e3c .gp-title15 h2 a {
    font-size: 20px;
  }
}

body{}
