body {
  width: 100%;
  min-width: 1170px;
  padding-top: 80px;
  padding-bottom: 70px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}

a,
p,
li,
img,
span,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border: 0;
}

.maxWidth {
  width: 1170px;
  margin: auto;
}

nav {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
}
nav .maxWidth {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .maxWidth .rela {
  display: flex;
  align-items: center;
}
nav .maxWidth .rela .tel {
  display: flex;
  align-items: center;
}
nav .maxWidth .rela .tel p {
  font-size: 20px;
  color: #F64945;
  margin-left: 7px;
}
nav .maxWidth .rela .getmake {
  width: 172px;
  height: 44px;
  background: #F64945;
  border-radius: 25px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 66px;
  cursor: pointer;
  animation: pulse 1s ease infinite;
}

.banner {
  width: 100%;
  height: 520px;
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.banner .maxWidth {
  display: flex;
  justify-content: space-between;
}
.banner .maxWidth .bigtitle {
  font-size: 100px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 135px;
}
.banner .maxWidth .bigtitle p {
  font-size: 56px;
  margin-top: 30px;
  letter-spacing: 1.87px;
}
.banner .maxWidth .bannerform {
  width: 340px;
  height: 371px;
  opacity: 0.95;
  margin-top: 75px;
  border-radius: 16px;
  background: #FFFFFF;
  overflow: hidden;
}
.banner .maxWidth .bannerform h1 {
  font-size: 28px;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin: 34px auto 38px;
}
.banner .maxWidth .bannerform h1 span {
  color: #F64945;
}
.banner .maxWidth .bannerform .group {
  width: 280px;
  height: 40px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .maxWidth .bannerform .group input {
  width: 100%;
  height: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #999999;
}
.banner .maxWidth .bannerform .group select {
  width: 130px;
  height: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #999999;
  background: url(../images/select.png) 100px center no-repeat;
  display: none;
}
.banner .maxWidth .bannerform .group .nianji, .banner .maxWidth .bannerform .group .xiaoxue {
  display: block;
}
.banner .maxWidth .bannerform .setdata {
  width: 280px;
  height: 40px;
  background-color: #F64945;
  border-radius: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  border: none;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
}
.module1 {
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #fff;
}
.module1 .maxWidth .title {
  text-align: center;
}
.module1 .maxWidth .title h1 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
  margin-top: 110px;
}
.module1 .maxWidth .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  margin-top: 26px;
}
.module1 .maxWidth .scheme {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module1 .maxWidth .scheme .slue {
  width: 370px;
  height: 360px;
  border: 1px solid #F64945;
  border-radius: 8px;
  overflow: hidden;
}
.module1 .maxWidth .scheme .slue .xueke {
  width: 275px;
  height: 68px;
  background: url(../images/mark.png) no-repeat;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 68px;
  padding-left: 35px;
}
.module1 .maxWidth .scheme .slue .redtxt {
  font-size: 16px;
  color: #F64945;
  margin: 26px 0 0 40px;
  line-height: 1;
}
.module1 .maxWidth .scheme .slue ul {
  margin-top: 32px;
}
.module1 .maxWidth .scheme .slue ul li {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  margin: 0 0 12px 40px;
  padding-left: 13px;
  position: relative;
}
.module1 .maxWidth .scheme .slue ul li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #F64945;
  width: 6px;
  height: 6px;
  content: "";
}

.module2 {
  overflow: hidden;
  padding-bottom: 160px;
  background-color: #f9f8fd;
}
.module2 .maxWidth .title {
  text-align: center;
}
.module2 .maxWidth .title h1 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
  margin-top: 110px;
}
.module2 .maxWidth .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  margin-top: 26px;
}
.module2 .maxWidth .stage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.module2 .maxWidth .stage .age {
  width: 180px;
  height: 498px;
  background-image: url(../images/stage.png);
  background-size: 1020px 498px;
  background-repeat: no-repeat;
  margin: 0 15px;
  position: relative;
}
.module2 .maxWidth .stage .age p {
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.module2 .maxWidth .stage .age div {
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 72px;
}
.module2 .maxWidth .stage .age1 {
  background-position: 0 0;
}
.module2 .maxWidth .stage .age1 div {
  top: 160px;
  background: #FFBB3B;
}
.module2 .maxWidth .stage .age2 {
  background-position: -210px 0;
}
.module2 .maxWidth .stage .age2 div {
  top: 124px;
  background: #FF8900;
}
.module2 .maxWidth .stage .age3 {
  background-position: -420px 0;
}
.module2 .maxWidth .stage .age3 div {
  top: 81px;
  background: #2FC4FB;
}
.module2 .maxWidth .stage .age4 {
  background-position: -630px 0;
}
.module2 .maxWidth .stage .age4 div {
  top: 39px;
  background: #5E8BFF;
}
.module2 .maxWidth .stage .age5 {
  background-position: -840px 0;
}
.module2 .maxWidth .stage .age5 div {
  top: 0px;
  background: #7B5EFF;
}

.module3 {
  overflow: hidden;
  width: 100%;
  height: 920px;
  background: url(../images/teacher.png) center center;
  background-size: cover;
}
.module3 .maxWidth {
  position: relative;
}
.module3 .maxWidth .prev {
  width: 40px;
  height: 40px;
  background: #faadab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 380px;
  left: -70px;
  cursor: pointer;
}
.module3 .maxWidth .prev img {
  transform: rotate(90deg);
  user-select: none;
}
.module3 .maxWidth .next {
  width: 40px;
  height: 40px;
  background: #faadab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 380px;
  right: -70px;
  cursor: pointer;
}
.module3 .maxWidth .next img {
  transform: rotate(-90deg);
  user-select: none;
}
.module3 .maxWidth .title {
  text-align: center;
}
.module3 .maxWidth .title h1 {
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  margin-top: 80px;
}
.module3 .maxWidth .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  margin-top: 26px;
}
.module3 .maxWidth .teacher {
  overflow: hidden;
  padding-bottom: 40px;
}
.module3 .maxWidth .teacher .swiper-container {
  margin-top: 40px;
  overflow: initial;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide {
  height: 620px;
  background-color: #fff;
  box-shadow: 5px 10px 30px 0 rgba(144, 157, 155, 0.12);
  border-radius: 6px;
  overflow: hidden;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .oduce {
  width: 310px;
  margin: 20px auto 0;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .oduce .p1 {
  font-size: 14px;
  color: #777777;
  text-align: justify;
  line-height: 24px;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .oduce .p1:nth-child(1) {
  height: 100px;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .oduce h1 {
  width: 68px;
  height: 24px;
  background-image: linear-gradient(270deg, #FB9490 0%, #F65B57 100%);
  border-radius: 12px 0 12px 0;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  margin: 15px 0 6px 0;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .teahead {
  width: 370px;
  height: 370px;
  display: flex;
  position: relative;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .teahead .asnum {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 30px;
  background: url(../images/asnum.png) no-repeat;
  font-size: 14px;
  color: #F7F5F1;
  padding-left: 20px;
  line-height: 30px;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .teahead .name {
  width: 24px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 64px 0 0 36px;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .teahead .xian {
  width: 1px;
  height: 92px;
  margin: 68px 8px 0 6px;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .teahead .post {
  width: 15px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 16px;
  margin-top: 66px;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea1 {
  background: url(../images/tea1.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea2 {
  background: url(../images/tea2.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea3 {
  background: url(../images/tea3.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea4 {
  background: url(../images/tea4.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea5 {
  background: url(../images/tea5.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea6 {
  background: url(../images/tea6.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-wrapper .swiper-slide .tea7 {
  background: url(../images/tea7.png) no-repeat;
}
.module3 .maxWidth .teacher .swiper-container .swiper-pagination {
  bottom: -30px;
}
.module3 .maxWidth .teacher .swiper-container .swiper-pagination-bullet {
  opacity: 0.7;
  background-color: #FFFFFF;
}
.module3 .maxWidth .teacher .swiper-container .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  opacity: 1;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.module4 {
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #f9f8fd;
}
.module4 .maxWidth .title {
  text-align: center;
}
.module4 .maxWidth .title h1 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
  margin-top: 110px;
}
.module4 .maxWidth ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.module4 .maxWidth ul li {
  width: 370px;
  height: 292px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.module4 .maxWidth ul li img {
  margin: 30px 0 15px 0;
  transition: transform 0.2s ease;
}
.module4 .maxWidth ul li h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.module4 .maxWidth ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.module4 .maxWidth ul li:hover img {
  transform: rotate(15deg) scale(1.03);
}

.module5 {
  overflow: hidden;
  padding-bottom: 130px;
}
.module5 .maxWidth .title {
  text-align: center;
}
.module5 .maxWidth .title h1 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
  margin-top: 110px;
}
.module5 .maxWidth .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  margin-top: 26px;
}
.module5 .maxWidth ul {
  overflow: hidden;
  display: flex;
  margin-top: 60px;
}
.module5 .maxWidth ul li {
  flex: 0 0 408px;
  width: 408px;
  height: 521px;
  text-align: center;
}
.module5 .maxWidth ul li h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  margin-top: 50px;
}
.module5 .maxWidth ul li p {
  font-size: 14px;
  color: #555555;
  line-height: 36px;
  text-align: left;
  margin-top: 40px;
  cursor: pointer;
}
.module5 .maxWidth ul li button {
  width: 240px;
  height: 58px;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  margin-top: 70px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.module5 .maxWidth ul li:nth-child(1) {
  background: url(../images/dataimage1.png);
  margin-left: -18px;
}
.module5 .maxWidth ul li:nth-child(1) h3 {
  color: #169CD9;
}
.module5 .maxWidth ul li:nth-child(1) p {
  margin-left: 68px;
}
.module5 .maxWidth ul li:nth-child(1) button:hover {
  background-color: #fff;
  font-weight: bold;
  color: #169CD9;
}
.module5 .maxWidth ul li:nth-child(2) {
  background: url(../images/dataimage2.png);
  margin-left: -8px;
}
.module5 .maxWidth ul li:nth-child(2) h3 {
  color: #FF8B04;
}
.module5 .maxWidth ul li:nth-child(2) p {
  margin-left: 96px;
}
.module5 .maxWidth ul li:nth-child(2) button:hover {
  background-color: #fff;
  font-weight: bold;
  color: #FF8B04;
}
.module5 .maxWidth ul li:nth-child(3) {
  background: url(../images/dataimage3.png);
  margin-left: -10px;
}
.module5 .maxWidth ul li:nth-child(3) h3 {
  color: #F54844;
}
.module5 .maxWidth ul li:nth-child(3) p {
  margin-left: 70px;
}
.module5 .maxWidth ul li:nth-child(3) button:hover {
  background-color: #fff;
  font-weight: bold;
  color: #F54844;
}

.module6 {
  overflow: hidden;
  padding: 80px 0 90px 0;
  background-color: #f9f8fd;
}
.module6 .maxWidth ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module6 .maxWidth ul li {
  flex: 1;
  text-align: center;
}
.module6 .maxWidth ul li h1 {
  font-size: 24px;
  color: #666666;
  margin-top: 5px;
}
.module6 .maxWidth ul li p {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}

footer {
  width: 100%;
  height: 120px;
  background-color: #333333;
}
footer .maxWidth {
  overflow: hidden;
}
footer .maxWidth ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
footer .maxWidth ul li {
  margin: 0 20px;
  font-size: 12px;
  color: #D3D3D3;
}
footer .maxWidth p {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 16px;
}

.concise {
  width: 100%;
  height: 70px;
  opacity: 0.9;
  background-color: #999999;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.concise .maxWidth {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.concise .maxWidth .title {
  font-size: 24px;
  color: #FFFFFF;
}
.concise .maxWidth .title span {
  font-weight: bold;
  color: #f65b57;
  text-shadow: 0.07rem 0.07rem 0.2rem #666;
}
.concise .maxWidth .group {
  width: 620px;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.concise .maxWidth .group .ciseclose {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.concise .maxWidth .group .cisetel {
  width: 370px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 18px;
  color: #999999;
  padding-left: 24px;
  border-radius: 22px 0 0 22px;
}
.concise .maxWidth .group button {
  width: 250px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #f65b57;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 0 22px 22px 0;
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
}
.curtain .curfrom {
  width: 750px;
  height: 500px;
  border-radius: 12px;
  background: url(../images/pup_image.png) no-repeat 270px 50px;
  background-color: #fff;
  position: relative;
  opacity: 0;
}
.curtain .curfrom .curclose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  height: 18px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
.curtain .curfrom .curclose:hover {
  transform: rotate(180deg);
}
.curtain .curfrom h1 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
  margin: 60px 0 30px 40px;
}
.curtain .curfrom h1 span {
  color: #F64945;
}
.curtain .curfrom input {
  width: 300px;
  height: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  font-size: 16px;
  color: #999999;
  padding-left: 20px;
  display: block;
  margin: 0 0 14px 40px;
}
.curtain .curfrom select {
  width: 300px;
  height: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  font-size: 16px;
  color: #999999;
  padding-left: 20px;
  background: url(../images/select.png) no-repeat 260px center;
  display: block;
  margin: 0 0 14px 40px;
}
.curtain .curfrom button {
  width: 300px;
  height: 40px;
  background-color: #F64945;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin: 24px 0 0 40px;
}
.curtain .curfrom .curxk {
  display: none;
}
.curtain .curfrom .curxx {
  display: block;
}
.curtain .curshow {
  animation: curshow 0.3s ease forwards;
}
@keyframes curshow {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.curtain .curhide {
  animation: curhide 0.3s ease forwards;
}
@keyframes curhide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  15% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.idecise {
  width: 65px;
  height: 205px;
  background: #FFFFFF;
  box-shadow: 5px 10px 30px 0 rgba(144, 157, 155, 0.15);
  border-radius: 8px;
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.idecise .ciset {
  border: 1px solid transparent;
  height: 70px;
  cursor: pointer;
  position: relative;
}
.idecise .ciset .zhut:hover + .dianhua {
  display: block;
  opacity: 1;
  transform: translate(0px, -50%);
}
.idecise .ciset .dianhua {
  position: absolute;
  z-index: -1;
  left: -160px;
  top: 50%;
  transform: translate(60px, -50%);
  background-color: #fff;
  border-radius: 8px;
  width: 150px;
  height: 60px;
  opacity: 0;
  display: none;
  box-shadow: 0.1rem 0.1rem 0.1rem #eaeaea;
  transition-property: transform, opacity;
  transition-duration: 0.4s, 0.4s;
}
.idecise .ciset .dianhua p {
  line-height: 1;
  font-size: 14px;
  color: #999;
  margin: 12px 0 0 15px;
}
.idecise .ciset .dianhua p span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #F64945;
  margin-top: 6px;
}
.idecise .ciset::after,
.idecise .ciseb::after {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #EAEAEA;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  content: "";
}
.idecise .ciseb {
  border: 1px solid transparent;
  height: 70px;
  cursor: pointer;
  position: relative;
}
.idecise .ciseb .zhut:hover + .erweima {
  display: flex;
  opacity: 1;
  transform: translate(0px, -50%);
}
.idecise .ciseb .erweima {
  position: absolute;
  z-index: -1;
  left: -160px;
  top: 50%;
  transform: translate(60px, -50%);
  background-color: #fff;
  border-radius: 8px;
  width: 150px;
  height: 150px;
  opacity: 0;
  box-shadow: 0.1rem 0.1rem 0.1rem #eaeaea;
  display: none;
  align-items: center;
  justify-content: center;
  transition-property: transform, opacity;
  transition-duration: 0.4s, 0.4s;
}
.idecise .ciseb .erweima img {
  width: 135px;
  height: 135px;
}
.idecise .zhut {
  text-align: center;
}
.idecise .zhut img {
  width: 30px;
  display: block;
  margin: 12px auto 2px;
}
.idecise .zhut p {
  font-size: 12px;
  color: #999999;
}
.idecise .back {
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.idecise .back img {
  width: 20px;
  display: block;
  margin: 9px auto 2px;
  transform: rotate(180deg);
}
.idecise .back p {
  font-size: 12px;
  color: #999999;
}

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