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;
  align-items: center;
  margin-top: 3rem;
}
.mainTitle div {
  width: 4rem;
  height: 0.125rem;
}
.mainTitle .left {
  background: linear-gradient(to left, #6b85ea, #397bff00);
}
.mainTitle .right {
  background: linear-gradient(to right, #6b85ea, #397bff00);
}
.mainTitle p {
  font-family: HyRunYuan45j;
  font-size: 1.58rem;
  color: #000;
  margin: 0 1rem;
}
#banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .bannerImg {
  width: 100%;
  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: justify;
}
#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: #ffe9e9;
}
#main1 .dataWrapper .dataItem .data2 {
  height: 5.7rem;
  background-color: #eed3d2;
}
#main1 .dataWrapper .dataItem .data3 {
  height: 6.7rem;
  background-color: #b5b4d8;
}
#main1 .dataWrapper .dataItem .data4 {
  height: 7.7rem;
  background-color: #8c9fe4;
}
#main1 .dataWrapper .dataItem .data5 {
  height: 8.7rem;
  background-color: #6b85ea;
}
#main1 .dataWrapper .dataItem .data6 {
  height: 9.7rem;
  background-color: #5196ff;
}
#main1 .greyLine {
  width: 100%;
  height: 2.8rem;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 2;
  top: 17.6rem;
  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;
  background-color: #f6f6f6;
  margin-top: 2.66rem;
}
#main2 .mainTitle {
  margin-top: 2rem;
}
#main2 .levelLow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.75rem;
}
#main2 .levelLow .introduce {
  width: 28.6rem;
}
#main2 .levelLow .introduce .p1 {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
}
#main2 .levelLow .introduce .p2 {
  font-size: 0.83rem;
  color: #5d5d5d;
  line-height: 1.35rem;
  text-align: justify;
  margin-top: 0.5rem;
}
#main2 .levelLow .contentWrapper {
  width: 28.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
#main2 .levelLow .contentWrapper .contentItem {
  width: 13.6rem;
  height: 12.12rem;
  background-color: #ffffff;
  border: 0.09rem solid #6b85ea;
  border-radius: 0.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main2 .levelLow .contentWrapper .contentItem .p1 {
  font-size: 1rem;
  line-height: 1.35rem;
  color: #6b85ea;
}
#main2 .levelLow .contentWrapper .contentItem .p2 {
  font-size: 0.875rem;
  color: #000;
  margin-top: 1.15rem;
}
#main2 .levelLow .contentWrapper .contentItem .p3 {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #5d5d5d;
  line-height: 1.16rem;
  font-weight: 400;
  width: 7rem;
  height: 1.16rem;
  background-color: #f6f6f6;
  border-radius: 0.58rem;
}
#main2 .levelLow .contentWrapper .contentItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.8rem;
  height: 2.16rem;
  border-radius: 1.08rem;
  background-color: #6b85ea;
  margin-top: 1.2rem;
}
#main2 .levelLow .contentWrapper .contentItem a img {
  width: 1.8rem;
  height: 1.4rem;
  margin-right: 0.25rem;
}
#main2 .levelLow .contentWrapper .contentItem a p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.66rem;
}
#main2 .levelLow .people {
  width: 100%;
  height: 4rem;
  background-color: #6b85ea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
#main2 .levelLow .people p {
  font-size: 0.83rem;
  color: #ffffff;
  line-height: 1.35rem;
  text-align: left;
  width: 28.6rem;
}
#main2 .levelLow .people p span {
  font-weight: 600;
}
#main2 .levelHeigh {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.75rem;
}
#main2 .levelHeigh .contentItem {
  width: 28.6rem;
  border: 0.09rem solid #6b85ea;
  border-radius: 0.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  margin-top: 1rem;
}
#main2 .levelHeigh .contentItem .title {
  font-size: 1rem;
  color: #6b85ea;
  margin: 1.25rem 0;
}
#main2 .levelHeigh .contentItem div {
  width: 92%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
