body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #00417f;
  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: #00417f;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #00417f;
}
.slick-dots li.slick-active button {
  background-color: #00417f;
}
.slick-dots li:hover button {
  background-color: #00417f;
}
.slick-dots li.slick-active button {
  background-color: #00417f;
}
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 a:not([href]) {
  color: #ccc;
}
.gp-page1 a a:not([href]):hover {
  background: none;
  color: #ccc;
  border: 1px solid #ccc;
}
.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: #00417f;
  color: #fff;
  border-color: #00417f;
}
.gp-page1 a.on_pages {
  background-color: #00417f;
}
.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: #00417f;
}
.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;
  }
}
/*.gp-header1 .gp-nav-wrap .gp-nav > li:nth-child(4) .second_nav1{display:none !important;}*/
/*.gp-header1 .gp-nav-wrap .gp-nav > li:nth-child(7) .second_nav1{display:none !important;}*/
.sidebar1 .online_q .btn-top {
  position: relative;
}
.sidebar1 .online_q .btn-top span img {
  opacity: 0;
  position: relative;
}
.sidebar1 .online_q .btn-top::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/fa08d1a25d3542cfaddaf3147b1b9f67.png?pageId=6d4dda4b0aa7409f8fab611969aee395) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -5px;
}
.sidebar1 .online_q .btn2 a span {
  justify-content: flex-start !important;
  justify-content: start !important;
}
.asideList1 .gp-subLeft > ul > li a.active {
  background-color: rgba(49, 79, 15, 0.8) !important;
}
.footer_block18 .footer .footer_top .col.rt .ewm {
  display: inline-block;
  width: 100px;
}
.footer_block18 .footer .footer_top .col.rt .ewm img {
  width: 100%;
}
.footer_block18 .footer .footer_top .col.lf h3 {
  margin-bottom: 10px;
}
.footer_block18 .footer .footer_top .col.lf p {
  margin-bottom: 10px !important;
}
.footer_block18 .footer .footer_top .col.rt p {
  text-align: center;
  margin-top: 10px;
}
/*头部logo大小*/
.gp-header1 .gp-top .gp-logo a img {
  max-height: 60px !important;
}
/*首页标题左侧加装饰*/
.gp-title2 h2 {
  padding-left: 16px;
}
.gp-title2 {
  position: relative;
  margin-left: 31px;
}
.gp-title2::before {
  content: "";
  display: block;
  width: 34px;
  height: 47px;
  background: url(../images/9baa1322beff4d05ad2239dbae77bb14.png) no-repeat center/cover;
  position: absolute;
  left: -31px;
  bottom: -1px;
}
@media screen and (max-width: 996px) {
  .gp-title2::before {
    width: 26.5px;
    height: 37px;
    left: -23px;
  }
  .gp-title2 {
    margin-left: 23px;
  }
}
/**/
/**/
/**/
/**/
/*二级页侧栏*/
.block-list64 li a:hover p,
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a:hover,
.block-list78 h2 {
  color: #00417f !important;
}
.block-list78 h2::after,
.asideList1 .gp-subLeft .subLeftTitle {
  background: #00417f !important;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #00417f !important;
}
.asideList1 .gp-subLeft > ul > li a.active {
  border-left: 10px solid #00417f !important;
  background-color: #00417f !important;
  background-color: rgba(0, 65, 127, 0.8) !important;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a::before,
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a::before {
  background-color: #00417f !important;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a.active:hover {
  color: #fff;
}
/*师资列表图片大小*/
.gp-teacher3 > ul li a .img {
  width: 170px !important;
}
@media screen and (min-width: 996px) {
  .gp-teacher3 > ul li a .info {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .gp-teacher3 ul li a .info div h3 span {
    font-size: 18px !important;
  }
  .gp-teacher3 ul li a .info p {
    font-size: 14px !important;
    height: auto !important;
  }
}
/**/
/**/
/**/
/**/
@media screen and (min-width: 996px) {
  /*页脚左侧间距*/
  .footer_block6 .footer .footerList {
    padding: 0 0 0 8% !important;
  }
  .footer_block6 .footer .lf {
    width:44.91% !important;
    /* width: 56.91% !important; */
  }
  .footer_block6 .footer .footerList1 {
    padding: 0 0 0 8% !important;
  }
  .footer_block6 .footer .md {
    width:30% !important;
    /* width: 42% !important; */
  }
  .footer_block6 .footer .rt {
    float: right;
    width: 24.5% !important;
    /* width: 0% !important; */
  }
  .footer_block6 .footer .footerList2{
    float: right;
  }
}

body{}
