body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #165168;
  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: #165168;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #165168;
}
.slick-dots li.slick-active button {
  background-color: #165168;
}
.slick-dots li:hover button {
  background-color: #165168;
}
.slick-dots li.slick-active button {
  background-color: #165168;
}
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: #165168;
  color: #fff;
  border-color: #165168;
}
.gp-page1 a.on_pages {
  background-color: #165168;
}
.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: #165168;
}
.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;
  }
}
@media screen and (min-width: 996px) {
  body .asideList4 .sub_left .sub_leftTitle h2 {
    font-size: 26px;
    font-weight: bold;
  }
}
/*body .gp-container.gp-clearFix{*/
/*    background:#fff;*/
/*}*/
/*头部*/
.pid-bf6ffa06-b184-4c21-aa0c-161a5bf0a7ec.gp-clearFix {
  border-top: 6px solid #113d4f !important;
}
.gp-header5 .header {
  height: initial;
}
.gp-header5 .header .gp-logo {
  padding: 33px 0;
}
/*首页栏目标题左侧间距*/
.gp-title27 h2 {
  padding-left: 10px;
}
/*首页列表调整*/
/*列表投影隐藏*/
.block-list208 li {
  box-shadow: 0px 8px 15.84px 2.16px rgba(1, 57, 119, 0) !important;
}
/*时间图标隐藏*/
.block-list208 li a p i {
  display: none;
}
.block-list208 li a p {
  padding-left: 30px;
}
/*列表交互*/
.block-list208 li a:hover {
  padding: 10px 20px !important;
}
/*列表左侧添加小图标*/
.block-list208 li a {
  position: relative;
}
.block-list208 li a h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/50f28d0d92e348da92e23bf18786ee75.png?pageId=27d6104d67e74c8e8970704cb56c02a3) no-repeat center;
  position: absolute;
  left: 0;
  top: 15px;
}
.block-list208 li a:hover h3::before {
  left: 20px;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/1cbf0d1eeb4a456f99505898481112ad.png?pageId=27d6104d67e74c8e8970704cb56c02a3) no-repeat center;
}
.block-list208 li a h3 {
  margin-left: 30px;
}
/*头部增加院训*/
.gp-header10 .gp-top::before {
  content: "";
  display: block;
  width: 350px;
  height: 38px;
  background: url('https://demo.gpowersoft.com/editor_saas/api/preview/image/3f1cacd1f835477bb3e30ce5ae3dc440.png?pageId=27d6104d67e74c8e8970704cb56c02a3') no-repeat;
  position: absolute;
  right: 28%;
  top: calc(50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1386px) {
  .gp-header10 .gp-top::before {
    width: 200px;
    height: 25px;
    right: 30%;
    background-size: contain;
  }
}
@media screen and (max-width: 1320px) {
  .gp-header10 .gp-top .gp-logo {
    /*width:50%;*/
  }
}
@media screen and (max-width: 996px) {
  .gp-header10 .gp-top .gp-logo {
    /*width:calc(100% - 170px) !important;*/
    justify-content: left !important;
  }
  .gp-header10 .gp-top::before {
    right: 0.5%;
  }
}
@media screen and (max-width: 679px) {
  .gp-header10 .gp-top .gp-logo {
    width: calc(100% - 80px) !important;
  }
  .gp-header10 .gp-top::before {
    width: 160px;
    height: 18px;
  }
}
@media screen and (max-width: 626px) {
  .gp-header10 .gp-top .gp-logo a img {
    max-height: 45px !important;
  }
}
@media screen and (max-width: 555px) {
  .gp-header10 .gp-top .gp-logo a img {
    max-height: 35px !important;
  }
}
@media screen and (max-width: 465px) {
  .gp-header10 .gp-top::before {
    width: 100px;
    height: 11px;
  }
  .gp-header10 .gp-top .gp-logo a img {
    max-height: 30px !important;
  }
}
/**/
/**/
/**/
/**/
/*页脚二维码宽高*/
.footer_block15 .ewms .ewmsUl li .ewm .wx {
  width: 85px !important;
  height: 85px !important;
  padding: 0 !important;
}
/*页脚logo大小*/
@media screen and (max-width: 1386px) {
  .footer_block15 .footrlogo {
    max-width: 380px !important;
  }
}
@media screen and (max-width: 1320px) {
  .footer_block15 .footrlogo {
    max-width: 280px !important;
  }
}
@media screen and (max-width: 996px) {
  /*友情链接*/
  /*版权*/
  /*logo*/
  .footer_block15 .footerThree {
    width: 50% !important;
  }
  .footer_block15 .footerLast {
    width: 50%;
  }
  .footer_block15 .footrlogo {
    max-width: 47.5% !important;
  }
  .asideList3 .sub_mbtn {
    background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/be500bfdc3344d62b25c1a1de7285ea8.png?pageId=6c1a8f6beb514e679b2f59dd53970a07) no-repeat center center !important;
    background-color: #165168 !important;
  }
}
@media screen and (max-width: 767px) {
  /*友情链接*/
  /*版权*/
  /*logo*/
  /*二维码*/
  .footer_block15 .footerThree {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .footer_block15 .footerLast {
    width: 100%;
  }
  .footer_block15 .footrlogo {
    max-width: 100% !important;
  }
  .footer_block15 .ewms {
    margin: 0 0% !important;
  }
}

body{background-repeat:no-repeat;background-image: url(../images/73e97bd4bf9046f5bb4c340a04ea32dc.png);background-position:top center;}
