html {
  font-size: 3.2vw;
}
* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "苹方-简", "Microsoft YaHei", "微软雅黑";
  word-break: normal;
  text-decoration: none;
  text-align: center;
}
iframe,
#iconDiv1,
#iconDiv1 div,
#iconDiv1 img {
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
#top {
  width: 100%;
  height: 10vw;
  background-color: #000;
}
/* 响应式 */
@media only screen and (min-width: 1441px) {
  #top {
    height: 144px;
  }
}
.mainTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.mainTitle p {
  margin: 0 0.5rem;
  font-size: 1.6rem;
  font-family: HyRunYuan45j;
  color: #000;
}
.mainTitle div {
  width: 3.5rem;
  height: 0.15rem;
}
.mainTitle .left {
  background: linear-gradient(to left, #23ab78, #23ab7900);
}
.mainTitle .right {
  background: linear-gradient(to right, #23ab78, #23ab7900);
}
#banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .bannerImg {
  width: 100%;
  height: 19.67rem;
  object-fit: contain;
}
#banner .content {
  width: 28.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
#banner .content div {
  width: 6.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .content div img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
}
#banner .content div p {
  margin-top: 0.4rem;
  width: 100%;
  font-size: 1.08rem;
  font-weight: 600;
  color: #000;
  line-height: 1.3rem;
}
#banner .content .words {
  width: 20rem;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.5rem;
  text-align: left;
}
#main1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#main1 .dataWrapper {
  width: 26.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
}
#main1 .dataWrapper .dataItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main1 .dataWrapper .dataItem .level {
  font-size: 1.25rem;
  font-family: HyRunYuan45j;
  color: #000;
}
#main1 .dataWrapper .dataItem .name {
  font-size: 0.92rem;
  color: #000;
  line-height: 1rem;
  position: relative;
  z-index: 3;
}
#main1 .dataWrapper .dataItem div {
  border-radius: 1.25rem 1.25rem 0 0;
  width: 3.16rem;
  margin: 0.6rem 0 0.2rem 0;
  position: relative;
  z-index: 1;
}
#main1 .dataWrapper .dataItem .data1 {
  height: 4.7rem;
  background-color: #fff1cc;
}
#main1 .dataWrapper .dataItem .data2 {
  height: 5.7rem;
  background-color: #e3eebe;
}
#main1 .dataWrapper .dataItem .data3 {
  height: 6.7rem;
  background-color: #aadcf7;
}
#main1 .dataWrapper .dataItem .data4 {
  height: 7.7rem;
  background-color: #96dffa;
}
#main1 .dataWrapper .dataItem .data5 {
  height: 8.7rem;
  background-color: #71c9f7;
}
#main1 .dataWrapper .dataItem .data6 {
  height: 9.7rem;
  background-color: #2cb8f4;
}
#main1 .greyLine {
  width: 100%;
  height: 1.5rem;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 2;
  top: 17.8rem;
  left: 0;
}
#main1 img {
  object-fit: contain;
  width: 98%;
  height: 5.83rem;
  position: absolute;
  z-index: 3;
  top: 10rem;
}
#main2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main2 .contentWrapper {
  width: 28.6rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #23ab78;
  margin-top: 3.4rem;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main2 .contentWrapper .title {
  width: 18.8rem;
  height: 3.2rem;
  border-radius: 1.6rem;
  background-color: #d9f3e9;
  border: 0.125rem solid #23ab78;
  font-size: 1rem;
  color: #23ab78;
  line-height: 3.2rem;
  margin-top: -1.6rem;
}
#main2 .contentWrapper .words {
  width: 27rem;
  display: flex;
  align-items: flex-start;
}
#main2 .contentWrapper .words p {
  text-align: justify;
  line-height: 1.25rem;
}
#main2 .contentWrapper .words .name {
  width: 5rem;
  font-size: 0.875rem;
  color: #000;
}
#main2 .contentWrapper .words .content {
  width: 22rem;
  font-size: 0.875rem;
  color: #5d5d5d;
}
#main2 .contentWrapper .words1 {
  margin: 2rem 0 1rem 0;
}
#main2 .contentWrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #23ab78;
  margin: 2rem 0 1rem 0;
}
#main2 .contentWrapper a img {
  width: 2rem;
  height: 1.8rem;
  object-fit: contain;
  margin-right: 0.625rem;
}
#main2 .contentWrapper a p {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 3rem;
  font-family: FzCuYuanJ;
}
#main3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main3 .synopsis {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main3 .synopsis .title {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-top: 1rem;
}
#main3 .synopsis .content {
  color: #5d5d5d;
  font-size: 0.83rem;
  line-height: 1.2rem;
  text-align: justify;
  width: 28.6rem;
}
#main3 .colorContents {
  width: 28.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#main3 .colorContents .contentItem {
  margin-top: 1.33rem;
  width: 13.6rem;
  height: 12.12rem;
  border-radius: 0.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main3 .colorContents .contentItem .title {
  font-size: 1rem;
  line-height: 1.3rem;
}
#main3 .colorContents .contentItem .levelTitle {
  font-size: 0.875rem;
  color: #000;
}
#main3 .colorContents .contentItem .levelContent {
  margin-top: 0.5rem;
  height: 1.16rem;
  background-color: #f6f6f6;
  border-radius: 0.58rem;
  font-size: 0.83rem;
  line-height: 1.16rem;
  color: #5d5d5d;
}
#main3 .colorContents .contentItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.8rem;
  height: 2.16rem;
  border-radius: 1.08rem;
}
#main3 .colorContents .contentItem a img {
  width: 2rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  object-fit: contain;
}
#main3 .colorContents .contentItem a p {
  width: 4.2rem;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.16rem;
}
#main3 .colorPeople {
  width: 100%;
  height: 4rem;
  margin-top: 1.33rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main3 .colorPeople p {
  width: 27rem;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.25rem;
  text-align: left;
}
#main3 .colorPeople p span {
  font-weight: 600;
}
#main3 .blueContents .contentItem {
  border: 0.08rem solid #2cb8f4;
}
#main3 .blueContents .contentItem .title {
  color: #2cb8f4;
}
#main3 .blueContents .contentItem .levelTitle {
  margin-top: 1.2rem;
}
#main3 .blueContents .contentItem .levelContent {
  width: 6.04rem;
}
#main3 .blueContents .contentItem a {
  margin-top: 1.2rem;
  background-color: #2cb8f4;
}
#main3 .bluePeople {
  background-color: #2cb8f4;
}
#main3 .yellowContents .contentItem {
  border: 0.08rem solid #f5b837;
}
#main3 .yellowContents .contentItem .title {
  color: #f5b837;
}
#main3 .yellowContents .contentItem .levelTitle {
  margin-top: 0.8rem;
}
#main3 .yellowContents .contentItem .levelContent {
  width: 9.3rem;
}
#main3 .yellowContents .contentItem a {
  margin-top: 0.8rem;
  background-color: #f5b837;
}
#main3 .yellowPeople {
  background-color: #f5b837;
}
#main4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main4 #teacherSwiper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1.75rem;
  position: relative;
}
#main4 #teacherSwiper .slideButtonWrapper {
  position: absolute;
  top: 6.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 28.6rem;
}
#main4 #teacherSwiper .slideButtonWrapper img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.116);
  position: relative;
  z-index: 2;
}
#main4 #teacherSwiper .slideViewArea {
  width: 100%;
  height: 21.2rem;
  position: relative;
  overflow: hidden;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper {
  height: 100%;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem {
  position: relative;
  width: 31.25rem;
  height: 100%;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherPhoto {
  position: absolute;
  object-fit: contain;
  left: 0.83rem;
  top: 3.15rem;
  clip: rect(0, 31.25rem, 15.6rem, 0);
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words {
  margin-left: 11.5rem;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words .teacherName {
  font-size: 1.58rem;
  color: #000;
  font-family: HyRunYuan45j;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words .teacherWords {
  font-size: 0.92rem;
  color: #000;
  line-height: 1.4rem;
  text-align: left;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words div {
  width: 19rem;
  height: 0.03rem;
  background-color: #23ab78;
  margin: 0.8rem 0;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  right: 1.33rem;
  z-index: 2;
  width: 9.3rem;
  height: 4.9rem;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a img {
  width: 4.16rem;
  height: 4.16rem;
  object-fit: contain;
  border-radius: 2.08rem;
  box-shadow: 0 0 0.1px 0.3rem #23ab796e;
  position: absolute;
  z-index: 2;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a p {
  position: absolute;
  z-index: 1;
  width: 5.6rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  background-color: #d9f3e9;
  border: 0.1rem solid #23ab78;
  padding-left: 3.7rem;
  font-family: HyRunYuan45j;
  font-size: 1.6rem;
  color: #23ab78;
  line-height: 2.8rem;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherGao {
  width: 10.58rem;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherMeng {
  width: 10rem;
  transform: rotateY(180deg);
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherPeng {
  width: 10rem;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhu {
  width: 11rem;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherHuang {
  width: 11rem;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherChen {
  width: 12rem;
  z-index: 0;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherHe {
  width: 11rem;
  z-index: 0;
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhang {
  width: 11rem;
  transform: rotateY(180deg);
}
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .teacherPengItem .words .teacherWords,
#main4 #teacherSwiper .slideViewArea .slideItemWrapper .teacherZhuItem .words .teacherWords {
  font-size: 0.75rem;
  line-height: 1rem;
}
#main4 #teacherSwiper .slideViewArea .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
  background-color: #f6f6f6;
}
#main5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#main5 img {
  margin-top: 3.25rem;
  width: 13.08rem;
  height: 14.25rem;
  object-fit: contain;
}
#main5 .wordsWrapper {
  position: absolute;
  z-index: 1;
  width: 28.6rem;
  top: 7.5rem;
}
#main5 .wordsWrapper p {
  font-size: 0.83rem;
  color: #000;
  position: absolute;
  text-align: left;
}
#main5 .wordsWrapper .words1 {
  top: 0;
  left: 2.41rem;
}
#main5 .wordsWrapper .words2 {
  top: 0.91rem;
  right: 1.6rem;
}
#main5 .wordsWrapper .words3 {
  top: 8.5rem;
  left: 0;
}
#main5 .wordsWrapper .words4 {
  top: 7.2rem;
  right: 0;
}
#main5 .wordsWrapper .words5 {
  top: 15.2rem;
  left: 5.5rem;
}
#main5 a {
  display: block;
  width: 28.6rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #23ab78;
  font-family: FzCuYuanJ;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-top: 6rem;
}
#main6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.8rem;
}
#main6 img {
  width: 100%;
  margin-top: 2rem;
  object-fit: contain;
}
#main6 a {
  display: block;
  width: 28.6rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #23ab78;
  font-family: FzCuYuanJ;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-top: 2.58rem;
}
#footer {
  margin-bottom: 4.2rem;
}
