/* CSS Document */

/* ---------- 课程体系 ---------- */
.course-wrap {
  position: relative;
  padding: 80px 0 60px;
  background: #f6f6f6;
}
.course-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: url("../images/btm-lace.png") repeat-x center top;
  content: "";
}

.course-wrap .ad img {
  width: 100%;
}

.course {
  padding-top: 100px;
}

.course-tit {
  overflow: hidden;
}
.course-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.course-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.course-tit a.more-btn {
  float: right;
  margin-top: 12px;
  padding-right: 28px;
  height: 24px;
  background: url("../images/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.course-tit a:hover.more-btn {
  color: #ffae1a;
}

.course-list {
  padding: 40px 0;
  overflow: hidden;
}
.course-list ul {
  width: calc(100% + 40px);
}
.course-list li {
  float: left;
  margin-right: 40px;
  width: calc(100% / 4 - 40px);
  margin-bottom:20px;
}
.course-list li a {
  display: block;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.course-list li .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.course-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.course-list li a:hover .pic img {
  transform: scale(1.08);
}
.course-list li .con {
  padding: 28px 36px 36px;
}
.course-list li .con h4 {
  padding-bottom: 16px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-list li .con p {
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.1);
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.course-list li a:hover {
  background: #58bc4c;
  box-shadow: 0 4px 24px rgba(88,188,76,0.2);
}
.course-list li a:hover h4 {
  color: #fff;
}
.course-list li a:hover p {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .course-wrap {
    padding: 48px 0 12px;
  }
  .course-wrap:after {
    bottom: -5px;
    height: 5px;
    background-size: 50px;
  }
  
  .course {
    padding-top: 40px;
  }
  
  .course-tit h2 {
    font-size: 20px;
  }
  .course-tit h3 {
    padding: 10px 0 0 8px;
    font-size: 16px;
  }
  .course-tit a.more-btn {
    margin-top: 4px;
    padding-right: 24px;
    background-size: 20px;
  }
    
  .course-list {
    padding: 28px 0;
  }
  .course-list ul {
    width: auto;
  }
  .course-list li {
    margin: 0 0 16px 0;
    width: 50%;
    box-sizing: border-box;
	
  }
  .course-list li:nth-of-type(odd) {
    padding-right: 8px;
  }
  .course-list li:nth-of-type(even) {
    padding-left: 8px;
  }
  .course-list li a {
    border-radius: 12px;
  }
  .course-list li .pic {
    width: auto;
    height: 120px;
  }
  .course-list li .con {
    padding: 16px 20px 20px;
  }
  .course-list li .con h4 {
    padding-bottom: 12px;
    font-size: 15px;
  }
  .course-list li .con p {
    padding-top: 12px;
    line-height: 20px;
  }
}

/* ---------- 为什么选择我们 ---------- */
.why {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.why-tit {
  text-align: center;
}
.why-tit h2 span {
  display: inline-block;
  padding-left: 45px;
  background: url("../images/why-ico.png") no-repeat left center;
  font-size: 28px;
}
.why-tit p {
  padding-top: 18px;
  font-size: 15px;
  color: #999;
}
.why-con {
  padding: 160px 0 40px;
  overflow: hidden;
}
.why-con li {
  float: left;
  padding-bottom: 80px;
  width: 50%;
}
.why-con li .ico {
  float: left;
}
.why-con li .con {
  float: left;
  padding-left: 20px;
  width: 240px;
}
.why-con li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #58bc4c;
}
.why-con li p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why-con li:nth-of-type(even) {
  float: right;
  text-align: right;
}
.why-con li:nth-of-type(even) .ico {
  float: right;
}
.why-con li:nth-of-type(even) .con {
  float: right;
  padding-right: 20px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .why {
    padding-top: 60px;
    background-size: 360px;
}
  .why-tit h2 span {
    padding-left: 32px;
    background-size: 24px;
    font-size: 20px;
  }
  .why-tit p {
    font-size: 14px;
  }
  .why-con {
    padding: 40px 0 280px;
  }
  .why-con li {
    padding-right: 8px;
    padding-bottom: 28px;
    text-align: center;
    box-sizing: border-box;
  }
  .why-con li .ico {
    float: none;
  }
 .why-con li .ico img {
    width: 48px;
  }
  .why-con li .con {
    float: none;
    padding-left: 0;
    width: auto;
  }
  .why-con li h4 {
    padding-top: 10px;
    font-size: 15px;
  }
  .why-con li p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  .why-con li:nth-of-type(even) {
    padding-left: 8px;
    text-align: center;
  }
  .why-con li:nth-of-type(even) .ico {
    float: none;
  }
  .why-con li:nth-of-type(even) .con {
    float: none;
    padding-right: 0;
  }
}

/* ---------- 师资介绍 ---------- */
.teacher {
  position: relative;
  padding: 100px 0;
  background-position: center top;
  background-color: #f6f6f6;
}
.teacher:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: url("../images/top-lace.png") repeat-x center top;
  content: "";
}
.teacher:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: url("../images/btm-lace.png") repeat-x center top;
  content: "";
}

.teacher-tit {
  overflow: hidden;
}
.teacher-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.teacher-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.teacher-tit a.more-btn {
  float: right;
  margin-top: 12px;
  padding-right: 28px;
  height: 24px;
  background: url("../images/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.teacher-tit a:hover.more-btn {
  color: #ffae1a;
}

.teacher-list {
  padding-top: 40px;
  overflow: hidden;
}
.teacher-list ul {
  margin: 0 -20px;
}
.teacher-list li {
  float: left;
  position: relative;
  padding: 0 20px;
  width: 25%;
  height: 440px;
  box-sizing: border-box;
}
.teacher-list li:after {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: #e9e9e9;
  content: "";
}
.teacher-list li:last-child:after {
  background: none;
}
.teacher-list li a {
  display: block;
  padding: 50px 50px 0;
  height: 350px;
  border-radius: 24px;
  text-align: center;
}
.teacher-list li .pic {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.teacher-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.teacher-list li a:hover .pic img {
  transform: scale(1.08);
}
.teacher-list li .con {
  padding-top: 28px;
}
.teacher-list li .con h4 {
  font-size: 18px;
}
.teacher-list li .con p {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.teacher-list li a:hover {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .teacher-list li a {
    padding: 50px 30px 0;
  }
}

@media only screen and (max-width: 912px) {
  .teacher {
    padding: 40px 0;
  }
  .teacher:before {
    top: -5px;
    height: 5px;
    background-size: 50px;
  }
  .teacher:after {
    bottom: -5px;
    height: 5px;
    background-size: 50px;
  }

  .teacher-tit h2 {
    font-size: 20px;
  }
  .teacher-tit h3 {
    padding: 10px 0 0 8px;
    font-size: 16px;
  }
  .teacher-tit a.more-btn {
    margin-top: 4px;
    padding-right: 24px;
    background-size: 20px;
  }

  .teacher-list {
    padding-top: 28px;
  }
  .teacher-list ul {
    margin: auto;
  }
  .teacher-list li {
    padding: 0;
    width: 50%;
    height: 240px;
  }
  .teacher-list li:after {
    background: none;
  }
  .teacher-list li a {
    padding: 20px 20px 0;
    height: 220px;
    border-radius: 12px;
  }
  .teacher-list li .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
  .teacher-list li .con {
    padding-top: 8px;
  }
  .teacher-list li .con h4 {
    font-size: 15px;
  }
  .teacher-list li .con p {
    padding-top: 6px;
    line-height: 20px;
  }
}

/* ---------- 新闻动态 ---------- */
.news {
  padding: 100px 0;
}

.news-tit {
  overflow: hidden;
}
.news-tit h2 {
  float: left;
  font-size: 28px;
  color: #333;
}
.news-tit h3 {
  float: left;
  padding: 16px 0 0 10px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.news-tit a.more-btn {
  float: right;
  margin-top: 12px;
  padding-right: 28px;
  height: 24px;
  background: url("../images/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.news-tit a:hover.more-btn {
  color: #ffae1a;
}

.news-list {
  padding-top: 40px;
  overflow: hidden;
}
.news-list ul {
  width: calc(100% + 60px);
}
.news-list li {
  float: left;
  margin-right: 60px;
  width: calc(100% / 3 - 60px);
}
.news-list li .pic {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.08);
}
.news-list li .date {
  position: absolute;
  top: 20px;
  left: 30px;
}
.news-list li .date span {
  display: block;
  font-family: "PFDinTextPro-Light";
  color: #fff;
  text-align: center;
}
.news-list li .date span.day {
  font-size: 52px;
}
.news-list li .date span.month {
  margin-top: -10px;
  font-size: 14px;
}
.news-list li .con {
  padding-top: 28px;
}
.news-list li .con h4 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 16px;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 20px;
}
.news-list li .more-btn {
  padding-right: 32px;
  background: url("../images/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .news {
    padding: 40px 0;
  }

  .news-tit h2 {
    font-size: 20px;
  }
  .news-tit h3 {
    padding: 10px 0 0 8px;
    font-size: 16px;
  }
  .news-tit a.more-btn {
    margin-top: 4px;
    padding-right: 24px;
    background-size: 20px;
  }

  .news-list {
    padding-top: 28px;
  }
  .news-list ul {
    width: auto;
  }
  .news-list li {
    float: none;
    margin-right: auto;
    padding-bottom: 24px;
    width: auto;
  }
  .news-list li .pic {
    width: auto;
    height: auto;
    border-radius: 12px;
  }
  .news-list li .date {
    left: 20px;
  }
  .news-list li .con {
    padding-top: 20px;
  }
  .news-list li .con h4 {
    font-size: 15px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 24px;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}

/* ---------- 联系方式 ---------- */
.contact {
  padding: 100px 0;
  background-size: cover;
  overflow: hidden;
}

.contact .tel {
  float: left;
  width: 47%;
  height: 160px;
  border-radius: 24px;
  background: #fff;
}
.contact .tel .ico {
  float: left;
  padding-top: 36px;
  width: 17.5%;
  text-align: right;
}
.contact .tel .con {
  float: right;
  padding: 32px 20px 0 0;
  width: 77.5%;
  box-sizing: border-box;
}
.contact .tel .con h3 {
  font-size: 16px;
}
.contact .tel .con h4 {
  padding: 14px 0 0;
  font-family: "PFDinTextPro-Light";
  font-weight: normal;
  font-size: 36px;
}
.contact .tel .con p {
  font-size: 14px;
  color: #999;
}

.contact .address {
  float: right;
  width: 47%;
  height: 160px;
  border-radius: 24px;
  background: #fff;
}
.contact .address .ico {
  float: left;
  padding-top: 36px;
  width: 17.5%;
  text-align: right;
}
.contact .address .con {
  float: right;
  padding: 32px 20px 0 0;
  width: 77.5%;
  box-sizing: border-box;
}
.contact .address .con h3 {
  font-size: 16px;
}
.contact .address .con h4 {
  padding: 20px 0 12px;
  font-size: 15px;
  line-height: 25px;
}
.contact .address .con p {
  font-size: 14px;
  color: #999;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .contact {
    padding: 60px 0;
  }

  .contact .tel {
    float: none;
    width: auto;
    height: 140px;
    border-radius: 12px;
  }
  .contact .tel .ico {
    padding-top: 28px;
    width: 20%;
  }
  .contact .tel .con {
    padding: 24px 16px 0 0;
    width: 75%;
  }
  .contact .tel .con h3 {
    font-size: 15px;
  }
  .contact .tel .con h4 {
    padding: 12px 0 0;
    font-size: 34px;
  }

  .contact .address {
    float: none;
    margin-top: 20px;
    width: auto;
    height: 140px;
    border-radius: 12px;
  }
  .contact .address .ico {
    padding-top: 28px;
    width: 20%;
  }
  .contact .address .con {
    padding: 24px 16px 0 0;
    width: 75%;
  }
  .contact .address .con h3 {
    font-size: 15px;
  }
  .contact .address .con h4 {
    padding: 10px 0 4px;
    font-size: 14px;
    line-height: 20px;
  }
}
