* {
  margin: 0;
  padding: 0;
}

.index-container .header {
  width: 1378px;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  border-radius: 10px;
}
.index-container .header .left {
  width: 144px;
  height: 40px;
}
.index-container .header .middle {
  flex: 1;
  display: flex;
}
.index-container .header .middle .item {
  flex: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #666;
}
.index-container .header .middle .item:hover {
  color: red;
}
.index-container .header .right {
  width: 157px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 12px;
  background-color: #99c0dd;
  border-radius: 4px;
}
.index-container .header .right img {
  display: inline-block;
  vertical-align: middle;
}
.index-container .header .right span {
  margin-left: 10px;
}
.index-container .banner {
  width: 100%;
  height: 600px;
}
.index-container .banner img {
  width: 100%;
  height: 100%;
}
.index-container .servince-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.index-container .servince-content .top {
  width: 1200px;
  display: flex;
}
.index-container .servince-content .top .top-item {
  flex: 1;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  background: rgb(250, 250, 250);
  box-shadow: 0px 3px 8px 1px rgba(199, 199, 199, 0.45);
}
.index-container .servince-content .top .top-item:last-of-type {
  margin-right: 0;
}
.index-container .servince-content .top .top-item .circle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #efaf0f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-container .servince-content .top .top-item .circle img {
  width: 62px;
  height: 62px;
}
.index-container .servince-content .top .top-item p {
  width: 70%;
  padding: 20px 0;
}
.index-container .servince-content .top .top-item p .time-number {
  color: red;
}
.index-container .servince-content .top .top-item .button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #efaf0f;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.index-container .servince-content .bottom {
  width: 1200px;
  padding-top: 79px;
}
.index-container .servince-content .bottom h2 {
  padding-bottom: 32px;
  font-size: 64px;
  font-weight: 500;
  color: #000000;
  line-height: 104px;
  text-align: center;
}
.index-container .servince-content .bottom .servince-system {
  display: flex;
  flex-wrap: wrap;
}
.index-container .servince-content .bottom .servince-system li {
  width: 235px;
  margin: 0 6px 12px 0;
}
.index-container .servince-content .bottom .servince-system li a {
  display: inline-block;
  width: 235px;
  height: 68px;
  line-height: 68px;
  background: #efaf0f;
  border-radius: 10px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.index-container .servince-content .bottom .servince-system li:nth-of-type(5n) {
  margin-right: 0;
}
.index-container .teacher-bgc {
  background: url("../images/teacher_bgc.png") no-repeat;
  background-size: 100% 100%;
}
.index-container .speed-bgc {
  background: url("../images/speed_bgc.png") no-repeat;
  background-size: 100% 100%;
}
.index-container .speed-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 44px 0;
}
.index-container .speed-wrapper .speed-content {
  width: 1200px;
}
.index-container .speed-wrapper .speed-content h2 {
  font-size: 64px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}
.index-container .speed-wrapper .speed-content p {
  color: #333333;
  font-size: 16px;
  padding-bottom: 31px;
}
.index-container .speed-wrapper .speed-content p .red-color {
  color: #cc0000;
  font-size: 20px;
}
.index-container .speed-wrapper .speed-content .example-wrapper {
  width: 1200px;
}
.index-container .speed-wrapper .button {
  width: 276px;
  height: 52px;
  background: #efaf0f;
  color: white;
  text-align: center;
  line-height: 52px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}
.index-container .about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-container .about-us .about-us-content {
  width: 1200px;
}
.index-container .about-us .about-us-content h2 {
  font-size: 64px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding-bottom: 29px;
}
.index-container .about-us .about-us-content .company-content {
  display: flex;
  position: relative;
}
.index-container .about-us .about-us-content .company-content .left {
  width: 585px;
  margin-right: 38px;
}
.index-container .about-us .about-us-content .company-content .left p {
  text-indent: 2em;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  color: #353535;
}
.index-container .about-us .about-us-content .company-content .left .more-detail {
  width: 276px;
  height: 52px;
  line-height: 52px;
  background: #efaf0f;
  margin-top: 29px;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.index-container .about-us .about-us-content .company-content .right {
  width: 545px;
  height: 510px;
}
.index-container .about-us .about-us-content .company-content .right img {
  width: 100%;
  height: 100%;
}
.index-container .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  padding: 20px 0 5px 0;
}
.index-container .footer ul {
  width: 1200px;
}
.index-container .footer ul li {
  color: white;
}
.index-container .footer ul li p {
  margin-bottom: 10px;
}
.index-container .footer .version {
  color: white;
}

.poster-main {
  position: relative;
  width: 900px;
  height: 270px;
}

.poster-main a,
.poster-main img {
  display: block;
}

.poster-main .poster-list {
  width: 900px;
  height: 270px;
}

.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0px;
  top: 0px;
}

.poster-main .poster-btn {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0px;
  z-index: 10;
}

.poster-main .poster-prev-btn {
  left: 0px;
  background: url("../images/btn_l.png") no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0px;
  background: url("../images/btn_r.png") no-repeat center center;
}

.honor-wrapper {
  background: url("../images/honor_bgc.jpg") no-repeat;
  background-size: 100% 100%;
}
.honor-wrapper .honor-content {
  display: flex;
  flex-wrap: wrap;
  width: 1037px;
  padding-top: 129px;
  padding-bottom: 82px;
  margin: 0 auto;
}
.honor-wrapper .honor-content img {
  width: 339px;
  height: 236px;
  margin-right: 10px;
  margin-bottom: 12px;
}
.honor-wrapper .honor-content img:nth-of-type(3n) {
  margin-right: 0;
}

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