body {
  background: #fff9f3;
}

.pd20 {
  padding: 0 0.5rem;
}

.title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5rem;
  color: #434343;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
}

.title::before {
  position: absolute;
  bottom: 0.1rem;
  left: -0.75rem;
  width: 0.175rem;
  height: 0.175rem;
  border: 0.1rem solid #eaa562;
  border-radius: 50%;
  content: "";
}

.title::after {
  position: absolute;
  top: -0.15rem;
  right: -0.75rem;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.125rem solid #f7ddc4;
  border-radius: 50%;
  content: "";
}

.title.title1::before {
  border-color: #dc8703;
}

.title.title1::after {
  border-color: #dc8703;
}

.title span {
  color: #dc8703;
}

.stit {
  color: #a4a4a4;
  font-size: 0.5rem;
  line-height: 0.8rem;
  text-align: center;
}

.button {
  width: 10rem;
  height: 1.35rem;
  margin: 0 auto;
  color: #fff;
  font-size: 0.55rem;
  line-height: 1.35rem;
  text-align: center;
  background: #dc8703;
  border-radius: 1.35rem;
}

.banner {
  height: 11.75rem;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: 100%;
}

.video {
  margin-top: 1.75rem;
}

.video .player {
  width: 14.25rem;
  height: 8rem;
  margin: 1.2rem auto;
  border-radius: 0.375rem;
}

.video .content {
  box-sizing: border-box;
  height: 9.75rem;
  margin-top: -4.3rem;
  padding-top: 4.3rem;
  font-size: 0.5rem;
  line-height: 0.8rem;
  background-color: #fef4e4;
}

.video .content p {
  width: 15rem;
  margin: auto;
}

.video .content .button {
  margin-top: 1rem;
}

.video-js {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product {
  margin-top: 1.7rem;
}

.product .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.9rem;
  padding-left: 0.2rem;
}

.product .box .item {
  position: relative;
  box-sizing: border-box;
  width: 8.45rem;
  height: 7.125rem;
  margin-bottom: 0.6rem;
  padding: 0.5rem 0 0 0.9rem;
  color: #fff;
  background: center no-repeat;
  background-size: contain;
}

.product .box .item::before {
  position: absolute;
  top: 0.5rem;
  left: -0.2rem;
  width: 0.25rem;
  height: 2.25rem;
  background-color: #dc8703;
  border-radius: 0.125rem;
  content: "";
}

.product .box .item:nth-child(1) {
  background-image: url("../images/cp-1.png");
}

.product .box .item:nth-child(2) {
  background-image: url("../images/cp-2.png");
}

.product .box .item:nth-child(3) {
  background-image: url("../images/cp-3.png");
}

.product .box .item:nth-child(4) {
  background-image: url("../images/cp-4.png");
}

.product .box .item:nth-child(5) {
  background-image: url("../images/cp-5.png");
}

.product .box .item:nth-child(6) {
  background-image: url("../images/cp-6.png");
}

.product .box .item:nth-child(7) {
  background-image: url("../images/cp-7.png");
}

.product .box .item:nth-child(8) {
  background-image: url("../images/cp-8.png");
}

.product .box .icon {
  width: 1.725rem;
  height: 1.7rem;
}

.product .box .name {
  font-weight: bold;
  font-size: 0.65rem;
  padding-top: 0.4rem;
}

.product .box .desc {
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
  font-size: 0.5rem;
  line-height: 0.7rem;
}

.product .box .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 4.075rem;
  height: 0.625rem;
  line-height: 0.625rem;
  padding: 0 0.25rem;
  color: #fff;
  font-size: 0.5rem;
  background: #dc8703;
  border-radius: 0.625rem;
}

.product .box .link::after {
  width: 0.4rem;
  height: 0.625rem;
  background: url("../images/icon_arrow.png") center no-repeat;
  background-size: 0.4rem;
  content: "";
}