#main2 .levelHeigh .contentItem div .p1 {
  width: 18%;
  font-size: 0.875rem;
  line-height: 1.35rem;
  color: #000;
  text-align: left;
  font-weight: 600;
}
#main2 .levelHeigh .contentItem div .p2 {
  width: 82%;
  font-size: 0.83rem;
  color: #5d5d5d;
  line-height: 1.35rem;
  text-align: justify;
}
#main2 .levelHeigh .contentItem .books .p2 {
  width: auto;
  height: 1.35rem;
  border-radius: 0.675rem;
  background-color: #f6f6f6;
  padding: 0 0.4rem;
  margin-left: -0.4rem;
}
#main2 .levelHeigh .contentItem .contents {
  margin: 0.5rem 0;
}
#main2 .levelHeigh .contentItem a {
  width: 92%;
  height: 2.6rem;
  border-radius: 1.3rem;
  background-color: #6b85ea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 0;
}
#main2 .levelHeigh .contentItem a img {
  width: 1.75rem;
  height: 1.41rem;
  margin-right: 0.5rem;
}
#main2 .levelHeigh .contentItem a p {
  font-size: 0.91rem;
  color: #ffffff;
  line-height: 2.6rem;
}
#main3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
}
#main3 .content {
  margin-top: 0.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main3 .content .contentItem {
  width: 28.6rem;
  border-radius: 0.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  margin-top: 1rem;
}
#main3 .content .contentItem .title {
  font-size: 1rem;
  color: #6b85ea;
  margin: 1.25rem 0;
}
#main3 .content .contentItem div {
  width: 92%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
#main3 .content .contentItem div .p1 {
  width: 18%;
  font-size: 0.875rem;
  line-height: 1.35rem;
  color: #000;
  text-align: left;
  font-weight: 600;
}
#main3 .content .contentItem div .p2 {
  width: 82%;
  font-size: 0.83rem;
  color: #5d5d5d;
  line-height: 1.35rem;
  text-align: justify;
}
#main3 .content .contentItem .books .p2 {
  width: auto;
  height: 1.35rem;
  border-radius: 0.675rem;
  background-color: #f6f6f6;
  padding: 0 0.4rem;
  margin-left: -0.4rem;
}
#main3 .content .contentItem .contents {
  margin-top: 0.5rem;
}
#main3 .content .contentItem a {
  width: 92%;
  height: 2.6rem;
  border-radius: 1.3rem;
  background-color: #6b85ea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 0;
}
#main3 .content .contentItem a img {
  width: 1.75rem;
  height: 1.41rem;
  margin-right: 0.5rem;
}
#main3 .content .contentItem a p {
  font-size: 0.91rem;
  color: #ffffff;
  line-height: 2.6rem;
}
#main3 .content .people {
  width: 100%;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
