body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 18px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #043785;
  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: #043785;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #043785;
}
.slick-dots li.slick-active button {
  background-color: #043785;
}
.slick-dots li:hover button {
  background-color: #043785;
}
.slick-dots li.slick-active button {
  background-color: #043785;
}
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: #043785;
  color: #fff;
  border-color: #043785;
}
.gp-page1 a.on_pages {
  background-color: #043785;
}
.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: #043785;
}
.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;
  }
}
/*页脚右侧宽度*/
.footer_block22 {
  background-size: cover !important;
}
.footer_block2 .footer .footer_rt {
  width: 380px !important;
}
.gp-header26 .header .gp-logo {
  width: 35% !important;
}
.gp-header26 .header .gp-logo img {
  max-height: 70px !important;
}
.gp-header26 .header .topRight .nav li a {
  padding: 10px 15px !important;
}
.gp-header26 .header .topRight {
  max-width: 960px;
}
.gp-header26 .header {
  justify-content: space-between;
}
.gp-header26.currents .header .gp-logo {
  width: 30% !important;
}
.gp-header26 .open .gp-menu-link a {
  margin: 15px 0;
  display: block;
}
.footer_block22 .footer .gp-fl .f-logo {
  max-width: 460px;
}
.footer_block22 {
  padding: 50px 0 !important;
}
.footer_block22 .footer .gp-fr .title {
  text-align: left;
}
.footer_block22 .footer .gp-fr .list8 li:before {
  display: none !important;
}
.footer_block22 .footer .gp-fr .list8 li a {
  padding-left: 0 !important;
  text-align: left;
}
.footer_block22 .footer .gp-fr .list8 li {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.footer_block22 .footer .gp-fl {
  width: 34.4% !important;
}
.footer_block22 .footer .gp-fm {
  margin-top: 20px;
  width: 24% !important;
  margin-left: 13.2% !important;
  border: none !important;
}
.footer_block22 .footer .gp-fr {
  margin-top: 20px;
  width: 20% !important;
}
.footer_block22 .footer .gp-fm .wraplist7 {
  margin: 0 !important;
}
.footer_block22 .footer .gp-fl .copyRight {
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.footer_block22 .footer .gp-fl .ewm {
  margin-left: 8%;
  margin-right: 3%;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.ewm img {
  border: 4px solid #ffffff;
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.footer_block22 .footer .gp-fl .f-logo {
  display: block;
  margin-bottom: 55px !important;
  overflow: hidden;
}
.footer_block22 .footer .gp-fm .wraplist7 .list7 li {
  width: 50% !important;
}
.footer_block22 .footer .gp-fm .wraplist7 .list7 {
  margin: 0 -25px;
}
.footer_block22 .footer .gp-fm .wraplist7 .list7 a {
  margin: 0 25px;
  display: block;
  padding-left: 12px;
  position: relative;
}
.footer_block22 .footer .gp-fm .wraplist7 .list7 a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0.5;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
.ewmtxt {
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .gp-header26 .header .gp-logo {
    width: 31% !important;
  }
}
@media screen and (max-width: 1480px) {
  .gp-header26 .header .gp-logo {
    width: 29% !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1380px) {
  .gp-header26 .header .topRight .nav li a {
    padding: 10px 8px !important;
  }
}
@media screen and (max-width: 1300px) {
  .gp-header26.currents .header .gp-logo {
    padding: 15px 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .gp-header26 .header .gp-logo {
    width: 430px !important;
  }
}
@media screen and (max-width: 996px) {
  .footer_block22 {
    padding: 30px 0 !important;
  }
  .footer_block22 .footer .gp-fl .copyRight {
    margin: 20px 0;
    justify-content: flex-start;
  }
  .footer_block22 .footer .gp-fl {
    text-align: left !important;
    width: auto !important;
  }
  .footer_block22 .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_block22 .footer .gp-fm {
    margin: 0 !important;
  }
  .footer_block22 .footer .gp-fl,
  .footer_block22 .footer .gp-fm,
  .footer_block22 .footer .gp-fr {
    width: auto !important;
    max-width: 360px;
  }
  .footer_block22 .footer .gp-fm {
    margin-left: 0 !important;
  }
  .footer_block22 .footer .gp-fl .f-logo {
    margin-bottom: 10px !important;
  }
  .footer_block22 .footer .gp-fl .ewm {
    margin-left: 0 !important;
  }
}
@media screen and (max-width:479px) {
  .footer_block22 .footer .gp-fm .wraplist7 .title,
  .footer_block22 .footer .gp-fr .title {
    margin-bottom: 10px !important;
  }
  .gp-header26.currents .header .gp-logo {
    width: calc(100% - 40px) !important;
  }
  .footer_block22 .footer .gp-fl .ewm {
    margin: 0 auto !important;
  }
  .footer_block22 .footer .gp-fm .wraplist7 .list7 li {
    width: 100% !important;
  }
  .gp-header26 .header .gp-logo {
    width: calc(100% - 40px) !important;
  }
  .footer_block22 .footer .gp-fl .copyRight {
    flex-direction: column;
  }
}

body{}
