.home-new,
.home-new * { box-sizing: border-box; }
.home-new {
  overflow-x: clip;
  overflow-y: visible;
  color: #526873;
  background: #EAF4F6;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.home-new a { color: inherit; text-decoration: none; }
.home-new a:focus,
.home-new a:active,
.home-new button:focus,
.home-new button:active,
.home-new [role="button"]:focus,
.home-new [role="button"]:active,
.home-new [tabindex]:focus,
.home-new [tabindex]:active {
  outline: 0 !important;
  box-shadow: none !important;
}
.home-new .wrap {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}
.home-new .placeholder {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 48%, rgba(255,255,255,.5) 49%, rgba(255,255,255,.5) 51%, transparent 52%),
    linear-gradient(45deg, transparent 48%, rgba(255,255,255,.42) 49%, rgba(255,255,255,.42) 51%, transparent 52%),
    #d7dee2;
}
.home-new .placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(160,173,181,.52);
  pointer-events: none;
}
.home-new .hero {
  position: relative;
  z-index: auto;
  height: 560px;
  color: #fff;
  overflow-x: clip !important;
  overflow-y: visible !important;
  background:
    linear-gradient(rgba(0, 64, 118, .42), rgba(0, 64, 118, .08) 24%, rgba(0, 64, 118, 0)),
    linear-gradient(135deg, transparent 49.5%, rgba(255, 255, 255, .42) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, .35) 50%, transparent 50.5%),
    #cfd9de;
  background-size: auto, 100% 100%, 100% 100%, auto;
}
.home-new .hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 70px;
  background: linear-gradient(rgba(234,244,246,0), #EAF4F6);
  pointer-events: none;
}
.home-new .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.home-new .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .85s ease, transform 6s ease;
}
.home-new .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 64, 118, .42), rgba(0, 64, 118, .08) 26%, rgba(0, 64, 118, 0)),
    linear-gradient(90deg, rgba(0, 45, 76, .18), rgba(0, 45, 76, 0) 45%);
}
.home-new .hero-slide.active {
  opacity: 1;
  transform: scale(1);
}
.home-new .nav {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  isolation: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 28px;
}
.home-new .nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 99vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 108, 121, .46) 0%, rgba(49, 149, 162, .16) 54%, rgba(49, 149, 162, 0) 100%);
  transform: translateX(-50%);
  pointer-events: none;
}
.home-new .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.home-new .nav .brand-logo {
  display: block;
  width: 252px;
  height: 58px;
  object-fit: contain;
}
.home-new .seal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: rgba(49, 149, 162, .88);
  font-size: 11px;
  font-weight: 700;
}
.home-new .brand-title {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .5px;
}
.home-new .brand-en {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  opacity: .88;
  text-transform: uppercase;
}
.home-new .menu {
  display: flex;
  gap: 38px;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,80,92,.32);
}
.home-new .menu-item {
  position: relative;
  height: 92px;
  display: flex;
  align-items: center;
}
.home-new .menu a {
  display: block;
  color: inherit;
}
.home-new .menu > .menu-item > a {
  position: relative;
  padding: 33px 0 25px;
  white-space: nowrap;
  transition: color .18s ease, text-shadow .18s ease;
}
.home-new .menu > .menu-item:hover > a {
  color: #fff;
  text-shadow: 0 2px 10px rgba(255,255,255,.34), 0 2px 8px rgba(0,55,100,.35);
}
.home-new .menu > .menu-item > a.active::after,
.home-new .menu > .menu-item.active > a::after,
.home-new .menu > .menu-item:hover > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 34px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #EAF4F6, #3195A2);
  transform: translateX(-50%);
}
.index-page.home-new .nav,
.admission-page.home-new .nav {
  position: relative;
  z-index: 3;
  height: 92px;
}
.index-page.home-new .menu > .menu-item > a.active::after,
.index-page.home-new .menu > .menu-item.active > a::after,
.index-page.home-new .menu > .menu-item:hover > a::after,
.admission-page.home-new .menu > .menu-item > a.active::after,
.admission-page.home-new .menu > .menu-item.active > a::after,
.admission-page.home-new .menu > .menu-item:hover > a::after,
.topbar-home-new.home-new .menu > .menu-item > a.active::after,
.topbar-home-new.home-new .menu > .menu-item.active > a::after,
.topbar-home-new.home-new .menu > .menu-item:hover > a::after {
  height: 2px;
  background: #3195A2;
}
.home-new .submenu {
  position: absolute;
  top: 92px;
  left: 50%;
  z-index: 20;
  min-width: 100%;
  width: max-content;
  padding: 0;
  border: 1px solid rgba(49, 149, 162, .16);
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 16px 26px rgba(16, 83, 96, .14);
  color: #1f3f4a;
  text-shadow: none;
  overflow: visible !important;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transform: translateX(-50%);
  transform-origin: top center;
  transition: opacity .42s ease, max-height .68s ease, visibility .42s ease;
}
.home-new .submenu::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  opacity: .8;
  border-radius: inherit;
  pointer-events: none;
}
.index-page.home-new .submenu,
.admission-page.home-new .submenu {
  top: 92px;
  border-radius: 10px;
  background: transparent;
}
.home-new .submenu::before {
  content: none;
}
.home-new .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 720px;
}
.home-new .submenu-row {
  position: relative;
  z-index: 1;
}
.home-new .nav,
.home-new .menu,
.home-new .menu-item {
  overflow: visible !important;
}
.home-new .nav {
  z-index: 2147483647 !important;
}
.home-new .menu,
.home-new .menu-item {
  z-index: 2147483646 !important;
}
.home-new .submenu {
  z-index: 2147483645 !important;
}
.home-new .submenu-row:has(.submenu-third a) > a::before {
  content: "›";
  position: absolute;
  top: 50%;
  right: 16px;
  pointer-events: none;
  color: #3195A2;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.home-new .submenu-third {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  z-index: 2147483647;
  min-width: 170px;
  border: 1px solid rgba(49, 149, 162, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 16px 26px rgba(16, 83, 96, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.home-new .submenu-third:not(:has(a)) {
  display: none !important;
  border: 0;
  box-shadow: none;
}
.home-new .submenu-third::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 10px;
  height: 100%;
}
.home-new .submenu-row:hover > .submenu-third {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.home-new .submenu-third a {
  display: block;
  min-width: 170px;
  padding: 12px 22px;
  color: #55717a;
  font-size: 14px;
}
.hero:has(> .topbar-home-new.home-new),
.placeholder:has(> .topbar-home-new.home-new) {
  position: relative;
  z-index: auto !important;
  overflow: visible !important;
}
.topbar-home-new.home-new {
  position: relative;
  z-index: 2147483640 !important;
  overflow: visible !important;
}
.hero:has(> .topbar-home-new.home-new) + .main-wrap,
.placeholder:has(> .topbar-home-new.home-new) + .main-wrap {
  position: relative;
  z-index: 2 !important;
}
.home-new .submenu a {
  position: relative;
  z-index: 1;
  min-width: 152px;
  padding: 13px 22px;
  border-bottom: 1px solid rgba(49, 149, 162, .1);
  border-radius: 0;
  background: transparent;
  color: #1f3f4a;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease;
}
.home-new .submenu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 0;
  height: 3px;
  border-radius: 4px;
  background: #3195A2;
  transform: translateX(-50%);
  transition: width .18s ease;
}
.home-new .submenu a:last-child {
  border-bottom: 0;
}
.home-new .submenu a:hover {
  color: #3195A2;
  background: transparent;
}
.home-new .submenu a:hover::after {
  width: 34px;
}
.home-new .dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.home-new .dots span,
.home-new .dots button {
  display: block;
  width: 18px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  cursor: pointer;
  transition: width .22s ease, background .22s ease;
}
.home-new .dots span.active,
.home-new .dots button.active {
  width: 42px;
  background: #3195A2;
}
.home-new .section {
  padding: 30px 0 30px;
  background: #EAF4F6;
}
.home-new .section.notice {
  background: url("../images/tzggbj.png") no-repeat center / 100% 100%;
}
.home-new .section-head {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  margin-bottom: 28px;
  color: #3195A2;
}
.home-new .section-head h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 34px;
  width: 360px;
  font-size: 30px;
  line-height: 1;
  color: #324b5a;
  white-space: nowrap;
}
.home-new .section-head .title-bg {
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 0;
  width: 360px;
  height: 38px;
  background: url("../images/titlebg.png") no-repeat left center / 100% 100%;
  pointer-events: none;
}
.home-new .section-head h2 em {
  color: #3195A2;
  font-style: normal;
}
.home-new .section-head h2 span {
  color: #9aaeb5;
  opacity: 1;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.home-new .section-head .head-fill {
  order: 1;
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}
.home-new .section-head .head-fill img {
  display: block;
  width: 100%;
  height: 35px;
}
.home-new .more-round {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border: 2px dashed #3195A2;
  border-radius: 50%;
  color: #3195A2;
  font-size: 16px;
  line-height: 1.2;
  background: rgba(255,255,255,.56);
  text-align: center;
}
.home-new .campus-news {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 560px;
}
.home-new .main-news {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 560px;
  min-height: 560px;
  overflow: hidden;
  box-shadow: 0 12px 22px rgba(49,149,162,.08);
}
.home-new .main-news-image {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.home-new .main-news-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-new .main-news-caption {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 96px;
  padding: 18px 78px 18px 132px;
  background: #3195A2;
  color: #fff;
}
.home-new .main-news-date {
  position: absolute;
  left: 24px;
  top: -34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 82px;
  padding-top: 14px;
  overflow: hidden;
  border: 4px solid #e8fbfc;
  border-radius: 10px;
  outline: 2px dashed #3195A2;
  outline-offset: -10px;
  background: #eefafa;
  color: #3195A2;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.home-new .main-news-date small {
  display: block;
  width: 90%;
  margin-top: auto;
  padding: 6px 0 5px;
  background: #3195A2;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.home-new .main-news-title {
  display: -webkit-box;
  width: 100%;
  max-width: 425px;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.home-new .main-news-arrow {
  position: absolute;
  right: 34px;
  top: 50%;
  width: 62px;
  height: 24px;
  transform: translateY(-50%);
}
.home-new .main-news-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: #fff;
  transform: translateY(-50%);
}
.home-new .main-news-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 3px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.home-new .news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px 20px;
  background: #fff;
}
.home-new .news-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-height: 120px;
  padding-bottom: 18px;
  border-bottom: 2px solid #D1D5DB;
  outline: 0;
}
.home-new .news-row:focus,
.home-new .news-row:active {
  outline: 0;
  box-shadow: none;
}
.home-new .news-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.home-new .news-row > div {
  flex: 1 1 auto;
  min-width: 0;
}
.home-new .news-row .news-title {
  margin: 0 0 8px;
  color: #1F2929;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-new .news-row .news-time {
  display: block;
  margin-bottom: 8px;
  color: #3195A2;
  font-size: 18px;
  font-weight: 400;
}
.home-new .news-row .news-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin: 0;
  color: #626969;
  font-size: 18px;
  line-height: 1.65;
}
.home-new .news-thumb {
  display: block;
  width: 218px;
  height: 138px;
  flex: 0 0 218px;
  background-position: center;
  background-size: cover;
}
.home-new .notice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 28px;
}
.home-new .notice-card {
  display: grid;
  grid-template-columns: 70px 1px minmax(0,1fr);
  column-gap: 22px;
  align-items: center;
  min-height: 104px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(49,149,162,.08);
  border-bottom: 3px solid #3195A2;
}
.home-new .notice-divider {
  width: 1px;
  height: 58px;
  background: #d8ecef;
}
.home-new .date-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  justify-self: center;
  border-radius: 50%;
  background: #3195A2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 8px rgba(49,149,162,.12);
}
.home-new .date-circle-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.home-new .date-circle small {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
}
.home-new .notice-card .notice-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 16px;
  color: #405866;
  font-size: 20px;
  line-height: 1.5;
}
.home-new .notice-card .arrow {
  display: block;
  width: 58px;
  height: 20px;
  margin-left: auto;
  border: 0;
  background: url("../images/greenright.png") center / contain no-repeat;
  transform: none;
}
.home-new .notice-card .arrow::before,
.home-new .notice-card .arrow::after {
  content: none;
  display: none;
  border: 0;
}
.home-new .info-carousel { position: relative; display: block; }
.home-new .circle-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #3195A2;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.home-new .circle-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transform: translateY(-3px);
}
.home-new .info-prev .circle-arrow-icon { transform: translate(-1px,-3px); }
.home-new .info-next .circle-arrow-icon { transform: translate(1px,-3px); }
.home-new .info-prev { left: -68px; }
.home-new .info-next { right: -68px; }
.home-new .info-viewport { overflow: hidden; }
.home-new .info-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}
.home-new .info-grid {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.home-new .info-card {
  min-width: 0;
  background: #fff;
  box-shadow: 0 12px 22px rgba(49,149,162,.07);
}
.home-new .info-pic {
  display: block;
  height: 150px;
  margin: 16px 16px 0;
  background-position: center;
  background-size: cover;
}
.home-new .info-card-body {
  min-width: 0;
  padding: 16px 18px 20px;
}
.home-new .info-card .info-title {
  margin: 0 0 10px;
  color: #1F2929;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-new .info-card .info-title a {
  color: inherit;
}
.home-new .info-card .info-desc {
  display: -webkit-box;
  min-height: 54.4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 12px;
  color: #5E707C;
  font-size: 16px;
  line-height: 1.7;
}
.home-new .info-card .info-time {
  display: block;
  margin-bottom: 14px;
  color: #97a8ae;
  font-size: 16px;
}
.home-new .pill-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  padding: 0 15px;
  border: 1px solid #3195A2;
  border-radius: 14px;
  color: #3195A2;
  font-size: 20px;
}
.home-new .info-track .pill-link {
  font-size: 16px;
}
.home-new .pill-link::after {
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  background: url("../images/right-icon.png") center / contain no-repeat;
}
.home-new .campus-style {
  position: relative;
  overflow: hidden;
}
.home-new .style-bg-left{
  width: 520px !important;
  height: 320px !important;
  background-size:100% 100% !important;
}
.home-new .style-bg-right{
  width: 520px !important;
  height: 180px !important;
  background-size:100% 100% !important;

}
.home-new .style-bg-left,
.home-new .style-bg-right {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 32%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.home-new .style-bg-left {
  left: calc((100% - 100vw) / 2);
  width: 38%;
  border-radius: 110px 110px 0 0;
  background-color: #3195A2;
  background-image: none;
  background-position: left bottom;
}
.home-new .style-bg-left .style-bg-main-img {
  position: absolute;
  left: 35%;
  top: -5px;
  display: block;
  max-width: 35%;
  height: auto;
  transform: translate(-50%, -100%);
}
.home-new .style-bg-left .style-bg-text-img {
  position: absolute;
  left: -44px;
  top: 10px;
  display: block;
  width: 89%;
  height: 89%;
  object-fit: contain;
}
.home-new .style-bg-right {
  right: calc((100% - 100vw) / 2);
  background-image: url("../images/xxgkbgright.png");
  background-position: right bottom;
}
.home-new .style-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  min-height: 500px;
}
.home-new .motto {
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 22px 18px;
  color: #fff;
  background: #3195A2;
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
}
.home-new .mosaic {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(10, minmax(0, 1fr));
  gap: 10px;
  aspect-ratio: 700 / 341;
}
.home-new .mosaic a {
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 22px rgba(49,149,162,.07);
}
.home-new .mosaic .style-item-1 {
  grid-column: 1 / 7;
  grid-row: 1 / 6;
}
.home-new .mosaic .style-item-2 {
  grid-column: 1 / 4;
  grid-row: 6 / 11;
}
.home-new .mosaic .style-item-3 {
  grid-column: 4 / 7;
  grid-row: 6 / 11;
}
.home-new .mosaic .style-item-4 {
  grid-column: 7 / 10;
  grid-row: 1 / 11;
}
.home-new .mosaic .style-item-5 {
  grid-column: 10 / 13;
  grid-row: 1 / 8;
}
.home-new .mosaic .style-item-6 {
  grid-column: 10 / 13;
  grid-row: 8 / 11;
}
.home-new .mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-new .feature-panel {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0;
  padding: 44px 20px;
  background: #fff;
}
.home-new .feature-item {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 142px;
  padding: 0 18px;
  color: #3195A2;
  text-align: center;
  border-right: 1px solid #d8e8eb;
}
.home-new .feature-item:last-child { border-right: 0; }
.home-new .feature-icon {
  display: block;
  width: 108px;
  height: 108px;
}
.home-new .feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-new .feature-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}
.home-new .reveal-left,
.home-new .reveal-right {
  opacity: 0;
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
.home-new .reveal-left { transform: translateX(-70px); }
.home-new .reveal-right { transform: translateX(70px); }
.home-new .is-visible .reveal-left,
.home-new .is-visible .reveal-right,
.home-new .reveal-left.is-visible,
.home-new .reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.home-new .is-visible .delay-1 { transition-delay: .08s; }
.home-new .is-visible .delay-2 { transition-delay: .16s; }
.footer {
  padding: 20px 0 8px;
  color: rgba(255, 255, 255, .92);
  background: #3195A2;
}
.footer .wrap {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 48px;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}
.footer-main {
  min-width: 0;
  display: grid;
  grid-template-columns: 250px 280px minmax(260px, 1fr);
  gap: 34px;
  align-items: stretch;
  font-size: 15px;
}
.footer-brand-block {
  display: block;
  min-width: 0;
  height: auto;
}
.footer .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #fff;
}
.footer .brand-logo {
  display: block;
  width: 190px;
  height: 44px;
  object-fit: contain;
}
.footer .brand-title {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .5px;
}
.footer .brand-en {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  opacity: .88;
  text-transform: uppercase;
}
.footer-slogan {
  max-width: 210px;
  margin: 0;
  line-height: 1.8;
}
.footer-slogan-image {
  width: 210px !important;
  height: 56px;
  min-height: 56px;
  margin-top: 10px;
  max-width: 100% !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 80%;
}
.footer .seal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: rgba(49, 149, 162, .88);
  font-size: 11px;
  font-weight: 700;
}
.footer p {
  margin: 6px 0;
  line-height: 1.8;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  min-width: 0;
  height: 100%;
  gap: 8px;
  width: 100%;
}
.footer-contact div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
}
.footer-contact span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
  line-height: 1;
}
.footer-contact span img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer-contact p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.footer-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  height: 100%;
  align-self: stretch;
}
.footer-links-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.footer-links-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.6;
  overflow: visible;
  white-space: normal;
}
.footer-links-list a::after { content: none; }
.footer-links-list a:hover {
  color: #fff;
}
.qr-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  gap: 0;
  width: 100%;
  align-self: end;
}
.qr {
  text-align: center;
  font-size: 14px;
}
.qr-box {
  margin-top: 0;
  width: 100%;
  height: 108px;
  margin-bottom: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #d7dee2;
}
.qr-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qr-address {
  display: grid;
  grid-template-columns: 36px max-content;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}