.skms {
  margin-top: 1.2rem;
  padding-bottom: 1.7rem;
  background: url("../images/skms_bg.png") center top 1.8rem no-repeat;
  background-size: cover;
}

.skms .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.skms .box .item {
  width: 5.5rem;
  height: 7rem;
  margin: 0.3rem;
  overflow: hidden;
  background: linear-gradient(#f6cea2, #fff9f3);
  border-radius: 0.4rem;
  box-shadow: 0 2px 0.2rem rgba(0, 0, 0, 0.05);
}

.skms .box .icon {
  width: 1.75rem;
  height: 1.725rem;
  margin: 0.65rem auto 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.skms .box .icon.icon1 {
  background-image: url("../images/icon_skms1.png");
}

.skms .box .icon.icon2 {
  background-image: url("../images/icon_skms2.png");
}

.skms .box .icon.icon3 {
  background-image: url("../images/icon_skms3.png");
}

.skms .box .icon.icon4 {
  background-image: url("../images/icon_skms4.png");
}

.skms .box .icon.icon5 {
  background-image: url("../images/icon_skms5.png");
}

.skms .box .name {
  color: #434343;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
}

.skms .box .desc {
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: center;
}

.form-box .kaptcha-btn {
  width: 5rem;
  color: #fff;
  font-weight: normal;
  background: #dc8703;
}

.form-box .submit {
  color: #000;
  font-weight: normal;
  background: #dc8703;
}

.form1 {
  box-sizing: border-box;
  height: 9.9rem;
  margin-top: -0.9rem;
  padding-top: 1.7rem;
  background: url("../images/form1.png") left top no-repeat;
  background-size: contain;
}

.form1 .form-box {
  padding: 0.35rem 0.7rem;
}

.form1 .form-item {
  position: relative;
  height: 1.4rem;
  margin-bottom: 0.225rem;
  font-size: 0.5rem;
}

.form1 .form-item.name::before {
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../images/icon_name.png") left center no-repeat;
  background-size: contain;
  content: "";
}

.form1 .form-item.phone {
  width: 10.8rem;
}

.form1 .form-item.phone::before {
  position: absolute;
  top: 0.35rem;
  left: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../images/icon_phone.png") left center no-repeat;
  background-size: contain;
  content: "";
}

.form1 .form-item input {
  padding-left: 1.5rem;
}

.form1 .item-box {
  position: relative;
}

.form1 .form-code {
  position: absolute;
  top: 1px;
  right: 0;
  margin-bottom: 0;
}

.form1 .form-code .kaptcha-code {
  width: 5.35rem;
  height: 1.35rem;
  padding-left: 1.4rem;
  font-size: 0.5rem;
  border: 0;
}

.form1 .form-code.code::before {
  position: absolute;
  top: 0.35rem;
  left: 0.5rem;
  width: 0.65rem;
  height: 0.65rem;
  background: url("../images/icon_yzm.png") left center no-repeat;
  background-size: contain;
  content: "";
}

.form1 .kaptcha-btn {
  position: absolute;
  top: 0.15rem;
  left: -4.5rem;
  width: 3.95rem;
  height: 1rem;
  color: #dc8703;
  font-weight: 400;
  font-size: 0.5rem;
  background: #dcdcdc;
  border-radius: 0.9rem;
}

.form1 .submit {
  height: 1.4rem;
  color: #fff;
  font-size: 0.65rem;
  background: #dc8703;
}

.form1 .form-privacy {
  margin-top: 0.5rem;
  color: #616161;
  font-size: 0.45rem;
}

.form1 .form-privacy input {
  width: 0.5rem;
}

.form1 .form-privacy a {
  color: #dc8703;
}

.gxh {
  margin-top: 1.7rem;
}

.gxh .stit {
  line-height: 0.85rem;
}

.gxh .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 9.6rem;
  margin-top: 1.75rem;
  background: url("../images/4r_bg.png") center no-repeat;
  background-size: contain;
}

.gxh .box .item {
  width: 7.5rem;
}

.gxh .box .item:nth-child(even) {
  text-align: right;
}

.gxh .box .item:nth-child(1),
.gxh .box .item:nth-child(2) {
  margin-top: -0.3rem;
  margin-bottom: 1.7rem;
}

.gxh .box .item:nth-child(1) .name,
.gxh .box .item:nth-child(2) .name {
  margin-bottom: 0.5rem;
}

.gxh .box .item:nth-child(3) .desc,
.gxh .box .item:nth-child(4) .desc {
  margin-bottom: 0.5rem;
}

.gxh .box .item:nth-child(4) {
  padding-top: 0.85rem;
}

.gxh .box .item:nth-child(2) .name,
.gxh .box .item:nth-child(3) .name {
  color: #dc8703;
}

.gxh .box .item .name {
  color: #dc8703;
  font-weight: 300;
  font-size: 0.8rem;
}

.gxh .box .item .desc {
  color: #a4a4a4;
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 0.8rem;
}

.book {
  padding: 1.25rem 0.5rem;
  margin-top: 1.7rem;
}

.book .des {
  font-size: 0.55rem;
  color: #757575;
}

.book .des span {
  color: #dc8703;
  font-weight: bold;
}

.book .book-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.book .book-item .item-title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #dc8703;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}

.book .book-item .item-title .num {
  background: url("../images/book-icon.png") no-repeat center;
  background-size: 1.45rem 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.35rem;
  line-height: 1.5rem;
}

.book .book-item .img {
  height: 12rem;
}

.book .sbook-prev {
  left: 0;
}

.book .book-next {
  right: 0;
}

.book .book-prev,
.book .book-next {
  background: rgba(0, 0, 0, 0.4);
  width: 2rem;
  height: 2rem;
  color: #fff;
  border-radius: 50%;
}

.book .book-prev::after,
.book .book-next::after {
  font-size: 1rem;
}

.form2 {
  box-sizing: border-box;
  height: 13.875rem;
  background: url("../images/form2.jpg") center no-repeat;
  background-size: contain;
  padding: 0.7rem 0.55rem;
}

.form2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
  padding-left: 6.8rem;
  padding-top: 0.68rem;
}

