.title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.45rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  text-align: center;
}
.title::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../images/icon_title.png") no-repeat;
  background-size: contain;
  transform: translate(-50%, -62%);
  content: "";
}
.title span {
  color: #de2910;
}

.leyuclickysts {
  width: 9.45rem;
  height: 1.55rem;
  margin: 1.5rem auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.55rem;
  text-align: center;
  background: #de2910;
  border-radius: 1.55rem;
}

.read {
  padding-top: 2.9rem;
}
.read .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -0.2rem;
}
.read .item {
  box-sizing: border-box;
  width: 8.4rem;
}
.read .top {
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 0.05rem 0.2rem 0 rgba(12, 12, 13, 0.05);
}
.read .name {
  display: flex;
  align-items: center;
  height: 1.6rem;
  padding-left: 0.5rem;
  color: #000;
  font-weight: 500;
  font-size: 0.6rem;
  background: #ebeef4;
}
.read .name span {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
  background: #de2910;
  border-radius: 50%;
  outline: 0.15rem solid rgba(222, 41, 16, 0.2);
}
.read .desc {
  padding: 0.6rem 0.4rem;
  color: #4f4f4f;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: justify;
}

.intro {
  padding-top: 2.6rem;
  padding-bottom: 1.4rem;
}
.intro .stit {
  margin-top: -1rem;
  color: #000;
  font-size: 0.5rem;
  line-height: 1rem;
  text-align: center;
}
.intro-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.intro-l, .intro-r {
  width: 8.4rem;
  height: 13.65rem;
}
.intro-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0.6rem;
  color: #fff;
  letter-spacing: 1px;
}
.intro .item .name {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3rem;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.intro .item .name span {
  position: relative;
  z-index: 10;
}
.intro .item .name::after {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #de2910;
  content: "";
}
.intro .item .desc {
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: justify;
}
.intro .item1 {
  height: 13.65rem;
  background: url("../images/intro1.jpg") no-repeat;
  background-size: contain;
}
.intro .item2 {
  height: 6.4rem;
  padding-bottom: 0.25rem;
  background: url("../images/intro2.jpg") no-repeat;
  background-size: contain;
}
.intro .item3 {
  height: 6.9rem;
  background: url("../images/intro3.jpg") no-repeat;
  background-size: contain;
}
.intro .item3 .name::after {
  width: 3.2rem;
}

.courses {
  padding-top: 1.65rem;
}
.courses .stit {
  margin-top: -0.7rem;
  color: #000;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: center;
}
.courses .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
  margin-bottom: 0.8rem;
}
.courses .navbar .item {
  position: relative;
  width: 5.6rem;
  height: 1.25rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #0f346b;
}
.courses .navbar .item:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.courses .navbar .item:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.courses .navbar .item::after {
  position: absolute;
  bottom: -0.45rem;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-bottom-width: 0;
  transform: translateX(-50%);
  content: "";
}
.courses .navbar .item.active {
  color: #fff;
  background-color: #de2910;
}
.courses .navbar .item.active::after {
  border-top-color: #de2910;
  border-top-width: 0.8rem;
}
.courses .course-container {
  display: none;
}
.courses .course-container.show {
  display: block;
}
.courses .table {
  color: #000;
  font-size: 0.5rem;
  line-height: 0.7rem;
}
.courses .table .head {
  display: flex;
  justify-content: space-between;
  height: 1.25rem;
  color: #fff;
  line-height: 1.25rem;
  text-align: center;
  background-color: #de2910;
}
.courses .table .head .col {
  padding-left: 0;
  font-size: 0.6rem;
}
.courses .table .row {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  background-color: #f7f8fc;
  border-top: 1px solid #fff;
}
.courses .table .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 6.2rem;
  padding: 0 1rem;
  font-size: 0.5rem;
  border-right: 1px solid #fff;
}
.courses .table .col:last-child {
  flex: 1;
  border-right: 0;
}
.courses .table .col .point {
  display: flex;
}
.courses .table .col .point::before {
  flex: none;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 0.22rem;
  margin-right: 0.2rem;
  background-color: #000;
  border-radius: 50%;
  content: "";
}
.courses .table .col .red {
  color: #de2910;
}
.courses .table .col .center {
  text-align: center;
}

.timeline {
  padding-top: 3.3rem;
}
.timeline .stit {
  margin-top: -1.2rem;
  color: #de2910;
  font-size: 0.5rem;
  line-height: 0.8rem;
  text-align: center;
}
.timeline .img {
  width: 18.1rem;
  margin: 0.6rem auto;
}

.form-box .submit {
  color: #000;
  font-weight: 400;
  background: #ffa812;
}
.form-box .kaptcha-btn {
  width: 5rem;
  color: #fff;
  font-weight: 400;
  background: #de2910;
}

.form-center {
  box-sizing: border-box;
  height: 9.65rem;
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  overflow: hidden;
  background: url("../images/form_bg.jpg") no-repeat;
  background-size: contain;
}
.form-center .title {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
}
.form-center .form-box {
  padding: 0 1.8rem;
}
.form-center .form-item {
  height: 1.55rem;
  margin-bottom: 0.3rem;
  font-size: 0.5rem;
  border-radius: 0.1rem;
}
.form-center .form-item input {
  border-radius: 0.1rem;
}
.form-center .form-item.phone {
  width: 9.7rem;
}
.form-center .item-box {
  position: relative;
}
.form-center .form-code {
  position: absolute;
  top: 1px;
  right: 0;
}
.form-center .form-code .kaptcha-code {
  width: 5.2rem;
  height: 1.45rem;
  font-size: 0.5rem;
  border-radius: 0.1rem;
}
.form-center .kaptcha-btn {
  position: absolute;
  top: 0.25rem;
  left: -4rem;
  width: 3.5rem;
  height: 0.9rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.5rem;
  background: #aaa;
  border-radius: 0.9rem;
}
.form-center .submit {
  height: 1.55rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.7rem;
  background: #ffa812;
  border-radius: 0.1rem;
}
.form-center .form-privacy {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.5rem;
}
.form-center .form-privacy a {
  color: #ffa812;
}

