.title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  color: #1c4e99;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
}
.title.icon::before {
  width: 4.3rem;
  height: 0.475rem;
  margin-right: 0.25rem;
  background: url("../images/title_left.png") top right no-repeat;
  background-size: contain;
  content: "";
}
.title.icon::after {
  width: 4.3rem;
  height: 0.45rem;
  margin-left: 0.25rem;
  background: url("../images/title_right.png") top left no-repeat;
  background-size: contain;
  content: "";
}

.stitle {
  font-size: 0.55rem;
  line-height: 0.85rem;
  letter-spacing: 0.5px;
  text-align: center;
}
.stitle span {
  color: #ff5400;
}

.button {
  width: 7.8rem;
  height: 1.45rem;
  margin: 1.3rem auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.45rem;
  text-align: center;
  background: #ff5400;
  border-radius: 1.45rem;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #de253c;
  background: #feca77;
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.form-center {
  box-sizing: border-box;
  width: 18rem;
  height: 5.95rem;
  margin: 0.45rem auto;
  background: url("../images/form_center_bg.jpg") center no-repeat;
  background-size: 100% 100%;
}
.form-center .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.45rem 0.4rem;
}
.form-center .form-item {
  width: 8.35rem;
  border-radius: 0.45rem;
}
.form-center .form-item input {
  border-radius: 0.45rem;
}
.form-center .form-code {
  position: relative;
}
.form-center .form-code .kaptcha-code {
  width: 8.3rem;
  height: 1.75rem;
  border-radius: 0.45rem;
}
.form-center .kaptcha-btn {
  position: absolute;
  top: 0.25rem;
  right: 0.3rem;
  width: 3.5rem;
  height: 1.2rem;
  color: #333;
  font-weight: 400;
  font-size: 0.55rem;
  background: linear-gradient(#ffd800, #ffb400);
  border-radius: 0.3rem;
}
.form-center .submit {
  width: 8.35rem;
  color: #333;
  font-weight: 400;
  background: linear-gradient(#ffd800, #ffb400);
  border-radius: 0.45rem;
}
.form-center .tips {
  margin: -0.15rem auto;
}

.intro {
  margin-top: 1rem;
  padding: 0 0.375rem;
}
.intro .con {
  margin-bottom: 0.6rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  letter-spacing: 0.5px;
  text-align: center;
}
.intro .con span {
  color: #f33643;
  font-weight: bold;
}

.course {
  box-sizing: border-box;
  height: 15.9rem;
  padding: 0.9rem 0.375rem 0;
  background: url("../images/course_bg.jpg") no-repeat;
  background-size: contain;
}
.course .list {
  margin-top: 1.2rem;
}
.course .list .item {
  position: relative;
  box-sizing: border-box;
  padding-top: 0.9rem;
  background-color: #1c4e99;
  border-left: 0.05rem solid #1c4e99;
  border-radius: 0.5rem;
}
.course .list .name {
  position: absolute;
  top: -0.425rem;
  left: 50%;
  width: 11.05rem;
  height: 1.3rem;
  color: #1e6dd9;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.3rem;
  text-align: center;
  background: url("../images/course_tit.png") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.course .list .list1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course .list .list1 .item1 {
  box-sizing: border-box;
  height: 1.4rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.55rem;
  line-height: 1.4rem;
  text-align: center;
  border-right: 0.05rem solid #1c4e99;
  border-bottom: 0.05rem solid #1c4e99;
}
.course .list .list1 .item1.w1 {
  width: 4.75rem;
}
.course .list .list1 .item1.w2 {
  width: 6rem;
}
.course .list .list1 .item1.w3 {
  width: 3.5rem;
}
.course .list .list1 .item1.w4 {
  flex: 1;
}
.course .list .list1 .item1:nth-child(n+5) {
  height: 1.6rem;
  color: #333;
  line-height: 1.6rem;
  background-color: #fff;
}
.course .list .list1 .item1:nth-child(17) {
  border-radius: 0 0 0 0.5rem;
}
.course .list .list1 .item1:last-child {
  border-radius: 0 0 0.5rem;
}

.hxld {
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
}
.hxld .box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding: 0 0.375rem;
}
.hxld .box .item {
  box-sizing: border-box;
  width: 5.625rem;
  height: 10.45rem;
  background: url("../images/hxld1.jpg") center no-repeat;
  background-size: contain;
}
.hxld .box .item:nth-child(2) {
  background-image: url("../images/hxld2.jpg");
}
.hxld .box .item:last-child {
  background-image: url("../images/hxld3.jpg");
}
.hxld .box .item .name {
  margin-top: 4.8rem;
  color: #1c4e99;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
}
.hxld .box .item .desc {
  padding: 0.3rem;
  color: #666;
  font-size: 0.7rem;
  line-height: 1rem;
}

.xueyuan {
  box-sizing: border-box;
  height: 24.9rem;
  padding-top: 1rem;
  background: url("../images/xueyuan_bg.jpg") no-repeat;
  background-size: contain;
}
.xueyuan .title {
  margin-bottom: 0.4rem;
}
.xueyuan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75rem;
}
.xueyuan .box .item {
  width: 5.225rem;
  margin: 0 0.3rem 0.8rem;
  color: #1c4e99;
  font-weight: bold;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}
.xueyuan .box .item p {
  margin-top: 0.35rem;
}
.xueyuan .button {
  margin-top: 0;
}

.service {
  padding-top: 1.4rem;
}
.service .title {
  margin-bottom: 0.35rem;
}
.service .img {
  width: 15.1rem;
  margin: 0.2rem auto;
}
.service .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.9rem;
}
.service .box .item {
  position: relative;
  box-sizing: border-box;
  width: 8.45rem;
  height: 8.625rem;
  margin-bottom: 2.625rem;
  padding-top: 1.3rem;
  background: #fff;
  border: 1px solid #e3e1e1;
  border-radius: 0.4rem;
  box-shadow: 0 0.125rem 0.175rem 0 rgba(89, 89, 89, 0.1);
}
.service .box .icon {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: center no-repeat;
  transform: translateX(-50%);
}
.service .box .name {
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.125rem;
  text-align: center;
}
.service .box .desc {
  padding: 0 0.5rem;
  color: #666;
  font-size: 0.55rem;
  line-height: 0.9rem;
  text-align: center;
}
.service .item {
  position: relative;
  box-sizing: border-box;
  width: 18rem;
  height: 9.85rem;
  margin: 1.5rem auto;
  padding-top: 1.8rem;
  line-height: 0.85rem;
  letter-spacing: 1px;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #1c4e99;
  border-radius: 1.075rem;
}
.service .item .tit {
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 9.5rem;
  height: 1.875rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.875rem;
  text-align: center;
  background: #1c4e99;
  border-radius: 0.55rem;
  transform: translateX(-50%);
}
.service .item .name {
  margin-top: 0.75rem;
  margin-bottom: 0.65rem;
  color: #1c4e99;
  font-weight: bold;
  font-size: 0.8rem;
}
.service .item .desc {
  font-size: 0.65rem;
}
.service .btn {
  position: absolute;
  bottom: -0.95rem;
  left: 50%;
  width: 9.5rem;
  height: 1.8rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.8rem;
  text-align: center;
  background-color: #ff5400;
  border-radius: 1.8rem;
  transform: translateX(-50%);
}

.campus {
  padding-top: 1.5rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(28, 78, 153, 0.21);
}
.campus .citys .item.active {
  color: #1c4e99;
  border-color: #1c4e99;
}
.campus .tabs .tab {
  background-color: #e2effe;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #1c4e99;
}
.campus .content .name {
  color: #1c4e99;
}

.form-footer .title {
  margin-bottom: 0.6rem;
  color: #1c4e99;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}