.form2 .list .item {
  font-size: 0.5rem;
  color: #fff;
  width: 5.275rem;
  height: 0.925rem;
  line-height: 0.925rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
}

.form2 .list .item:nth-child(5),
.form2 .list .item:nth-child(6) {
  width: 8.85rem;
}

.form2 .bot {
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
}

.form2 .bot .ewm {
  width: 4.125rem;
  height: 4.725rem;
}

.form2 .form-box {
  padding: 0;
  width: 13.05rem;
  height: 4.725rem;
}

.form2 .form-item {
  position: relative;
  height: 1.4rem;
  margin-bottom: 0.225rem;
  font-size: 0.45rem;
}

.form2 .form-item.name::before {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../images/icon_name.png") left center no-repeat;
  background-size: contain;
  content: "";
}

.form2 .form-item.phone {
  width: 8.6rem;
}

.form2 .form-item.phone::before {
  position: absolute;
  top: 0.35rem;
  left: 0.3rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../images/icon_phone.png") left center no-repeat;
  background-size: contain;
  content: "";
}

.form2 .form-item input {
  padding-left: 1.1rem;
}

.form2 .item-box {
  position: relative;
}

.form2 .form-code {
  position: absolute;
  top: 1px;
  right: 0;
  margin-bottom: 0;
}

.form2 .form-code .kaptcha-code {
  width: 4.3rem;
  height: 1.4rem;
  padding-left: 1rem;
  font-size: 0.45rem;
  border: 0;
}

.form2 .form-code.code::before {
  position: absolute;
  top: 0.35rem;
  left: 0.25rem;
  width: 0.65rem;
  height: 0.65rem;
  background: url("../images/icon_yzm.png") left center no-repeat;
  background-size: contain;
  content: "";
}

