@charset "UTF-8";
.banner {
  aspect-ratio: 1920/500;
}

.banner img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-title {
  font-size: 54px;
  font-weight: 700;
  color: #035DAE;
  line-height: 74px;
  text-shadow: 2px 2px 3px rgba(1, 33, 62, 0.2);
  -webkit-background-clip: text;
}

.page-title-en {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 43px;
  -webkit-background-clip: text;
}

.about-title1 {
  margin-bottom: 12px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.about-title2 {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
  color: #666666;
}

.about-shuyan {
  padding-top: 80px;
  padding-bottom: 68px;
  color: #333333;
  background-color: #FCFCFF;
}
.about-shuyan .about-flex-content {
  display: flex;
  justify-content: space-between;
  gap: 144px;
}
.about-shuyan .about-flex-content .about-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  width: 42vw;
}
.about-shuyan .about-flex-content .about-left .ellipsis-3 {
  -webkit-line-clamp: 6;
}
.about-shuyan .about-flex-content .about-left > p {
  text-indent: 2em;
  line-height: 34px;
  font-size: 16px;
  color: #333333;
}
.about-shuyan .about-flex-content .about-left .about-count {
  display: flex;
  justify-content: space-between;
}
.about-shuyan .about-flex-content .about-left .about-count > .count-item .numCX, .about-shuyan .about-flex-content .about-left .about-count > .count-item .add {
  margin-right: 8px;
  font-size: 58px;
  font-weight: 700;
  color: #035DAE;
}
.about-shuyan .about-flex-content .about-left .about-count > .count-item span:last-child {
  font-size: 18px;
  color: #035DAE;
}
.about-shuyan .about-flex-content .about-left .about-count > .count-item p {
  margin-top: 10px;
  font-size: 18px;
}
.about-shuyan .about-flex-content .about-right {
  flex-shrink: 0;
  width: 424px;
  height: 100%;
}

.company-honor {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  aspect-ratio: 1920/1001;
}
.company-honor img {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
.company-honor .swiper-honor-box {
  margin-bottom: 50px;
  position: relative;
  padding: 0 5vw;
}
.company-honor .swiper-honor-box .swiper-button-prev img,
.company-honor .swiper-honor-box .swiper-button-next img {
  width: 2.917vw;
  height: 2.917vw;
}
.company-honor .swiper-honor-box .swiper-button-prev {
  left: 3vw;
}
.company-honor .swiper-honor-box .swiper-button-prev .active-left {
  display: none;
}
.company-honor .swiper-honor-box .swiper-button-prev .normal-left {
  display: block;
}
.company-honor .swiper-honor-box .swiper-button-prev:hover {
  left: 3vw;
}
.company-honor .swiper-honor-box .swiper-button-prev:hover .active-left {
  display: block;
}
.company-honor .swiper-honor-box .swiper-button-prev:hover .normal-left {
  display: none;
}
.company-honor .swiper-honor-box .swiper-button-next {
  right: 3vw;
}
.company-honor .swiper-honor-box .swiper-button-next .active-right {
  display: none;
}
.company-honor .swiper-honor-box .swiper-button-next .normal-right {
  display: block;
}
.company-honor .swiper-honor-box .swiper-button-next:hover {
  right: 3vw;
}
.company-honor .swiper-honor-box .swiper-button-next:hover .active-right {
  display: block;
}
.company-honor .swiper-honor-box .swiper-button-next:hover .normal-right {
  display: none;
}
.company-honor .swiper-honor-box .swiper-button-prev:after,
.company-honor .swiper-honor-box .swiper-button-next:after {
  content: "";
}
.company-honor .swiper-honor-box:hover .active {
  display: block;
}
.company-honor .swiper-honor-box:hover .normal {
  display: none;
}
.company-honor .swiper-honor-box .swiper-honor {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
}
.company-honor .swiper-honor-box .swiper-honor .swiper-slide {
  aspect-ratio: 260/340;
}
.company-honor .swiper-honor-box .swiper-honor .swiper-slide img {
  width: 100%;
  height: auto;
}
.company-honor .swiper-honor2 {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
}
.company-honor .swiper-honor2 .swiper-slide {
  aspect-ratio: 456/310;
}
.company-honor .swiper-honor2 .swiper-slide img {
  width: 100%;
  height: auto;
}
.company-honor .swiper-pagination {
  margin-top: 40px;
  position: relative;
  bottom: inherit;
}
.company-honor .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 0%;
}
.company-honor .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(-90deg, #58B631 0%, #035DAE 99%);
}

