body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #1d4994;
  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: #1d4994;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #1d4994;
}
.slick-dots li.slick-active button {
  background-color: #1d4994;
}
.slick-dots li:hover button {
  background-color: #1d4994;
}
.slick-dots li.slick-active button {
  background-color: #1d4994;
}
body .gp-container {
  width: 1440px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1280px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1280px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1200px;
  }
}
/***分页组件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: #1d4994;
  color: #fff;
  border-color: #1d4994;
}
.gp-page1 a.on_pages {
  background-color: #1d4994;
}
.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: #1d4994;
}
.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;
  }
}
.gp-header9 {
  transition: all 0s ease-out 0s !important;
}
.gp-header9.currents {
  position: relative !important;
}
.gp-header9 .top .topRight {
  display: flex !important;
  align-items: center;
}
.gp-header9 .top .topRight .gp-link {
  margin-right: 15px !important;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  float: none !important;
}
.gp-header9.currents .top .topRight .gp-link {
  border-color: #333;
}
.gp-header9 .top .topRight .gp-link a {
  padding: 0 15px;
  border-left: 1px solid #fff;
  line-height: 1;
}
.gp-header9.currents .top .topRight .gp-link a {
  border-color: #333;
}
.gp-header9 .top .topRight .gp-serBtn2 {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 12px !important;
}
.gp-header9.currents .top .topRight .gp-serBtn2 {
  border-color: #333;
}
.wrapHeader1 {
  position: fixed;
  left: 0;
  top: 0;
  background: none !important;
  width: 100%;
}
.wrapHeader1 .gp-container {
  width: 96%;
}
.gp-header9 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%) !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%) !important;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%) !important;
}
.gp-header9 .nav {
  height: 48px;
}
.gp-header9.currents .top {
  height: auto !important;
  display: block !important;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/7e624e5826f1429488ebc69e615bf95f.png?pageId=1761424041ad48a2bba173e63c7b7c97) no-repeat center;
  background-size: cover;
  position: relative;
}
.gp-header9.currents .top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100% !important;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/1f3ee6e931ec475fa117b89007a345af.png?pageId=1761424041ad48a2bba173e63c7b7c97) no-repeat center;
  background-size: ;
  position: absolute;
  left: 0;
  top: 0;
}
.gp-header9.currents .nav {
  background: #1d4994;
}
.gp-header9.currents .top .topRight .gp-link a {
  color: #333;
}
.gp-header9.currents .top .topRight .gp-serBtn2 {
  color: #333;
}
.gp-header9 .nav ul {
  border: none !important;
}
.gp-header9 .top .logo1 .logo_02 {
  margin-left: 0 !important;
  display: none !important;
}
.gp-header9.currents .top .logo1 .logo_01 {
  display: none !important;
}
.gp-header9.currents .top .logo1 .logo_02 {
  display: block !important;
}
.gp-header9 .top .logo1 {
  padding: 8px 0px !important;
}
.nav ul > li .subNav {
  top: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.nav ul > li .subNav a:hover {
  background: #1d4994 !important;
  color: #fff !important;
}
.nav ul li > a {
  line-height: 48px !important;
  height: 48px !important;
}
/*.nav ul li >a {*/
/*    font-size: 20px !important; */
/*}*/
/*.nav ul > li .subNav a { */
/*    font-size: 18px !important; */
/*}*/
/*.nav ul > li .subNav { */
/*    width: 184px !important; */
/*    left: calc(50% - 92px) !important;}*/
/*@media screen  and (max-width:1240px){*/
/*   .nav ul li >a {*/
/*    font-size: 18px !important; */
/*}*/
/*.nav ul > li .subNav a { */
/*    font-size: 16px !important; */
/*} */
/*.nav ul > li .subNav { */
/*    width: 164px !important; */
/*    left: calc(50% - 82px) !important;}*/
/*}*/
/*@media screen  and (max-width:1140px){*/
/*    .nav ul li >a {*/
/*    padding: 0 10px !important;}*/
/*   .nav ul li >a {*/
/*    font-size: 16px !important; */
/*}*/
/*.nav ul > li .subNav a { */
/*    font-size: 14px !important; */
/*} */
/*}*/
.carousel2 .slick-arrow {
  transition: all 0s ease-in-out !important;
}
.carousel2 .slick-arrow::before {
  transition: all 0s ease-in-out !important;
}
.carousel2 .slick-arrow::after {
  transition: all 0s ease-in-out !important;
}
/*头部通用样式*/
.wrapHeader1 {
  z-index: 9988;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/a39f3ea35f0b41fda9f396d79d15da91.png?pageId=1761424041ad48a2bba173e63c7b7c97) no-repeat center;
  background-size: cover;
}
.wrapHeader1 .gp-top {
  max-width: 1625px;
  background: none;
  margin: 0 auto;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/4a3694cc4d77480c8095b9ea1dd56486.png?pageId=1761424041ad48a2bba173e63c7b7c97) no-repeat 45% center;
}
@media screen and (max-width:1386px) {
  .wrapHeader1 .gp-top {
    background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/4a3694cc4d77480c8095b9ea1dd56486.png?pageId=1761424041ad48a2bba173e63c7b7c97) no-repeat 42% center;
    background-size: 45% auto;
  }
}
@media screen and (max-width:1320px) {
  .wrapHeader1 .gp-top {
    background-size: 40% auto;
  }
}
@media screen and (max-width: 1180px) {
  .gp-header9.currents .top::before {
    background-size: 40% auto;
  }
}
@media screen and (max-width:996px) {
  /* footer */
  section .gp-header9 .top .logo1 img {
    max-height: 45px;
  }
  section .gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon {
    margin-top: 3%;
    right: 5px;
  }
  .wrapHeader1 .gp-top {
    background: none;
  }
  .gp-header9 .top .topRight {
    display: none !important;
  }
  .gp-header9.currents .top::before {
    background-size: 50% auto;
    background-position: calc(100% - 50px) center;
  }
  .currents .gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span {
    background: #1d4994 !important;
  }
  section .footer_block9 {
    padding-top: 30px;
  }
  .footer_block9 .footer_top >div {
    flex-wrap: wrap;
    align-items: center;
  }
  section .footer_block9 .footer_top .footer_logo {
    width: 100% !important;
  }
  section .footer_block9 .footer_top .ftlist {
    margin: 20px 0;
  }
  section .footer_block9 .footer_top .ftlist li {
    text-align: left;
  }
  section .footer_block9 .footer_top .ewm {
    margin: 0 60px 0 0;
  }
  section .footer_block9 .footer_top {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .footer_block9 .footer_top .ewm {
    width: 120px !important;
  }
}
@media screen and (max-width: 580px) {
  section .footer_block9 .footer_top .ftlist {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  section .footer_block9 .footer_top .ftlist li {
    margin-bottom: 10px !important;
    font-size: 12px;
  }
  section .footer_bot {
    text-align: left;
  }
  section .footer_bot * {
    font-size: 12px !important;
    text-align: left !important;
  }
  section .dtbread2 .dtbreadtop .subBanner {
    padding-bottom: 0px !important;
    height: 160px !important;
    position: relative;
    z-index: 1;
  }
  section .dtbread2 .dtbreadtop .subBanner img {
    position: absolute;
    height: 100%;
    width: auto;
    min-width: 100%;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    z-index: 1;
  }
  section .dtbread2 .dtbreadtop .subBanner img:hover {
    transform: translateX(-50%);
  }
}
.wrapHeader1 .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav {
  justify-content: end;
}
.wrapHeader1 .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li {
  padding: 0 10px;
}
/*@media screen and (min-width:996px) {*/
/*    .wrapHeader1{padding:0 5vw;position:fixed;left:0;top:0;left:0;width:100%;}*/
/*    .wrapHeader1 .gp-header25{background:none;}*/
/*}*/
body.currents .wrapHeader1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
body .gp-header25.currents {
  position: static;
}
@media screen and (max-width: 580px) {
  section .gp-header9 .top .logo1 img {
    max-height: 30px;
  }
  .gp-header9.currents .top::before {
    background-size: 50% auto;
  }
  .gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .dtbread2 .channelPath2 {
    margin-top: 10px !important;
  }
  .dtbread2 .channelPath2 * {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 370px) {
  .gp-header9.currents .top::before {
    background-size: 47% auto;
    background-position: calc(100% - 34px) center;
  }
}
/*底部通用样式*/
.footer_block24 {
  background-image: none !important;
}
.footer_block24 * {
  color: #fff !important;
}
/*二级侧栏标题隐藏*/
.gpSubLeftTitle {
  display: none;
}
/*内容充满一屏*/
.subPage,
.subPageTwo {
  min-height: 50vh;
}
.gp-header1 .gp-nav-wrap .gp-nav > li > a {
  font-weight: bold;
}
.asideList1 .gp-subLeft > ul > li >a:hover {
  color: #fff !important;
  margin-right: 0;
  border-left: 10px solid #C11920;
  background: #C11920 !important;
}
.asideList1 .gp-subLeft > ul > li >a:hover +.gp-toggles {
  color: #fff !important;
}
.asideList1 .gp-subLeft > ul > li .gp-toggles {
  opacity: 1 !important;
  font-weight: bold !important;
  color: #C11920 !important;
}
/*文章页*/
.gp-article img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
}
.gp-article table {
  width: calc(100% - 2px) !important;
  margin: 10px 0;
  margin-left: 0 !important;!i;!;
  margin-right: 0 !important;!i;!;
}
.gp-article table span {
  background: none !important;
}
/*二级侧边栏颜色*/
.asideList1 .gp-subLeft > ul > li >a:hover {
  border-left: 10px solid #1d4994 !important;
  background: #1d4994 !important;
}
.footer_block9::before {
  display: none !important;
}
.footer_block9 .footer_top >div {
  display: flex;
  justify-content: space-between;
}
.footer_block9 .footer_top >div::after {
  display: none !important;
}
.footer_block9 .footer_top .footer_logo {
  width: auto !important;
}
.footer_block9 .footer_top .ftlist {
  float: none !important;
  padding-left: 0px !important;
  width: auto !important;
}
.footer_block9 .footer_top .ewm {
  width: 150px !important;
}
.footer_block9 .footer_top .ewm img {
  width: 100% !important;
}
.asideList1 .gp-subLeft > ul > li .gp-toggles {
  color: #1d4994 !important;
}
.gp-header9 .top .logo1 .logo_01::after {
  width: 0px !important;
}
.gp-container {
  width: 1440px !important;
}
@media screen and (max-width:1480px) {
  .gp-container {
    width: 1400px !important;
  }
}
@media screen and (max-width:1440px) {
  .gp-container {
    width: 1280px !important;
  }
}
@media screen and (max-width:1300px) {
  .gp-container {
    width: 1200px !important;
  }
}
@media screen and (max-width:1240px) {
  .gp-container {
    width: 1100px !important;
  }
}
@media screen and (max-width:1140px) {
  section .nav ul li >a {
    padding: 0 7px;
  }
  .gp-container {
    width: 1000px !important;
  }
}
@media screen and (max-width:1040px) {
  .gp-container {
    width: 100% !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
    margin: 0 !important;
  }
}
.subPage [aos=fade-up] {
  transition: all 0.5s ease-in-out !important;
}
@media screen and (min-width:996px) {
  .page-list5 .block-list >li a p {
    font-size: 18px !important;
  }
}

body{}
