body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #06888a;
  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: #06888a;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #06888a;
}
.slick-dots li.slick-active button {
  background-color: #06888a;
}
.slick-dots li:hover button {
  background-color: #06888a;
}
.slick-dots li.slick-active button {
  background-color: #06888a;
}
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,
.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: #06888a;
  color: #fff;
  border-color: #06888a;
}
.gp-page1 a.on_pages {
  background-color: #06888a;
}
.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: #06888a;
}
.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;
  }
}
/*二级页侧栏*/
.asideList16 .gp-subLeft .subLeftTitle {
  display: block !important;
  padding: 26px 30px !important;
  background: #007072 !important;
  color: #fff !important;
  text-align: left !important;
  font-weight: bold !important;
}
.asideList16 .gp-subLeft {
  padding: 0px 0px 13px !important;
  margin-top: -81px;
}
@media screen and (max-width: 996px) {
  .gp-bread6 {
    display: none !important;
  }
  .asideList16 .gp-subLeft {
    padding: 0px !important;
  }
  body .pid-bf7a1f51-9e66-46c3-8142-1defc3f21e2f {
    margin-top: 20px !important;
    background: none !important;
  }
}
@media screen and (max-width: 768px) {
  .gp-title54 h2 {
    padding: 10px 0 !important;
  }
  .pid-bf7a1f51-9e66-46c3-8142-1defc3f21e2f .gp-title15 {
    background: #007072;
    padding: 20px !important;
  }
  .asideList16 .gp-subLeft .subLeftTitle {
    padding: 22px 20px !important;
  }
  .asideList16 .gp-subLeft {
    margin-top: -71px;
  }
}
@media screen and (max-width: 540px) {
  .pid-bf7a1f51-9e66-46c3-8142-1defc3f21e2f .gp-title15 {
    background: #007072;
    padding: 10px 20px !important;
  }
  .asideList16 .gp-subLeft .subLeftTitle {
    padding: 12px 20px !important;
  }
  .asideList16 .gp-subLeft {
    margin-top: -51px;
  }
}
.page-list37 >ul li {
  margin-bottom: 0 !important;
}
.page-list37 >ul li > a {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 540px) {
  .page-list37 >ul li > a {
    flex-direction: column;
  }
  .page-list37 >ul li > a .newsImg {
    width: 100% !important;
  }
  .page-list37 >ul li > a .newsText {
    padding-left: 0px !important;
  }
  .page-list37 >ul li > a .newsText .textsum {
    padding: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 8px !important;
  }
  .page-list37 >ul li {
    padding: 20px 0 !important;
  }
}
.asideList16 .gp-subLeft {
  z-index: 1 !important;
}
.pid-055e11d4-9c2f-45ad-8e7c-b13d1f32956b {
  z-index: 100 !important;
}
.gp-header22 {
  background: none !important;
  position: relative;
}
.gp-header22::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(-90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(-90deg, #000000 0%, transparent 100%);
  opacity: 0.702;
  position: absolute;
  left: 0px;
  top: 0px;
}
.gp-header22 .top .topRight .nav ul li > a,
.gp-header22 .top .topRight .topRight_top .gp-link a,
.gp-header22 .top .topRight .topRight_top .gp-link,
.gp-header22 .top .topRight .topRight_top .gp-serBtn2 i {
  color: #fff !important;
}
.gp-header22 .top .topRight .nav ul li .subNav {
  top: 100% !important;
}
.gp-header22 .top .topRight .nav ul li >a {
  line-height: 60px !important;
}
.gp-header22.currents {
  background: linear-gradient(360deg, #098689 0%, #029091 100%) !important;
  border: none !important;
  box-sizing: border-box;
  padding: 10px 0;
}
.gp-header22.currents::before {
  display: none !important;
}
.gp-header22 .gp-container,
.carousel49 .gp-container {
  width: calc(100% - 6vw) !important;
  box-sizing: border-box;
  margin: 0 3vw;
}
.gp-header22 .top {
  padding-left: 0 !important;
}
.carousel49 .slick-txt p {
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.gp-header22 .gp-menu {
  background: none !important;
}
.footer_block15 .ewms .ewmsUl li {
  width: 33.3% !important;
  float: left;
}
.gp-header22 .top .logo1 .logo_01 img {
  max-height: 130px;
}
.gp-header22 .top .logo1 .logo_01 {
  max-height: none !important;
}
.gp-header22 .top .topRight .nav ul li > a {
  font-size: 20px !important;
}
@media screen and (max-width:1240px) {
  .gp-header22 .top .logo1 .logo_02 img {
    max-height: 50px;
  }
  .gp-header22 .top .logo1 .logo_01 img {
    max-height: 60px;
  }
  .gp-header22 .top .topRight .nav ul li > a {
    font-size: 18px !important;
  }
}
@media screen and (max-width:996px) {
  .pid-055e11d4-9c2f-45ad-8e7c-b13d1f32956b {
    position: relative !important;
    background: linear-gradient(360deg, #099294 0%, #29C5C8 100%) !important;
  }
  .gp-header22 {
    padding: 10px 0 !important;
  }
}
.footer_block15 {
  padding: 30px 0 !important;
}
/*.footer_block15{background: linear-gradient(360deg, #099294 0%, #29C5C8 100%) !important;}*/
.footercon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_block15 .ewms .ewmsUl li .ewm .wxsjs {
  margin: 10px 0 0 !important;
}
body .footer_block15 .ewms {
  margin: 0 !important;
}
@media screen and (max-width:996px) {
  .footercon {
    flex-direction: column;
  }
  .footer_block15 .footrlogo {
    text-align: center;
  }
  .footer_block15 .footerLast {
    margin-bottom: 20px;
  }
  .footer_block15 .footerLast {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .footer_block15 .ewms .ewmsUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_block15 .ewms .ewmsUl li {
    width: 120px !important;
    margin-bottom: 10px;
  }
}

body{}