.form2 .kaptcha-btn {
  position: absolute;
  top: 0.25rem;
  left: -3.7rem;
  width: 3.25rem;
  height: 0.9rem;
  color: #dc8703;
  font-weight: 400;
  font-size: 0.5rem;
  background: #dcdcdc;
  border-radius: 0.9rem;
}

.form2 .submit {
  height: 1.4rem;
  color: #fff;
  font-size: 0.65rem;
  background: #dc8703;
}

.teachers {
  margin-top: 1.7rem;
}

.teachers .swiper {
  height: 10.7rem;
}

.teachers .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.teachers .swiper .swiper-slide .picture {
  width: 5.8rem;
  height: 5.8rem;
  box-sizing: border-box;
  border: 3px solid #dc8703;
  border-radius: 50%;
  margin-right: 1.1rem;
}

.teachers .swiper .swiper-slide .info {
  width: 8.4rem;
}

.teachers .swiper .swiper-slide .name {
  font-size: 0.65rem;
  color: #000;
  line-height: 0.6rem;
  font-weight: bold;
}

.teachers .swiper .swiper-slide .des-list {
  padding: 0.5rem 0;
}

.teachers .swiper .swiper-slide .des-list .des {
  font-size: 0.5rem;
  color: #000;
  font-weight: lighter;
  line-height: 0.65rem;
  padding-left: 0.5rem;
  position: relative;
}

.teachers .swiper .swiper-slide .des-list .des::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #434343;
}

.teachers .swiper .swiper-slide .btn {
  width: 5.575rem;
  height: 1rem;
  box-sizing: border-box;
  font-size: 0.5rem;
  color: #a3a3a3;
  line-height: 1rem;
  border: 1px solid #dc8703;
  border-radius: 0.5rem;
  padding-left: 0.7rem;
  background: url("../images/icon_arrow2.png") no-repeat 4rem center;
  background-size: 0.825rem 0.55rem;
}

.teachers .swiper .teacher-arrow {
  width: 0.425rem;
  height: 0.55rem;
  background: url("../images/swiper-arrow.png") no-repeat center;
  background-size: contain;
  top: 4.5rem;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
}

.teachers .swiper .teacher-arrow.teacher-next {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}

.teachers .swiper .teacher-arrow::after {
  content: none;
}

.teachers .swiper .teacher-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0 0.55rem;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet {
  width: 2.1rem;
  height: 2.1rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1.5px solid transparent;
  box-sizing: border-box;
  margin: 0;
  opacity: 1;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet-active {
  border-color: #dc8703;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("../images/js-1.png") no-repeat center;
  background-size: contain;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("../images/js-2.png") no-repeat center;
  background-size: contain;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url("../images/js-3.png") no-repeat center;
  background-size: contain;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url("../images/js-4.png") no-repeat center;
  background-size: contain;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url("../images/js-5.png") no-repeat center;
  background-size: contain;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url("../images/js-6.png") no-repeat center;
  background-size: contain;
}

.teachers .swiper .teacher-pagination .swiper-pagination-bullet:nth-child(7) {
  background: url("../images/js-7.png") no-repeat center;
  background-size: contain;
}

.honor {
  margin-top: 1.7rem;
}

.honor .btn {
  width: 14.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  margin: 0.9rem auto 1.2rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  background: #dc8703;
  border-radius: 0.2rem;
}

.honor .btn.btn1 {
  background: #dc8703;
}

.honor .desc {
  width: 14.1rem;
  margin: 0.6rem auto 0;
}

.honor .desc .txt {
  font-size: 0.55rem;
  color: #000;
  font-weight: lighter;
  line-height: 0.8rem;
  padding-left: 0.5rem;
  position: relative;
}

.honor .desc .txt::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #434343;
}

.honor .swiper .swiper-slide {
  height: 10.775rem;
}