.kctx {
  margin-top: 3.1rem;
}
.kctx .stit {
  margin-top: -0.8rem;
  color: #000;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: center;
}
.kctx-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.kctx-l {
  width: 8.05rem;
  height: 17.3rem;
  padding-left: 0.25rem;
}
.kctx-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 8.4rem;
  height: 17.3rem;
}
.kctx .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0.7rem 0.45rem;
  color: #000;
}
.kctx .item .name {
  width: 3.7rem;
  height: 1.5rem;
  margin-bottom: 0.7rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #0f346b;
  border-radius: 1.5rem;
}
.kctx .item h6 {
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.kctx .item .mt {
  margin-top: 0.6rem;
}
.kctx .item .desc {
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: justify;
}
.kctx .item1 {
  height: 17.3rem;
  padding: 0.8rem 0.6rem;
  background: url("../images/kctx1.jpg") no-repeat;
  background-size: contain;
}
.kctx .item2 {
  height: 7.7rem;
  padding-bottom: 0.5rem;
  background: url("../images/kctx2.jpg") no-repeat;
  background-size: contain;
}
.kctx .item2 .name {
  background-color: #de2910;
}
.kctx .item3 {
  height: 9.2rem;
  background: url("../images/kctx3.jpg") no-repeat;
  background-size: contain;
}
.kctx .item3 .name {
  background-color: #de2910;
}

.glzd {
  box-sizing: border-box;
  height: 30.1rem;
  margin-top: 1.5rem;
  padding-top: 3.3rem;
  background: url("../images/glzd.jpg") no-repeat;
  background-size: 100% 100%;
}
.glzd .title span {
  color: #fff;
}
.glzd .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.95rem;
}
.glzd .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47.5%;
  margin-bottom: 1.6rem;
  color: #fff;
  text-align: center;
}
.glzd .box .item:nth-child(1), .glzd .box .item:nth-child(3) {
  margin-left: -0.2rem;
}
.glzd .box .item:nth-child(3) .name, .glzd .box .item:nth-child(4) .name {
  margin-bottom: 1.4rem;
}
.glzd .box .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  margin-bottom: 0.9rem;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.95rem;
}
.glzd .box .item .desc {
  font-size: 0.5rem;
  line-height: 0.8rem;
}

.ysts {
  margin-top: 3.05rem;
  padding: 0 1.1rem;
}
.ysts .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.1rem;
}
.ysts .item {
  box-sizing: border-box;
  width: 7.8rem;
  height: 11.75rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
  background: #f7f8fc;
  border-radius: 0.25rem;
}
.ysts .icon {
  width: 2.85rem;
  height: 2.85rem;
  margin: 1.1rem auto 0.5rem;
}
.ysts .icon.icon1 {
  background: url("../images/icon_adv1.png") center no-repeat;
  background-size: contain;
}
.ysts .icon.icon2 {
  background: url("../images/icon_adv2.png") center no-repeat;
  background-size: contain;
}
.ysts .icon.icon3 {
  background: url("../images/icon_adv3.png") center no-repeat;
  background-size: contain;
}
.ysts .icon.icon4 {
  background: url("../images/icon_adv4.png") center no-repeat;
  background-size: contain;
}
.ysts .name {
  color: #434343;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: center;
}
.ysts .subtit {
  margin: 0.5rem 0;
  color: #434343;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: center;
}
.ysts .leyuclickysts {
  width: 6.5rem;
  height: 1.4rem;
  margin: 1rem auto;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4rem;
  text-align: center;
  background-color: #ffa812;
  border-radius: 1.4rem;
}

.rkcd {
  margin-top: 0.65rem;
  padding-top: 3.1rem;
  padding-bottom: 1.7rem;
  background-color: #f7f8fc;
}
.rkcd .stit {
  margin-top: -1.1rem;
  color: #000;
  font-size: 0.5rem;
  line-height: 1rem;
  text-align: center;
}
.rkcd .box {
  position: relative;
  margin-top: 0.9rem;
}
.rkcd .swiper-bg {
  box-sizing: border-box;
  width: 13.35rem;
  height: 8.1rem;
  margin: auto;
  padding-top: 0.85rem;
  background: url("../images/rkcd_bg.png") center no-repeat;
  background-size: contain;
}
.rkcd-swiper {
  position: absolute;
  top: 0.85rem;
  right: 0;
  left: 0;
}
.rkcd-swiper .swiper-slide {
  width: 9.7rem;
}
.rkcd .swiper-button-next,
.rkcd .swiper-button-prev {
  top: 62%;
  width: 1rem;
  height: 1rem;
  background: url("../images/rkcd_prev.png") no-repeat;
  background-size: contain;
}
.rkcd .swiper-button-next::after,
.rkcd .swiper-button-prev::after {
  content: "";
}
.rkcd .swiper-button-prev {
  left: 2.3rem;
}
.rkcd .swiper-button-next {
  right: 2.3rem;
  background-image: url("../images/rkcd_next.png");
}

.campus {
  padding-top: 3.2rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(222, 41, 16, 0.21);
}
.campus .citys .item.active {
  color: #de2910;
  border-color: #de2910;
}
.campus .tabs .tab {
  background-color: #fff1ef;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #de2910;
}
.campus .content .name {
  color: #de2910;
}

.form-footer .title {
  margin-bottom: 0.5rem;
  color: #de2910;
}
.form-footer .title::after {
  width: 0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}