@charset "utf-8";
/* CSS Document */

.title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.95rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  text-align: center;
}
.title span {
  position: relative;
  color: #1325a5;
}
.title span::after {
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.45rem;
  background-color: #f6e002;
  content: "";
}

.button {
  width: 8.5rem;
  height: 1.65rem;
  margin: 1.4rem auto 0;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.65rem;
  text-align: center;
  background: #de2910;
  border-radius: 1.65rem;
}

.study {
  padding-top: 1.9rem;
}
.study .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.study .item {
  position: relative;
  box-sizing: border-box;
  width: 8.25rem;
  height: 4.625rem;
  margin-bottom: 0.45rem;
  overflow: hidden;
  color: #000;
  border-radius: 0.25rem;
}
.study .con {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.35rem;
  inset: 0;
}
.study .name {
  width: 3.5rem;
  height: 1.1rem;
  margin-bottom: 0.3rem;
  font-size: 0.7rem;
  line-height: 1.1rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 1.1rem;
}
.study .desc {
  font-size: 0.5rem;
  line-height: 0.7rem;
}

.courses {
  padding-top: 1.4rem;
}
.courses .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
}
.courses .navbar .item {
  height: 1.15rem;
  margin-right: 1.15rem;
  margin-bottom: 0.4rem;
  padding: 0 0.8rem;
  color: #000;
  font-size: 0.8rem;
  line-height: 1.15rem;
  letter-spacing: 0.075rem;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 1.15rem;
}
.courses .navbar .item:nth-child(4) {
  margin-right: 0;
}
.courses .navbar .item.active {
  color: #fff;
  background-color: #1325a5;
}
.courses .table {
  overflow: hidden;
  color: #000;
  font-size: 0.5rem;
  line-height: 0.7rem;
  background-color: #f6e002;
  border-radius: 0.25rem;
}
.courses .table .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #fff;
}
.courses .table .row:last-child {
  border-bottom: 0;
}
.courses .table .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 2.6rem;
  height: 5rem;
  padding: 0 0.5rem;
  font-size: 0.5rem;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
  border-right: 1px dashed #fff;
}
.courses .table .col:first-child {
  text-align: center;
}
.courses .table .col:last-child {
  flex: 1;
  padding-left: 1rem;
  color: #fff;
  background-color: #1325a5;
  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: #fff;
  border-radius: 50%;
  content: "";
}

.kctx {
  margin-top: 1.9rem;
}
.kctx .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}
.kctx .navbar .item {
  position: relative;
  padding: 0 0.2rem 0.15rem;
  color: #000;
  font-size: 0.6rem;
  line-height: 0.9rem;
  border-bottom: 0.1rem solid transparent;
}
.kctx .navbar .item::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.3rem solid transparent;
  border-bottom-width: 0;
  transform: translateX(-50%);
  content: "";
}
.kctx .navbar .item.active {
  color: #f6e002;
  border-color: currentcolor;
}
.kctx .navbar .item.active::after {
  border-top-color: #f6e002;
}
.kctx .table {
  overflow: hidden;
  color: #000;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
.kctx .table .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
.kctx .table .row:last-child {
  border-bottom: 0;
}
.kctx .table .row:nth-child(odd) .col:last-child {
  background: linear-gradient(90deg, rgba(246, 224, 2, 0.21) 33%, transparent);
}
.kctx .table .col {
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  width: 2.25rem;
  height: 2.3rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.kctx .table .col:first-child {
  letter-spacing: 0.05rem;
  background: #f6e002;
}
.kctx .table .col:last-child {
  flex: 1;
  font-size: 0.5rem;
  line-height: 0.7rem;
  background-color: #fff;
  border-right: 0;
}

.glzd {
  box-sizing: border-box;
  height: 30.1rem;
  margin-top: 1.9rem;
  padding-top: 2.1rem;
  background: url("../images/glzd.jpg") no-repeat;
  background-size: 100% 100%;
}
.glzd .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
}
.glzd .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47.5%;
  margin-bottom: 1.6rem;
  color: #000;
  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:nth-child(1) .name, .glzd .box .item:nth-child(4) .name {
  color: #fff;
}
.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;
}

.form-box .submit {
  color: #000;
  font-weight: 400;
  background: #f6e002;
}
.form-box .kaptcha-btn {
  width: 5rem;
  color: #fff;
  font-weight: 400;
  background: #1325a5;
}

.form-center {
  margin-top: 1.9rem;
}
.form-center .form-box {
  position: relative;
  height: 9.65rem;
  margin-top: 1.35rem;
  padding: 0.85rem 1rem 0;
  background: url("../images/form_bg.jpg") no-repeat;
  background-size: contain;
}
.form-center .form-item {
  box-sizing: border-box;
  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 .form-city {
  position: relative;
}
.form-center .form-city::after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  z-index: 99;
  height: 100%;
  background: url("../images/form_arrow.png") right center no-repeat;
  background-size: 0.45rem;
  content: "";
}
.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.55rem;
  font-size: 0.5rem;
  border-radius: 0.1rem;
}
.form-center .kaptcha-btn {
  position: absolute;
  top: 0.25rem;
  left: -4.1rem;
  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;
  font-size: 0.7rem;
  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: #f6e002;
}
.form-center .site-pop {
  position: absolute;
  top: 4.3rem;
  right: 1.05rem;
  left: 1.05rem;
  z-index: 999;
  display: none;
  padding: 0 0.6rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem rgba(19, 37, 165, 0.21);
}
.form-center .site-pop.active {
  display: block;
}
.form-center .site-pop .list {
  padding: 0.3rem 0;
}
.form-center .site-pop .list .item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.6rem;
  line-height: 1.2rem;
}

.country-map {
  margin-top: 0.7rem;
}

.zixun {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.zixun .item {
  box-sizing: border-box;
  width: 5.1rem;
  height: 17.3rem;
  overflow: hidden;
  background: #f7f8fc;
  border-radius: 0.75rem 0 0;
}
.zixun .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  background-color: #1325a5;
}
.zixun .con {
  display: flex;
  flex-direction: column;
  height: 12.8rem;
}
.zixun .con-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.8rem;
  border-bottom: 1px dashed #d9d9d9;
}
.zixun .con-item:last-child {
  border-bottom: 0;
}
.zixun .con-item .stit {
  color: #1325a5;
  font-size: 0.6rem;
}
.zixun .con-item .desc {
  color: #8d8d8d;
  font-size: 0.5rem;
  text-align: center;
}
.zixun .button {
  width: 4.05rem;
  height: 1.05rem;
  margin-top: 0.5rem;
  color: #000;
  font-size: 0.6rem;
  line-height: 1.05rem;
  text-align: center;
  background-color: #f6e002;
  border-radius: 1.05rem;
}

.campus {
  padding-top: 2.2rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(19, 37, 165, 0.21);
}
.campus .citys .item.active {
  color: #1325a5;
  border-color: #1325a5;
}
.campus .tabs .tab {
  background-color: #e8ebff;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #1325a5;
}
.campus .content .name {
  color: #1325a5;
}

.form-footer .title {
  margin-bottom: 0.5rem;
  color: #1325a5;
}
.form-footer .title::after {
  width: 0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}