.honor .swiper.ielts-swiper .swiper-slide.slide1 {
  background: url("../images/slide1.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.ielts-swiper .swiper-slide.slide2 {
  background: url("../images/slide2.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.ielts-swiper .swiper-slide.slide3 {
  background: url("../images/slide3.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.ielts-swiper .swiper-slide.slide4 {
  background: url("../images/slide4.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.ielts-swiper .swiper-slide.slide5 {
  background: url("../images/slide5.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.ielts-swiper .swiper-slide.slide6 {
  background: url("../images/slide6.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.toefl-swiper .swiper-slide.slide1 {
  background: url("../images/slide7.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.toefl-swiper .swiper-slide.slide2 {
  background: url("../images/slide8.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.toefl-swiper .swiper-slide.slide3 {
  background: url("../images/slide9.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.toefl-swiper .swiper-slide.slide4 {
  background: url("../images/slide10.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.toefl-swiper .swiper-slide.slide5 {
  background: url("../images/slide11.png") center no-repeat;
  background-size: contain;
}

.honor .swiper.toefl-swiper .swiper-slide.slide6 {
  background: url("../images/slide12.png") center no-repeat;
  background-size: contain;
}

.honor .swiper .swiper-button {
  width: 0.425rem;
  height: 0.55rem;
  background: url("../images/swiper-arrow.png") no-repeat center;
  background-size: contain;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
}

.honor .swiper .swiper-button.ielts-next,
.honor .swiper .swiper-button.toefl-next {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}

.honor .swiper .swiper-button::after {
  content: none;
}

.news {
  margin-top: 1.7rem;
}

.news .box {
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
  padding-top: 1.2rem;
}

.news .box .item {
  height: 1.5rem;
  position: relative;
  transition: all 0.2s ease;
}

.news .box .item.active {
  height: 4.425rem;
}

.news .box .item.active .icon {
  background-image: url("../images/new-del.png");
}

.news .box .item.active .item1 {
  background: #f9bd60;
}

.news .box .item.active .item1 .name {
  line-height: 1.45rem;
  border-bottom: 1px solid rgba(67, 67, 67, 0.4);
  color: #fff;
}

.news .box .item.active .item1 .des {
  color: #fff;
}

.news .box .item.active .item1 .btn {
  color: #fff;
}

.news .box .item .icon {
  position: absolute;
  right: 0;
  top: 0.2rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/new-add.png") no-repeat center;
  background-size: contain;
}

.news .box .item .item1 {
  width: 17.425rem;
  height: 100%;
  background-color: #fef4e4;
  border-radius: 0.25rem;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 0.6rem;
  padding-right: 0.75rem;
}

.news .box .item .item1 .name {
  font-size: 0.55rem;
  color: #434343;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .box .item .item1 .des {
  font-size: 0.45rem;
  color: #979797;
  line-height: 0.65rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .box .item .item1 .btn {
  display: inline-block;
  width: 4.05rem;
  height: 0.75rem;
  box-sizing: border-box;
  font-size: 0.45rem;
  color: #979797;
  line-height: 0.65rem;
  border: 1px solid #dc8703;
  border-radius: 0.4rem;
  padding-left: 0.35rem;
  background: url("../images/icon_arrow2.png") no-repeat 3.1rem center;
  background-size: 0.55rem 0.35rem;
  margin-top: 0.3rem;
}

.bottom {
  margin-top: 1.7rem;
}

.campus {
  padding-top: 1.7rem;
}

.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(0, 140, 255, 0.21);
}

.campus .citys .item.active {
  color: #dc8703;
  border-color: #dc8703;
}

.campus .tabs .tab {
  background-color: #fef4e4;
  border-radius: 0.25rem;
}

.campus .tabs .tab.active {
  color: #fff;
  background-color: #dc8703;
}

.campus .content .name {
  color: #dc8703;
}

.form-footer .title {
  margin-bottom: 0.5rem;
  color: #dc8703;
}

.form-footer .title::before,
.form-footer .title::after {
  border: 0;
}

.form-footer .kaptcha-btn {
  width: 6.25rem;
}