.qr-address span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.qr-address span img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.qr-address p {
  margin: 0;
  line-height: 1.8;
}
.footer-bottom {
  padding: 12px 0 2px;
  text-align: center;
  font-size: 14px;
}
.footer-address {
  margin: 0 0 4px !important;
}
.footer .copyright {
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright span {
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 1080px) {
  .home-new .menu { gap: 18px; }
  .home-new .campus-news,
  .home-new .notice-grid,
  .home-new .info-grid,
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-links { grid-column: 1 / 3; }
  .home-new .circle-arrow { display: none; }
  .home-new .style-layout { grid-template-columns: 1fr; }
  .home-new .motto {
    min-height: auto;
    writing-mode: horizontal-tb;
    letter-spacing: 2px;
  }
}
@media (max-width: 720px) {
  .home-new .wrap { width: min(100% - 24px, 1400px); }
  .home-new .nav {
    height: auto;
    padding: 18px 0;
  }
  .home-new .menu { display: none; }
  .home-new .hero { height: 380px; }
  .home-new .section { padding-top: 38px; }
  .home-new .section-head { gap: 12px; }
  .home-new .section-head h2 {
    padding-right: 0;
    width: 260px;
    font-size: 24px;
  }
  .home-new .section-head .title-bg {
    top: 17px;
    width: 260px;
    height: 28px;
  }
  .home-new .section-head h2 span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
  }
  .home-new .campus-news,
  .home-new .notice-grid,
  .home-new .info-grid,
  .footer-grid,
  .home-new .feature-panel { grid-template-columns: minmax(0,1fr); }
  .home-new .campus-news { min-height: auto; }
  .home-new .news-row { flex-direction: column; }
  .home-new .main-news { height: 330px; min-height: 330px; }
  .home-new .main-news-caption {
    min-height: 88px;
    padding: 16px 56px 16px 96px;
  }
  .home-new .main-news-date {
    left: 16px;
    top: -28px;
    width: 62px;
    height: 72px;
    padding-top: 12px;
    font-size: 24px;
  }
  .home-new .main-news-date small { font-size: 11px; }
  .home-new .main-news-arrow {
    right: 22px;
    width: 38px;
    height: 18px;
  }
  .home-new .news-thumb {
    width: 100%;
    flex-basis: auto;
    height: 150px;
  }
  .home-new .mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(6, 150px);
    aspect-ratio: auto;
  }
  .home-new .mosaic .style-item-1,
  .home-new .mosaic .style-item-2,
  .home-new .mosaic .style-item-3,
  .home-new .mosaic .style-item-4,
  .home-new .mosaic .style-item-5,
  .home-new .mosaic .style-item-6 {
    grid-column: auto;
    grid-row: auto;
  }
  .home-new .feature-item {
    border-right: 0;
    border-bottom: 1px solid #d8e8eb;
    padding: 22px 0;
  }
  .home-new .feature-item:last-child { border-bottom: 0; }
  .footer .wrap { width: min(100% - 24px, 1400px); }
  .qr-wrap { justify-content: flex-start; }
  .footer-main { grid-template-columns: minmax(0, 1fr); }
  .footer-links { grid-column: auto; }
  .footer-grid { gap: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-new .reveal-left,
  .home-new .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
