@media screen and (min-width:992px){
  .effect0{opacity: 0;transition: all 0.8s ease-out;}
  .effect0.isView{opacity: 1;-webkit-animation-name: effect0;animation-name: effect0;}

  .effect1,.effect11,.effect11 li{opacity: 0;transition: all 1.5s ease-out;transform: translateY(70px);}
  .effect1.isView,.effect11.isView,.effect11.isView li{opacity: 1;transform: none;-webkit-animation-name: effect1;animation-name: effect1;}
  
  .effect2,.effect21,.effect21 li{opacity: 0;transition: all 1.5s ease-out;transform: translateX(50px);}
  .effect2.isView,.effect21.isView,.effect21.isView li{opacity: 1;transform: none;-webkit-animation-name: effect2;animation-name: effect2;}
  
  .effect3,.effect31,.effect31 li{opacity: 0;transition: all 1.5s ease-out;transform: translateY(-70px);}
  .effect3.isView,.effect31.isView,.effect31.isView li{opacity: 1;transform: none;-webkit-animation-name: effect3;animation-name: effect3;}

  .effect4,.effect41,.effect41 li{opacity: 0;transition: all 1.5s ease-out;transform: translateX(-50px);}
  .effect4.isView,.effect41.isView,.effect41.isView li{opacity: 1;transform: none;-webkit-animation-name: effect4;animation-name: effect4;}
  
  .effect{transition: transform 1s, opacity 1s ease-in-out;animation-duration: 1s; -webkit-animation-duration: 1s;animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out;}
}
@-webkit-keyframes effect0{
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes effect0{
  from {opacity: 0;}
  to {opacity: 1;}
}
@-webkit-keyframes effect1{
  from {opacity: 0;transform: translateY(70px);}
  to {opacity: 1;transform: none;}
}
@keyframes effect1{
  from {opacity: 0;transform: translateY(70px);}
  to {opacity: 1;transform: none;}
}
@-webkit-keyframes effect2{
  from {opacity: 0;transform: translateX(50px);}
  to {opacity: 1;transform: none;}
}
@keyframes effect2{
  from {opacity: 0;transform: translateX(50px);}
  to {opacity: 1;transform: none;}
}
@-webkit-keyframes effect3{
  from {opacity: 0;transform: translateY(-70px);}
  to {opacity: 1;transform: none;}
}
@keyframes effect3{
  from {opacity: 0;transform: translateY(-70px);}
  to {opacity: 1;transform: none;}
}
@-webkit-keyframes effect4{
  from {opacity: 0;transform: translateX(-50px);}
  to {opacity: 1;transform: none;}
}
@keyframes effect4{
  from {opacity: 0;transform: translateX(-50px);}
  to {opacity: 1;transform: none;}
}

.gp-goTop{width: 88px;height: 88px;line-height: 50px;text-align: center;transition: all 0.3s ease-in-out;}
.gp-goTop-fixed{position: fixed;right: 20px;bottom: 20px;z-index: 800;}
.gp-goTop-fixed.bottom{bottom: 150px;}

/* 悬浮侧栏 */
.fixdBox{
  position: fixed;
  right: 10px;width:50px;height:50px;border-radius:50%;
  bottom: 10%;
  transform: translateY(-50%);
  z-index: 20;
  color: #fff;background:rgba(121,28,181,0.5);
  text-align: center;
}
.fixdCon a::before{
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.fixdCon a:hover::before{
  width: 100%;
}
.fixdCon a span{
  display: block;
  line-height: 22px;
  transition: .6s cubic-bezier(.16,1,.3,1);
}
.fixdCon a:hover span{
  transform: translateY(-100%);
}
.fixdCon .top{
  position: relative;
  display: block;
  width: 100%;
  margin-top: 18px;
  max-height: 62px;
  text-align: center;
  height: auto;
}
.fixdCon .top::before{
  display: none;
}
.fixdCon .top img{
  height: 100%;
}
.fixdCon .top i{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/top-ico.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  animation: topHover 3s infinite 0.3s;
}
@keyframes topHover {
  0% {
      background-position: center center;
  }
  7% {
      background-position: center -30px;
  }
  7.1% {
      background-position: center 30px;
  }
  14% {
      background-position: center center;
  }
}


body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #791cb5;
  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: #791cb5;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #791cb5;
}
.slick-dots li.slick-active button {
  background-color: #791cb5;
}
.slick-dots li:hover button {
  background-color: #791cb5;
}
.slick-dots li.slick-active button {
  background-color: #791cb5;
}
body .gp-container {
  width: 1600px;
}


@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1360px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1120px;
  }
}
/***分页组件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: #791cb5;
  color: #fff;
  border-color: #791cb5;
}
.gp-page1 a.on_pages {
  background-color: #791cb5;
}
.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: #791cb5;
}
.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;
  }
}
.pid-793079ec-0aba-4d6a-88a7-71fc6006bc09 [class*="col-"] {
  min-height: unset;
}
.pid-793079ec-0aba-4d6a-88a7-71fc6006bc09 .gp-header29 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 16;
}
@media screen and (max-width: 1560px) {
  section .gp-header29 .top .topRight .nav ul li > a {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1460px) {
  section .gp-header29 .top .topRight .nav ul {
    justify-content: space-between;
  }
  section .gp-header29 .top .topRight .nav ul li > a {
    padding: 0px 4px;
  }
}
@media screen and (max-width: 1320px) {
  section .gp-header29 .top .logo1 {
    max-width: 380px;
    margin-right: 20px;
  }
  section .gp-header29 .top .logo1 .logo_01 {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 996px) {
  section .gp-header29 .top .logo1 {
    max-width: 100%;
    width: 100%;
  }
  section .gp-header29 .gp-menu {
    top: 0px;
    margin-top: 0px;
  }
  section .gp-header29 .gp-menu .gp-menu-header {
    margin-top: -5px;
  }
}
@media screen and (max-width: 580px) {
  section .carousel110 {
    height: 280px;
  }
}
@media screen and (max-width: 479px) {
  section .footer_block40 .footer_top ul li {
    width: 33.33% !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  section .footer_block40 .footer_top ul li a {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  section .carousel110 {
    height: 240px;
  }
}
@media screen and (max-width: 370px) {
  section .carousel110 {
    height: 200px;
  }
}