html {
  font-size: 3.2vw;
}
* {
  margin: 0;
  padding: 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  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;
  }
}
#footer {
  margin-bottom: 13.33vw;
}
.mainTitle {
  width: 28.75rem;
  position: relative;
  margin: 4rem auto auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainTitle .words {
  font-size: 1.75rem;
  font-family: HyRunYuan75j;
  color: #303846;
  line-height: 1.8rem;
  position: relative;
  z-index: 2;
}
.mainTitle .words span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: #fd6859;
}
.mainTitle .number {
  font-size: 7.16rem;
  font-family: YsChunFeng;
  opacity: 0.02;
  position: absolute;
  z-index: 0;
}
.mainTitle div {
  height: 0.4rem;
  border-radius: 0.25rem;
  background-color: #f8d9b1;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.partTitle {
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2.2rem;
  color: #ffffff;
  height: 2.2rem;
  border-radius: 0 1.5rem 1.5rem 0;
  padding: 0 1.75rem 0 1.25rem;
  background-color: #fd6859;
}
#bannerAndMain1 {
  width: 100%;
  height: 44.7rem;
  background-image: url(../images/bannerBGM.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
#bannerAndMain1 .title {
  width: 26rem;
  height: 15rem;
  object-fit: contain;
  margin: 5rem auto auto auto;
}
#bannerAndMain1 .main1 {
  width: 28.75rem;
  height: 20.05rem;
  border-radius: 0.83rem;
  box-shadow: 0 0 0.5rem 0 rgba(94, 57, 57, 0.25);
  margin: 4.8rem auto auto auto;
}
#main2 {
  width: 28.75rem;
  margin: 0 auto;
}
#main2 .mainTitle {
  margin-bottom: 1.8rem;
}
#main2 .mainTitle div {
  width: 7.5rem;
  left: 14.2rem;
}
#main2 .contentItem {
  width: 100%;
  height: 10.42rem;
  border-radius: 0.5rem;
  background-color: #fef8f7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.62rem;
}
#main2 .contentItem .itemTitle {
  width: 46.38%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main2 .contentItem .itemTitle p {
  font-weight: 600;
  color: #ffffff;
}
#main2 .contentItem .itemTitle .title {
  font-size: 2.08rem;
  margin-bottom: 0.5rem;
}
#main2 .contentItem .itemTitle .words {
  font-size: 1rem;
  line-height: 1.5rem;
}
#main2 .contentItem .bg1 {
  background-image: url(../images/main1Con1M.webp);
}
#main2 .contentItem .bg2 {
  background-image: url(../images/main1Con2M.webp);
}
#main2 .contentItem .bg3 {
  background-image: url(../images/main1Con3M.webp);
}
#main2 .contentItem .bg4 {
  background-image: url(../images/main1Con4M.webp);
}
#main2 .contentItem .itemWords {
  width: 53.62%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main2 .contentItem .itemWords div:first-child {
  margin-top: 0;
}
#main2 .contentItem .itemWords .wordsWraper {
  width: 85%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.5rem;
}
#main2 .contentItem .itemWords .wordsWraper .title {
  width: 20%;
  height: 1.2rem;
  background-color: #fd6859;
  border-radius: 0.33rem 0.68rem 0.68rem 0.33rem;
  font-size: 0.83rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2rem;
}
#main2 .contentItem .itemWords .wordsWraper .words {
  width: 75%;
  margin-left: 5%;
  text-align: justify;
  font-size: 0.75rem;
  color: #303846;
  line-height: 1.2rem;
}
#main3 {
  width: 100%;
}
#main3 .mainTitle div {
  width: 11rem;
  left: 13.3rem;
}
#main3 .partTitleWrapper {
  margin-top: 2.4rem;
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#main3 .partTitleWrapper .toSlide {
  display: flex;
  align-items: center;
}
#main3 .partTitleWrapper .toSlide p {
  font-size: 0.92rem;
  color: #fd6859;
  font-style: italic;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.3rem;
}
#main3 .partTitleWrapper .toSlide img {
  width: 2.2rem;
  height: 0.625rem;
  object-fit: contain;
}
#main3 #classSlide {
  width: 100%;
}
#main3 #classSlide .slideViewArea {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main3 #classSlide .navButtonsWrapper {
  margin: 1rem auto auto auto;
  width: 3.5rem;
  display: flex;
  justify-content: space-between;
}
#main3 #classSlide .navButtonsWrapper .navButton {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 0.5rem;
  background-color: #eee;
}
#main3 #classSlide .navButtonsWrapper .navButton::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  bottom: -1rem;
  right: -1rem;
}
#main3 table {
  width: 28.75rem;
  height: 32.6rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #788bec;
  background-color: #788bec;
  margin: 1.25rem auto auto auto;
}
#main3 table tr td:first-child {
  width: 45%;
}
#main3 table tr td:last-child {
  width: 38%;
}
#main3 table thead tr {
  height: 3.2rem;
}
#main3 table thead tr td {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 3.2rem;
}
#main3 table tbody .fiveItems {
  height: 5.88rem;
}
#main3 table tbody .sevenItems {
  height: 4.2rem;
}
#main3 table tbody .greyBG {
  background-color: #f9f9f9;
}
#main3 table tbody .whiteBG {
  background-color: #ffffff;
}
#main3 table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.5rem;
}
#main3 table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.5rem 0;
}
#main3 table tbody tr td {
  font-size: 0.92rem;
  color: #303846;
}
#main3 table tbody tr td a {
  width: 7.58rem;
  height: 2.2rem;
  border-radius: 1.3rem;
  background-color: #788bec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#main3 table tbody tr td a img {
  width: 1.2rem;
  height: 1.04rem;
  object-fit: contain;
}
#main3 table tbody tr td a p {
  font-size: 0.83rem;
  color: #ffffff;
  line-height: 2.2rem;
  margin-left: 0.3rem;
}
#main4 {
  width: 28.75rem;
  margin: auto;
}
#main4 .mainTitle div {
  width: 3.6rem;
  left: 11.7rem;
}
#main4 .contentWrapper {
  width: 28.75rem;
  height: 15.75rem;
  margin-top: 1.5rem;
  position: relative;
}
#main4 .contentWrapper .content1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18.75rem;
  height: 13.12rem;
  border-radius: 0.4rem;
  background-image: url(../images/main4Con1BgM.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#main4 .contentWrapper .content1 p {
  position: relative;
  z-index: 1;
  text-align: left;
}
#main4 .contentWrapper .content1 .contentTitle {
  font-size: 1.1rem;
  color: #303846;
  font-weight: 600;
  margin-left: 1.01rem;
  margin-top: 1.01rem;
  margin-bottom: 1.4rem;
}
#main4 .contentWrapper .content1 .contentWords1 {
  width: fit-content;
  height: 1.33rem;
  margin-left: 1.88rem;
  margin-top: 0.66rem;
  border-radius: 0.25rem;
  background-color: #ddd;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.33rem;
}
#main4 .contentWrapper .content1 .contentWords2 {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  color: #666;
  margin-left: 4.9rem;
  margin-top: 1.75rem;
}
#main4 .contentWrapper .content1 img {
  position: absolute;
  z-index: 0;
  left: 1.01rem;
  top: 3.62rem;
  width: 3.46rem;
  height: 7.6rem;
  object-fit: contain;
}
#main4 .contentWrapper .content2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19.8rem;
  height: 13.875rem;
  z-index: 1;
  border-radius: 0.4rem;
}
#main4 .contentWrapper .content2 .contentTitle,
#main4 .contentWrapper .content2 .contentWords {
  position: relative;
  z-index: 1;
}
#main4 .contentWrapper .content2 p {
  text-align: left;
}
#main4 .contentWrapper .content2 .contentTitle {
  margin-top: 1.01rem;
  margin-left: 3.42rem;
  margin-bottom: 1rem;
}
#main4 .contentWrapper .content2 .contentTitle p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}
#main4 .contentWrapper .content2 .contentTitle div {
  width: 5.55rem;
  height: 0.125rem;
  border: 0.07rem;
  background-color: #ffffff;
  margin-top: 0.25rem;
}
#main4 .contentWrapper .content2 .contentWords {
  margin-top: 0.65rem;
  display: flex;
  align-items: center;
}
#main4 .contentWrapper .content2 .contentWords img {
  width: 0.83rem;
  height: 0.875rem;
  object-fit: contain;
  margin-right: 0.35rem;
}
#main4 .contentWrapper .content2 .contentWords p {
  font-size: 0.83rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.875rem;
}
#main4 .contentWrapper .content2 .contentWords1 {
  margin-left: 4.5rem;
}
#main4 .contentWrapper .content2 .contentWords2 {
  margin-left: 4.3rem;
}
#main4 .contentWrapper .content2 .contentWords3 {
  margin-left: 4.1rem;
}
#main4 .contentWrapper .content2 .contentWords4 {
  margin-left: 3.9rem;
}
#main4 .contentWrapper .content2 .contentWords5 {
  margin-left: 3.7rem;
}
#main4 .contentWrapper .content2 .contentWords6 {
  margin-left: 3.5rem;
}
#main4 .contentWrapper .content2 .contentBG {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main5 {
  width: 100%;
  background-image: url(../images/main5BG1M.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0.1px;
  padding-bottom: 2rem;
  margin-top: 1.82rem;
  position: relative;
}
#main5 .mainTitle {
  margin-top: 2.5rem;
}
#main5 .mainTitle .words {
  color: #ffffff;
}
#main5 .mainTitle div {
  width: 5.5rem;
  left: 16.1rem;
}
#main5 .part1 {
  width: 100%;
  margin-top: 1.12rem;
}
#main5 .part1 .partTitle {
  background-color: #ffffff;
  color: #fd6859;
}
#main5 .part1 .content1 {
  width: 22.75rem;
  margin: 1.33rem auto auto auto;
  display: flex;
  flex-wrap: wrap;
}
#main5 .part1 .content1 .contentItem:first-child {
  margin: 0 6.175rem 1.33rem 6.175rem;
}
#main5 .part1 .content1 .contentItem {
  width: 10.4rem;
  height: 5.4rem;
  border-radius: 0.45rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main5 .part1 .content1 .contentItem .itemTitle {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
#main5 .part1 .content1 .contentItem .itemTitle img {
  width: 2rem;
  height: 1.52rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
#main5 .part1 .content1 .contentItem .itemTitle p {
  width: fit-content;
  height: 1.58rem;
  border-radius: 0.25rem;
  background-color: #788bec;
  font-size: 1.08rem;
  color: #ffffff;
  line-height: 1.58rem;
  padding: 0 0.62rem;
}
#main5 .part1 .content1 .contentItem .itemWords {
  font-size: 0.92rem;
  color: #788bec;
  line-height: 1;
  margin-top: 0.25rem;
}
#main5 .part1 .content1 .contentItem:last-child {
  margin-left: 1.95rem;
}
#main5 .part1 .content2 {
  width: 28.75rem;
  text-align: justify;
  font-size: 0.83rem;
  color: #ffffff;
  line-height: 1.5rem;
  margin: 2.1rem auto auto auto;
}
#main5 .part2 {
  margin-top: 5rem;
  width: 100%;
}
#main5 .part2 .path {
  margin: 1.33rem auto auto auto;
  width: 28.75rem;
  height: 12.5rem;
  background-image: url(../images/pathM.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main5 .part2 .path div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
#main5 .part2 .path p {
  font-size: 0.83rem;
  color: #ffffff;
}
#main5 .part2 .path .wordsRow {
  flex-direction: column;
}
#main5 .part2 .path .wordsRow p {
  line-height: 2.92rem;
}
#main5 .part2 .path .wordsCol p {
  writing-mode: vertical-lr;
  line-height: 1.2rem;
  text-align: left;
  margin: 0 0.55rem;
}
#main5 .part2 .path img {
  width: 4rem;
  height: 3.66rem;
  object-fit: contain;
}
#main5 .part2 .path .iconWords {
  font-size: 1.08rem;
  color: #666;
  line-height: 1;
  margin-top: 0.25rem;
}
#main5 .part2 .content1 {
  margin: 0.83rem auto auto auto;
  width: 28.75rem;
  font-size: 0.83rem;
  color: #666;
  line-height: 1.5rem;
  text-align: justify;
}
#main5 .part2 #teacherSlide {
  width: 100%;
  margin-top: 2rem;
}
#main5 .part2 #teacherSlide .slideViewArea {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row {
  width: 28.75rem;
  margin: 1.75rem auto auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem {
  width: 14rem;
  height: 8.3rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #fd6859;
  position: relative;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .name {
  margin-left: 0.83rem;
  margin-top: 1rem;
  width: 5.6rem;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #fd6859;
  display: flex;
  align-items: center;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .name img {
  width: 1.28rem;
  height: 1.28rem;
  object-fit: contain;
  margin-left: 0.5rem;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .name p {
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  margin-left: 0.2rem;
  line-height: 8.3rem;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .words {
  text-align: left;
  margin-left: 0.83rem;
  margin-top: 0.5rem;
  color: #666;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .line3 {
  font-size: 0.83rem;
  line-height: 1.3rem;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .line4 {
  font-size: 0.75rem;
  line-height: 0.95rem;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row .contentItem .photo {
  position: absolute;
  top: -1.75rem;
  right: 0.83rem;
  width: 5.92rem;
  object-fit: contain;
  border-radius: 3rem;
  border: 0.1rem solid #fd6859;
  background-color: #fd6859;
}
#main5 .part2 #teacherSlide .slideViewArea .slideItemWrapper .slideItem .row:last-child {
  margin: 2.75rem auto auto auto;
}
#main5 .part2 #teacherSlide .navButtonsWrapper {
  margin: 1.2rem auto auto auto;
  width: 6rem;
  display: flex;
  justify-content: space-between;
}
#main5 .part2 #teacherSlide .navButtonsWrapper .navButton {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 0.6rem;
  background-color: #ddd;
}
#main5 .part2 #teacherSlide .navButtonsWrapper .navButton::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  bottom: -1rem;
  right: -1rem;
}
#main5 .part3 {
  margin-top: 1.75rem;
  width: 100%;
}
#main5 .part3 .content1 {
  margin: 1.2rem auto auto auto;
  width: 28.75rem;
  font-size: 0.83rem;
  color: #666;
  text-align: justify;
  line-height: 1.35rem;
}
#main5 .part3 .content2 {
  width: 26.6rem;
  margin: 1.33rem auto auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main5 .part3 .content2 .pathWords {
  font-size: 0.83rem;
  color: #666;
  writing-mode: vertical-lr;
  letter-spacing: 0.75rem;
}
#main5 .part3 .content2 img {
  width: 1.38rem;
  height: 29.8rem;
  object-fit: contain;
}
#main5 .part3 .content2 .wordsWrapper {
  width: 22.3rem;
  height: 29.8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#main5 .part3 .content2 .wordsWrapper div {
  width: 100%;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main5 .part3 .content2 .wordsWrapper div p:first-child {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  margin: 0 1rem;
  text-align: left;
}
#main5 .part3 .content2 .wordsWrapper div p:last-child {
  font-size: 0.83rem;
  line-height: 1.25rem;
  color: #ffffff;
  letter-spacing: 0.05rem;
  text-align: left;
}
#main5 .part3 .content2 .wordsWrapper .wordsItem1 {
  height: 3.83rem;
  background-image: url(../images/main5part3bg1M.webp);
}
#main5 .part3 .content2 .wordsWrapper .wordsItem2 {
  height: 4.33rem;
  background-image: url(../images/main5part3bg2M.webp);
}
#main5 .part3 .content2 .wordsWrapper .wordsItem3 {
  height: 3.83rem;
  background-image: url(../images/main5part3bg3M.webp);
}
#main5 .part3 .content2 .wordsWrapper .wordsItem4 {
  height: 5.54rem;
  background-image: url(../images/main5part3bg4M.webp);
}
#main5 .part3 .content2 .wordsWrapper .wordsItem5 {
  height: 5.54rem;
  background-image: url(../images/main5part3bg5M.webp);
}
#main5 .part4 {
  width: 28.75rem;
  height: 20rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.92rem 0 rgba(127, 36, 0, 0.25);
  margin: 1.75rem auto auto auto;
  position: relative;
  padding-top: 0.02px;
  background-image: url(../images/main5part4contentM.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#main5 .part4 div {
  position: relative;
  top: 1rem;
  left: -0.67rem;
  width: 10.5rem;
  height: 2.5rem;
  background-image: url(../images/main5part4TitleM.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
#main5 .part4 div p {
  font-size: 1.16rem;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  line-height: 1;
  margin-top: 0.85rem;
  margin-left: 2rem;
  text-align: left;
}
#main5 .part4 .words {
  margin: 1.5rem auto auto auto;
  width: 26rem;
  font-size: 0.83rem;
  line-height: 1.5rem;
  color: #303846;
  text-align: justify;
}
#main5 .buttomBG {
  width: 100%;
  height: 19.16rem;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
