body {
  background: #171717;
}

.nc-header .logo {
  height: 2rem;
  margin-left: -0.8rem;
}
.nc-header .logo-r {
  width: 0;
}
.nc-header .logo-l {
  width: 12rem;
  background-image: url("../images/header_logo.png");
}

.pd20 {
  padding: 0 0.6rem;
}

.title .cn {
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.1rem;
}
.title .en {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.1rem;
  color: #00f0dc;
  font-size: 1.5rem;
  line-height: 1.7rem;
  letter-spacing: 0.075rem;
  border-bottom: 0.05rem solid #00f0dc;
}

.button {
  width: 8.05rem;
  height: 1.25rem;
  margin: auto;
  color: #000;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 1.25rem;
  background: url("../images/btn_bg.png") no-repeat;
  background-size: contain;
  border-radius: 1.25rem;
}
.button span {
  display: inline-block;
  width: 6.5rem;
  text-align: center;
}

.banner {
  height: 9.25rem;
}

.atr-music {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4rem;
}
.atr-music .link {
  width: 8.5rem;
  height: 5.75rem;
  background: url("../images/af.jpg") no-repeat;
  background-size: contain;
  border-radius: 0.45rem;
}
.atr-music .link:last-child {
  background-image: url("../images/music.jpg");
}

.choose {
  margin-top: 2.1rem;
  overflow: hidden;
}
.choose .content {
  display: flex;
  justify-content: flex-end;
}
.choose .content .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 11.5rem;
  margin-top: 0.4rem;
  color: #fff;
  font-weight: 300;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.choose .content .inner .arrow {
  width: 1.425rem;
  height: 1.425rem;
  margin-bottom: 1.6rem;
  margin-left: -0.8rem;
  background: url("../images/choose_arrow.png") no-repeat;
  background-size: contain;
}
.choose .video {
  float: right;
  width: 15.7rem;
  height: 8.8rem;
  margin-top: 1.4rem;
}

.kcfw {
  margin-top: 1.85rem;
}
.kcfw .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.kcfw .item {
  box-sizing: border-box;
  width: 7.825rem;
  height: 15.525rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.kcfw .top {
  height: 10.8rem;
  overflow: hidden;
}
.kcfw .top img {
  margin-top: -1px;
}
.kcfw .con {
  width: 6rem;
  margin: 0.5rem auto;
}
.kcfw .name {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
  color: #00f0dc;
  font-size: 0.7rem;
  border-bottom: 0.05rem solid #00f0dc;
}
.kcfw .name::after {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../images/kcfw_arrow.png") no-repeat;
  background-size: contain;
  content: "";
}
.kcfw .desc {
  color: #000;
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: justify;
}

.major {
  margin-top: 1.3rem;
  margin-bottom: 0.8rem;
}
.major .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1.45rem;
}
.major .navbar .item {
  padding-bottom: 0.15rem;
  color: #fff;
  font-size: 0.65rem;
  line-height: 1rem;
  border-bottom: 0.05rem solid currentcolor;
}
.major .navbar .item.active {
  color: #00f0dc;
}
.major-swiper {
  margin: 0 0.4rem;
}
.major-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.major-swiper .item {
  width: 7.55rem;
  margin-bottom: 1.5rem;
}
.major-swiper .item .img {
  height: 6.6rem;
  margin-bottom: 0.1rem;
}
.major-swiper .item .txt {
  padding-bottom: 0.2rem;
  color: #fff;
  font-size: 0.6rem;
  border-bottom: 0.05rem solid currentcolor;
}

