@charset "utf-8";
.fill .head {
  margin-top: 92px;
}
.fill .head p {
  height: 76px;
  background: url(../images/fill_back.png) no-repeat bottom center;
}
.fill .head p span {
  text-align: center;
  display: block;
  font-size: 38px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #DF1A09;
  line-height: 76px;
}
.wrapper-fill .head {
  padding-bottom: 7px;
  border-bottom: 1px solid #C02832;
  overflow: hidden;
}
.wrapper-fill .head p {
  font-size: 24px;
  font-weight: bold;
  color: #C02832;
  line-height: 26px;
  float: left;
  position: relative;
}
.wrapper-fill .head p:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #C02832;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 43px;
  overflow: hidden;
}
.text-list ul li a {
  width: 95%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 43px;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  width: 9px;
  height: 9px;
  background: #E83218;
  border-radius: 50%;
  margin: 0 18px 0 4px;
}
.text-list ul li a:hover {
  color: #333333!important;
  font-weight: 800;
}
.text-list ul li span {
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 43px;
}
body {
  background-color: #FAF5EB;
}
.logo_title {
  padding-top: 172px;
  position: relative;
  z-index: 10;
}
.head_bg {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.m-cloud {
  max-width: 1920px;
  width: 100%;
  height: 857px;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
}
.m-cloud img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 875px;
}
.m_banner {
  width: 100%;
  height: 1313px;
  background: url(../images/head_back.png) no-repeat top center;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.signup-btn {
  margin-top: 50px;
  position: relative;
  z-index: 5;
}
.signup-btn a {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 240px;
  height: 50px;
  background: #CC382A;
  border-radius: 25px;
  font-size: 26px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #FFE093;
  line-height: 50px;
}
.signup-btn a:hover {
  color: #FFE093 !important;
}
.notice-wrapper {
  margin-top: 110px;
  position: relative;
  z-index: 5;
}
.notice-wrapper .notice-box {
  width: 1274px;
  height: 327px;
  background: url(../images/notice_back.png) no-repeat;
  margin: 0 auto;
}
.notice-wrapper .notice-box .notice-text {
  width: 1120px;
  padding: 50px 0 0 135px;
}
.notice-wrapper .notice-box .notice-text h3 a {
  text-align: center;
  display: block;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FAE09D;
  line-height: 46px;
}
.notice-wrapper .notice-box .notice-text h3 a:hover {
  color: #FAE09D !important;
}
.notice-wrapper .notice-box .notice-text p {
  margin-top: 20px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.notice-wrapper .notice-box .notice-text p a {
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FAE09D;
  line-height: 36px;
}
.notice-wrapper .notice-box .notice-text p a:hover {
  color: #FAE09D !important;
}
.tren_wrapper {
  background: #FAF5EB;
}
.tren-panel {
  margin-top: 50px;
}
.tren-panel .tren-back {
  background: url(../images/tren_back.png) no-repeat;
  height: 104px;
  padding: 24px 0 0 30px;
}
.tren-panel .tren-back ul {
  width: 1300px;
}
.tren-panel .tren-back ul li {
  float: left;
}
.tren-panel .tren-back ul li .trenback-words {
  float: left;
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.tren-panel .tren-back ul li .trenback-data {
  float: left;
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-left: 43px;
  margin-top: 15px;
}
.tren-panel .tren-back ul li .trenback-data-cur {
  color: #FFE093;
}
.tren-panel .tren-back ul li:last-child {
  margin-right: 0;
  margin-left: 46px;
}
.tren-panel .tren-back ul .tren-box {
  width: 370px;
  margin-right: 40px;
}
.two_back {
  background: url(../images/two_back.png) no-repeat top center;
  padding-bottom: 70px;
}
.curriculum {
  position: relative;
}
.curriculum .curriculum-head {
  float: left;
}
.curriculum .curriculum-head span {
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  cursor: pointer;
  display: inline-block;
  margin-right: 50px;
}
.curriculum .curriculum-head .curriculum-active {
  color: #E9290D;
}
.curriculum .curriculum-more {
  float: right;
}
.curriculum .curriculum-more a {
  display: none;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
}
.curriculum .curriculum-more .more-black {
  display: block;
}
.curriculum .curriculum-list .tab_nav.on {
  display: block;
}
.curriculum .curriculum-list {
  margin-top: 10px;
  padding: 40px 0 0 27px;
  height: 317px;
  background: url(../images/curriculum_bcak.png) no-repeat;
}
.curriculum .curriculum-list .tab_nav {
  display: none;
  margin-top: 0;
}
.curriculum .curriculum-list ul {
  width: 1170px;
}
.curriculum .curriculum-list ul li {
  width: 270px;
  float: left;
  margin-right: 22px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.curriculum .curriculum-list ul li:hover {
  transform: scale(1.04);
}
.curriculum .curriculum-list ul li a {
  display: block;
}
.curriculum .curriculum-list ul li .itme-image {
  width: 270px;
  height: 160px;
}
.curriculum .curriculum-list ul li .itme-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum .curriculum-list ul li .word-datais .word-title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  background: #B83633;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum .curriculum-list ul li .word-datais .word-name {
  margin-top: 15px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.three_back {
  background: url(../images/two_back.png) no-repeat top center;
  position: relative;
  padding-bottom: 210px;
}
.notice-itme {
  width: 1230px;
}
.text-box {
  float: left;
  margin-right: 20px;
  width: 594px;
}
.text-box .notice-head {
  margin-bottom: 13px;
}
.text-box .notice-head p {
  float: left;
  height: 38px;
  font-size: 38px;
  font-family: Source Han Serif CN;
  font-weight: 800;
  color: #DF1A09;
  line-height: 48px;
}
.text-box .notice-head a {
  padding-right: 13px;
  float: right;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 48px;
}
.text-box .text-list {
  width: 594px;
  height: 298px;
  background: url(../images/notice_textback.png) no-repeat;
  padding: 45px 30px 0 30px;
}
.theory-more {
  float: right;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  margin: 11px 0 0;
}
.theory-itme {
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
.theory-itme ul {
  width: 1215px;
}
.theory-itme ul li {
  float: left;
  margin-right: 7px;
  margin-top: 4px;
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.theory-itme ul li:hover {
  transform: scale(1.01);
}
.main-bottom {
  width: 100%;
  height: 286px;
  background: url(../images/bottom_back.png) no-repeat bottom center;
  position: absolute;
  bottom: 0;
}
.expertTeam-box .expertTeam-slideBox {
  margin-top: 44px;
  position: relative;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme {
  overflow: hidden;
  width: 1205px !important;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li {
  width: 288px;
  height: 409px;
  background: url(../images/expertTeam_back.png) no-repeat;
  position: relative;
  float: left;
  margin-right: 17px;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li:hover {
  background: url(../images/expertTeam_back_hover.png) no-repeat;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li a {
  display: block;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li .img {
  margin: 57px 0 0 51px;
  width: 166px;
  height: 166px;
  border-radius: 50%;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li .text-bt {
  width: 175px;
  margin: 55px auto 0;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li .name {
  text-align: center;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.expertTeam-box .expertTeam-slideBox .expertTeam-slideBox-itme ul li .title {
  margin-top: 17px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.sPrev {
  width: 20px;
  height: 30px;
  top: 182px;
  position: absolute;
  left: -54px;
}
.sPrev i {
  display: block;
  font-style: normal;
  width: 20px;
  height: 30px;
  background: url(../images/slideBox_left.png) no-repeat;
  background-size: 20px 30px;
}
.sNext {
  width: 20px;
  height: 30px;
  position: absolute;
  right: -54px;
  top: 182px;
}
.sNext i {
  display: block;
  font-style: normal;
  width: 20px;
  height: 30px;
  background: url(../images/slideBox_right.png) no-repeat;
  background-size: 20px 30px;
}
.footer {
  margin-top: 0;
}
