@charset "UTF-8";
.banner {
  height: 580px;
  position: relative;
}

.banner #banner {
  width: 100%;
}

.banner .swiper-slide {
  height: 580px;
}

.banner #banner-focus {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.banner #banner-focus span {
  margin: 0 7px;
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.banner #banner-focus .swiper-pagination-bullet-active {
  opacity: 1;
}

.certificate {
  background: #151a25;
  height: 100px;
  border-bottom: 1px solid #82858b;
}

.certificate .certificate-statu {
  width: 290px;
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  padding-left: 22px;
  position: relative;
  float: left;
}

.certificate .certificate-statu p {
  margin: 5px 0;
}

.certificate .certificate-statu span {
  font-size: 24px;
  color: #fae4af;
}

.certificate .certificate-statu::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2d313b;
  position: absolute;
  top: 25px;
  right: -1px;
}

.certificate .certificate-inquiry {
  line-height: 100px;
  float: left;
  margin-left: 43px;
}

.certificate .certificate-inquiry .icon-zhengshu {
  color: #f7e8c7;
  margin-right: 5px;
}

.certificate .certificate-inquiry span {
  color: #fff;
  font-size: 16px;
  margin-right: 35px;
}

.certificate .certificate-inquiry input {
  width: 525px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 16px;
  color: #333;
  background: #fff;
}

.certificate .certificate-inquiry input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px;
  color: #c4c4c4;
}

.certificate .certificate-inquiry input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #c4c4c4;
}

.certificate .certificate-inquiry input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #c4c4c4;
}

.certificate .certificate-inquiry input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #c4c4c4;
}

.certificate .certificate-inquiry button {
  width: 147px;
  height: 52px;
  background: #348de8;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}

.certificate .certificate-inquiry button i {
  color: #fff;
  font-size: 18px;
  letter-spacing: 12px;
}

.certificate .certificate-inquiry button:focus {
  background: #3274b8;
}

.abstract {
  background: url("../img/abstract-bg.png") no-repeat top left;
  height: 755px;
  text-align: center;
}

.abstract .abs-sum {
  padding-top: 113px;
}

.abstract .abs-sum h2 {
  font-size: 34px;
  color: #307bbe;
}

.abstract .abs-sum span {
  font-size: 12px;
  color: #042555;
}

.abstract .abs-sum h3 {
  margin-top: 55px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #042555;
}

.abstract .abs-sum p {
  font-size: 14px;
  color: #042555;
  margin-bottom: 10px;
}

.abstract ul {
  margin-top: 70px;
}

.abstract ul li {
  display: inline-block;
  width: 340px;
  vertical-align: top;
  padding: 0 10px;
}

.abstract ul li i {
  margin-bottom: 25px;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 62px;
  color: #307bbe;
}

.abstract ul li h2 {
  font-size: 18px;
  color: #323232;
  margin-bottom: 20px;
}

.abstract ul li p {
  font-size: 14px;
  color: #646464;
  line-height: 24px;
}

.abstract ul li:first-child {
  float: left;
}

.abstract ul li:last-child {
  float: right;
}

a.more-hover {
  display: block;
  width: 258px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #b4b4b4;
  margin-top: 40px;
  font-size: 14px;
  color: #6e6e6e;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  overflow: hidden;
}

a.more-hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #307bbe;
  transition: all 0.5s ease;
  z-index: -1;
}

a.more-hover:hover:after {
  width: 400px;
  height: 400px;
}

a.more-hover:hover {
  color: #fff;
  border-color: #4493d9;
}

.lessons {
  height: 1000px;
  background: url("../img/lessons-bg.jpg") no-repeat center;
  background-size: 100% 100%;
}

.lessons .title {
  text-align: center;
  padding-top: 85px;
}

.lessons .title h2 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 10px;
}

.lessons .title p {
  font-size: 12px;
  color: #fff;
}

.lessons ul.lessongs-abs {
  text-align: center;
  margin-top: 75px;
}