.plan {
  box-sizing: border-box;
  height: 25.85rem;
  padding-top: 2.1rem;
  background: url("../images/plan_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.plan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.2rem;
}
.plan .item {
  box-sizing: border-box;
  width: 7.6rem;
  height: 3.55rem;
  margin-bottom: 2.05rem;
  padding: 0.4rem 1.1rem 0 0.5rem;
  color: #000;
  line-height: 0.75rem;
}
.plan .item .name {
  margin-bottom: 0.1rem;
  font-weight: 500;
  font-size: 0.7rem;
}
.plan .item .subtit {
  font-size: 0.5rem;
  text-align: justify;
}
.plan .item:nth-child(2n) {
  padding-top: 1.6rem;
  padding-left: 1rem;
}
.plan .item:nth-child(4) {
  padding-top: 1.5rem;
  line-height: 0.65rem;
}
.plan .item:nth-child(5) {
  padding-top: 0.7rem;
}

.train {
  margin-top: 2.1rem;
}
.train .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.55rem;
}
.train .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 8.25rem;
  height: 10.4rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.8rem;
}
.train .item .img {
  flex: none;
  height: 4.625rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
.train .item .con {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.25rem;
}
.train .item .txt {
  display: flex;
}
.train .item .txt::before {
  flex: none;
  width: 0.15rem;
  height: 0.15rem;
  margin-top: 0.3rem;
  margin-right: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
.train .list {
  display: flex;
  justify-content: space-between;
}
.train .button {
  margin-top: 0.25rem;
}

.zzfw {
  margin-top: 2.1rem;
}
.zzfw .title {
  padding: 0 0.75rem;
}
.zzfw .swiper-box {
  position: relative;
  overflow: hidden;
}
.zzfw-swiper {
  position: relative;
  float: right;
  width: 16.5rem;
  margin-top: 1.7rem;
}
.zzfw-swiper::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 2.5rem;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.zzfw .swiper-slide {
  box-sizing: border-box;
  width: 6rem;
  height: 7.7rem;
  margin-right: 1rem;
  padding: 0.5rem 0;
  background-color: #454545;
}
.zzfw .swiper-slide:last-child {
  margin-right: 0;
}
.zzfw .swiper-slide .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
}
.zzfw .swiper-slide .icon.icon1 {
  background: url("../images/icon_zzfw1.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon2 {
  background: url("../images/icon_zzfw2.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon3 {
  background: url("../images/icon_zzfw3.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon4 {
  background: url("../images/icon_zzfw4.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon5 {
  background: url("../images/icon_zzfw5.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon6 {
  background: url("../images/icon_zzfw6.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon7 {
  background: url("../images/icon_zzfw7.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .icon.icon8 {
  background: url("../images/icon_zzfw8.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-slide .name {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
  color: #00f0dc;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.7rem;
  border-bottom: 1px solid currentcolor;
}
.zzfw .swiper-slide .desc {
  margin: 0.4rem 0.3rem 0;
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: justify;
}
.zzfw .swiper-button-next,
.zzfw .swiper-button-prev {
  top: 66%;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../images/zzfw_prev.png") no-repeat;
  background-size: contain;
}
.zzfw .swiper-button-next::after,
.zzfw .swiper-button-prev::after {
  content: "";
}
.zzfw .swiper-button-prev {
  left: 0.75rem;
}
.zzfw .swiper-button-next {
  right: 0.75rem;
  background-image: url("../images/zzfw_next.png");
}
.zzfw .button {
  margin-top: 1.8rem;
}

.mentor {
  position: relative;
  margin-top: 2.1rem;
}
.mentor .navbar {
  position: absolute;
  top: 2rem;
  right: 0.75rem;
  display: flex;
}
.mentor .navbar .item {
  width: 3.625rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: center;
  background-color: #454545;
}
.mentor .navbar .item.active {
  color: #000;
  background-color: #00f0dc;
}
.mentor-swiper {
  margin-top: 2rem;
}
.mentor-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mentor-swiper .item {
  width: 8.425rem;
  height: 12.5rem;
  margin-bottom: 0.9rem;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  border-radius: 0.5rem;
}
.mentor-swiper .item .top {
  height: 6.35rem;
  margin-top: 0.7rem;
}
.mentor-swiper .item .con {
  padding-top: 0.4rem;
  padding-left: 0.5rem;
}
.mentor-swiper .item .name {
  font-weight: 500;
  font-size: 0.75rem;
}
.mentor-swiper .item .desc {
  padding-bottom: 0.1rem;
  font-size: 0.5rem;
  line-height: 0.7rem;
}
.mentor-swiper .item .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.3rem;
  height: 0.85rem;
  margin-top: 0.5rem;
  padding: 0 0.25rem;
  color: #00f0dc;
  font-size: 0.5rem;
  border: 1px solid #00f0dc;
  border-radius: 0.125rem;
}

.xxhj {
  margin-top: 1.1rem;
}
.xxhj .title {
  padding: 0 0.75rem;
}
.xxhj-swiper {
  margin-top: 1.5rem;
}
.xxhj .swiper-slide {
  position: relative;
  box-sizing: border-box;
  width: 9.6rem;
  height: 17.3rem;
}
.xxhj .swiper-slide::before {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  inset: 0;
}
.xxhj .swiper-slide .name {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.xxhj .swiper-slide-active::before {
  background: linear-gradient(transparent 50%, #000);
}
.xxhj .swiper-slide-active .name {
  z-index: 10;
  color: #00f0dc;
}

.campus {
  margin-top: 2.2rem;
}
.campus .map {
  margin-top: 1rem;
}
.campus .site-pop {
  position: absolute;
  top: 1.8rem;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
  padding: 0 0.4rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
}
.campus .site-pop.active {
  display: block;
}
.campus .site-pop .top {
  display: flex;
  align-items: center;
  height: 1.5rem;
  color: #000;
  font-weight: bold;
  font-size: 0.6rem;
  border-bottom: 1px solid #f3f3f3;
}
.campus .site-pop .top .closest {
  padding: 0 0.6rem;
  font-size: 0.6rem;
  text-align: center;
  background-color: #00f0dc;
  border-radius: 0.7rem;
}
.campus .site-pop .list {
  padding: 0.3rem 0;
}
.campus .site-pop .list .item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.6rem;
  line-height: 1.2rem;
}
.campus .site-pop .list .item .letter {
  width: 0.5rem;
  margin-right: 0.35rem;
}
.campus .site-pop .list .item .city {
  margin-right: 0.6rem;
}
.campus .site-pop .bottom {
  height: 1.2rem;
  color: #00f0dc;
  font-size: 0.5rem;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border-top: 1px solid #f3f3f3;
}

.form-footer {
  position: relative;
  margin-top: 1.3rem;
  padding: 0;
}
.form-footer .form-item {
  margin-bottom: 0.6rem;
}
.form-footer .form-city {
  position: relative;
}
.form-footer .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.8rem;
  content: "";
}
.form-footer input {
  color: #e6e6e6;
  background-color: transparent;
}
.form-footer .kaptcha-btn,
.form-footer .submit {
  color: #000;
  font-weight: 400;
  background: #00f0dc;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}
.form-footer .form-privacy {
  margin-top: 0.6rem;
  color: #fff;
}
.form-footer .form-privacy a {
  color: #00f0dc;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding: 0 0.75rem 0.4rem;
  border-bottom: 1px solid #6e6e6e;
}
.footer .logo {
  width: 6.45rem;
  margin-top: 0.8rem;
}
.footer .tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-size: 0.5rem;
}
.footer .phone {
  margin-top: -0.3rem;
  padding-left: 1.25rem;
  color: #00f0dc;
  font-weight: 500;
  font-size: 1rem;
  background: url("../images/icon_phone.png") left center no-repeat;
  background-size: 0.85rem;
}

#map {
  height: 10rem;
}
#map .info {
  color: #666;
  font-size: 0.55rem;
  line-height: 0.7rem;
}
#map .info .title {
  margin-bottom: 0.2rem;
  color: #000;
  font-weight: 400;
  font-size: 0.7rem;
}