body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #94070a;
  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: #94070a;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #94070a;
}
.slick-dots li.slick-active button {
  background-color: #94070a;
}
.slick-dots li:hover button {
  background-color: #94070a;
}
.slick-dots li.slick-active button {
  background-color: #94070a;
}
body .gp-container {
  width: 1600px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1300px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1200px;
  }
}
@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: #94070a;
  color: #fff;
  border-color: #94070a;
}
.gp-page1 a.on_pages {
  background-color: #94070a;
}
.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: #94070a;
}
.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;
  }
}
/*版新设置*/
@media screen and (min-width: 1460px) and (max-width: 1600px) {
  body .gp-container {
    width: 1400px !important;
  }
}
.gp-header21 .gp-nav-wrap .gp-logo {
  padding: 20px 0;
}
.gp-header21.currents .gp-nav-wrap .gp-logo {
  padding: 10px 0 !important;
}
.asideList16 ul {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
/*面包屑样式调整*/
.gp-bread6 {
  text-align: right;
  display: none;
}
.asideList16 .gp-subLeft {
  z-index: 9 !important;
}
/*通栏标题底色*/
.gp-title20 h2 {
  width: 100%;
  padding: 26px 0 30px 20px !important;
}
.layout:nth-child(2) {
  margin-left: 0px;
  margin-bottom: 60px !important;
}
/*导航下拉横线*/
.gp-header21 .gp-nav-wrap .gp-nav >li >a::before {
  display: none !important;
}
.gp-header21 .gp-nav-wrap .gp-nav >li >a {
  font-size: 16px !important;
  height: 120px !important;
  line-height: 120px !important;
}
.gp-header21 .gp-nav-wrap .gp-nav >li:hover >a {
  color: #fff !important;
  background: #94070a;
  line-height: 50px !important;
  height: 50px !important;
  margin: 35px 0 0;
}
/*导航下拉*/
.gp-header21 .gp-nav-wrap .gp-nav >li .second_nav1 {
  margin-left: -119px !important;
  width: 240px !important;
  max-width: 240px !important;
  top: 120px !important;
  background: #fff !important;
}
.gp-header21 .gp-nav-wrap .gp-nav >li .second_nav1 dd a {
  padding: 22px 15px !important;
  height: 60px !important;
  max-height: 60px !important;
  color: #424242 !important;
}
/*导航下拉交互*/
.gp-header21 .gp-nav-wrap .gp-nav >li .second_nav1 dd:hover {
  background: #94070a !important;
}
.gp-header21 .gp-nav-wrap .gp-nav >li .second_nav1 dd:hover a {
  color: #fff !important;
  background: #94070a !important;
}
/*头部导航间距*/
.gp-header21 .gp-nav-wrap .gp-nav >li >a {
  padding: 0 7px !important;
}
.gp-header21 .gp-nav-wrap .gp-nav {
  margin-right: -7px !important;
}
@media screen and (min-width: 1500px) {
  /*头部导航间距*/
  .gp-header21 .gp-nav-wrap .gp-nav >li >a {
    padding: 0 24px !important;
  }
  .gp-header21 .gp-nav-wrap .gp-nav {
    margin-right: -24px !important;
  }
}
/*首页更多图标隐藏*/
.gp-title111 .more i {
  display: none !important;
}
.gp-title111 .more {
  background: none !important;
  padding-right: 0em !important;
  color: #333;
  /*font-size:16px !important;*/
}
/*首页标题栏目下划线*/
.gp-title111 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 26px;
  position: relative;
}
.gp-title111 .gp-title111a::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #94070a;
  position: absolute;
  left: 0;
  bottom: -2px;
}
/*侧栏颜色*/
/*侧栏标题显示出来*/
.asideList16 .gp-subLeft .subLeftTitle {
  display: initial;
  width: 100% !important;
  padding: 22px 0 22px 30px !important;
  display: block !important;
  text-align: left !important;
  font-size: 20px !important;
  color: #fff !important;
  font-weight: bold !important;
  background: #94070a !important;
}
/*二级页标题调整*/
.gp-title85,
.gp-title80 {
  box-shadow: 0px 2px 0px #94070a !important;
}
.gp-title80 i {
  display: none;
}
.gp-title80 h2 a,
.gp-title85 .title .colTitle a {
  font-size: 20px !important;
  font-weight: bold;
  color: #94070a;
}
@media screen and (max-width: 996px) {
  .asideList16 .gp-subLeft .subLeftTitle {
    padding: 16px 0 18px 20px !important;
    font-size: 18px !important;
  }
  .gp-title80 h2 {
    font-size: 20px !important;
  }
  .gp-title80 h2 a {
    font-size: 20px !important;
  }
  .gp-title80 h2 a,
  .gp-title85 .title .colTitle a {
    font-size: 18px !important;
  }
  .layout:nth-child(2) {
    margin-bottom: 10px !important;
  }
  .gp-header21 .gp-nav-wrap .gp-logo {
    /*justify-content: center;*/
  }
}
@media screen and (max-width: 768px) {
  .layout:nth-child(2) {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 414px) {
  .layout:nth-child(2) {
    margin-bottom: 0px !important;
  }
}
/*顶部横条*/
.gp-header21 .gp-top {
  padding: 0 !important;
  max-height: 6px !important;
}
/*头部高度*/
.gp-header21 .gp-nav-wrap > div {
  height: 120px !important;
  max-height: 120px !important;
}
/*logo大小*/
.gp-header21 .gp-nav-wrap .gp-logo img {
  max-height: 70px !important;
}
.gp-header21 .gp-nav-wrap .gp-nav > li > a {
  font-size: 16px;
}
@media screen and (max-width: 996px) {
  /*logo大小*/
  /*三道杠位置*/
  /*顶部横条高度*/
  /*三道杠展开*/
  .gp-header21.currents .gp-nav-wrap .gp-logo {
    padding: 0 !important;
  }
  .gp-header21 .gp-nav-wrap .gp-logo img {
    max-height: 50px !important;
    padding-right: 40px !important;
  }
  .gp-header21 .gp-nav-wrap .gp-logo a.logo_01{width: 70%;}
  .gp-header21 .gp-nav-wrap > div {
    height: inherit !important;
    max-height: inherit !important;
  }
  .gp-header21 .gp-menu .gp-menu-header .gp-menu-header-icon {
    color: #94070a !important;
    margin: 40px 20px 0 0 !important;
  }
  .gp-header21 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
    background-color: #94070a !important;
  }
  .gp-header21 .gp-menu .gp-menu-header {
    /*height:2px !important;*/
    /*margin-top: 0px !important;*/
  }
  .gp-header21 .gp-menu {
    height: 6px !important;
  }
  .gp-header21 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
    padding-top: 50px !important;
  }
}
/*文章页附件上间距*/
.gp-annex5 {
  margin-top: 30px;
  padding-top: 30px !important;
}
/*文章页标题*/
.gp-articleAuthor {
  padding: 10px !important;
  margin-top: 20px;
}
.gp-articleAuthor1 {
  margin-bottom: 0 !important;
}
.gp-articleAuthor span {
  /* padding: 5px 0 !important; */
}
/*循环列表*/
.block-list293 li .info .more,
.block-list293 li .date {
  display: none;
}
/*侧栏*/
.asideList16 .gp-subLeft ul {
  box-shadow: 0 0 16px transparent !important;
  background: #f1f1f1;
}
/*左侧高度固定*/
.asideList16 .gp-subLeft {
  height: 100%;
}
.asideList16 .gp-subLeft ul {
  max-height: 100%;
  padding-bottom: 202px;
  box-sizing: content-box;
}
/*左侧装饰图片*/
.asideList16 .gp-subLeft {
  position: relative;
}
.asideList16 .gp-subLeft ul::before {
  content: "";
  display: block;
  width: 258px;
  height: 212px;
  max-height: 212px;
  background: url(../images/6c7cc21329c140c381061b190d4f6964.png) no-repeat center/cover;
  position: absolute;
  /*top:47px;*/
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 996px) {
  /*文章页内容字*/
  .asideList16 .gp-subLeft > ul {
    padding-bottom: 0 !important;
  }
  .asideList16 .gp-subLeft ul::before {
    display: none !important;
  }
  .gp-article1,
  .gp-article1 p,
  .gp-article1 p span,
  .gp-annex5 ul li a,
  .gp-articleAuthor1 span,
  .gp-articleAuthor1 i {
    font-size: 14px !important;
  }
}
/*侧栏子标题*/
.asideList16 .gp-subLeft > ul > li > a {
  border-bottom: rgba(0, 0, 0, 0.14) 1px solid !important;
}
.asideList16 .gp-subLeft > ul > li a.active {
  padding-left: 10px !important;
}
/*二级页banner*/
.gp-img-responsive img:hover {
  transform: scale(1) !important;
  opacity: 1 !important;
}
/*二级页标题右侧*/
.gp-title85 .right {
  display: none !important;
}
/*二级页列表*/
.page-list44 .block-list231 a p,
.page-list44 .block-list231 a .subPic_img:before {
  display: none !important;
}
.page-list44 .block-list231 a .subPic_img {
  padding: 0 !important;
}
.page-list44 .block-list231 {
  position: relative;
  z-index: 0;
}
/*二级页师资队伍*/
.gp-teacher5 > ul li a {
  /*background:#f5f5f5;*/
}
.gp-teacher5 > ul li a .title {
  margin: 10px;
  padding-top: 10px !important;
}
.gp-teacher5 > ul li a p {
  /*height*/
}
.gp-teacher5 > ul li a .title,
.gp-teacher5 > ul li a p {
  padding: 0px 10px;
  background: #f5f5f5;
}
/*二级页列表*/
.page-list30 > ul li a {
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.16) !important;
}
.page-list30 .list-unstyled li {
  margin-bottom: 25px !important;
}
.page-list30 .list-unstyled li a {
  padding-bottom: 25px !important;
  max-width: 877px;
}
.page-list30 > ul li a span {
  font-style: normal !important;
}
.page-list30 > ul li a span i {
  display: none;
}
@media screen and (max-width: 996px) {
  .page-list30 .list-unstyled li {
    margin-bottom: 18px !important;
  }
  .page-list30 .list-unstyled li a {
    padding-bottom: 18px !important;
  }
}
/*二级页标题调整*/
/*二级页标题*/
.gp-title80 h2 a {
  color: #94070a;
  font-weight: bold;
}
@media screen and (min-width: 996px) {
  .gp-title80,
  .gp-title85 {
    margin-left: 60px;
    padding: 13px 20px 18px !important;
  }
  .gp-textList3,
  .page-list24,
  .gp-articleTitle,
  .gp-article,
  .gp-teacher5,
  .gp-teacherArticle1,
  .block-list293,
  .gp-imgListHor1,
  .column-list4,
  .gp-annex5,
  .page-list23,
  .page-list44 .block-list231,
  .page-list30 .list-unstyled,
  .gpCode {
    margin-left: 60px;
    padding: 40px 20px 0 !important;
  }
  .gp-page1 {
    /*max-width:977px ;*/
    margin-left: 60px !important;
    margin-top: 0px !important;
    padding: 10px 16px !important;
    text-align: left !important;
  }
  .page-list44 .gp-page1 {
    margin-left: 85px !important;
    margin-top: 10px !important;
    padding: 10px 0px !important;
  }
  .gp-teacher5 .gp-page1 {
    margin-left: -5px !important;
    margin-top: 0px !important;
    padding: 5px 0px !important;
  }
  .gp-articleAuthor1 {
    padding: 14px 20px !important;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .gp-textList3,
  .page-list24,
  .gp-articleTitle,
  .gp-article,
  .gp-teacher5,
  .gp-teacherArticle1,
  .block-list293,
  .gp-imgListHor1,
  .column-list4,
  .gp-annex5,
  .gp-title85,
  .page-list23,
  .page-list44 .block-list231,
  .page-list30 .list-unstyled,
  .gpCode {
    margin-left: 140px;
  }
  .gp-title80 {
    margin-left: 140px;
  }
  .gp-page1 {
    margin-left: 140px !important;
    margin-top: 0px !important;
  }
  .page-list44 .gp-page1 {
    margin-left: 166px !important;
    margin-top: 16px !important;
  }
  .gp-teacher5 .gp-page1 {
    margin-top: 0px !important;
  }
  .gp-articleAuthor1 {
    padding: 16px 20px !important;
    margin-left: 140px;
  }
}
@media screen and (max-width: 995px) {
  /*c {*/
  /*    padding: 0px 0 40px !important;*/
  /*}*/
  .gp-textList3,
  .page-list24,
  .gp-articleTitle,
  .gp-article,
  .gp-teacher5,
  .gp-teacherArticle1,
  .block-list293,
  .gp-imgListHor1,
  .column-list4,
  .gp-annex5,
  .page-list23,
  .page-list44 .block-list231,
  .page-list30 .list-unstyled,
  .gpCode {
    padding: 30px 0px !important;
  }
  .gp-articleAuthor1 {
    padding: 12px 20px !important;
  }
}
/*文章页左侧左间距*/
.firstRow {
  display: block;
  margin: 0 -11px;
}
.gp-pc-layout-pid-f519f483-f5ae-4b97-a2a1-9e1c130503ef .gp-article1 table {
  border: 0px solid #000 !important;
}
.gp-pc-layout-pid-f519f483-f5ae-4b97-a2a1-9e1c130503ef .gp-article1 table .firstRow td:nth-child(1) {
  /*padding-right:35px;*/
}
/**/
/**/
/**/
/**/
/*页脚*/
.footer_block6 .footer .footerList1 {
  border-right: 1px solid rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
  margin-left: 10px !important; margin-right: 20px !important;
}
.footer_block6 .footer .footerList2 {
  border-right: 1px solid rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
  margin-left: 10px !important; 
}
@media screen and (min-width: 768px) {
  .footer_block6 .footer {
    width: 100% !important;
  }
  .footer_block6 .footer .md {
    float: right !important;
    width: auto !important;
  }
  .footer_block6 .footer .footerList {
    padding: 0 !important;
  }
}
.footer_block6 .footer .footerList {
  border-left: 1px solid rgba(255, 255, 255, 0) !important;
}
/*版权间距*/
.footer_block6 .copyRight {
  padding: 20px 0 !important;
}
.footer_block6 .footer .footerList ul li {
  margin-top: 5px !important;
}
.footer_block6 .footer .footerList ul li a,
.footer_block6 .footer .footerList1 .footerContact p,
.footer_block6 .copyRight {
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  /*友情链接宽度*/
  .footer_block6 .footer .footerList ul li {
    width: 33% !important;
  }
}
/*二维码*/
.footer_block6 .footer .rt {
  /* width: auto !important; */
  /* height: 102px !important; */
  /* opacity: 0.6; */
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
}
@media screen and (min-width: 996px) {
  /*链接上下间距*/
  /*联系我们*/
  .footer_block6 .footer {
    padding: 20px 0;
  }
  .footer_block6 .footer .footerList2 .code2D img {
    padding-bottom: 0px !important;
  }
  .md {
    float: none !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    text-align: left !important;
    width: auto !important;
  }
  .footerContact {
    display: inline-block !important;
    text-align: left !important;
    width: auto !important;
    white-space: nowrap !important;
  }
}
/*新加logo*/
/* 左右图片容器 固定185×135，图片100%铺满 */
.footer-img-left,
.footer-img-right {
  width: 161px;
  height: 117px;
  float: left;
  position: absolute;
  left: 50%;
  /*top: 0;*/
  margin: 30px 0 20px -80.5px;
}
@media screen and (max-width: 1200px) {
  .footer-img-left,
  .footer-img-right {
    margin-left: -120.5px;
  }
}
.footer-img-right {
  float: right;
}
.footer-img-left img,
.footer-img-right img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* 清除浮动，兼容IE9 */
.footer {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .footer_block6 .footer .footerList {
    padding: 0 0% !important;
  }
}
@media screen and (max-width: 996px) {
  .footer_block6 .footer .lf {
    width: 100% !important;
  }
  .footer-img-left,
  .footer-img-right {
    margin: 216px 0 20px -80px;
  }
  .footer_block6 .footer .rt {
    position: relative;
    top: 162px;
    float: right !important;
  }
  .footer_block6 .footer .md {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_block6 .footer .rt {
    position: relative;
    top: 135px;
    float: right !important;
  }
  .footer_block6 .footer .lf {
    float: left !important;
  }
}
@media screen and (max-width: 414px) {
  .footer_block6 .footer .rt {
    top: 265px;
    left: -35%;
  }
  .footer_block6 .footer .md {
    margin: 30px 0 140px !important;
  }
}

body{}
@media screen and (max-width: 767px) {
  .sub01 table tr{display: flex;flex-direction: column;margin: 0;}
  .sub01 table tr td{width: 100% !important;padding: 0 !important;order: 1;}
  .sub01 table tr td:last-child{order: 0;}
}
