body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #163A1D;
  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: #163A1D;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #163A1D;
}
.slick-dots li.slick-active button {
  background-color: #163A1D;
}
.slick-dots li:hover button {
  background-color: #163A1D;
}
.slick-dots li.slick-active button {
  background-color: #163A1D;
}
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: #163A1D;
  color: #fff;
  border-color: #163A1D;
}
.gp-page1 a.on_pages {
  background-color: #163A1D;
}
.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: #0066b6;
  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: #163A1D;
}
.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-96dc5189-d0e6-4c99-95a1-e60350a5446e {
  position: absolute;
  z-index: 999;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
.gp-header15 .gp-top .gp-logo {
  background: none !important;
}
.gp-header15 .gp-top .logo_01 img {
  max-height: 70px !important;
}
.gp-header15 .gp-top .logo_02 img {
  max-height: 50px !important;
}
/*头部背景色*/
.gp-header15 {
  background: -webkit-gradient(bottom, top, color-stop(0%, rgba(3, 64, 129, 0)), color-stop(70%, rgba(3, 64, 129, 0.8))) !important;
  background: -webkit-linear-gradient(bottom, rgba(3, 64, 129, 0) 0%, rgba(3, 64, 129, 0.8) 100%) !important;
  background: linear-gradient(to top, rgba(3, 64, 129, 0) 0%, rgba(3, 64, 129, 0.8) 100%) !important;
}
.gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
  font-size: 18px;
  font-weight: bold;
}
.gp-header15 .gp-top .topRight {
  flex: 1;
  display: flex;
  align-items: center;
}
.gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav {
  justify-content: space-between;
  width: 100%;
}
.gp-header15 .gp-top .topRight .gp-nav-wrap {
  flex: 1;
}
.gp-header15 .gp-top .topRight #gp-serBtn4 {
  margin-top: 0px;
  order: 2;
}
.gp-header15 .gp-top .topRight .gp-link {
  margin-top: 0px !important;
  order: 1;
}
.gp-header15.currents {
  background: #004ea1 !important;
}
.gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li .second_nav1 {
  top: 100% !important;
}
.gp-header15.currents .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
  height: 90px;
  line-height: 90px;
}
/*导航宽度*/
.gp-header15 .gp-top .topRight .gp-nav-wrap {
  margin-left: 99px;
}
.gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav {
  justify-content: space-between !important;
  width: 100%;
}
/*响应式样式*/
@media screen and (max-width:1820px) {
  .gp-header15 .gp-top .topRight .gp-nav-wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width:1756px) {
  .gp-header15 .gp-top .topRight .gp-nav-wrap {
    margin-left: 36px;
  }
}
@media screen and (max-width:1718px) {
  .gp-header15 .gp-top .logo_01 img {
    max-height: 60px !important;
  }
  .gp-header15 .gp-top .logo_02 img {
    max-height: 40px !important;
  }
}
@media screen and (max-width:1756px) {
  .gp-header15 .gp-top .topRight .gp-nav-wrap {
    margin-left: 20px;
  }
}
@media screen and (max-width:1650px) {
  .gp-header15 .gp-top .topRight .gp-nav-wrap {
    margin-left: 0px;
  }
}
@media screen and (max-width:1628px) {
  .gp-header15 .gp-top .logo_01 img {
    max-height: 55px !important;
  }
  .gp-header15 .gp-top .logo_02 img {
    max-height: 40px !important;
  }
}
@media screen and (max-width:1579px) {
  .gp-header15 .gp-top .logo_01 img {
    max-height: 50px !important;
  }
  .gp-header15 .gp-top .logo_02 img {
    max-height: 40px !important;
  }
}
@media screen and (max-width:1428px) {
  .gp-header15 .gp-top .logo_01 img {
    max-height: 40px !important;
  }
  .gp-header15 .gp-top .logo_02 img {
    max-height: 30px !important;
  }
  .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 8px;
  }
}
@media screen and (max-width:1367px) {
  .gp-header15 .gp-top .logo_01 img {
    max-height: 40px !important;
  }
  .gp-header15 .gp-top .logo_02 img {
    max-height: 30px !important;
  }
}
@media screen and (max-width:1359px) {
  .gp-header15 .gp-top .logo_01 img {
    max-height: 40px !important;
  }
  .gp-header15 .gp-top .logo_02 img {
    max-height: 40px !important;
  }
}
@media screen and (max-width:1200px) {
  .gp-header15 .gp-top .topRight {
    display: none !important;
  }
}
/*新头部样式*/
body {
  padding-top: 0px !important;
}
section .gp-header9 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 71.52%, transparent 100%) !important;
}
section .gp-header9.currents {
  background: #163a1d !important;
}
.edit section:nth-of-type(1) [class*="col-"] {
  min-height: 0px;
}
.asideList17 .gp-subLeft > ul::before {
  display: none !important;
  border: 0px solid #fff;
}
.asideList17 .gp-subLeft > ul {
  background: #E8EEE5 !important;
  padding-bottom: 20px !important;
}
.nav ul li > a {
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.gp-header9.currents {
  background: #004ea1 !important;
}
.gp-header9.currents .nav ul li > a,
.gp-header9.currents .nav ul {
  height: 70px;
  line-height: 70px;
}
.asideList17 .gp-subLeft > ul > li > a {
  font-weight: bold;
}
.gp-header9 .top .topRight .gp-link a {
  color: #ffffff;
  line-height: 28px;
  margin-top: 0;
  border: 1px solid #ffffff;
  padding: 0 15px;
  border-radius: 40px;
}
/*导航下拉渐变*/
section .nav ul > li .subNav {
  background: linear-gradient(180deg, #163a1d 0%, rgba(22, 58, 29, 0.7) 77.15%, rgba(22, 58, 29, 0) 100%) !important;
}
section .nav ul > li .subNav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}
section .nav ul > li .subNav a:hover {
  background: #fff !important;
  color: #333 !important;
}
.gp-header9 .top .logo1 img {
  max-height: 120px !important;
}
.gp-header9 .top .logo1 .logo_02 {
  margin-top: 10px !important;
}
.gp-header9 .top .logo1 .logo_01::after {
  height: 90% !important;
  top: 59% !important;
}
section .gp-header9 .top .logo1 .logo_01 {
  max-height: 120px;
}
.asideList17 .gp-subLeft .subLeftTitle {
  text-align: center;
}
.asideList17 .gp-subLeft > ul > li > a {
  border-bottom: 0px solid #e0e0e0 !important;
}
.asideList17 .gp-subLeft > ul > li {
  /* justify-items: anchor-center; */
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.asideList17 .gp-subLeft > ul {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
.pid-96dc5189-d0e6-4c99-95a1-e60350a5446e {
  position: unset;
}
section .gp-header2 .gp-top .gp-search-wrap .gp-link > a {
  margin: 30px 10px;
}
section .gp-header2 .gp-top .gp-logo {
  padding: 20px 0;
}
section .gp-header2 .gp-top .gp-logo a img {
  max-height: 90px;
}
.gp-search-wrap {
  display: flex;
  flex-direction: column;
}
section .gp-header2 .gp-top .gp-search-wrap .gp-link {
  text-align: right;
}
section .gp-header2 .gp-top .gp-search-wrap .gp-link > a {
  margin: 0px 10px 5px;
}
.gp-header9 .top {
  background: url() no-repeat center;
  background-size: 600px auto;
  background-position: 60% center;
}
@media screen and (max-width:1580px) {
  .gp-header9 .top {
    background-size: 600px auto;
    background-position: 70% center;
  }
}
@media screen and (max-width:1460px) {
  .gp-header9 .top {
    background-size: 500px auto;
    background-position: 68% center;
  }
}
@media screen and (max-width:1380px) {
  .gp-header9 .top .logo1 img {
    max-height: 100px !important;
  }
  .gp-header9 .top {
    background-size: 480px auto;
    background-position: 70% center;
  }
}
@media screen and (max-width:1320px) {
  .gp-header9 .top {
    background-size: 460px auto;
    background-position: 65% center;
  }
}
@media screen and (max-width:1240px) {
  .gp-header9 .top .logo1 img {
    max-height: 80px !important;
  }
}
@media screen and (max-width:1100px) {
  .gp-header9 .top {
    background: none;
  }
}
section .gp-header9 .top .logo1 .logo_01::after {
  display: none;
}
section .gp-header9 .top .topRight .gp-serBtn2 {
  width: 75px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
section .gp-header9 .top .logo1 {
  padding: 24px 0px;
}
.gp-header9 .nav ul {
  width: 100%;
  padding: 0 60px;
}
.gp-header9 .top >div {
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width:768px) {
  section .gp-header9 .top .logo1 {
    padding: 10px 0px 24px;
  }
  .gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon {
    margin-top: 3%;
  }
  .gp-header9 .top >div {
    padding: 0px !important;
  }
}
@media screen and (max-width:480px) {
  .gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon {
    margin-top: 2.5%;
  }
  .gp-header9 .top .logo1 {
    margin-right: 30px;
  }
}
@media screen and (max-width:414px) {
  section .gp-header9 {
    padding-top: 10px !important;
  }
}

body{}
