/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/* 圆角  */
/*边框圆角*/
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
/*常用颜色*/
/* 板块版心设置 */
.huadong {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  color: #999;
  display: none;
}
p + img {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
}
.title h2 span {
  color: #2653ac;
}
.title p {
  font-size: 12px;
  line-height: 10px;
  color: #2653ac;
  transform: scale(0.8);
  font-weight: 600;
  line-height: 1;
  position: relative;
  left: -9.8%;
}
.title p:nth-of-type(1) {
  margin-top: 7px;
}
.breadcrumb {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1px;
  font-size: 14px;
  color: #999;
  margin: 23px auto;
}
@media (max-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:last-child {
  display: inline-block;
  color: #333;
}
.line {
  border-top: 1px solid #e5edf5;
}
.training {
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1px;
  margin-top: 41px;
}
@media (max-width: 768px) {
  .training {
    width: 96%;
  }
}
.training .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 39px;
}
.training .content .r_content {
  margin-left: 70px;
}
.training .content .r_content p {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}
.training .content .r_content p.subtitle {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2653ac;
  margin-top: 0;
  margin-bottom: 38px;
}
.training .content .r_content p.subtitle::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #e5e5e5;
}
.teachers {
  position: relative;
  margin-top: 48px;
  background: url(../images/teachersBG.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 438px;
}
.teachers img {
  position: relative;
  bottom: -38px;
  left: 50%;
  margin-left: -600px;
}
.teachers .content {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1px;
  left: 50%;
  bottom: -89px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 27px 49px 40px 41px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
@media (max-width: 768px) {
  .teachers .content {
    width: 96%;
  }
}
.teachers .content > p {
  font-size: 14px;
  line-height: 19px;
  color: #666;
  margin-top: 35px;
}
.learning_platform {
  background-color: #f7f8fb;
  padding: 159px 0 60px;
}
.learning_platform .content {
  max-width: 1095px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  background: url(../images/bg_learning_platform.png) no-repeat right;
  padding: 59px 47px 45px 0;
}
@media (max-width: 768px) {
  .learning_platform .content {
    width: 96%;
  }
}
.learning_platform .content .r_content {
  margin-left: 40px;
  padding-bottom: 17px;
}
.learning_platform .content .r_content .title p:nth-of-type(1) {
  margin-top: 9px;
}
.learning_platform .content .r_content > p {
  font-size: 14px;
  color: #333;
  margin-top: 25px;
}
.learning_platform .content .r_content > p:nth-of-type(1) {
  margin-top: 39px;
}
.service_process {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1px;
  margin-top: 51px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .service_process {
    width: 96%;
  }
}
.service_process ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 55px;
}
.service_process ul li {
  position: relative;
  max-width: 154px;
  text-align: center;
}
.service_process ul li p {
  min-height: 32px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.service_process ul li p.subtitle {
  min-height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 30px 0 10px;
}
.service_process ul li::after {
  content: '';
  position: absolute;
  top: 24px;
  right: -34px;
  width: 16px;
  height: 14px;
  background: url(../images/arrow.png) no-repeat center;
}
.service_process ul li:last-child::after {
  display: none;
}
