.title {
  position: relative;
  margin-bottom: 1.1rem;
  color: #2e6df1;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.33rem;
  text-align: center;
}
.title::after {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 3.35rem;
  height: 0.3rem;
  background: url("../images/icon_tit1.png") center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}
.title.title1 {
  color: #fff;
}
.title.title1::after {
  background-image: url("../images/icon_tit2.png");
}

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

.renzheng {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  margin: 1.5rem 0.75rem 1.35rem;
  padding: 0 0.5rem;
  background: linear-gradient(-50deg, #3773f1, #43b3fb);
  border-radius: 3rem;
}
.renzheng .item {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.renzheng .line {
  height: 0;
  margin: 0.45rem 0;
  border-top: 1px dashed #fff;
}
.renzheng .icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4rem;
  color: #2e6df1;
  font-weight: bold;
  font-size: 0.75rem;
  background: #fefb01;
  border-radius: 50%;
}
.renzheng .txt {
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.85rem;
}

.ksjm .content {
  box-sizing: border-box;
  height: 26.3rem;
  padding: 0.75rem;
  background: #f5f8ff;
  border-radius: 0.4rem;
}
.ksjm .content .inner {
  padding-top: 0.6rem;
  border-left: 0.15rem solid #2e6df1;
}
.ksjm .content .tit {
  width: 3.6rem;
  height: 1rem;
  color: #fefb01;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1rem;
  text-align: center;
  text-indent: 0.25rem;
  background-color: #2e6df1;
}
.ksjm .content .txt {
  padding: 0.35rem 0 0.35rem 0.5rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.ksjm .content .con .txt {
  display: flex;
  align-items: flex-start;
}
.ksjm .content .con .stit {
  display: flex;
  flex: none;
  align-items: center;
  color: #2e6df1;
  font-weight: bold;
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.ksjm .content .con .stit::before {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.4rem;
  background-color: #2e6df1;
  content: "";
}
.ksjm .button {
  margin-top: 0.4rem;
}

.yycs {
  padding-top: 1.45rem;
}
.yycs .stitle {
  margin-top: -0.7rem;
  font-size: 0.6rem;
  text-align: center;
}
.yycs .box {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 0.55rem;
}
.yycs .item {
  display: flex;
  flex-direction: column;
  width: 5.4rem;
  height: 6.65rem;
}
.yycs .item .name {
  height: 3.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 3.3rem;
  text-align: center;
  background: center no-repeat;
  background-size: contain;
}
.yycs .item .desc {
  flex: 1;
  padding-top: 0.4rem;
  font-size: 0.55rem;
  line-height: 0.83rem;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(222, 222, 222, 0.76);
}
.yycs .item:nth-child(1) .name {
  background-image: url("../images/yycs_item1.jpg");
}
.yycs .item:nth-child(2) .name {
  background-image: url("../images/yycs_item2.jpg");
}
.yycs .item:nth-child(3) .name {
  background-image: url("../images/yycs_item3.jpg");
}
.yycs .btns {
  margin-top: 0.2rem;
}

.bkkc {
  box-sizing: border-box;
  height: 25.225rem;
  margin-top: 1.5rem;
  margin-bottom: 0.1rem;
  padding-top: 1.15rem;
  background: url("../images/bkkc_bg.jpg");
  background-size: 100%;
}
.bkkc .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bkkc .navbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.65rem;
}
.bkkc .navbar .item {
  width: 8.35rem;
  height: 1.5rem;
  color: #fefb01;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fefb01;
  border-radius: 0.2rem;
}
.bkkc .navbar .item.active {
  color: #2e6df1;
  background-color: #fefb01;
  border-color: #fefb01;
}
.bkkc .content {
  display: none;
  padding: 0 0.35rem;
}
.bkkc .content.show {
  display: block;
}
.bkkc .content .item {
  width: 7.9rem;
  height: 7.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.4rem;
}
.bkkc .content .ico {
  width: 1.85rem;
  height: 1.85rem;
  margin: 0.6rem auto 0.45rem;
  background: rgba(0, 95, 255, 0.1) center no-repeat;
  border-radius: 50%;
}
.bkkc .content .ico.ico1 {
  background-image: url("../images/icon_bkkc1.png");
  background-size: 1.05rem;
}
.bkkc .content .ico.ico2 {
  background-image: url("../images/icon_bkkc2.png");
  background-size: 1.05rem;
}
.bkkc .content .ico.ico3 {
  background-image: url("../images/icon_bkkc3.png");
  background-size: 0.975rem;
}
.bkkc .content .ico.ico4 {
  background-image: url("../images/icon_bkkc4.png");
  background-size: 0.925rem;
}
.bkkc .content .name {
  width: 3.9rem;
  margin: 0 auto;
  padding-bottom: 0.35rem;
  color: #2e6df1;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
  border-bottom: 0.05rem dashed #2e6df1;
}
.bkkc .content .desc {
  margin-top: 0.25rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}
.bkkc .btns {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  overflow: hidden;
}
.bkkc .btns .button {
  margin: 0;
}
.bkkc .btns .button1 {
  color: #ff4740;
  background: #fff;
}

.courses {
  padding-top: 1.3rem;
}
.courses .table {
  position: relative;
}
.courses .table .head {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 1.5rem;
  color: #fefb01;
  font-size: 0.65rem;
  background-color: #2e6df1;
}
.courses .table .row {
  display: flex;
  justify-content: space-between;
  height: 1.5rem;
  font-size: 0.55rem;
  background-color: #edf2ff;
  border-top: 1px solid #fff;
}
.courses .table .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  border-right: 1px solid #fff;
}
.courses .table .col1 {
  color: #fefb01;
  font-size: 0.6rem;
  background-color: #2e6df1;
}

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

.form-center {
  box-sizing: border-box;
  height: 12.25rem;
  margin-top: 1.55rem;
  padding-top: 1.5rem;
  background: url("../images/form_center_bg.jpg") center no-repeat;
  background-size: contain;
}
.form-center .form-box {
  padding: 0;
}
.form-center .form-box .form-item,
.form-center .form-box .form-code {
  margin-bottom: 0.75rem;
}
.form-center .form-box .form-code {
  background-color: #fff;
  border-radius: 0.125rem;
}
.form-center .kaptcha-btn {
  position: relative;
  width: 6.25rem;
  color: #2e6df1;
  background-color: transparent;
}
.form-center .kaptcha-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.75rem;
  background-color: #2e6df1;
  transform: translateY(-50%);
  content: "";
}

