* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
  position: relative;
}
.header .chat {
  writing-mode: vertical-rl;
  text-orientation: upleft;
  text-align: left;
  color: #fff;
  background-color: #12957e;
  border-top-left-radius: 2.66667vw;
  border-bottom-left-radius: 2.66667vw;
  width: 5.33333vw;
  padding: 1.6vw 0;
  font-size: 3.2vw;
  line-height: 1.5;
  position: absolute;
  top: 14.6667vw;
  right: 0;
}
.header img {
  width: 100%;
}
.container {
  width: 100%;
  padding: 0 2.66667vw;
}
.container .vedio {
  justify-content: center;
  align-items: center;
  display: flex;
}
.container .vedio .video-player {
  border-radius: 4.26667vw;
  width: 100%;
}
.container .h-title {
  justify-content: center;
  align-items: center;
  margin-top: 5.33333vw;
  padding: 0 5.33333vw;
  display: flex;
}
.container .h-title img {
  width: 21.3333vw;
}
.container .h-title h2 {
  font-size: 5vw;
  color: #12957e;
  text-align: center;
  flex: 1;
}
.container .show-banner-one {
  background-color: #f9f9f6;
  border-radius: 4vw;
  width: 100%;
  margin-top: 5.33333vw;
  padding-top: 2.66667vw;
}
.container .show-banner-one .title {
  color: #fff;
  background-color: #12957e;
  border-top-right-radius: 4.8vw;
  border-bottom-right-radius: 4.8vw;
  justify-content: center;
  align-items: center;
  width: 37.3333vw;
  height: 10.6667vw;
  padding: 1.6vw 4.26667vw;
  font-size: 4.26667vw;
  display: flex;
}
.container .show-banner-one .title img {
  height: 7.46667vw;
  display: inline-block;
}
.container .show-banner-one .swiper {
  --swiper-theme-color: #12957e;
  --swiper-navigation-size: 3.73333vw;
  width: 100%;
  padding: 2.66667vw 0 8vw;
}
.container .show-banner-one .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.container .show-banner-one .swiper .swiper-slide .banner-title {
  text-align: center;
  color: #fff;
  z-index: 100;
  background-color: #12957e;
  border-top-right-radius: 4.26667vw;
  width: 21.3333vw;
  height: 10.6667vw;
  font-size: 3vw;
  line-height: 10.6667vw;
  position: absolute;
  top: 0;
  right: 0;
}
.container .show-banner-one .swiper .swiper-slide img {
  border-radius: 4.26667vw;
  width: 100%;
  height: 54vw;
  display: inline-block;
}
.container .supporting .item-top {
  background-color: #f9f9f6;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.33333vw;
  padding: 5.33333vw;
  display: flex;
}
.container .supporting .item-top .item-info {
  color: gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.66667vw;
  display: flex;
}
.container .supporting .item-top .mid-img {
  margin-top: 4.26667vw;
}
.container .supporting .item-top .mid-img img {
  border-radius: 2.13333vw;
  width: 100%;
}
.container .supporting .item-top .bottom-img {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.66667vw;
  display: flex;
}
.container .supporting .item-top .bottom-img img {
  border-radius: 2.13333vw;
  width: 37.3333vw;
  height: 24vw;
  padding: 1.06667vw;
}
.container .supporting .swiper {
  --swiper-theme-color: #12957e;
  --swiper-navigation-size: 3.73333vw;
  width: 100%;
  padding: 0 0 8vw;
}
.container .supporting .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.container .supporting .swiper .swiper-slide .banner-title {
  text-align: center;
  color: #fff;
  z-index: 100;
  background-color: #12957e;
  border-top-right-radius: 4.26667vw;
  width: 21.3333vw;
  height: 10.6667vw;
  font-size: 3vw;
  line-height: 10.6667vw;
  position: absolute;
  top: 0;
  right: 0;
}
.container .supporting .swiper .swiper-slide img {
  border-radius: 4.26667vw;
  width: 100%;
  display: inline-block;
   height: 54vw;
}
.container .supporting .item-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.container .supporting .item-bottom .bottom-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 33.3vw;
}
.container .supporting .item-bottom .bottom-item span {
  color: #6e6e6e;
  margin-bottom: 2.13333vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.container .supporting .item-bottom .bottom-item img {
  border-radius: 2.66667vw;
  width: 100%;
  height: 48vw;
  padding: 1.33333vw;
}
.container .show-teachers .title {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5.33333vw;
  display: flex;
}
.container .show-teachers .title .bg-color-green {
  text-align: center;
  color: #fff;
  background-color: #12957e;
  border-radius: 3.73333vw;
  justify-content: center;
  align-items: center;
  width: 37.3333vw;
  height: 8vw;
  line-height: 8vw;
  display: flex;
}
.container .show-teachers .title .bg-color-green img {
  width: 10.6667vw;
}
.container .show-teachers .teacher-info .swiper {
  --swiper-theme-color: #12957e;
  --swiper-navigation-size: 3.73333vw;
  background-color: #f9f9f6;
  width: 100%;
  margin-top: 5.33333vw;
  padding: 4vw 0 8vw 0;
}
.container .show-teachers .teacher-info .swiper .swiper-slide {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}
.container .show-teachers .teacher-info .swiper .swiper-slide .img-container {
  text-align: center;
  background-color: #fff;
  border-radius: 4.26667vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}
.container
  .show-teachers
  .teacher-info
  .swiper
  .swiper-slide
  .img-container
  .teacher-title {
  margin-top: 1.6vw;
  font-size: 3vw;
  font-weight: 700;
}
.container
  .show-teachers
  .teacher-info
  .swiper
  .swiper-slide
  .img-container
  .desc {
  color: #6e6e6e;
  margin-top: 1.6vw;
  margin-bottom: 2.66667vw;
  font-size: 2.66667vw;
}
.container
  .show-teachers
  .teacher-info
  .swiper
  .swiper-slide
  .img-container
  img {
  border-radius: 4.26667vw;
  width: 100%;
  display: inline-block;
}
.container .service .swiper {
  --swiper-theme-color: #12957e;
  --swiper-navigation-size: 3.73333vw;
  background-color: #f9f9f6;
  width: 100%;
  padding: 2.66667vw 0 10.6667vw;
}
.container .service .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.container .service .swiper .swiper-slide .banner-title {
  text-align: center;
  color: #fff;
  z-index: 100;
  background-color: #12957e;
  border-top-right-radius: 4.26667vw;
  width: 21.3333vw;
  height: 10.6667vw;
  font-size: 3vw;
  line-height: 10.6667vw;
  position: absolute;
  top: 0;
  right: 0;
}
.container .service .swiper .swiper-slide img {
  border-radius: 4.26667vw;
  width: 100%;
  display: inline-block;
   height: 54vw;
}
.container .product-type .desc {
  background-color: #f9f9f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5.33333vw;
  padding: 2.66667vw 1.06667vw 1.06667vw;
  display: flex;
}
.container .product-type .desc .item-list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.container .product-type .desc .item-list a {
  width: 50%;
  padding: 0.53333vw;
}
.container .product-type .desc .item-list a img {
  border-radius: 1.6vw;
  width: 100%;
}
.container .product-type .desc .tips {
  color: #6e6e6e;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 3.2vw;
  font-weight: 700;
  display: flex;
}
.container .map-position {
  padding: 5.33333vw;
}
.container .map-position #container {
  width: 100%;
  height: 30vw;
  margin-top: 5.33333vw;
}
.container .map-position .bottom-info {
  color: #12957e;
  background-color: #f9f9f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5.33333vw 0;
  font-size: 3.2vw;
  font-weight: 700;
  display: flex;
}
.container .map-position .bottom-info span {
  margin-top: 2.66667vw;
}
.custom-content-marker {
  width: 6.66667vw;
  height: 9.06667vw;
  position: relative;
}
.custom-content-marker img {
  width: 100%;
  height: 100%;
}
