body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #0f4588;
  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: #0f4588;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #0f4588;
}
.slick-dots li.slick-active button {
  background-color: #0f4588;
}
.slick-dots li:hover button {
  background-color: #0f4588;
}
.slick-dots li.slick-active button {
  background-color: #0f4588;
}
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: #0f4588;
  color: #fff;
  border-color: #0f4588;
}
.gp-page1 a.on_pages {
  background-color: #0f4588;
}
.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: #0f4588;
}
.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{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0%; */
/*    z-index: 1;*/
/*    background: rgba(0,0,0,0)!important;*/
/*    width:100%;*/
/*}*/
/*导航第一个隐藏*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul > li:first-child {
  display: none;
}
/*导航栏目加粗*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul > li a {
  font-weight: bold;
  padding: 0 !important;
}
@media screen and (max-width: 1330px) {
  .pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul > li a {
    font-size: 16px;
  }
}
/*导航下拉*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul > li .subNav {
  background: url(../images/83259edae2104c89873792a2334c0a63.png) no-repeat bottom #1e77ea;
  border-top: 2px solid #e7a73f;
  border-radius: 0 0 9px 9px;
}
/*导航栏目颜色*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul > li .subNav a {
  color: #fff !important;
  margin: 20px 16px;
}
/*导航栏目鼠标移*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul > li .subNav a:hover {
  color: #e7a73f !important;
  /*橙色*/
}
/*导航下拉交互*/
.nav li.on .subNav {
  display: block;
  transition: all 0.6s ease-in-out;
  /*下面是动画效果*/
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*下面全是动画的步骤、细节，显示和不显示*/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.carousel8 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body.currents .nav {
  background-color: #0f4588;
}
/*页脚两个图片增加*/
.pid-d130a183-15df-42b7-8e7e-49b939356c2f .footer_block9::before {
  z-index: -1;
  left: 0px;
  width: 100%;
  background: #0f4588;
  bottom: 0;
  top: 180px;
  height: auto;
}
.footer_block9 {
  /*background: url(../images/e61c129719314161ba58de314fea9b2d.png) no-repeat center !important;*/
  padding-top: 180px !important;
}
/*页脚加图后的内容上间距*/
.footer_block9 .footer_top {
  padding-top: 30px;
}
/*页脚友情链接下边距*/
.footer_block9 .footer_top {
  margin-bottom: 0px !important;
}
/*友情链接微调*/
.footer_block9 .footer_top .ftlist h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
/*页脚外上距离*/
footer {
  /*padding-top:96px !important;*/
  /*margin-top:0px !important;*/
}
/*页脚二维码*/
.footer_block9 .footer_top .ewm img {
  width: 80px;
}
/*页脚logo的尺寸*/
.footer_block9 .footer_top .footer_logo {
  width: 65% !important;
}
/*页脚链接宽度*/
.footer_block9 .footer_top .ftlist {
  width: 26% !important;
  padding-left: 40px !important;
}
/*页脚原链接调整*/
.gp-li-mb15>li,
.gp-li-mb15>ul>li {
  margin-bottom: 0px !important;
  width: 33% !important;
  float: left;
  /*margin:15px 0 0 0 !important;*/
  line-height: 16px !important;
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  /*页脚logo的尺寸*/
  .footer_block9 .footer_top .footer_logo {
    width: 60% !important;
  }
}
@media screen and (max-width: 1300px) {
  /*页脚原链接调整*/
  /*页脚logo的尺寸*/
  /*页脚链接宽度*/
  .gp-li-mb15>li,
  .gp-li-mb15>ul>li {
    width: 45% !important;
  }
  .footer_block9 .footer_top .footer_logo {
    width: 35% !important;
  }
  .footer_block9 .footer_top .ftlist {
    width: 50% !important;
  }
}
@media screen and (max-width: 997px) {
  /*页脚加图后的内容上间距*/
  .pid-d130a183-15df-42b7-8e7e-49b939356c2f footer {
    margin-top: 20px;
  }
  .footer_block9 .footer_top {
    /* padding-top: 170px; */
  }
}
/*.footer_block9::before{top:-40px;background:#0c386f;}*/
@media screen and (max-width: 996px) {
  /*页脚logo居中*/
  /*页脚链接*/
  /*页脚链接左对齐*/
  /*二维码上边距*/
  /*页脚外上距离*/
  .gp-header9 {
    width: 100%;
    background: #0f4588 !important;
  }
  .footer_block9 {
    padding-bottom: 0px;
  }
  .footer_block9 .footer_top .footer_logo {
    display: block !important;
    padding: 0 60px;
    width: 70% !important;
  }
  .pid-d130a183-15df-42b7-8e7e-49b939356c2f .footer_block9 .footer_top .ftlist li {
    width: 100%;
  }
  .footer_top .gp-container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_block9 .footer_top .footer_logo {
    margin: 0 auto;
  }
  .pid-d130a183-15df-42b7-8e7e-49b939356c2f .footer_block9 .footer_top .ftlist {
    width: 44% !important;
    text-align: left !important;
    float: none;
    margin: 10px auto 20px;
  }
  .pid-d130a183-15df-42b7-8e7e-49b939356c2f .footer_block9 .footer_top .ewm img {
    margin-top: 20px !important;
  }
  footer {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 740px) {
  /*页脚加图后的内容上间距*/
  .footer_block9 .footer_top {
    /* padding-top: 200px; */
  }
}
@media screen and (max-width: 569px) {
  /*页脚加图后的内容上间距*/
  .footer_block9 .footer_top {
    /* padding-top: 290px; */
  }
}
@media screen and (max-width: 640px) {
  /*页脚加图后的内容上间距*/
  /*页脚链接左对齐*/
  /*页脚logo居中*/
  /*二维码上边距*/
  .footer_block9 .footer_top {
    /*padding-top:200px;*/
  }
  .pid-d130a183-15df-42b7-8e7e-49b939356c2f .footer_block9 .footer_top .ftlist {
    width: 80% !important;
    text-align: left !important;
    float: none;
  }
  .footer_block9 .footer_top .footer_logo {
    padding-top: 20px;
    width: 90% !important;
  }
  .pid-d130a183-15df-42b7-8e7e-49b939356c2f .footer_block9 .footer_top .ewm img {
    margin-top: 20px !important;
  }
}
.single_img1 .gp-img-responsive::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -ms-linear-gradient(top right, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
}
/*导航logo上下高度*/
.gp-header9 .top .logo1 .logo_01,
.gp-header9 .top .logo1 .logo_02 {
  max-height: 70px !important;
}
/*二级页侧栏标题小图标隐藏*/
.asideList8 .gp-subLeft .subLeftTitle b {
  display: none !important;
}
/*二级页侧栏标题底色*/
.asideList8 .gp-subLeft .subLeftTitle {
  background: #0f4588 !important;
}
/*师资列表左侧装饰图标*/
.gp-pagelist59 .block-list59 li a span::before {
  display: none !important;
}
.gp-pagelist59 .block-list59 li a span {
  padding-left: 0 !important;
}
/*导航上面横线*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .nav ul {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
/*搜索样式*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .gp-header9 .top .topRight .gp-serBtn2 {
  width: 66px;
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  /*text-align:right;*/
  /*padding-right:16px;*/
}
/*搜索展开高度*/
.gp-header9 .top .topRight .gp-search2.active {
  /*height:44px !important;*/
  margin-top: 4px !important;
  padding: 4px 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 32px;
}
/*小标题文字行间距*/
.pid-a3532e9a-68de-4770-832b-8ed21db50597 .gp-header9 .top .topRight .gp-link {
  line-height: 44px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  padding: 0 16px;
}

body{}
