body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #092C87;
  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: #092C87;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #092C87;
}
.slick-dots li.slick-active button {
  background-color: #092C87;
}
.slick-dots li:hover button {
  background-color: #092C87;
}
.slick-dots li.slick-active button {
  background-color: #092C87;
}
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: #092C87;
  color: #fff;
  border-color: #092C87;
}
.gp-page1 a.on_pages {
  background-color: #092C87;
}
.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: #092C87;
}
.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 .num {
    display: inline-block;
  }
  .gp-page1 .num a {
    display: none;
  }
  .gp-page1 .num .on_pages,
  .gp-page1 .num  {
    display: inline-block;
  }
  .gp-page1 a.gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
/*导航置顶效果*/
.pid-bdeb2451-a382-490f-b4e2-e96c2863f438 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000 !important;
  width: 100%;
}
body .gp-header17:before {
  content: '';
  width: 100%;
  height: 200%;
  background: linear-gradient(to bottom, #092c87 0%, rgba(9, 44, 135, 0) 100%);
  background: -webkit-linear-gradient(to bottom, #092c87 0%, rgba(9, 44, 135, 0) 100%);
  background: -ms-linear-gradient(to bottom, #092c87 0%, rgba(9, 44, 135, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
body .gp-header17.currents:before {
  height: 230%;
}
body .gp-header17 .gp-nav-wrap {
  background: none;
}
body .gp-header17 .gp-nav-wrap .gp-logo {
  background: linear-gradient(to right bottom, #5C1BDE 0%, #092C87 100%);
  background: -webkit-linear-gradient(to right bottom, #5C1BDE 0%, #092C87 100%);
  background: -ms-linear-gradient(to right bottom, #5C1BDE 0%, #092C87 100%);
  background: transparent;
  box-shadow: none !important;
}
body .gp-header17 .gp-nav-wrap .gp-logo img {
  max-height: none;
}
body .gp-header17 .gp-nav-wrap .gp-nav >li >a {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
body .gp-header17 .gp-nav-wrap {
  z-index: 200;
}
.gp-header17.currents {
  box-shadow: none !important;
}
body .gp-header17.currents:after {
  display: none;
}
body .gp-header17.currents .gp-nav-wrap .gp-logo .logo_02 {
  display: none;
}
body .gp-header17.currents .gp-nav-wrap .gp-nav >li >a {
  height: 90px;
  line-height: 90px;
}
body .gp-header17.currents .gp-nav-wrap .gp-nav >li .second_nav1 {
  top: 64px;
}
/*body .gp-header17.currents:before{height:64px;}*/
body .gp-header17.currents .gp-nav-wrap .gp-logo {
  width: 123px;
  min-height: 100px;
}
body .gp-header17.currents .gp-nav-wrap .gp-logo img {
  max-height: 76px;
}
body .gp-header17.currents .gp-nav-wrap .gp-logo {
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.35);
}
body .gp-header17 .gp-top .gp-link a {
  color: #fff;
}
body .gp-header17 .gp-nav-wrap .gp-logo div {
  top: 20px;
  transform: translate(-50%, 0%);
}
body.currents .gp-header17 .gp-nav-wrap .gp-logo div {
  top: 10px;
}
body .gp-header17 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  top: 100%;
}
@media screen and (max-width: 1580px) and (min-width: 1460px) {
  body .gp-container {
    width: 1380px;
  }
}
@media screen and (min-width: 996px) {
  body .gp-header17 .gp-nav-wrap .gp-logo {
    border-radius: 0 0 50% 50%;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo div .logo_02 img {
    max-width: 280px;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo {
    width: 132px;
    min-height: 132px;
    top: 19%;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo div .logo_02 {
    top: 130px;
  }
  body .gp-header17:after {
    content: '';
    width: 100%;
    height: 250px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 5;
    display: none;
  }
}
@media screen and (max-width: 996px) {
  body .gp-header17.currents .gp-nav-wrap .gp-logo {
    min-height: auto;
  }
  body.currents .gp-header17 .gp-nav-wrap .gp-logo div {
    top: 0;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo {
    padding: 0;
  }
}
@media screen and (max-width: 1580px) {
  body .gp-header17 .gp-nav-wrap .logo_01 img {
    max-height: 90px;
  }
  body .gp-header17 .gp-nav-wrap .logo_02 img {
    max-height: 70px;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo {
    width: 100px;
    min-height: unset;
    top: -70%;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo div .logo_02 {
    top: 110%;
  }
  body .footer_nav>li>a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1320px) {
  body .gp-header17 .gp-nav-wrap .gp-logo div .logo_02 {
    top: 105%;
  }
  body .gp-header17 .gp-nav-wrap .logo_02 img {
    max-height: 60px;
  }
}
@media screen and (max-width: 996px) {
  body .pid-bdeb2451-a382-490f-b4e2-e96c2863f438 {
    position: relative;
  }
  body .gp-header17 {
    background: #092C87;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo div {
    transform: translate(0%, 0%);
    top: -20px;
    justify-content: flex-start;
  }
  body .gp-header17 .gp-menu,
  body .gp-header17 .gp-menu .gp-menu-header {
    background: none;
  }
  body .gp-header17 .gp-menu .gp-menu-header {
    margin-top: 8px;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo div {
    background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/ceb4e3ab0f9f41548fdf081cc20fb4f7.png?pageId=ac7fb7884bf2480d90c4226f33cd9dc6) no-repeat center left/auto 100%;
  }
  body .gp-header17 .gp-nav-wrap .gp-logo a {
    opacity: 0;
  }
}
/*导航列表间距*/
.pid-bdeb2451-a382-490f-b4e2-e96c2863f438 .gp-header29 .top .topRight .nav ul li > a {
  padding: 0 12px !important;
  font-weight: bold !important;
}
/*各个栏目的英文标题*/
.gp-title99 .titLt .gpColumnTitleEn {
  border-left: 2px solid #004ea1;
  color: #004ea1;
}
@media screen and (max-width: 1600px) {
  .pid-bdeb2451-a382-490f-b4e2-e96c2863f438 .gp-header29 .top .topRight .nav ul li > a {
    padding: 0 5px !important;
  }
}
@media screen and (max-width: 1420px) {
  section .gp-header29 {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1565px) {
  .gp-header29 .top .logo1 {
    max-width: 360px;
  }
}
@media screen and (max-width: 1386px) {
  /*section .gp-header29 .top .logo1 img{*/
  /*    max-height: 50px;*/
  /*}*/
  .pid-bdeb2451-a382-490f-b4e2-e96c2863f438 .gp-header29 .top .topRight .nav ul li > a {
    font-weight: normal !important;
  }
  body .gp-header17 .gp-nav-wrap .gp-nav >li >a {
    font-size: 18px;
  }
  .footer_nav>li>a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1320px) {
  body .gp-header17 .gp-nav-wrap .gp-nav >li >a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  /*导航列表间距*/
  .pid-bdeb2451-a382-490f-b4e2-e96c2863f438 .gp-header29 .top .topRight .nav ul li > a {
    padding: 0 5px !important;
  }
  .gp-header29 .top .logo1 {
    max-width: 318px;
  }
}
@media screen and (max-width: 1280px) {
  section .gp-header29 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1160px) {
  .gp-header29 .top .topRight .topRight_top {
    margin: 10px 0 0 !important;
  }
  section .gp-header29 .top .logo1 img {
    max-height: 45px;
  }
  .pid-bdeb2451-a382-490f-b4e2-e96c2863f438 .gp-header29 .top .topRight .nav ul li > a {
    padding: 0 2px !important;
  }
}
@media screen and (max-width: 1100px) {
  /*section .gp-header29 .top .logo1 img{ max-height: 40px;}*/
  section .gp-header29 {
    padding: 0 15px;
  }
  section .gp-header29 .top .logo1 {
    width: auto;
  }
  section .gp-header29 .top .logo1 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 996px) {
  section .gp-header29 .top .logo1 {
    margin: 0;
  }
}
/*二级页更多隐藏*/
.pid-66e4bb63-078e-4cb2-970a-baf34bda6256 .gp-title4 .more {
  display: none;
}

body{}
