body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #80205d;
  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: #80205d;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #80205d;
}
.slick-dots li.slick-active button {
  background-color: #80205d;
}
.slick-dots li:hover button {
  background-color: #80205d;
}
.slick-dots li.slick-active button {
  background-color: #80205d;
}
body .gp-container {
  width: 1200px;
}
@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 a:not([href]) {
  color: #ccc;
}
.gp-page1 a a:not([href]):hover {
  background: none;
  color: #ccc;
  border: 1px solid #ccc;
}
.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: #80205d;
  color: #fff;
  border-color: #80205d;
}
.gp-page1 a.on_pages {
  background-color: #80205d;
}
.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: #80205d;
}
.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 .num {
    display: inline-block;
  }
  .gp-page1 .num a {
    display: none;
  }
  .gp-page1 .num .on_pages,
  .gp-page1 .num  {
    display: inline-block;
  }
  .gp-page1 a.gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
@media screen and (min-width: 1300px) {
  /*头部宽度*/
  .gp-header11 .gp-container {
    width: 100%;
    max-width: 1920px;
    padding: 0 100px;
  }
}
.gp-header11 {
  /*background:rgba(128,32,93,.8) !important;*/
  background-color: rgba(128, 32, 93, 0.8) !important;
  background: -webkit-linear-gradient(top, rgba(128, 32, 93, 0.8) 40%, rgba(128, 32, 93, 0) 100%) !important;
  background: linear-gradient(to bottom, rgba(128, 32, 93, 0.8) 40%, rgba(128, 32, 93, 0) 100%) !important;
  height: 180px;
  max-height: 180px;
  /*background:rgba(0,0,0,.0) !important;*/
}
.gp-header11 .gp-top {
  /*align-items: flex-start !important;*/
  /*justify-content: space-between;*/
  /*flex-direction: column;*/
}
/*搜索上间距*/
.gp-header11 .top {
  padding-top: 10px;
}
/*头部下滑时*/
.gp-header11.currents .top {
  display: none;
}
.gp-header11.currents {
  /*background:#fff !important;*/
  /*position: relative; */
  /*height:82px !important;*/
  background: #80205d !important;
}
/*logo上下间距*/
.gp-header11 .gp-top .gp-logo {
  padding: 0 0 25px !important;
  margin-top: -10px;
}
.gp-header11.currents .gp-top .gp-logo {
  padding: 20px 0 10px !important;
  margin-top: -10px;
}
/*logo大小*/
.gp-header11 .gp-top .gp-logo a img {
  /*height:55px;*/
  padding-right: 20px;
}
.gp-header11.currents .gp-top .gp-logo a img {
  /*height: 40px;*/
}
.gp-header11 .gp-nav-wrap .gp-nav > li > a {
  font-size: 15px;
  color: #fff !important;
  height: 39px;
  line-height: 1;
}
@media screen and (min-width: 1500px) {
  .gp-header11 .gp-nav-wrap .gp-nav > li > a {
    font-size: 18px;
  }
}
.gp-header11 .gp-nav-wrap .gp-nav > li {
  padding: 0 5px !important;
}
.gp-header11 .gp-nav-wrap .gp-nav > li:nth-of-type(1) {
  /*display:none;*/
}
/*头部颜色*/
.gp-header11 .top .gp-link a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.gp-header11 .top .gp-search-wrap .gp-search {
  background-color: rgba(255, 255, 255, 0.79) !important;
}
/*头部调整，置顶*/
.pid-3a1ad48b-2b2d-4aa9-aa65-4e7d42b80dc0 {
  width: 100%;
  /*background:#fff !important;*/
  background: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 13px 0 transparent !important;
  position: fixed;
  top: 0;
  z-index: 9;
}
.pid-3a1ad48b-2b2d-4aa9-aa65-4e7d42b80dc0 .gp-header11 {
  background: none;
}
@media screen and (max-width: 996px) {
  .gp-title3 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  /*.gp-header11.currents { */
  /*position: relative; */
  /*height: 100px;*/
  /*}*/
  .pid-3a1ad48b-2b2d-4aa9-aa65-4e7d42b80dc0 {
    position: fixed !important;
  }
}
/*三道杠*/
.gp-header11 .gp-menu {
  background-color: transparent !important;
  z-index: 9999 !important;
}
.gp-header11 .gp-menu .gp-menu-header {
  top: 100% !important;
  margin-top: 0px !important;
}
.gp-header11 .open .gp-menu-header {
  margin-top: -20px !important;
}
.gp-header11.currents .gp-menu {
  height: 0 !important;
}
.gp-header11.currents .gp-menu .gp-menu-header {
  margin-top: 15px !important;
}
@media screen and (max-width: 464px) {
  .gp-header11 .gp-menu .gp-menu-header {
    top: 65% !important;
  }
  .gp-header11 .gp-top .gp-logo {
    padding-right: 40px !important;
  }
}
/*导航平均分*/
/* 1. 父容器gp-top开启弹性，左右分开：logo居左、导航wrap占满右侧剩余空间 */
.gp-header11 .gp-top {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  /*width: 100% !important;*/
  box-sizing: border-box !important;
}
/* 2. logo区域自适应宽度，不挤压导航 */
.gp-header11 .gp-top .gp-logo {
  /*flex-shrink: 0 !important;*/
  /*-webkit-flex-shrink: 0 !important;*/
  /*-ms-flex-negative: 0 !important;*/
}
/* 3. 导航wrap占满右侧所有剩余宽度 */
.gp-header11 .gp-top .gp-nav-wrap {
  flex: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
}
/* 4. ul导航撑满wrap宽度，li自动均分 */
.gp-header11 .gp-nav-wrap ul#nav.gp-nav {
  /*display: -webkit-box !important;*/
  /*display: -webkit-flex !important;*/
  /*display: -ms-flexbox !important;*/
  /*display: flex !important;*/
  /*margin: 0 !important;*/
  /*padding: 0 !important;*/
  /*width: 100% !important;*/
}
/* 5. 每一个li平分导航栏宽度 */
.gp-header11 .gp-nav-wrap ul#nav.gp-nav > li {
  flex: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  text-align: center !important;
}
/* 6. a标签填满li，文字居中显示完整 */
.gp-header11 .gp-nav-wrap ul#nav.gp-nav > li > a {
  /*display: block !important;*/
  /*width: 100% !important;*/
}
/**/
/**/
/**/
/**/
/*页脚信息*/
.footer_block38 .footer_top > div .f-info .left {
  opacity: 0.7;
  padding-top: 44px;
}
.footer_block38 .footer_top > div .f-info .left span {
  line-height: 2 !important;
}
/*二维码*/
.footer_block38 .footer_top > div .footer_rt {
  /*width:300px !important;*/
}
.footer_block38 .footer_top > div .footer_rt .erweima {
  /*width:36.6% !important;*/
  /*float:left;*/
  text-align: center;
  margin: 16px 0px 0 40px;
}
.footer_block38 .footer_top > div .footer_rt p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding: 8px 0 0;
}
@media screen and (max-width: 1100px) {
  .footer_block38 .footer_top > div .f-info .left {
    text-align: center;
  }
}
@media (max-width: 996px) {
  .footer_block38 .footer_top > div .f-info .left {
    text-align: center;
    padding-top: 22px;
  }
  .footer_block38 .footer_top > div .f-info .left span {
    line-height: 1.7 !important;
  }
  .footer_block38 .footer_top > div .footer_rt .erweima {
    margin: 16px 20px 0 20px;
  }
}

body{}
