body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #004a99;
  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: #004a99;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #004a99;
}
.slick-dots li.slick-active button {
  background-color: #004a99;
}
.slick-dots li:hover button {
  background-color: #004a99;
}
.slick-dots li.slick-active button {
  background-color: #004a99;
}
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: #004a99;
  color: #fff;
  border-color: #004a99;
}
.gp-page1 a.on_pages {
  background-color: #004a99;
}
.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: #f39800;
  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: #004a99;
}
.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;
  }
}
body {
  background-position: 100% 83% !important;
  background-color: #f0f4f7;
}
section .gp-header9 .top .mobile .mobile-inner-nav {
  left: -15px;
  right: -15px;
  width: auto;
}
.gp-title81 .title h2 {
  padding-left: 45px;
}
.gp-title81 .title >div {
  display: block !important;
}
.gp-title81 .title > div span {
  font-size: 20px;
}
.gp-title81 .title >div p {
  max-width: 212px;
  top: -60px !important;
}
section .gp-header9 .top {
  padding: 20px 0;
}
section .gp-header9 .top .logo1 {
  padding: 0px;
}
section .gp-header9 .top .logo1 .logo_01 {
  padding: 0;
}
section .gp-header9 .top .logo1 .logo_02,
section .gp-header9 .top .logo1 .logo_02 img {
  max-height: 100px;
}
section .gp-header9 .top .logo1 img {
  max-height: 60px;
}
section .gp-header9 .top .logo1 .logo_01::after {
  display: none;
}
.nav,
.nav ul {
  height: 64px !important;
}
.nav ul {
  padding: 10px 0;
}
.gp-header9 .nav ul > li .subNav a:hover {
  color: #fff;
  background: #004a99;
}
.gp-header9 .nav ul > li .subNav {
  width: 180px;
  left: calc(50% - 90px);
}
section .nav ul li >a {
  font-weight: bold;
}
section .horizontalMenu2 ul {
  border-top: none;
}
section .asideList9 .gp-subLeft > ul {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.04);
}
section .asideList9 .gp-subLeft > ul > li .gp-second-nav {
  background: #fff;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd {
  z-index: 1;
}
section .asideList9 .gp-subLeft > ul > li .gp-second-nav dd a {
  padding: 10px 30px;
  font-size: 16px;
}
section .asideList9 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  font-weight: bold;
}
section .asideList9 .gp-subLeft > ul > li > a {
  padding: 12px 25px;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd a:before {
  content: '';
  display: block;
  width: 0px;
  height: 100%;
  background: #dae7f6;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: width 0.35s ease;
}
section .asideList9 .gp-subLeft > ul > li .gp-second-nav dd a.active:before,
section .asideList9 .gp-subLeft > ul > li .gp-second-nav dd a:hover:before {
  width: 100%;
}
section .footer_block9 {
  background: #004a99 url(../images/48cd2223dfdb42b9a4d14b28f2e611ca.png) no-repeat center bottom -20px;
}
section .footer_block9 .footer_top .footer_logo {
  align-items: center;
}
section .footer_block9 .footer_top .footer_logo .logo1,
section .footer_block9 .footer_top .footer_logo .logo2 {
  flex: 1;
}
section .footer_block9 .footer_top .footer_logo .logo2 {
  max-height: unset;
}
section .footer_block9 .footer_top .footer_logo .logo2 img {
  max-height: 100px;
}
section .footer_block9 .footer_top .footer_logo .logo1 a {
  display: block;
  height: 100%;
}
section .footer_block9 .footer_top .footer_logo .logo1 img {
  height: 100%;
}
section .footer_block9::before {
  display: none;
}
/*二级列表页字号控制 Start*/
.block-list54.gp-f14,
.page-list37 .gpAvgList li a .item-txt .title {
  font-size: 18px;
}
.pid-a459bc1d-6fde-48a6-9314-00b716e20dde {
  position: relative;
  margin-top: 180px;
}
.pid-a459bc1d-6fde-48a6-9314-00b716e20dde::before {
  content: '';
  display: block;
  width: 100%;
  height: 800px;
  background: #f0f4f7 url(../images/3209ba7a3d344ab6a23bb25a5e34a0ef.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
.block-list54 li a {
  background: transparent !important;
  background-image: unset !important;
}
@media screen and (max-width: 1024px) {
  .pid-a459bc1d-6fde-48a6-9314-00b716e20dde {
    margin-top: 100px;
  }
}
@media screen and (max-width: 996px) {
  .block-list54.gp-f14,
  .page-list37 .gpAvgList li a .item-txt .title {
    font-size: 16px;
  }
}
section .horizontalMenu2 ul {
  border-bottom: none;
}
section .horizontalMenu2 ul li a {
  padding: 10px 15px;
  margin: 0 10px;
  border: 1px solid #d8dade;
  border-radius: 8px;
}
section .horizontalMenu2 ul li a.active::before {
  display: none;
}
section .horizontalMenu2 ul li a.active,
section .horizontalMenu2 ul li a:hover {
  border-color: #004a99;
  color: #fff;
  background: #004a99;
  box-shadow: 0 0 15px 3px rgba(0, 74, 153, 0.3);
}
/*二级列表页字号控制 End*/
@media screen and (max-width: 996px) {
  section .gp-header9 .top {
    padding: 0px;
  }
  .gp-f36 {
    font-size: 24px;
  }
  .footer_block9 .footer_top .ewm {
    max-width: 120px;
  }
  section .footer_block9 .footer_top .footer_logo .logo2 {
    margin-top: 1%;
  }
}
@media screen and (max-width: 767px) {
  .gp-page1 {
    padding: 25px 0 !important;
  }
  .pid-a459bc1d-6fde-48a6-9314-00b716e20dde {
    margin-top: 80px;
  }
}
@media screen and (max-width: 414px) {
  section .gp-title81 .title > div span {
    font-size: 16px;
  }
  section .gp-title81 .more a {
    padding: 10px 15px;
  }
}
.single_img1 {
  max-height: 300px;
  overflow: hidden;
}

body{background-color: #f0f4f7;}
