body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #1E4DA2;
  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: #1E4DA2;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #1E4DA2;
}
.slick-dots li.slick-active button {
  background-color: #1E4DA2;
}
.slick-dots li:hover button {
  background-color: #1E4DA2;
}
.slick-dots li.slick-active button {
  background-color: #1E4DA2;
}
body .gp-container {
  width: 1500px;
}
@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: #1E4DA2;
  color: #fff;
  border-color: #1E4DA2;
}
.gp-page1 a.on_pages {
  background-color: #1E4DA2;
}
.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: #1E4DA2;
}
.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;
  }
}
section .gp-header2 .gp-nav-wrap {
  background-color: #EDF1F9;
}
section .gp-header2 .gp-nav-wrap .gp-nav > li.on > a {
  font-weight: bold;
}
section .gp-header2 .gp-top .gp-search-wrap {
  top: 50%;
  transform: translateY(-50%);
}
section .footer_block20 {
  padding: 40px 0px;
}
.footer_block20 .gp-flex {
  display: flex;
  display: -ms-flexbox;
}
section .footer_block20 .gp-f-logo {
  margin-bottom: 30px;
  padding-top: 20px;
}
section .footer_block20 .gp-f-logo a {
  display: inline-block;
}
section .footer_block20 .gp-f-logo img {
  max-height: 50px;
}
section .ft-box {
  align-items: center;
}
section .link-box {
  flex-direction: column;
}
section .footer_block20 .gp-fl .links {
  width: 200px;
  margin-bottom: 10px;
  padding: 12px 15px;
}
section .footer_block20 .gp-fl .links:last-child {
  margin-bottom: 0;
}
section .footer_block20 .gp-fr {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 50%;
  max-width: 520px;
}
section .footer_block20 .gp-fr .code {
  flex-direction: column;
  align-items: center;
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 5px 10px;
  margin-top: 6px;
}
section .footer_block20 .gp-fr .code:nth-of-type(3),
section .footer_block20 .gp-fr .code:nth-of-type(6) {
  border: none;
}
section .footer_block20 .gp-fr .code:first-child {
  /*margin-right: 20px;*/
}
section .footer_block20 .gp-fr .code .codeImg {
  margin-right: 0;
  width: 82px;
}
section .footer_block20 .gp-fr .code .codeName {
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
/* sub Style */
section .page-list5 .block-list >li a p {
  height: 2em;
}
@media screen and (max-width: 1540px) {
  body .gp-container {
    width: 1400px;
  }
}
@media screen and (max-width: 1460px) {
  body .gp-container {
    width: 1200px;
  }
  section .gp-header2 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  section .footer_block20 .gp-fl {
    width: 50%;
  }
  section .footer_block20 .gp-f-logo {
    /*padding-top: 20px;*/
  }
  section .footer_block20 .gp-f-logo img {
    max-height: 46px;
  }
}
@media screen and (max-width: 1320px) {
  body .gp-container {
    width: 1140px;
  }
  section .footer_block20 {
    padding: 40px 0;
  }
  section .footer_block20 .gp-fl .links {
    padding: 12px 15px 12px;
  }
  section .footer_block20 .gp-fl .addr li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  body .gp-container {
    width: 1000px;
  }
  section .footer_block20 .gp-f-logo {
    padding-top: 40px;
  }
  section .footer_block20 .gp-f-logo img {
    max-height: 40px;
  }
}
@media screen and (max-width: 996px) {
  section .footer_block20 .gp-fl,
  section .footer_block20 .gp-fr {
    float: none;
    width: 100%;
    max-width: unset;
  }
  section .gp-f-logo {
    text-align: center;
  }
  .footer_block20 .gp-flex {
    justify-content: center;
  }
  section .gp-header2 .gp-top .gp-logo {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .footer_block20 .gp-flex {
    flex-direction: column;
  }
  section .gp-f-logo {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
  }
  section .footer_block20 .gp-f-logo {
    padding-top: 0px;
  }
  section .footer_block20 .link-box {
    width: 100%;
  }
  section .footer_block20 .gp-container > div .links {
    width: 95%;
    margin-bottom: 10px;
  }
  section .footer_block20 .gp-fl .addr {
    padding-left: 0px;
    padding-bottom: 10px;
  }
}

body{}
