div,
span {
  position: relative;
  box-sizing: border-box;
}

.none {
  display: none !important;
}

.box {
  position: relative;
  overflow: hidden;
  background: #3549ff url(../images/banner_bg.png) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 80px;
}

.topTitle {
  width: 508px;
  height: 156px;
  background: url(../images/topTitleBox.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  z-index: 5;
}

.topTitle h1 {
  height: 33px;
  font-size: 35px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 50px;
  position: relative;
  top: 80px;
  display: block;
  width: 100%;
  text-align: center;
}

.topTitle h1 span {
  color: #FEED30;
}

.title {
  width: 1220px;
  height: 377px;
  font-size: 0;
  background: url(../images/title.png) no-repeat;
  background-size: 100% auto;
  margin: -42px auto 0 auto;
  display: block;
  position: relative;
  z-index: 5;
}

.topSmallTitle {
  width: 698px;
  height: 612px;
  background: url(../images/topSmallTitle.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.box1 {
  margin-top: 208px;
}

.boxBg1 {
  width: 1920px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.womanBox {
  width: 100%;
  height: 816px;
}

.woman {
  width: 984px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-506px, 260px);
}

.box1_labelBox {
  padding: 12px 30px;
  display: inline-block;
  position: absolute;
  background-color: #454eff;
  border-radius: 20px;
}

.box1_labelBox span {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-align: center;
}

.box1_labelPosi1 {
  top: 128px;
  left: 200px;
}

.box1_labelPosi2 {
  top: 360px;
  left: 106px;
}

.box1_labelPosi3 {
  top: 130px;
  right: 192px;
}

.box1_labelPosi4 {
  top: 400px;
  right: 126px;
}

.box1_labelBox img {
  width: 30px;
  position: absolute;
  bottom: -12px;
}

.box1_labelPosi1 img {
  right: 20px;
}

.box1_labelPosi2 img {
  right: 20px;
}

.box1_labelPosi3 img {
  left: 20px;
}

.box1_labelPosi4 img {
  left: 20px;
}

.h2Title {
  padding-top: 8px;
  width: 685px;
  height: 136px;
  background: url(../images/h2Bg.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  font-weight: 500;
  color: #FFFEE6;
  position: absolute;
  top: -108px;
  left: 50%;
  margin-left: -342px;
}

.box2Bg {
  width: 1920px;
  position: absolute;
  top: 213px;
  left: 50%;
  transform: translateX(-50%)
}

.box2_contentBox {
  margin: 0 auto;
  width: 970px;
  border-radius: 20px;
  border: 26px solid #3592fe;
  z-index: 6;
}

.box2_Box {
  width: 100%;
  background-color: #2c7bfd;
  padding: 30px 30px 50px 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .6);
}

.box2_h3 {
  background: url(../images/goldBg.png) no-repeat;
  background-size: 100% auto;
  width: 566px;
  height: 100px;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 500;
  color: #1E60D9;
}

table,
table thead tr th,
table tbody tr td {
  border: 1px solid #FFFFFF;
}

.table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.table thead {
  background-color: #004AD5;
}

.table thead tr th {
  white-space: nowrap;
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 70px;
}

.table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 70px;
}

.box2_bar {
  width: 814px;
  display: block;
  margin: 50px auto 10px auto;
}

.box2_btnFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box2_redBtn {
  width: 247px;
  height: 54px;
  background: #E22620;
  border: 3px solid #FFC89A;
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, .3), 0px 9px 18px 0px rgba(0, 0, 0, .3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}

.box2_whiteBtn {
  border-radius: 10px;
  width: 247px;
  height: 54px;
  background-color: #fff8de;
  border: 3px solid #FFC89A;
  font-size: 32px;
  font-weight: bold;
  color: #ED2822;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, .3), 0px 9px 18px 0px rgba(0, 0, 0, .3);
}

.box2Bottom {
  width: 100%;
  margin: -106px auto 0 auto;
  z-index: 5;
  position: relative;
}

.box3Bg {
  width: 1910px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.box3_content {
  width: 100%;
  height: 1486px;
  overflow: hidden;
}

.box3_box {
  width: 970px;
  margin: 94px auto 0 auto;
  left: -16px;
}

.box3_labelFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box3_Label {
  width: 480px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box3_yellowBg {
  background: url(../images/yellowLabel.png) no-repeat;
  background-size: 100% auto;
}

.box3_blueBg {
  background: url(../images/blueLabel.png) no-repeat;
  background-size: 100% auto;
}

.box3_labelTitle {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  display: block;
}

.box3_labelTitle span {
  color: #FF0303;
}

.box3_labelContent {
  width: 420px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin: 10px auto 0 auto;
  display: block;
}

.box2 {
  margin-top: -214px;
}

.teacherBigBox {
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
  border: 16px solid #3592fe;
  z-index: 6;
  margin-top: 108px;
}

.teacherBox {
  width: 100%;
  background-color: #2c7bfd;
  padding: 20px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 60%);
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 274px;
}

.teacher1 {
  width: 250px;
  display: block;
  position: relative;
  top: 20px;
}

.teacher2 {
  width: 254px;
  display: block;
  position: relative;
  top: 20px;
}

.teacherText {
  width: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.teacherTitle {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  display: block;
}

.teacherContent {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #B1CCFF;
  line-height: 32px;
}

.teacherName {
  font-size: 30px;
  font-weight: bold;
  color: #FFEA00;
  line-height: 32px;
  position: absolute;
  top: -62px;
  left: 240px;
}

.box4 {
  margin-top: 200px;
}

.box4Bg {
  width: 1910px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.box4_content {
  width: 100%;
  height: 816px;
  overflow: hidden;
}

.box4_hintText {
  width: 769px;
  font-size: 28px;
  color: #FFF3B3;
  line-height: 41px;
  display: block;
  text-align: center;
  margin: 0px auto 20px auto;
}

.left14 {
  left: 14px !important;
}

.box4_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box4_label {
  width: 270px;
  height: 76px;
  background: #ffd663;
  box-shadow: 0px 0px 6px 4px rgb(255 116 4 / 49%);
  border-radius: 46px 0px 46px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box4_label img {
  width: 32px;
  display: block;
  margin-right: 14px;
}

.box4_label span {
  font-size: 30px;
  color: #0019FF;
  line-height: 41px;
}

.erweimaBox {
  width: 908px;
  height: 262px;
  background: url(../images/erweimaBg.png) no-repeat;
  background-size: 100% auto;
  margin: 36px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erweima {
  width: 135px;
  margin-left: 40px;
}

.erweima img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.erweima span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.erweima:nth-child(3) {
  margin-right: 0;
}

@media only all and (max-width:1080px) {
  .box {
    padding-bottom: 1rem;
  }

  .topTitle {
    width: 12.7rem;
    height: 6.24rem;
    background-size: 100% auto;
  }

  .topSmallTitle {
    width: 100%;
    height: 15.3rem;
    background-size: 100% auto;
    top: .5rem;
  }

  .topTitle h1 {
    height: auto;
    font-size: .9rem;
    line-height: 1.5rem;
    top: 2rem;
    white-space: nowrap;
  }

  .title {
    width: 110%;
    height: 9.425rem;
    margin: -2rem auto 0 auto;
    left: -1rem;
  }

  .box1 {
    margin-top: 6rem;
  }

  .boxBg1 {
    display: none;
  }

  .h2Title {
    padding-top: .2rem;
    width: 100%;
    height: 3.45rem;
    font-size: 1.2rem;
    top: -3.7rem;
    margin-left: -50%;
  }

  .womanBox {
    width: 100%;
    height: 15rem;
    background-color: #3b7aff;
    border: .5rem solid #ebf3f9;
    border-radius: .5rem;
  }

  .woman {
    width: 20.6rem;
    transform: translate(-10.3rem, 8.6rem);
  }

  .box1_labelBox {
    padding: .2rem .5rem;
    border-radius: .5rem;
    box-shadow: 0rem 0rem .5rem rgba(0, 0, 0, .3);
  }

  .box1_labelBox span {
    font-size: .75rem;
  }

  .box1_labelPosi1 {
    top: 1rem;
    left: 1rem;
  }

  .box1_labelPosi2 {
    top: 3rem;
    left: .75rem;
  }

  .box1_labelPosi3 {
    top: 1rem;
    right: 1rem;
  }

  .box1_labelPosi4 {
    top: 3rem;
    right: .5rem;
  }

  .box1_labelBox img {
    width: .75rem;
    bottom: -.3rem;
  }

  .box1_labelPosi1 img {
    right: .5rem;
  }

  .box1_labelPosi2 img {
    right: .5rem;
  }

  .box1_labelPosi3 img {
    right: .5rem;
  }

  .box1_labelPosi4 img {
    right: .5rem;
  }

  .box2 {
    margin-top: 1rem;
  }

  .boxBg2 {
    width: 100%;
  }

  .box2_contentBox {
    border-radius: .5rem;
    width: 100%;
    border: .65rem solid #3592fe;
  }

  .box2_Box {
    padding: .5rem;
    box-shadow: 0px 0px .75rem rgba(0, 0, 0, .6);
  }

  .box2_h3 {
    width: 100%;
    height: 2.5rem;
    margin: 0 auto 1rem auto;
    font-size: 1rem;
  }

  table,
  table thead tr th,
  table tbody tr td {
    border: .025rem solid #FFFFFF;
  }

  .table thead tr th {
    font-size: .8rem;
    line-height: 2rem;
  }

  .table tbody tr td {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .m_none {
    display: none !important;
  }

  .box2_bar {
    width: 100%;
    margin: 1.25rem auto .25rem auto;
  }

  .box2_btnFlexBox {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .box2_redBtn {
    width: 47%;
    height: 1.35rem;
    border: .075rem solid #FFC89A;
    box-shadow: 0px .3rem .45rem 0px rgba(0, 0, 0, .3), 0px .225rem .45rem 0px rgba(0, 0, 0, .3);
    border-radius: .25rem;
    font-size: .8rem;
    white-space: nowrap;
    margin-bottom: .5rem;
  }

  .box2_whiteBtn {
    border-radius: .25rem;
    width: 47%;
    height: 1.35rem;
    border: .075rem solid #FFC89A;
    font-size: .8rem;
    box-shadow: 0px .3rem .45rem 0px rgba(0, 0, 0, .3), 0px .225rem .45rem 0px rgba(0, 0, 0, .3);
    white-space: nowrap;
    margin-bottom: .5rem;
  }

  .box2Bottom {
    display: none;
  }

  .box3Bg {
    display: none;
  }

  .box3_content {
    height: auto;
    background-color: #3b7aff;
    border: .5rem solid #ebf3f9;
    border-radius: .5rem;
    padding: .5rem;
  }

  .box3_box {
    width: 100%;
    margin: 0;
    left: 0rem;
  }

  .box3_Label {
    width: 100%;
    height: 5.6rem;
  }

  .box3_labelTitle {
    font-size: .8rem;
    top: -.5rem;
  }

  .box3_labelContent {
    width: 100%;
    font-size: .7rem;
    margin: .25rem auto 0 auto;
    top: -.5rem;
  }

  .left14 {
    left: 0rem !important;
  }

  .box3 {
    margin-top: 5rem;
  }

  .teacherBigBox {
    margin: 0 auto;
    width: 100%;
    border-radius: .5rem;
    border: .4rem solid #3592fe;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .teacherBigBox:last-child {
    margin-bottom: 0;
  }

  .teacherBox {
    padding: .5rem;
    box-shadow: 0px 0px .75rem rgb(0 0 0 / 60%);
    height: auto;
    flex-wrap: wrap;
  }

  .teacher1 {
    width: 6.25rem;
    top: 0rem;
    margin-bottom: 2.5rem;
  }

  .teacher2 {
    width: 6.28rem;
    top: 0rem;
    margin-bottom: 2.5rem;
  }

  .teacherText {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .teacherTitle {
    width: 100%;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .teacherContent {
    width: 100%;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .teacherName {
    text-align: center;
    width: 100%;
    font-size: .7rem;
    line-height: .7rem;
    top: 11rem;
    left: 0;
  }

  .box4 {
    margin-top: 5rem;
  }

  .box4Bg {
    display: none;
  }

  .box4_content {
    height: auto;
    background-color: #3b7aff;
    border: .5rem solid #ebf3f9;
    border-radius: .5rem;
    padding: .5rem;
  }

  .box4_hintText {
    width: 100%;
    font-size: .7rem;
    line-height: 1.4rem;
    margin: 0px auto .5rem auto;
  }

  .box4_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }



  .box4_label {
    width: 40%;
    height: 2rem;
    box-shadow: 0px 0px .15rem .1rem rgb(255 116 4 / 49%);
    border-radius: 1.15rem 0px;
  }

  .box4_label img {
    width: .9rem;
    margin-right: .35rem;
  }

  .box4_label span {
    font-size: .75rem;
    line-height: 1.4rem;
  }

  .erweimaBox {
    width: 100%;
    height: 7rem;
    background: #fff1b9;
    border-radius: 1rem;
    background-size: 100% auto;
    margin: .9rem auto 0 auto;
  }

  .erweima {
    width: 32%;
    margin-right: 1.5%;
  }

  .erweima:nth-child(3) {
    margin-right: 0;
  }

  .erweima img {
    margin-bottom: .25rem;
  }

  .erweima span {
    font-size: .7rem;
  }
}