/* CSS  */
/* 方正兰亭黑简  */
@font-face {
  font-family: FZLTHGBK;
  src: url('http://www.ekaoyan365.com/font/FZLTHGBK.TTF');
}
/* 方正兰亭粗黑简  */
@font-face {
  font-family: FZLTCHGBK;
  src: url('http://www.ekaoyan365.com/font/FZLTCHGBK.TTF');
}
/*方正兰亭特黑简体*/
@font-face {
  font-family: FZLTTHGBK;
  src: url('http://www.ekaoyan365.com/font/FZLTTHGBK.TTF');
}
* {
  margin:0;
  padding:0;
  outline:none;
  text-decoration:none;
  font-family: FZLTHGBK;
  box-sizing: border-box;
}
html,body {
  height: 100%;
  color:#333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: FZLTHGBK;
  position: relative;
  font-size: 14px;
}
body{
  overflow-x: hidden;
  background:#fff;
}
ol, ul, li {
  list-style: none;
}
img{
  border:none;
  max-width: 100%;
  vertical-align: top;
}
input, textarea ,select{
  border:none;
  background:none;
  cursor:pointer;
  font-size:14px;
  vertical-align:middle;
  color:#333;
  font-family: FZLTHGBK;
}
select {
  border:inherit;
  background: inherit;
}
em, i {
  font-style:normal;
}
a{
  color: #000;
  text-decoration: none;
}
a:focus, input, select {
  outline:none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:after {
  content:"";
  display: block;
  clear: both;
  height: 0;}
.clearfix {
  *zoom:1;
}
.inner{
  width:1200px;
  margin:0 auto;
}
.iner{
  width:1000px;
  margin:0 auto;
}
.d_f{
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.fw_w{
  flex-wrap: wrap;
}
.fd_column{
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* 主轴 */
.jc_c{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jc_fs{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.jc_fe{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.jc_sb{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jc_sr{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  }
/* 主轴侧轴对齐 */
.jcai_center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*侧轴*/
.ai_fs{
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ai_fs{
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ai_fe{
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ai_c{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ai_bl{
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}



/* 动画缓存公共文件  最好放最下面 */
a,*:before,*:after,.navSub{-webkit-transition:all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.teacher-swiper {
  margin: 40px auto 0;
  position: relative;
  width: 1170px;
  z-index: 1;
}
.teacher-swiper .swiper-container {
  margin: 0 auto;
  width: 1170px;
  height: 401px;
}
.teacher-swiper .swiper-container .swiper-slide {
  position: relative;
}
.teacher-swiper .swiper-container .swiper-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 279px;
  height: 401px;
  background-color: #fff9f1;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  overflow: hidden;
}
.teacher-swiper .swiper-container .swiper-slide .slide-bg .teacher-img {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.teacher-swiper .swiper-container .swiper-slide .slide-bg .teacherNr {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.8);
  padding: 15px 10px;
}
.teacher-swiper .swiper-container .swiper-slide .slide-bg .button:hover {
  background: #ff3c00;
}
.teacher-swiper .swiper-container .swiper-slide .slide-bg .button:active {
  background: #e4273d;
}
.teacher-swiper .swiper-container .swiper-slide.swiper-slide-active .slide-bg {
  background-image: url('../images/part6-swiper-current-bg-76c339451a.png?v1');
  background-repeat: no-repeat;
}
.teacher-swiper .swiper-container .swiper-slide.swiper-slide-active .slide-bg .teacherNr {
  display: block;
}

.teacherNrP1{text-align: center;font-size: 16px;color: #fff;font-weight: bold;padding-bottom: 10px;}
.teacherNrP1 b{font-size: 26px;color: #fff;padding-right: 5px;}
.teacherNrP2{font-size: 14px;color: #fff;line-height: 22px;height: auto;max-height: 130px;overflow: hidden}
