.h_container .h_banners {
  position: relative;
}
.h_container .h_banners .h_title {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 3.75vw;
  font-family: 'FlyFlowerSong';
  color: #fff;
}
.h_container .h_frame {
  padding-top: 0;
}
.h_container .h_frame .h_L {
  width: 240px;
  min-height: 645px;
  background: linear-gradient(0deg, #fff, #fff8fc);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 52px;
}
.h_container .h_frame .h_L .h_title {
  background-color: var(--active-color);
  font-size: 20px;
  color: #fff;
  padding: 13px 38px;
}
.h_container .h_frame .h_L .h_subList .h_li {
  padding: 0 10px;
}
.h_container .h_frame .h_L .h_subList .h_li .h_item {
  font-size: 17px;
  color: #222;
  padding: 14px 25px 12px;
  display: block;
  border-bottom: 1px solid rgba(175, 66, 132, 0.2);
}
.h_container .h_frame .h_L .h_subList .h_li.active,
.h_container .h_frame .h_L .h_subList .h_li:hover {
  background: rgba(231, 106, 182, 0.1);
}
.h_container .h_frame .h_L .h_text {
  writing-mode: vertical-rl;
  width: 100%;
  font-size: 56px;
  padding: 0 22px;
}
.h_container .h_frame .h_L .h_text .h_p {
  font-family: 'ZQKNBCGPST';
  color: rgba(175, 66, 132, 0.2);
  margin-left: 10px;
}
.h_container .h_frame .h_L .h_text .h_p2 {
  text-indent: 1em;
}
.h_container .h_frame .h_R {
  width: calc(100% - 280px);
}
.h_container .h_frame .h_R .h_local {
  padding: 0 25px;
  height: 40px;
  font-size: 14px;
  line-height: 44px;
  color: var(--active-color);
  flex-wrap: nowrap;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(216, 108, 174, 0.03), rgba(216, 108, 174, 0.2));
}
.h_container .h_frame .h_R .h_local .line {
  margin: 0 7px;
}
.h_container .h_frame .h_R .h_local .label {
  background-image: url(../static/icon2.png);
  background-position: center left;
  background-size: 22px;
  padding-left: 26px;
  background-repeat: no-repeat;
}
.h_container .h_frame .h_R .h_line {
  height: 6px;
  margin-top: 10px;
  background-image: url(../static/dashed.png);
  background-size: cover;
}
.h_container .h_frame .h_R .h_Title {
  color: var(--active-color);
  text-align: center;
  margin: 32px 0 28px;
  overflow: hidden;
}
.h_container .h_frame .h_R .h_Title .title {
  font-size: 32px;
  position: relative;
  line-height: 1;
  display: inline-block;
  font-family: "Source Han Serif CN Heavy";
}
.h_container .h_frame .h_R .h_Title .title::after,
.h_container .h_frame .h_R .h_Title .title::before {
  position: absolute;
  content: '';
  width: 277px;
  height: 2px;
  background-image: url(../static/line.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
.h_container .h_frame .h_R .h_Title .title::before {
  right: calc(100% + 30px);
}
.h_container .h_frame .h_R .h_Title .title::after {
  transform: rotate(180deg);
  left: calc(100% + 30px);
}
.h_container .h_frame .h_R .h_Title .newsTitle {
  font-size: 24px;
  font-family: "Source Han Serif CN Heavy";
}
.h_container .h_frame .h_R .h_Title .h_d {
  gap: 10px 30px;
}
.h_container .h_frame .h_R .h_Title .h_d .date {
  margin-top: 7px;
  color: #999;
  font-family: "Lato";
  padding-left: 23px;
  background-image: url(../static/time.png);
  background-size: 18px;
  background-position: center left;
  background-repeat: no-repeat;
}
.h_container .h_frame .h_R .h_details .h_content {
  line-height: 1.8;
  color: #333;
}
.h_container .h_frame .h_R .h_details .h_content p {
  margin: 0 0 12px 0;
}
.h_container .h_frame .h_R .h_details .h_content img,
.h_container .h_frame .h_R .h_details .h_content table,
.h_container .h_frame .h_R .h_details .h_content iframe,
.h_container .h_frame .h_R .h_details .h_content video {
  max-width: 100%;
  height: auto !important;
}
.h_container .h_frame .h_R .h_newsList {
  margin-top: 15px;
}
.h_container .h_frame .h_R .h_newsList .h_item {
  padding: 30px 0;
  border-bottom: 1px solid var(--h-color, #ddd);
}
.h_container .h_frame .h_R .h_newsList .h_item .h_info {
  width: calc(100% - 160px);
}
.h_container .h_frame .h_R .h_newsList .h_item .h_info .h_img {
  width: 160px;
  aspect-ratio: 4/3;
}
.h_container .h_frame .h_R .h_newsList .h_item .h_info .h_text {
  width: calc(100% - 190px);
}
.h_container .h_frame .h_R .h_newsList .h_item .h_info .h_text .h_name {
  font-size: 18px;
  color: var(--h-color, #333);
}
.h_container .h_frame .h_R .h_newsList .h_item .h_info .h_text .h_desc {
  margin-top: 10px;
  color: var(--h-color, #888);
  line-height: 1.5;
}
.h_container .h_frame .h_R .h_newsList .h_item .h_sr {
  width: 1px;
  height: 74px;
  background-color: var(--h-color, #ddd);
}
.h_container .h_frame .h_R .h_newsList .h_item .h_date {
  font-family: "Lato";
  color: var(--h-color, #888);
  text-align: center;
}
.h_container .h_frame .h_R .h_newsList .h_item .h_date .md {
  font-size: 32px;
  font-family: inherit;
}
.h_container .h_frame .h_R .h_newsList .h_item .h_date .y {
  margin-top: 10px;
  font-family: inherit;
}
.h_container .h_frame .h_R .h_newsList .h_item:hover {
  --h-color: var(--active-color);
}
.h_container .h_frame .h_R .h_campus {
  padding: 0 30px;
}
.h_container .h_frame .h_R .h_campus .h_Desc {
  text-indent: 2em;
  font-size: 18px;
  color: #333;
  line-height: calc(32/18);
  text-align: justify;
  width: 56%;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_img {
  border: 10px solid #fdeaf5;
  --radius: 30px;
  border-radius: var(--radius);
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_imgs {
  width: calc(100% - 372px);
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_imgs .h_img1 {
  width: 42.6%;
  aspect-ratio: 1;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_imgs .h_img2 {
  width: 54.8%;
  aspect-ratio: 36/45;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_img3 {
  position: absolute;
  width: 38.5%;
  aspect-ratio: 4/3;
  top: -40%;
  right: 15px;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_text {
  width: 372px;
  border-left: none;
  margin-bottom: 24px;
  padding: 20px 18px;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_title {
  font-size: 24px;
  font-family: "Source Han Sans Bold";
  color: var(--active-color);
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_title span {
  font-family: "Source Han Sans Bold";
  font-size: 41px;
  margin-right: 7px;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_desc {
  font-size: 18px;
  line-height: calc(26/18);
  color: #333;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item:nth-child(2n) .h_imgs {
  flex-direction: row-reverse;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item:nth-child(2n) .h_img3 {
  left: 15px;
  right: auto;
}
.h_container .h_frame .h_R .h_campus .h_list .h_item:nth-child(2n) .h_text {
  border-left: 10px solid #fdeaf5;
  border-right: none;
  border-radius: var(--radius) 0 0 var(--radius);
}
.h_container .h_frame .h_R .h_campus .h_bigImgBox {
  position: relative;
  aspect-ratio: 972/560;
}
.h_container .h_frame .h_R .h_campus .h_bigImgBox .h_btn {
  position: absolute;
  width: 40px;
  aspect-ratio: 0.9;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.h_container .h_frame .h_R .h_campus .h_bigImgBox .h_btn .icon {
  font-size: inherit;
}
.h_container .h_frame .h_R .h_campus .h_bigImgBox .h_btn.prev {
  left: 0;
}
.h_container .h_frame .h_R .h_campus .h_bigImgBox .h_btn.next {
  right: 0;
}
.h_container .h_frame .h_R .h_campus .h_bigImgBox .h_btn:hover {
  opacity: 1;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox {
  padding: 10px 50px;
  background: var(--active-color);
  background-image: url(../static/bg_h.png);
  position: relative;
  background-size: auto 100%;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .swiper-slide {
  cursor: pointer;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .swiper-slide .h_img {
  border: 2px solid #0000;
  aspect-ratio: 118/80;
  opacity: 0.6;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .swiper-slide.active .h_img {
  opacity: 1;
  border-color: #fff;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .h_btn {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .h_btn .icon {
  font-size: inherit;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .h_btn.prev {
  left: 10px;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .h_btn.next {
  right: 10px;
}
.h_container .h_frame .h_R .h_campus .h_swiperBox .h_btn:hover {
  opacity: 1;
}
.h_container .h_frame .h_R .h_campus .campusDetails {
  padding: 20px;
  background-color: #f1f1f1;
}
.h_container .h_frame .h_R .h_campus .campusDetails .h_t {
  padding-bottom: 16px;
  line-height: 20px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dfdfdf;
  font-family: 'Source Han Sans Medium';
}
.h_container .h_frame .h_R .h_campus .campusDetails .h_content {
  margin-top: 20px;
}
.h_container .h_frame .h_R .h_aList .h_box {
  padding: 12px 0;
  border-bottom: 1px dashed #999;
}
.h_container .h_frame .h_R .h_aList .h_box:last-child {
  border: none;
}
.h_container .h_frame .h_R .h_aList .h_box .h_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  animation-name: fadeInUp;
}
.h_container .h_frame .h_R .h_aList .h_box .h_item .h_name {
  color: #333;
  line-height: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 110px);
}
.h_container .h_frame .h_R .h_aList .h_box .h_item .h_date {
  color: #999;
  font-family: "Lato";
}
.h_container .h_frame .h_R .h_aList .h_box .h_item:hover .h_name {
  color: var(--active-color);
}
.h_container .h_frame .h_R .h_count {
  color: #333;
}
.h_container .h_frame .h_R .h_contact {
  padding: 0 25px;
  color: #333;
}
.h_container .h_frame .h_R .h_contact .h_name {
  font-size: 18px;
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs {
  width: 380px;
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg {
  margin-bottom: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg .h_icon {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--active-color);
  background-size: 21px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg .h_icon.dz {
  background-image: url(../static/icon3.png);
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg .h_icon.dh {
  background-image: url(../static/icon4.png);
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg .h_icon.yx {
  background-image: url(../static/icon5.png);
}
.h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg p {
  width: calc(100% - 45px);
  margin-top: 6px;
}
.h_container .h_frame .h_R .h_contact .h_box .h_map {
  border: 1px solid #cacaca;
  width: calc(100% - 410px);
}
.h_container .h_frame .h_R .h_contact .h_box .h_map .h_title {
  text-align: center;
  line-height: 32px;
  background: linear-gradient(0deg, #e6e6e6, #f1f1f1);
}
.h_container .h_frame .h_R .h_faqList {
  padding: 0 25px;
}
.h_container .h_frame .h_R .h_faqList .h_item .h_q {
  font-size: 22px;
  font-family: "Source Han Sans Medium";
  color: var(--active-color);
}
.h_container .h_frame .h_R .h_faqList .h_item .h_a {
  padding-left: 32px;
  color: #444;
  position: relative;
  line-height: 1.7;
  margin-top: 7px;
}
.h_container .h_frame .h_R .h_faqList .h_item .h_a::before {
  position: absolute;
  content: "答:";
  left: 0;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .h_container .h_frame .h_R .h_Title .title {
    font-size: 28px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text {
    width: 320px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_title {
    font-size: 22px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_title span {
    font-size: 32px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_imgs {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 1024px) {
  .h_container .h_banners {
    margin-top: 20px;
  }
  .h_container .h_frame .h_L {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
  }
  .h_container .h_frame .h_L .h_box .h_title {
    position: relative;
    cursor: pointer;
  }
  .h_container .h_frame .h_L .h_box .h_title::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 22px;
    border-top: 12px solid #fff;
    border-left: 9px solid #0000;
    border-right: 9px solid #0000;
  }
  .h_container .h_frame .h_L .h_box .h_subList {
    display: none;
  }
  .h_container .h_frame .h_L .h_text {
    display: none;
  }
  .h_container .h_frame .h_R {
    width: 100%;
    margin-top: calc(var(--w-padding)/2);
  }
  .h_container .h_frame .h_R .h_local {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .h_container .h_frame .h_R .h_Title .title {
    font-size: 24px;
  }
  .h_container .h_frame .h_L .h_title {
    padding: 12px 26px;
  }
  .h_container .h_frame .h_R .h_newsList .h_item .h_sr,
  .h_container .h_frame .h_R .h_newsList .h_item .h_date {
    display: none;
  }
  .h_container .h_frame .h_R .h_newsList .h_item .h_info {
    width: 100%;
  }
  .h_container .h_frame .h_R .h_newsList {
    margin-top: 0;
  }
  .h_container .h_frame .h_R .h_Title .newsTitle {
    font-size: 20px;
  }
  .h_container .h_frame .h_R .h_campus {
    padding: 0;
  }
  .h_container .h_frame .h_R .h_campus .h_Desc {
    width: 100%;
    font-size: 16px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item {
    align-items: center;
    gap: 20px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_img {
    aspect-ratio: 1 !important;
    width: calc(50% - 10px) !important;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_imgs {
    width: 100%;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_img3 {
    position: static;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text {
    width: calc(50% - 10px);
    margin: 0;
    border: 10px solid #fdeaf5 !important;
    border-radius: var(--radius) !important;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_desc {
    --lines: 7;
  }
  .h_container .h_frame .h_R .h_contact .h_box .h_msgs {
    width: 100%;
  }
  .h_container .h_frame .h_R .h_contact .h_box .h_map {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_container .h_banners {
    margin-top: 15px;
  }
  .h_container .h_banners img {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
  }
  .h_container .h_banners .h_title {
    font-size: 5.75vw;
  }
  .h_container .h_frame .h_L .h_box .h_title {
    font-size: 17px;
    padding: 10px 20px 8px;
  }
  .h_container .h_frame .h_L .h_box .h_title::after {
    border-top-width: 9px;
    border-left-width: 6px;
    border-right-width: 6px;
    top: 19px;
    right: 18px;
  }
  .h_container .h_frame .h_R .h_Title {
    margin: 15px 0;
  }
  .h_container .h_frame .h_R .h_Title .title {
    font-size: 20px;
  }
  .h_container .h_frame .h_R .h_Title .title::before {
    right: calc(100% + 18px);
  }
  .h_container .h_frame .h_R .h_Title .title::after {
    left: calc(100% + 18px);
  }
  .h_container .h_frame .h_R .h_Title .title::before,
  .h_container .h_frame .h_R .h_Title .title::after {
    width: 150px;
  }
  .h_container .h_frame .h_L .h_subList .h_li .h_item {
    padding: 10px 10px 7px;
    font-size: 16px;
  }
  .h_container .h_frame .h_R .h_local {
    padding: 0 18px;
  }
  .h_container .h_frame .h_R .h_local .label {
    background-size: 20px;
    padding-left: 23px;
  }
  .h_container .h_frame .h_R .h_details .h_content p {
    margin: 0 0 6px 0;
  }
  .h_container .h_frame .h_R .h_newsList .h_item {
    padding: 15px 0;
  }
  .h_container .h_frame .h_R .h_newsList .h_item .h_info .h_img {
    width: 148px;
  }
  .h_container .h_frame .h_R .h_newsList .h_item .h_info .h_text {
    width: calc(100% - 163px);
  }
  .h_container .h_frame .h_R .h_newsList .h_item .h_info .h_text .h_name {
    font-size: 16px;
    --lines: 2;
  }
  .h_container .h_frame .h_R .h_newsList .h_item .h_info .h_text .h_desc {
    font-size: 14px;
    --lines: 2;
    margin-top: 7px;
  }
  .h_container .h_frame .h_R .h_Title .newsTitle {
    font-size: 18px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item {
    align-items: center;
    gap: 14px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_img {
    --radius: 17px;
    aspect-ratio: 1 !important;
    width: calc(50% - 7px) !important;
    border-width: 6px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_imgs {
    width: 100%;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_img3 {
    position: static;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text {
    width: calc(50% - 7px);
    margin: 0;
    padding: 0;
    border: none !important;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_title {
    font-size: 18px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_title span {
    font-size: 24px;
  }
  .h_container .h_frame .h_R .h_campus .h_list .h_item .h_text .h_desc {
    font-size: 15px;
    --lines: 6;
  }
  .h_container .h_frame .h_R .h_aList .h_box .h_item .h_name {
    line-height: 38px;
  }
  .h_container .h_frame .h_R .h_details .h_content p {
    overflow: hidden;
  }
  .h_container .h_frame .h_R .h_details .h_content p br {
    display: none;
  }
  .h_container .h_frame .h_R .h_contact {
    padding: 0;
  }
  .h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg {
    margin-bottom: 15px;
  }
  .h_container .h_frame .h_R .h_contact .h_box .h_msgs .h_msg .h_icon {
    background-size: 16px auto;
  }
  .h_container .h_frame .h_R .h_faqList {
    padding: 0;
  }
  .h_container .h_frame .h_R .h_faqList .h_item .h_q {
    font-size: 18px;
  }
  .h_container .h_frame .h_R .h_faqList .h_item .h_a {
    font-size: 15px;
    padding-left: 27px;
  }
}