#main3 .content .people p {
  width: 28.6rem;
  text-align: justify;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.35rem;
}
#main3 .content .people p span {
  font-weight: 600;
}
#main3 .contentPink .contentItem {
  border: 0.09rem solid #f08aae;
}
#main3 .contentPink .contentItem .title {
  color: #f08aae;
}
#main3 .contentPink .contentItem a {
  background-color: #f08aae;
}
#main3 .contentPink .people {
  background-color: #f08aae;
}
#main3 .contentRed {
  margin-bottom: 2rem;
}
#main3 .contentRed .contentItem {
  border: 0.09rem solid #c14571;
}
#main3 .contentRed .contentItem .title {
  color: #c14571;
}
#main3 .contentRed .contentItem a {
  background-color: #c14571;
}
#main3 .contentRed .people {
  background-color: #c14571;
}
#main4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/img2-M1440.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 6.5rem;
}
#main4 .content {
  margin-top: 4.8rem;
  font-size: 0.92rem;
  color: #ffffff;
  line-height: 2.1rem;
  font-weight: 400;
}
#main4 .content .weight {
  font-weight: 500;
  font-size: 1.1rem;
}
#main4 .content .border {
  display: inline-block;
  width: 11.5rem;
  height: 1.8rem;
  border-radius: 0.91rem;
  border: 0.075rem solid #ffffff;
  line-height: 1.8rem;
}
#main4 img {
  margin-top: 1.4rem;
  width: 27.5rem;
}
#main5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main5 #teacherSwiper {
  width: 100%;
  margin-top: 1.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main5 #teacherSwiper .slideButtonWrapper {
  width: 28.75rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 8rem;
}
#main5 #teacherSwiper .slideButtonWrapper img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 3;
}
#main5 #teacherSwiper .slideViewArea {
  width: 100%;
  height: 21.2rem;
  position: relative;
  overflow: hidden;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper {
  display: flex;
  align-items: center;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem {
  position: relative;
  width: 31.25rem;
  height: 100%;
  overflow: hidden;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherPhoto {
  position: absolute;
  left: 0;
  top: 0;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherPhoto img {
  object-fit: contain;
  position: absolute;
  z-index: 1;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherPhoto div {
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, #6b85ea, #f6f6f6);
  height: 1.33rem;
  z-index: 2;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhu img {
  height: 12.8rem;
  top: 3rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhu div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherXu img {
  height: 12.8rem;
  top: 3rem;
  left: -0.5rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherXu div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherSong img {
  height: 12.8rem;
  top: 3rem;
  left: -0.5rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherSong div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherLiu img {
  height: 12.8rem;
  top: 3rem;
  left: -0.5rem;
  transform: rotateY(180deg);
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherLiu div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherTan img {
  height: 12rem;
  top: 3rem;
  left: -0.5rem;
  transform: rotateY(180deg);
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherTan div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhou img {
  height: 12.8rem;
  top: 3rem;
  left: -1rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhou div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherJiao img {
  height: 12rem;
  top: 3rem;
  left: -1rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherJiao div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherTang img {
  height: 12rem;
  top: 3rem;
  left: 0.5rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherTang div {
  width: 10.8rem;
  top: 14.75rem;
}
#main5 #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: 2;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words .teacherName {
  font-size: 1.5rem;
  color: #000;
  font-family: HyRunYuan45j;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words .teacherWords {
  width: 19rem;
  font-size: 0.8rem;
  color: #000;
  line-height: 1.35rem;
  text-align: left;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words div {
  width: 19rem;
  height: 0.03rem;
  background-color: #6b85ea;
  margin: 0.7rem 0;
}
#main5 #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;
}
#main5 #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 #c3cfff8f;
  position: absolute;
  z-index: 2;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a p {
  position: absolute;
  z-index: 1;
  width: 5.6rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  background-color: #eef5fe;
  border: 0.1rem solid #6b85ea;
  padding-left: 3.7rem;
  font-family: HyRunYuan45j;
  font-size: 1.6rem;
  color: #6b85ea;
  line-height: 2.8rem;
}
#main5 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .bg {
  width: 100%;
  height: 18.75rem;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  z-index: 0;
}
#main6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#main6 img {
  margin-top: 3.25rem;
  width: 13.08rem;
  height: 14.25rem;
  object-fit: contain;
}
#main6 .wordsWrapper {
  position: absolute;
  z-index: 1;
  width: 28.6rem;
  top: 7.5rem;
}
#main6 .wordsWrapper p {
  font-size: 0.83rem;
  color: #000;
  position: absolute;
  text-align: left;
  line-height: 1.35rem;
}
#main6 .wordsWrapper .words1 {
  top: 0;
  left: 2.41rem;
}
#main6 .wordsWrapper .words2 {
  top: 0.91rem;
  right: 1.6rem;
}
#main6 .wordsWrapper .words3 {
  top: 8.5rem;
  left: 0;
}
#main6 .wordsWrapper .words4 {
  top: 7.2rem;
  right: 0;
}
#main6 .wordsWrapper .words5 {
  top: 15.2rem;
  left: 5.5rem;
}
#main6 a {
  display: block;
  width: 28.6rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #6b85ea;
  font-family: FzCuYuanJ;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-top: 6rem;
}
#main7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.8rem;
}
#main7 img {
  width: 100%;
  margin-top: 2rem;
  object-fit: contain;
}
#main7 a {
  display: block;
  width: 28.6rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #6b85ea;
  font-family: FzCuYuanJ;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-top: 2.58rem;
}
#footer {
  margin-bottom: 4.2rem;
}
