﻿

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes crossData {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes crossData {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
#icon_module,
#iconDiv1 {
  display: none !important;
}
.scale {
  overflow: hidden;
  -webkit-animation: scale 2s linear infinite;
          animation: scale 2s linear infinite;
}
.scale .light {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 60px;
  top: -10px;
  left: -10px;
  transform: rotate(-75deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  opacity: 0.6;
  -webkit-animation: crossData 1s ease-in infinite;
          animation: crossData 1s ease-in infinite;
}

html,
body {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.page {
	min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.banner {
  height: 450px;
}
.banner .banner-default {
  display: none;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .banner-swiper {
  height: 100%;
  display: none;
}
.banner .banner-swiper a {
  display: inline-flex;
  height: 100%;
  width: 100%;
}
.banner .banner-swiper a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  background: #fff;
  opacity: 0.5;
}
.banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 4px;
  opacity: 1;
}
.head {
  background-color: #fff;
}
.qrcode {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 100;
  background-color: #fff;
  border-radius: 20px;
}
.qrcode.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.qrcode .code {
  width: 150px;
  height: 150px;
}
.qrcode .txt {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.nc-header {
  background-color: #fff;
}
.nc-header .top {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nc-header .top .logo-box {
  display: flex;
  align-items: center;
}
.nc-header .top .logo-box .logo-l {
  width: 143px;
  height: 50px;
  background: url('../image/logo_l.png') no-repeat right center;
  background-size: contain;
}
.nc-header .top .logo-box .logo-r {
  width: 135px;
  height: 50px;
  background: url('../image/logo_r.png') no-repeat left center;
  background-size: contain;
  margin-left: -3px;
}
.nc-header .top .logo-box .name {
  height: 50px;
  line-height: 46px;
  padding-left: 10px;
  padding-right: 13px;
  font-size: 22px;
  color: #1e4f95;
  font-weight: 700;
}
.nc-header .top .phone {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.nc-header .top .qr {
  width: 200px;
  height: 200px;
  display: none;
}
.nc-header .top .qr .code {
  width: 150px;
  height: 150px;
}
.nc-header .top .qr .txt {
  width: 150px;
  height: 150px;
}
.nc-header .taps {
  width: 1150px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.nc-header .arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  bottom: 7px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.nc-header .arrow.active {
  transform: rotate(180deg);
}
.nc-header .tap {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1500px;
}
.nc-header .tap .item {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: color 0.2s ease;
}
.nc-header .tap .item.active {
  font-weight: bold;
  color: #0f356c;
}
.nc-header .tap .item:hover {
  color: #0f356c;
}
.footer {
  padding: 28px;
  background: #f8f8f8;
}
.footer .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .txt a {
  color: #666;
}
.footer .txt a:last-child::after {
  display: none;
}
.fixed {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 110;
  width: 90px;
  height: 270px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.fixed .fixed-sider-item {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.fixed .fixed-sider-item::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 0;
  height: 1px;
  background: #eee;
}
.fixed .fixed-sider-item:first-child {
  border-start-start-radius: 10px;
}
.fixed .fixed-sider-item:last-child {
  border-end-start-radius: 10px;
}
.fixed .fixed-sider-item:last-child::after {
  content: none;
}
.fixed .fixed-sider-item:hover {
  background: #de253c;
  color: #fff;
}
.fixed .fixed-sider-item:hover .icon {
  display: none !important;
}
.fixed .fixed-sider-item:hover .icon-active {
  display: block !important;
}
.fixed .fixed-sider-item:hover::after {
  content: none;
}
.fixed .fixed-sider-item .img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.fixed .fixed-sider-item .img.icon {
  display: block;
}
.fixed .fixed-sider-item .img.icon-active {
  display: none;
}

.listen-pop {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 120;
}
.listen-pop .listen {
  background: #fff;
  border-radius: 17px;
  height: 361px;
  position: relative;
  width: 400px;
}
.listen-pop .listen .logo {
  height: 153px;
  left: 0;
  position: absolute;
  top: -106px;
  width: 108px;
}
.listen-pop .listen .close {
  cursor: pointer;
  height: 20px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 20px;
}
.listen-pop .listen .head {
  background: linear-gradient(180deg, rgba(22, 87, 218, 0.0705882353), #fff);
  height: 46px;
}
.listen-pop .listen .form-container {
  width: 340px;
  margin-top: -15px;
  padding: 0 30px;
}
.listen-pop .listen .form-container .form-item {
  width: 340px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  background-color: #fff;
  font-size: 14px;
  margin: 0;
}
.listen-pop .listen .form-container .form-item .label {
  width: 70px;
  font-weight: bold;
}
.listen-pop .listen .form-container .form-item input {
  flex: 1;
}
.listen-pop .listen .form-container .form-code {
  width: 340px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.listen-pop .listen .form-container .form-code .form-item {
  width: 200px;
  border: none;
  margin: 0;
}
.listen-pop .listen .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.listen-pop .listen .form-container .form-code .kaptcha-btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: #1a4299;
  font-size: 14px;
  font-weight: bold;
}
.listen-pop .listen .form-container .form-code .kaptcha-btn:hover {
  color: #2155c5;
}
.listen-pop .listen .form-container .form-privacy {
  font-size: 14px;
  color: #999;
  justify-content: center;
  margin-top: 20px;
}
.listen-pop .listen .form-container .form-privacy .privacy-validate {
  margin: 0 5px;
}
.listen-pop .listen .form-container .form-privacy a {
  color: #666;
}
.listen-pop .listen .form-container .select-course {
  position: relative;
  justify-content: flex-start;
  cursor: pointer;
}
.listen-pop .listen .form-container .select-course .down {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.listen-pop .listen .form-container .select-course .current {
  display: block;
  height: 100%;
  width: 200px;
  color: #666;
}
.listen-pop .listen .form-container .select-course .current.active {
  color: #333;
}
.listen-pop .listen .form-container .select-course .list {
  position: absolute;
  bottom: -225px;
  left: 70px;
  z-index: 10;
  display: none;
  width: 200px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fff;
}
.listen-pop .listen .form-container .select-course .list .option {
  padding-left: 12px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}
.listen-pop .listen .form-container .select-course .list .option:hover {
  background-color: rgba(26, 66, 153, 0.1);
}
.listen-pop .listen .form-container .submit {
  background: linear-gradient(90deg, #1697da, #1754ac);
  border-radius: 21px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
.teacher-box .teacher {
  display: flex;
}
.teacher-box .teacher .humin {
  width: 258px;
  height: 461px;
  background: url("../image/home-jshm.png") no-repeat center;
  background-size: contain;
  padding: 30px 25px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 25px;
}
.teacher-box .teacher .humin .name {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.teacher-box .teacher .humin .des {
  font-size: 16px;
  color: #333;
}
.teacher-box .teacher .humin .des p {
  position: relative;
  padding-left: 10px;
}
.teacher-box .teacher .humin .des p::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 2px;
}
.teacher-box .teacher .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.teacher-box .teacher .list .item {
  width: 258px;
  height: 220px;
  margin-bottom: 20px;
  margin-left: 56px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  display: flex;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.teacher-box .teacher .list .item:hover {
  transform: translateY(-5px);
}
.teacher-box .teacher .list .item:nth-child(n+4) {
  margin-bottom: 0;
}
.teacher-box .teacher .list .item .item-l {
  margin-right: 15px;
}
.teacher-box .teacher .list .item .item-l .img-con {
  width: 110px;
  height: 148px;
  border-radius: 20px;
  overflow: hidden;
}
.teacher-box .teacher .list .item .item-l .img-con .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.teacher-box .teacher .list .item .item-l .name {
  font-size: 20px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  height: 40px;
  width: 110px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.teacher-box .teacher .list .item .des {
  padding-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  height: 130px;
  letter-spacing: 1px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.book-box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
.book-box .list .item {
  width: 260px;
  height: 270px;
  text-align: center;
  box-sizing: border-box;
  padding: 25px 15px 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.book-box .list .item:hover {
  transform: translateY(-5px);
}
.book-box .list .item .img {
  height: 170px;
}
.book-box .list .item .name {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-top: 10px;
}


.page .bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 116px;
  background-color: rgba(222, 37, 60, 0.8);
}
.page .bottom .box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  height: 116px;
}
.page .bottom .box .close {
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.page .bottom .box .left {
  width: 120px;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  padding: 0;
}
.page .bottom .box .right .title {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 5px;
}
.page .bottom .box .right .form-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.page .bottom .box .right .form-container .form-item {
  width: 182px;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 22px;
}
.page .bottom .box .right .form-container .form-item input {
  background-color: transparent;
}
.page .bottom .box .right .form-container .form-code {
  width: 182px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 22px;
  background-color: #fff;
  overflow: hidden;
}
.page .bottom .box .right .form-container .form-code .form-item {
  width: 80px;
  margin: 0;
}
.page .bottom .box .right .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.page .bottom .box .right .form-container .form-code .kaptcha-btn {
  width: 100px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  color: #de253c;
  font-size: 16px;
}
.page .bottom .box .right .form-container .form-code .kaptcha-btn:active {
  color: #881523;
}
.page .bottom .box .right .form-container .select-course {
  position: relative;
  cursor: pointer;
}
.page .bottom .box .right .form-container .select-course .current {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.page .bottom .box .right .form-container .select-course .down {
	width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.page .bottom .box .right .form-container .select-course .list {
  position: absolute;
  top: -225px;
  left: 10px;
  z-index: 10;
  display: none;
  width: 160px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fafafa;
}
.page .bottom .box .right .form-container .select-course .list .option {
  padding-left: 12px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}
.page .bottom .box .right .form-container .select-course .list .option:hover {
  color: #fff;
  background-color: #de253c;
}
.page .bottom .box .right .form-container .submit {
  width: 182px;
  height: 44px;
  line-height: 44px;
  background: #feca77;
  color: #de253c;
  font-size: 16px;
  font-weight: bold;
  border-radius: 22px;
}
.page .bottom .box .right .form-container .submit:active {
  background: #feb644;
}

@media (min-width: 1920px) {
  .fixed {
    right: calc((100% - 1920px) / 2);
  }
}