@font-face {
  font-family: "Aguazyuan";
  src: url(../fonts/Aguazyuan-regular.ttf);
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
.h_index {
  padding-top: 0;
  background-image: url(../static/bg_i.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.h_index .h_banner .swiper-slide .h_box {
  display: block;
  position: relative;
}
.h_index .h_banner .swiper-slide img {
  width: 100%;
}
.h_index .h_banner .swiper-slide .h_posbox {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 0;
  width: 100%;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text {
  color: #FFFFFF;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
  font-family: "Aguazyuan";
  font-size: 5.2vw;
  line-height: 1;
  background: linear-gradient(180deg, #fff, #0000 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
  font-family: "Source Han Serif CN Heavy";
  font-size: 5.2vw;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -28px;
}
.h_index .h_banner .swiper .h_pagination {
  position: absolute;
  --width: 10px;
  --height: 10px;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: 2;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination {
  position: static;
  --swiper-pagination-bullet-width: var(--width);
  --swiper-pagination-bullet-height: var(--height);
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 20px;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet {
  border-radius: 1px 1px 1px 1px;
  border-radius: 50%;
  position: relative;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border: 24px dashed #0000;
  border-radius: 50%;
  transition: 0.5s ease;
  box-sizing: border-box;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: attr(data-index);
  color: #fff;
  font-size: 16px;
  font-family: "Source Han Sans Bold";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet-active {
  --swiper-pagination-color: #0000;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet-active::before {
  border-width: 1px !important;
  border-color: #fff !important;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.h_index .h_ggTop .h_tbox {
  padding-left: 53px;
  background-image: url(../static/icon_book.png);
  background-repeat: no-repeat;
  background-size: 44px auto;
  background-position: center left;
  width: calc(100% - 70px);
}
.h_index .h_ggTop .h_tbox .h_title {
  width: 100%;
  font-size: 30px;
  color: #111;
  padding-bottom: 12px;
  position: relative;
}
.h_index .h_ggTop .h_tbox .h_title span {
  color: #959595;
  font-size: 16px;
  font-family: "Lato";
  margin-left: 7px;
}
.h_index .h_ggTop .h_tbox .h_title::before {
  position: absolute;
  content: '';
  width: 17px;
  aspect-ratio: 1.7;
  background: repeating-linear-gradient(90deg, var(--active-color), var(--active-color) 2px, transparent 2px, transparent 5px);
  left: 0;
  bottom: 0;
}
.h_index .h_ggTop .h_tbox .h_title::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, var(--active-color) 30%, #0000);
  bottom: 4px;
  left: 31px;
}
.h_index .h_ggTop .h_more {
  font-size: 15px;
  color: #959595;
  font-family: "Lato";
}
.h_index .h_ggTop .h_more:hover {
  color: var(--active-color);
}
.h_index .h_Bbox1 {
  position: relative;
  z-index: 3;
}
.h_index .h_Bbox1 .h_Box .h_L {
  width: calc(100% - 425px);
}
.h_index .h_Bbox1 .h_Box .h_L .h_box {
  margin-top: 32px;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper {
  width: 50%;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper .swiper-slide .h_item {
  position: relative;
  aspect-ratio: 4/3;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper .swiper-slide .h_item .h_name {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 48px;
  padding: 0 18px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 17px;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper .swiper .swiper-pagination {
  bottom: 52px;
  --swiper-pagination-color: #086a31;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list {
  width: calc(50% - 40px);
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item {
  display: block;
  border-bottom: 1px dashed #eeeeee;
  padding: 10px 0;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item:first-child {
  padding-top: 0;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item .h_name {
  font-size: 16px;
  color: #222;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item .h_date {
  color: #666;
  font-size: 14px;
  font-family: "Lato";
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item .h_desc {
  font-size: 14px;
  color: var(--active-color);
  line-height: calc(24/14);
  height: 0;
  transition: 0.3s;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item.active {
  border-color: var(--active-color);
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item.active .h_name {
  font-family: "Source Han Sans Medium";
  font-size: 19px;
  color: var(--active-color);
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item.active .h_date {
  margin-top: 10px;
  height: 1em;
}
.h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item.active .h_desc {
  margin-top: 10px;
  height: calc(2em * 24/14);
}
.h_index .h_Bbox1 .h_Box .h_R {
  width: 385px;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item {
  padding: 4px;
  border-bottom: 1px dashed #eeeeee;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item .h_date {
  width: 78px;
  aspect-ratio: 78/89;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: left;
  transition: 0.3s;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item .h_date::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  right: 0;
  background: #e5e5e5;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item .h_date .d {
  width: 100%;
  color: #222;
  font-size: 30px;
  font-family: "Lato";
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item .h_date .ym {
  width: 100%;
  font-family: "Lato";
  font-size: 14px;
  color: #666;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item .h_name {
  width: calc(100% - 95px);
  font-size: 16px;
  color: #222;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item:hover .h_date {
  background-color: var(--active-color);
  text-align: center;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item:hover .h_date::after {
  display: none;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item:hover .h_date .d {
  color: #fff;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item:hover .h_date .ym {
  color: #fff;
}
.h_index .h_Bbox1 .h_Box .h_R .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
.h_index .h_Bbox2 {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.h_index .h_Bbox2 .h_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.h_index .h_Bbox2 .h_Box .h_list {
  margin-top: 36px;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item {
  aspect-ratio: 332/249;
  position: relative;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item .h_logo {
  position: absolute;
  text-align: center;
  top: 65%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item .h_logo img {
  width: 68px;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item .h_name {
  padding: 0 10px;
  position: absolute;
  width: 100%;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  left: 0;
  top: 92%;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item:hover > img {
  transform: scale(1.1);
}
.h_index .h_Bbox2 .h_Box .h_list .h_item:hover::after {
  opacity: 1;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item:hover .h_logo {
  opacity: 1;
  top: 45%;
}
.h_index .h_Bbox2 .h_Box .h_list .h_item:hover .h_name {
  opacity: 1;
  top: 72%;
}
.h_index .h_Bbox2.h_Bbox4 .h_Box .h_list .h_item::after {
  opacity: 0;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list {
  margin-top: 16px;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_img {
  aspect-ratio: 426/236;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_img:hover img {
  transform: scale(1.1);
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item {
  border-bottom: 1px dashed #eee;
  position: relative;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item::after {
  position: absolute;
  content: '';
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px dashed var(--active-color);
  transition: 0.5s;
  transform-origin: left;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item .h_name {
  width: calc(100% - 100px);
  padding-left: 16px;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  color: #222;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item .h_name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item .h_date {
  font-size: 14px;
  color: #666;
  font-family: "Lato";
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item:hover .h_name::before {
  background-color: var(--active-color);
}
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item:hover .h_name,
.h_index .h_Bbox3 .h_Box .h_box .h_list .h_item:hover .h_date {
  color: var(--active-color);
}
@media screen and (max-width: 1440px) {
  .h_index .h_ggTop .h_tbox {
    padding-left: 46px;
    background-size: 38px auto;
  }
  .h_index .h_ggTop .h_tbox .h_title {
    font-size: 24px;
  }
  .h_index .h_ggTop .h_tbox .h_title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .h_index .h_ggTop .h_tbox .h_title span {
    display: none;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box .h_list .h_item.active .h_name {
    font-size: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .h_index .h_ggTop .h_tbox .h_title {
    font-size: 20px;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper .swiper-slide .h_item .h_name {
    font-size: 16px;
  }
  .h_index .h_Bbox2 .h_Box .h_list {
    margin-top: calc(var(--w-padding)/2);
  }
  .h_index .h_Bbox1 .h_Box {
    gap: calc(var(--w-padding)/2);
  }
  .h_index .h_Bbox1 .h_Box .h_L {
    width: 100%;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box {
    margin-top: 20px;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box .h_list {
    width: calc(50% - var(--w-padding)/2);
  }
  .h_index .h_Bbox1 .h_Box .h_R {
    width: 100%;
  }
  .h_index .h_Bbox1 .h_Box .h_R .h_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h_index .h_Bbox1 .h_Box .h_R .h_list .h_item {
    width: calc(50% - var(--w-padding)/4);
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission {
    grid-column: span 2;
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission .h_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission .h_list .h_item {
    width: calc(50% - var(--w-padding)/4);
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission .h_list .h_item:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .h_index .h_banner .swiper .h_pagination .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 12px;
    --width: 7px;
    --height: 7px;
  }
  .h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet::before {
    width: 36px;
  }
  .h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_ggTop .h_tbox .h_title {
    font-size: 17px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
    line-height: 1.2;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
    margin-top: -9px;
  }
  .h_index .h_banner .swiper .h_pagination .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --width: 7px;
    --height: 7px;
  }
  .h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet::before {
    width: 26px;
    border: 13px dashed #0000;
  }
  .h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet::after {
    font-size: 11px;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper,
  .h_index .h_Bbox1 .h_Box .h_R .h_list .h_item {
    width: 100%;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box .h_list {
    width: 100%;
    margin-top: 12px;
  }
  .h_index .h_Bbox1 .h_Box .h_R .h_list .h_item .h_date {
    aspect-ratio: 1;
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission .h_list {
    margin-top: 6px;
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission .h_list .h_item {
    width: 100%;
  }
  .h_index .h_Bbox3 .h_Box .h_box.admission {
    grid-column: span 1;
  }
  .h_index .h_Bbox2 .h_Box .h_list .h_item .h_logo img {
    width: 46px;
  }
  .h_index .h_Bbox2 .h_Box .h_list .h_item .h_name {
    font-size: 15px;
  }
  .h_index .h_Bbox1 .h_Box .h_L .h_box .h_swiper .swiper-slide .h_item .h_name {
    line-height: 40px;
  }
}
