﻿.title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.7rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  text-align: center;
}
.title::after {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../image/icon_title.png") no-repeat;
  background-size: contain;
  content: "";
}
.title span {
  color: #f39700;
}

.button {
  width: 7.5rem;
  height: 1.75rem;
  margin: 0.65rem auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background: #004ea2;
  border-radius: 1.75rem;
}

.brief {
  padding-top: 1.1rem;
}
.brief .stit {
  margin-top: -0.5rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.brief .con {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.brief .con .img {
  flex: none;
  width: 5.275rem;
  height: 5.075rem;
  margin-right: 0.75rem;
  background: url("../image/brief.png") no-repeat;
  background-size: contain;
}
.brief .con .name {
  color: #f39700;
  font-weight: 500;
  font-size: 0.65rem;
}
.brief .con .desc {
  font-size: 0.55rem;
  line-height: 0.8rem;
}

.kcys {
  padding-top: 1.15rem;
}
.kcys .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -0.2rem;
}
.kcys .item {
  box-sizing: border-box;
  width: 5.4rem;
  height: 5.5rem;
  margin: 0 0.25rem 0.5rem;
  overflow: hidden;
  background: #fff6ea;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.1rem 0 #f5f8ff;
}
.kcys .icon {
  width: 1.3rem;
  height: 1.15rem;
  margin: 0.45rem auto 0.3rem;
}
.kcys .icon.icon1 {
  background: url("../image/icon_course1.png") center no-repeat;
  background-size: 1.15rem;
}
.kcys .icon.icon2 {
  background: url("../image/icon_course2.png") center no-repeat;
  background-size: 1rem;
}
.kcys .icon.icon3 {
  background: url("../image/icon_course3.png") center no-repeat;
  background-size: 0.9rem;
}
.kcys .icon.icon4 {
  background: url("../image/icon_course4.png") center no-repeat;
  background-size: 1rem;
}
.kcys .icon.icon5 {
  background: url("../image/icon_course5.png") center no-repeat;
  background-size: 1.025rem;
}
.kcys .icon.icon6 {
  background: url("../image/icon_course6.png") center no-repeat;
  background-size: 1rem;
}
.kcys .name {
  color: #f39700;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.kcys .subtit {
  font-size: 0.5rem;
  text-align: center;
}
.kcys .button {
  width: 4rem;
  height: 1rem;
  margin: 0.45rem auto;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background-color: #004ea2;
  border-radius: 1rem;
}

.xzjs {
  padding-top: 0.75rem;
  padding-bottom: 1.4rem;
}
.xzjs .item {
  margin-bottom: 0.5rem;
}
.xzjs .item .name {
  width: 8.75rem;
  height: 1.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #f39700;
  border-radius: 0.5rem 0.5rem 0 0;
}
.xzjs .item .desc {
  padding: 0.3rem 0.75rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  background: #fff6ea;
}

.courses {
  box-sizing: border-box;
  height: 19.75rem;
  padding-top: 1.1rem;
  padding-bottom: 1.65rem;
  background: url("../image/course_bg.jpg") no-repeat;
  background-size: contain;
}
.courses .stit {
  margin-top: -0.4rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.courses .navbar {
  position: relative;
  display: flex;
  margin-top: 0.45rem;
  margin-bottom: 0.85rem;
}
.courses .navbar .item {
  position: relative;
  width: 3.9rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #f39700;
  border-radius: 0.175rem;
}
.courses .navbar .item:last-child {
  margin-right: 0;
}
.courses .navbar .item::after {
  position: absolute;
  bottom: -0.45rem;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-bottom-width: 0;
  transform: translateX(-50%);
  content: "";
}
.courses .navbar .item.active {
  color: #fff;
  background-color: #004ea2;
}
.courses .navbar .item.active::after {
  border-top-color: #004ea2;
}
.courses .course-container {
  display: none;
}
.courses .course-container.show {
  display: block;
}
.courses .course-box {
  display: flex;
  justify-content: space-between;
}
.courses .sub-navbar {
  display: flex;
  flex: none;
  flex-direction: column;
  width: 3.75rem;
  background: #fff;
}
.courses .sub-navbar .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5rem;
  font-size: 0.65rem;
}
.courses .sub-navbar .item.active {
  background-color: #eff7ff;
}
.courses .course-content {
  box-sizing: border-box;
  width: 13rem;
  height: 10rem;
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.courses .course-content-list {
  display: none;
  font-size: 0.45rem;
  line-height: 0.66rem;
}
.courses .course-content-list.show {
  display: block;
}
.courses .course-content h6 {
  width: -moz-fit-content;
  width: fit-content;
  height: 0.75rem;
  margin: 0.1rem 0;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.75rem;
  background-color: #f39700;
  border-radius: 0.75rem;
}
.courses .course-content p {
  font-size: 0.55rem;
  line-height: 0.7rem;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #fff;
  background: #004ea2;
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.form-center {
  padding-top: 1.1rem;
}
.form-center .img {
  height: 6rem;
  margin-top: -0.5rem;
  margin-bottom: 0.7rem;
  background: url("../image/form_center_img.jpg") no-repeat;
  background-size: contain;
}
.form-center .form-box {
  padding: 0.75rem 0.875rem;
  background-color: #f39700;
  border-radius: 0.25rem;
}
.form-center .kaptcha-code {
  width: 10.25rem;
}
.form-center .kaptcha-btn {
  width: 4.75rem;
}
.form-center .form-privacy {
  margin-top: 0.3rem;
  margin-bottom: 0;
  color: #fff;
}
.form-center .form-privacy a {
  color: #fff;
}

.tsfw {
  padding-top: 1.05rem;
}
.tsfw .gl {
  width: 17.45rem;
  height: 12rem;
  margin: -0.25rem auto 0.3rem;
  background: url("../image/tsfw.jpg") no-repeat;
  background-size: contain;
}
.tsfw .item {
  display: flex;
  align-items: center;
  height: 4rem;
  margin-bottom: 0.5rem;
  background: #fff6ea;
  border-radius: 0 0.4rem 0.4rem 0;
}
.tsfw .item::before {
  width: 0.25rem;
  height: 4rem;
  background: #f39700;
  box-shadow: 0 0.075rem 0.225rem 0 rgba(149, 174, 186, 0.28);
  content: "";
}
.tsfw .item .icon {
  position: relative;
  flex: none;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 0.5rem;
  background: #f39700 center no-repeat;
  border-radius: 50%;
}
.tsfw .item .icon1 {
  background-image: url("../image/icon_tsfw1.png");
  background-size: 0.8rem;
}
.tsfw .item .icon2 {
  background-image: url("../image/icon_tsfw2.png");
  background-size: 0.6rem;
}
.tsfw .item .icon3 {
  background-image: url("../image/icon_tsfw3.png");
  background-size: 0.6rem;
}
.tsfw .item .icon4 {
  background-image: url("../image/icon_tsfw4.png");
  background-size: 0.575rem;
}
.tsfw .item .name {
  color: #f39700;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
}
.tsfw .item .desc {
  font-size: 0.55rem;
  line-height: 0.85rem;
}

.teachers {
  padding-top: 0.65rem;
}
.teachers .box {
  display: flex;
  justify-content: space-between;
  margin-top: -0.25rem;
  margin-bottom: 0.6rem;
}
.teachers .box .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teachers .box .intro .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 3.225rem;
  font-weight: bold;
  font-size: 0.7rem;
  background: url("../image/icon_teacher.png") center no-repeat;
  background-size: contain;
}
.teachers .box .intro .name {
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
}
.teachers .box .intro .desc {
  font-size: 0.5rem;
  line-height: 0.75rem;
  text-align: center;
}

.xxhj {
  padding-top: 1rem;
}
.xxhj .navbar {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: -0.15rem;
  margin-bottom: 0.6rem;
}
.xxhj .navbar .item {
  position: relative;
  width: 4.3rem;
  height: 1.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #f39700;
  border-radius: 0.4rem 0.4rem 0 0;
  transform: all 0.24s linear;
}
.xxhj .navbar .item:last-child {
  margin-right: 0;
}
.xxhj .navbar .item.active {
  height: 1.5rem;
  color: #fff;
  line-height: 1.5rem;
  background-color: #004ea2;
}
.xxhj-container .img {
  display: none;
}
.xxhj-container .show {
  display: block;
}

.campus {
  padding-top: 1.1rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(0, 78, 162, 0.21);
}
.campus .citys .item.active {
  color: #004ea2;
  border-color: #004ea2;
}
.campus .tabs .tab {
  background-color: #fff6ea;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #004ea2;
}
.campus .content .name {
  color: #f39700;
}

.form-footer .title {
  color: #f39700;
}
.form-footer .title::after {
  width: 0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}