.teaching {
  box-sizing: border-box;
  height: 30rem;
  padding-top: 1.35rem;
  background: url("../images/teaching_bg.jpg") center no-repeat;
  background-size: 100%;
}
.teaching .container {
  box-sizing: border-box;
  height: 24.875rem;
  margin-top: 1.2rem;
  padding: 0.75rem 0.5rem;
  background: #fff;
  border-radius: 0.4rem;
}
.teaching .container .txt {
  padding: 0 0.25rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.teaching .container .book {
  width: 13.25rem;
  margin: 0.5rem auto 0.7rem;
}
.teaching .container .tit {
  width: 6.25rem;
  height: 1rem;
  margin-bottom: 0.45rem;
  margin-left: 0.25rem;
  color: #fefb01;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1rem;
  text-align: center;
  background: #2e6df1;
}
.teaching .container .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 6.825rem;
  margin-top: 0.5rem;
  padding: 0 0.75rem 0 0.5rem;
  background: #edf2ff;
  border-radius: 0.2rem;
}
.teaching .container .honor {
  margin-top: 1.2rem;
}
.teaching .container .honor span {
  padding-left: 0.5rem;
}
.teaching .container .cert-swiper {
  width: 6.775rem;
  height: 5.1rem;
  margin: 0;
  margin-top: 0.5rem;
}
.teaching .container .cert-pagination {
  right: 0.75rem;
  bottom: 2px;
  left: auto;
  width: 6.775rem;
}
.teaching .container .cert-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  background: #2e6df1;
  opacity: 0.5;
}
.teaching .container .cert-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.campus {
  padding-top: 1.4rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(46, 109, 241, 0.21);
}
.campus .citys .item.active {
  color: #2e6df1;
  border-color: #2e6df1;
}
.campus .tabs .tab {
  background-color: #edf2ff;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #2e6df1;
}
.campus .content .name {
  color: #2e6df1;
}

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