.company-advantage {
  padding: 80px 0;
  aspect-ratio: 1920/701;
  background-color: #FFFFFF;
  /* 滚动条轨道样式 */
  /* 滚动条滑块样式 */
  /* 滚动条轨道hover状态样式 */
  /* 滚动条滑块hover状态样式 */
}
.company-advantage ::-webkit-scrollbar {
  width: 3px; /* 设置滚动条宽度 */
  background-color: #D8D8D8;
}
.company-advantage ::-webkit-scrollbar-thumb {
  background-color: #035DAE; /* 设置滑块背景颜色 */
  border-radius: 4px; /* 设置滑块圆角 */
}
.company-advantage ::-webkit-scrollbar-track:hover {
  background-color: #f1f1f1; /* 设置轨道hover状态时的背景颜色 */
}
.company-advantage ::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 设置滑块hover状态时的背景颜色 */
}
.company-advantage .advantage-flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.company-advantage .advantage-flex-item {
  display: flex;
  padding: 45px 30px 45px 40px;
  width: calc((100% - 40px) / 2);
  box-shadow: 1px 1px 8px 0 rgba(0, 44, 83, 0.1);
  gap: 30px;
}
.company-advantage .advantage-flex-item img {
  width: 230px;
  height: 230px;
}
.company-advantage .advantage-flex-item .advantage-content .title {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.company-advantage .advantage-flex-item .advantage-content .content {
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
  max-height: 165px;
  overflow: auto;
}
.company-advantage .advantage-flex-item .advantage-content .advantage-line {
  margin: 15px 0;
  width: 54px;
  height: 4px;
  background: linear-gradient(-90deg, #58B631 0%, #035DAE 99%);
}

.about-course {
  position: relative;
  padding-top: 80px;
  aspect-ratio: 1920/701;
  width: 100vw;
  background-color: #F7FDFF;
}
.about-course > img {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
}
.about-course .swiper-course-box {
  padding: 0 5vw;
}
.about-course .swiper-course {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
  color: #999999;
  font-size: 24px;
  font-weight: 500;
}
.about-course .swiper-course .swiper-wrapper {
  display: flex;
  align-items: center;
}
.about-course .swiper-course .swiper-slide-active {
  font-size: 86px;
  font-weight: 700;
  color: #035DAE;
}
.about-course .swiper-button-next-course {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-course .swiper-button-next-course img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 8px 0px rgba(0, 44, 83, 0.15);
}
.about-course .swiper-button-next-course .active {
  display: none;
}
.about-course .swiper-button-next-course .normal {
  display: block;
}
.about-course .swiper-button-next-course:hover .active {
  display: block;
}
.about-course .swiper-button-next-course:hover .normal {
  display: none;
}
.about-course .swiper-button-prev-course {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-course .swiper-button-prev-course img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 8px 0px rgba(0, 44, 83, 0.15);
}
.about-course .swiper-button-prev-course .active {
  display: none;
}
.about-course .swiper-button-prev-course .normal {
  display: block;
}
.about-course .swiper-button-prev-course:hover .active {
  display: block;
}
.about-course .swiper-button-prev-course:hover .normal {
  display: none;
}
.about-course .year-box {
  display: none;
}
.about-course .year-box-active {
  display: flex;
  justify-content: center;
}
.about-course .course-line {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
.about-course .course-line-item {
  display: flex;
  max-width: 1000px;
  /*margin-left: 30%;*/
  margin-bottom: 27px;
  font-size: 18px;
}

.about-course .course-line-item span {
  word-break: inherit;
}
.about-course .course-line-item img {
  margin: 0 20px;
  width: 14px;
  height: fit-content;
}

@media (max-width: 1200px) {
  .about-shuyan {
    padding-top: 70px;
    padding-bottom: 68px;
    color: #333333;
    background-color: #FCFCFF;
  }
  .about-shuyan .about-flex-content {
    display: flex;
    justify-content: space-between;
    gap: 144px;
  }
  .about-shuyan .about-flex-content .about-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    width: 42vw;
  }
  .about-shuyan .about-flex-content .about-left .ellipsis-3 {
    -webkit-line-clamp: 6;
  }
  .about-shuyan .about-flex-content .about-left > p {
    text-indent: 2em;
    line-height: 24px;
    font-size: 12px;
    color: #333333;
  }
  .about-shuyan .about-flex-content .about-left .about-count {
    display: flex;
    justify-content: space-between;
  }
  .about-shuyan .about-flex-content .about-left .about-count > .count-item .numCX, .about-shuyan .about-flex-content .about-left .about-count > .count-item .add {
    margin-right: 8px;
    font-size: 58px;
    font-weight: 700;
    color: #035DAE;
  }
  .about-shuyan .about-flex-content .about-left .about-count > .count-item span:last-child {
    font-size: 18px;
    color: #035DAE;
  }
  .about-shuyan .about-flex-content .about-left .about-count > .count-item p {
    margin-top: 10px;
    font-size: 12px;
  }
  .about-shuyan .about-flex-content .about-right {
    flex-shrink: 0;
    width: 324px;
    height: 100%;
  }
  .company-advantage {
    padding: 70px 0;
    aspect-ratio: 1920/701;
    background-color: #FFFFFF;
  }
  .company-advantage .advantage-flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .company-advantage .advantage-flex-item {
    display: flex;
    padding: 25px 10px 25px 20px;
    width: calc((100% - 40px) / 2);
    box-shadow: 1px 1px 8px 0px rgba(0, 44, 83, 0.1);
    gap: 30px;
  }
  .company-advantage .advantage-flex-item img {
    width: 130px;
    height: 130px;
  }
  .company-advantage .advantage-flex-item .advantage-content .title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
  }
  .company-advantage .advantage-flex-item .advantage-content .ellipsis-3 {
    -webkit-line-clamp: 6;
  }
  .company-advantage .advantage-flex-item .advantage-content .advantage-line {
    margin: 15px 0;
    width: 54px;
    height: 4px;
    background: linear-gradient(-90deg, #58B631 0%, #035DAE 99%);
  }
}
@media (max-width: 768px) {
  .banner {
    aspect-ratio: 375/210;
  }
  .page-title {
    font-size: 22px;
    margin-bottom: 4px;
    line-height: 30px;
  }
  .page-title-en {
    font-size: 12px;
    line-height: 17px;
  }
  .about-shuyan {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .about-title1 {
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    margin-bottom: 6px;
  }
  .about-title2 {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .about-shuyan .about-flex-content {
    display: block;
  }
  .about-shuyan .about-flex-content .about-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
  }
  .about-shuyan .about-flex-content .about-left .ellipsis-3 {
    -webkit-line-clamp: inherit;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about-shuyan .about-flex-content .about-left > p {
    text-indent: 2em;
    line-height: 34px;
    font-size: 16px;
    color: #333333;
  }
  .statistics {
    justify-content: space-between;
    width: 100%;
    padding-left: 12px;
  }
  .statistics span {
    font-size: 14px;
    color: #035DAE;
    line-height: 20px;
  }
  .statistics .add {
    margin-right: 4px;
  }
  .statistics .numCX, .statistics .add {
    font-size: 28px;
    font-family: DIN, DIN;
    font-weight: 700;
    color: #035DAE;
    line-height: 34px;
  }
  .statistics p {
    font-size: 13px;
    color: #333333;
    line-height: 19px;
  }
  .statistics img {
    width: 152px;
    height: 132px;
    flex-shrink: 0;
  }
  .statistics .numCount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
  }
  .statistics .numCount p {
    width: 100%;
  }
  .statistics .numCount div:nth-child(2n) {
    position: relative;
  }
  .statistics .numCount div:nth-child(2n)::after {
    display: block;
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    height: 20px;
    background: rgba(216, 216, 216, 0.8);
  }
  .company-honor {
    padding-top: 24px;
    aspect-ratio: 375/488;
  }
  .company-honor .about-title2 {
    margin-bottom: 30px;
  }
  .company-honor img {
    left: 0;
  }
  .company-honor .swiper-honor-box {
    margin-bottom: 35px;
  }
  .company-honor .swiper-honor-box .swiper-button-prev img,
.company-honor .swiper-honor-box .swiper-button-next img {
    width: 32px;
    height: 32px;
  }
  .company-honor .swiper-honor-box .swiper-button-prev {
    left: 0;
  }
  .company-honor .swiper-honor-box .swiper-button-prev:after,
.company-honor .swiper-honor-box .swiper-button-next:after {
    content: "";
  }
  .company-honor .swiper-honor-box .swiper-honor .swiper-slide {
    aspect-ratio: 160/210;
  }
  .company-honor .swiper-honor-box .swiper-honor .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .company-honor .swiper-honor2 {
    position: relative;
    max-width: 1440px;
    overflow: hidden;
  }
  .company-honor .swiper-honor2 .swiper-slide {
    aspect-ratio: 456/310;
  }
  .company-honor .swiper-honor2 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .company-honor .swiper-pagination {
    margin-bottom: 10px;
    position: relative;
    bottom: -10px;
  }
  .company-honor .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 0%;
  }
  .company-honor .swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(-90deg, #58B631 0%, #035DAE 99%);
  }
  .company-advantage {
    padding: 24px 0;
  }
  .company-advantage .good-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-advantage .know-more {
    font-size: 12px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    color: #035DAE;
  }
  .company-advantage .know-more img {
    margin-left: 4px;
    width: 14px;
    height: 14px;
  }
  .company-advantage .item {
    padding: 16px 10px;
    box-shadow: 1px 1px 8px 0px rgba(0, 44, 83, 0.1);
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .company-advantage .item:nth-child(2n) img {
    order: 1;
  }
  .company-advantage img {
    width: 116px;
    height: 116px;
  }
  .company-advantage .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .company-advantage .title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 23px;
    position: relative;
    margin-bottom: 15px;
    overflow: inherit;
  }
  .company-advantage .title::after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(-90deg, #58B631 0%, #035DAE 99%);
    bottom: -7px;
    left: 0;
  }
  .company-advantage .content {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
  }
  .about-course {
    padding-top: 24px;
    aspect-ratio: inherit;
    width: 100vw;
    height: auto;
    padding-bottom: 24px;
  }
  .about-course > img {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    top: 0;
    z-index: -1;
  }
  .about-course .swiper-course {
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
    margin: 0 25px;
  }
  .about-course .swiper-course .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .about-course .swiper-course .swiper-slide-active {
    font-size: 28px;
    font-weight: 700;
    color: #035DAE;
  }
  .about-course .swiper-button-next-course {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-course .swiper-button-next-course img {
    width: 32px;
    height: 32px;
  }
  .about-course .swiper-button-prev-course {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-course .swiper-button-prev-course img {
    width: 32px;
    height: 32px;
  }
  .about-course .course-line {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
  }
  .about-course .swiper-slide-next {
    justify-content: flex-end;
    display: flex;
    width: 100%;
  }
  .about-course .course-line-item {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .about-course .course-line-item span {
    flex-shrink: 0;
  }
  .about-course .course-line-item img {
    margin: 0 20px;
    width: 14px;
    height: 100%;
  }
  .alert-box {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 5555;
  }
  .alert-box .box {
    width: 100%;
    height: 388px;
    background-color: #fff;
    padding: 20px 16px;
  }
  .alert-box .top {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 44, 83, 0.1);
  }
  .alert-box .content {
    padding-top: 16px;
    padding-right: 4px;
    height: calc(100% - 32px);
  }
  .alert-box .content::-webkit-scrollbar {
    width: 4px;
    height: 168px;
  }
  .alert-box .content::-webkit-scrollbar-thumb {
    background: linear-gradient(120deg, #035DAE 0%, #58B631 99%);
    border-radius: 4px 4px 4px 4px;
  }
  .alert-box .content::-webkit-scrollbar-track {
    border-radius: 1px;
  }
}