.lessons ul.lessongs-abs li {
  float: left;
  width: 275px;
  height: 415px;
  margin-right: 33px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.lessons ul.lessongs-abs li .lessons-text {
  padding: 27px 0;
}

.lessons ul.lessongs-abs li .lessons-text h2 {
  font-size: 20px;
  color: #3f4246;
  margin-bottom: 10px;
}

.lessons ul.lessongs-abs li .lessons-text i {
  font-size: 14px;
  color: #717171;
}

.lessons ul.lessongs-abs li .lessons-text p {
  width: 200px;
  max-height: 84px;
  margin: 0 auto;
  font-size: 12px;
  color: #6a6c6f;
  margin-top: 15px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.lessons ul.lessongs-abs li .lessons-text a {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border: 5px solid #fff;
  display: block;
  background: #348de8;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}

.lessons ul.lessongs-abs li:last-child {
  margin-right: 0;
}

.lessons ul.lessongs-abs li:hover {
  margin-top: -5px;
}

.lessons ul.lessongs-abs li:hover a {
  bottom: 25px;
  opacity: 1;
}

.lessons ul.lessongs-abs li:hover p {
  height: 40px;
}

.lessons .lessons-ext {
  margin-top: 70px;
}

.lessons .lessons-ext h2 {
  text-align: center;
  font-size: 34px;
  color: #fae4af;
  margin-bottom: 35px;
}

.lessons .lessons-ext .worth {
  margin-bottom: 30px;
  text-align: center;
}

.lessons .lessons-ext .worth .worth-list {
  display: inline-block;
  margin-bottom: 40px;
}

.lessons .lessons-ext .worth .worth-list p {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
}

.lessons .lessons-ext .worth .worth-list p i {
  color: #fae4af;
  margin-right: 10px;
  font-size: 22px;
}

.lessons .lessons-ext .worth .worth-list.center p {
  margin-left: -83px;
}

.lessons .lessons-ext .worth .worth-list.left {
  float: left;
}

.lessons .lessons-ext .worth .worth-list.left p {
  padding-left: 30px;
}

.lessons .lessons-ext .worth .worth-list.right {
  float: right;
}

.lessons .lessons-ext .worth .worth-list.right p {
  padding-right: 30px;
}

.teachers {
  height: 840px;
  background: url("../img/teachers-bg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.teachers .title {
  padding-top: 85px;
  text-align: center;
}

.teachers .title h2 {
  font-size: 34px;
  color: #307bbe;
  margin-bottom: 10px;
}

.teachers .title p {
  font-size: 12px;
  color: #152036;
}

.teachers .teachers-slides {
  margin-top: 75px;
}

.teachers .teachers-slides .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.teachers .teachers-slides .swiper-slide {
  height: 418px;
  overflow: hidden;
}

.teachers .teachers-slides .swiper-slide .slide-content {
  width: 325px;
  height: 418px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.teachers .teachers-slides .swiper-slide img {
  width: 325px;
  height: 413px;
  position: absolute;
  z-index: -1;
  transition: transform 0.3s;
}

.teachers .teachers-slides .swiper-slide .base {
  position: absolute;
  bottom: 35px;
  padding: 0 25px;
  transition: bottom 0.3s;
  z-index: 11;
}

.teachers .teachers-slides .swiper-slide .base h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.teachers .teachers-slides .swiper-slide .base p {
  font-size: 14px;
  color: #fff;
}

.teachers .teachers-slides .swiper-slide .show {
  width: 327px;
  height: 0;
  background: url("../img/teachers-hover.png") no-repeat bottom center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10;
  transition: height 0.3s;
  bottom: 0;
  left: -1px;
}

.teachers .teachers-slides .swiper-slide .show a {
  width: 125px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: absolute;
  bottom: -40px;
  background: #fff;
  color: #5a9de2;
  font-size: 14px;
  text-align: center;
  transition: bottom 0.5s;
}

.teachers .teachers-slides .swiper-slide .show a.detail {
  left: 25px;
}

.teachers .teachers-slides .swiper-slide .show a.ask {
  right: 25px;
}

.teachers .teachers-slides .slide-content:after {
  content: "";
  display: block;
  width: 325px;
  height: 5px;
  background: #3389e1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.teachers .swiper-slide:hover img {
  transform: scale(1.03);
}

.teachers .swiper-slide:hover .base {
  bottom: 75px;
}

.teachers .swiper-slide:hover .show {
  height: 418px;
}

.teachers .swiper-slide:hover .show a {
  bottom: 20px;
}

.teachers a.teachers-more {
  position: absolute;
  bottom: 55px;
  text-align: center;
}

.mermber {
  height: 720px;
  background: url(../img/member-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.mermber .title {
  text-align: center;
  padding-top: 65px;
}

.mermber .title h2 {
  margin-bottom: 10px;
  font-size: 34px;
}

.mermber .title p {
  font-size: 12px;
}

.mermber ul {
  margin-top: 55px;
}

.mermber ul li {
  width: 375px;
  height: 415px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding-top: 10px;
  float: left;
  margin-right: 60px;
  transition: all 0.3s;
}

.mermber ul li .mem-top {
  height: 325px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mermber ul li .mem-top i.subtitle {
  font-size: 24px;
  display: block;
  margin: 0 25px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  margin-bottom: 10px;
}

.mermber ul li .mem-top p {
  padding: 0 25px;
  margin-bottom: 3px;
}

.mermber ul li .mem-top p i {
  display: block;
  margin-bottom: 20px;
  float: left;
  position: relative;
  bottom: -10px;
  margin-right: 10px;
}

.mermber ul li .mem-top p span {
  line-height: 34px;
  font-size: 14px;
}

.mermber ul li .mem-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100px;
  line-height: 100px;
}

.mermber ul li .mem-bottom p {
  padding: 0 25px;
  line-height: 20px;
  font-size: 18px;
}

.mermber ul li .mem-bottom p.small {
  font-size: 12px;
  opacity: 0.5;
}

.mermber ul li .mem-bottom p.vip-price {
  margin-top: 28px;
  margin-bottom: 5px;
}

.mermber ul li .mem-bottom a {
  text-align: center;
  display: block;
  width: 115px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #146fcc;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 3px;
  transition: all 0.5s;
}

.mermber ul li .mem-bottom a:hover {
  box-shadow: 0px 5px 0px 0px #ccc;
}

.mermber ul li .mem-bottom span {
  display: block;
  padding: 0 25px;
  line-height: 26px;
  font-size: 14px;
}

.mermber ul li:hover {
  margin-top: -5px;
}

.news {
  height: 767px;
  overflow: hidden;
}

.news .title {
  text-align: center;
  padding-top: 75px;
}

.news .title h2 {
  font-size: 34px;
  color: #307bbe;
  margin-bottom: 10px;
}

.news .title p {
  font-size: 12px;
  color: #313131;
}

.news .list {
  margin-top: 30px;
}

.news .list .list-tab {
  margin-bottom: 40px;
  text-align: center;
}

.news .list .list-tab .tab {
  width: 195px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  margin: 0 25px;
  transition: all 0.3s;
}

.news .list .list-tab .tab.active {
  background: #307bbe;
  color: #fff;
}

.news .list .list-tab .tab:hover {
  background: #307bbe;
  color: #fff;
}

.news .list .tab-content .content-list {
  display: none;
}

.news .list .tab-content .content-list.show-list {
  display: block;
}

.news .list .tab-content li:nth-child(3n) {
  margin-right: 0;
}

.news .list .tab-content li {
  overflow: hidden;
  width: 376px;
  position: relative;
  float: left;
  margin-right: 36px;
  margin-bottom: 15px;
}

.news .list .tab-content li a.img {
  overflow: hidden;
  display: none;
}

.news .list .tab-content li p {
  display: none;
}

.news .list .tab-content li span {
  display: none;
}

.news .list .tab-content li h2 {
  font-weight: normal;
  font-size: 14px;
}

.news .list .tab-content li h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #585858;
  transition: color 0.5s;
}

.news .list .tab-content li h2:hover a {
  color: #307bbe;
}

.news .list .tab-content li.show-detail {
  margin-bottom: 35px;
}

.news .list .tab-content li.show-detail a.img {
  width: 100%;
  height: 223px;
  display: block;
  margin-bottom: 10px;
}

.news .list .tab-content li.show-detail a.img img {
  display: block;
  transition: transform 0.5s;
}

.news .list .tab-content li.show-detail a.img:hover img {
  transform: scale(1.03);
}

.news .list .tab-content li.show-detail h2 {
  font-size: 16px;
}

.news .list .tab-content li.show-detail h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #484848;
  transition: color 0.5s;
}

.news .list .tab-content li.show-detail h2:hover a {
  color: #307bbe;
}

.news .list .tab-content li.show-detail p {
  margin-top: 10px;
  font-size: 12px;
  color: #929292;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .list .tab-content li.show-detail span {
  position: absolute;
  display: block;
  width: 90px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  background: #152036;
  text-align: center;
  right: 0;
  top: 198px;
}

.incubation {
  height: 533px;
  background: url(../img/incubation-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}

.incubation .title {
  padding-top: 75px;
}

.incubation .title h2 {
  font-size: 34px;
  color: #f1d696;
  margin-bottom: 10px;
  font-weight: normal;
}

.incubation .title p {
  font-size: 12px;
  color: #fff;
}

.incubation ul {
  margin-top: 60px;
}

.incubation ul li:last-child {
  margin-right: 0;
}

.incubation ul li {
  display: inline-block;
  color: #fff;
  margin-right: 135px;
}

.incubation ul li img {
  width: 59px;
  height: 53px;
}

.incubation ul li p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.incubation ul li h3 {
  font-size: 20px;
  font-weight: normal;
}

.incubation a {
  display: block;
  width: 285px;
  height: 50px;
  line-height: 50px;
  background: #f1d696;
  color: #1c1919;
  font-size: 15px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  transition: background 0.3s ease;
}

.incubation a i {
  margin-right: 10px;
}

/*# sourceMappingURL=index.css.map */