@charset "UTF-8";
.tit-en {
  text-transform: uppercase;
}

.zoom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s all ease;
}
.zoom-img:hover img {
  transform: scale(1.2);
}

.hover-zoom {
  transition: 0.4s transform ease;
}
.hover-zoom:hover {
  transform: scale(1.1);
}

.hover-bg {
  transition: 0.3s background ease;
}
.hover-bg:hover {
  background: #f5f5f5;
}

.hover-opacity {
  transition: 0.3s opacity ease;
}
.hover-opacity:hover {
  opacity: 0.8;
}

.preview-img {
  cursor: pointer;
}

#spotlight .header div {
  box-sizing: content-box;
}

.page-back-top {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  transform: scale(0);
  transition: 0.3s transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
.page-back-top.is-active {
  transform: scale(1);
}
.page-back-top i {
  display: block;
  background-image: url("../../img/common/icon-back-top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-back-top span {
  color: #666;
  line-height: 1;
}

.slide-pagination {
  position: absolute;
  width: auto !important;
  left: 50% !important;
  z-index: 2;
  transform: translateX(-50%);
}
.slide-pagination .swiper-pagination-bullet {
  border: none;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
  border-color: #fff !important;
}

.layui-pager {
  display: flex;
  justify-content: center;
  user-select: none;
}
.layui-pager .layui-laypage a {
  color: #333;
  border: 1px solid #eee;
}
.layui-pager .layui-laypage-em {
  background: #F18423 !important;
}

.swiper-preset-switch {
  position: relative;
}
.swiper-preset-switch .slide-button {
  background-image: url("../../img/common/icon-prev-plain.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
.swiper-preset-switch .slide-button-next {
  transform: rotate(-180deg);
}

.swiper-preset-certificate {
  margin: 0 auto;
  position: relative;
}
.swiper-preset-certificate .swiper-wrapper {
  align-items: flex-end;
}
.swiper-preset-certificate .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  transform-origin: bottom;
}
.swiper-preset-certificate .swiper-slide-visible {
  z-index: 3;
}
.swiper-preset-certificate .swiper-slide-prev, .swiper-preset-certificate .swiper-slide-next {
  z-index: 4;
}
.swiper-preset-certificate .swiper-slide-active {
  z-index: 5;
}
.swiper-preset-certificate .slide-button {
  cursor: pointer;
  position: absolute;
  transition: 0.3s all ease;
}
.swiper-preset-certificate .slide-button-next {
  transform: rotate(-180deg);
}

/** 大屏样式 */
.page {
  min-height: 80vh;
  padding-top: 1.25rem;
}

.page-banner {
  position: relative;
  color: #fff;
}
.page-banner .title {
  position: absolute;
  left: 2.825rem;
  top: 2.1875rem;
  z-index: 2;
}
.page-banner .title h1 {
  font-size: 0.8rem;
  line-height: 1.1625rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.page-banner .title h1::before, .page-banner .title h1::after {
  content: " ";
  display: block;
  position: absolute;
  background: #F18423;
  left: -0.825rem;
  top: -0.35rem;
}
.page-banner .title h1::before {
  width: 1.05rem;
  height: 0.275rem;
}
.page-banner .title h1::after {
  width: 0.275rem;
  height: 1.05rem;
}
.page-banner .title p {
  font-size: 0.4rem;
  line-height: 0.575rem;
  text-transform: uppercase;
}
.page-banner img {
  height: 6.25rem;
}

.page-navbar {
  display: flex;
  align-items: center;
  height: 1.25rem;
  padding: 0 2rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0.025rem 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.page-navbar .navbar-logo {
  flex-shrink: 0;
  display: block;
  height: 0.75rem;
}
.page-navbar .navbar-logo img {
  width: auto;
  height: 100%;
}
.page-navbar .navbar-contact {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #F18423;
  font-size: 0.35rem;
  font-weight: bold;
  font-family: D-DIN, sans-serif;
}
.page-navbar .navbar-contact img {
  width: 0.275rem;
  height: 0.275rem;
  margin-right: 0.125rem;
}
.page-navbar .navbar-menu {
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: 1rem;
  position: relative;
  z-index: 2;
}
.page-navbar .navbar-menu-item {
  position: relative;
}
.page-navbar .navbar-menu-item,
.page-navbar .navbar-menu-item > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-navbar .navbar-menu-item > .title {
  width: 100%;
  min-width: 1.25rem;
  padding: 0 0.4rem;
  color: #333;
  font-size: 0.225rem;
  line-height: 0.325rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s all ease;
}
.page-navbar .navbar-menu-item:hover > .title, .page-navbar .navbar-menu-item.is-active > .title {
  font-weight: bold;
}
.page-navbar .navbar-menu-item:hover > .title {
  color: #F18423;
  font-weight: bold;
}
.page-navbar .navbar-menu-item.is-active > .title {
  color: #fff;
  background: #F18423;
}

.page-container {
  padding: 0 2rem;
}

.page-back-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 1.25rem;
  bottom: 1.75rem;
  width: 0.875rem;
  height: 0.875rem;
  background: #f18423;
  border-radius: 0.05rem;
}
.page-back-top::after {
  content: "回到顶部";
  display: block;
  color: #fff;
  font-size: 0.175rem;
  line-height: 0.275rem;
}
.page-back-top i {
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.025rem;
  margin-bottom: 0.075rem;
  background-image: url("../../img/common/icon-top.png");
}
.page-back-top span {
  display: none;
}

.page-footer {
  color: #fff;
  padding: 0 2rem 0.9rem;
  background: #333;
  position: relative;
}
.page-footer .footer-top .logo,
.page-footer .footer-center .menu-list {
  min-width: 11.25rem;
}
.page-footer .footer-top {
  display: flex;
  align-items: center;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page-footer .footer-top .logo img {
  width: auto;
  height: 0.875rem;
}
.page-footer .footer-top .contact {
  font-size: 0.3rem;
  line-height: 0.4375rem;
  font-weight: bold;
}
.page-footer .footer-center {
  display: flex;
  padding: 0.375rem 0;
}
.page-footer .footer-center .menu-list {
  display: flex;
  align-items: center;
}
.page-footer .footer-center .menu-item {
  padding: 0 0.325rem;
  font-size: 0.2rem;
  line-height: 0.2875rem;
  position: relative;
}
.page-footer .footer-center .menu-item::after {
  content: " ";
  display: block;
  width: 0.025rem;
  height: 0.175rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-footer .footer-center .menu-item:first-of-type {
  padding-left: 0;
}
.page-footer .footer-center .menu-item:last-of-type::after {
  display: none;
}
.page-footer .footer-center .info-item {
  font-size: 0.2rem;
  line-height: 0.2875rem;
}
.page-footer .footer-center .info-item + .info-item {
  margin-top: 0.2rem;
}
.page-footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.9rem;
  padding: 0 2rem;
  background: #292929;
  font-size: 0.175rem;
  line-height: 0.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page-footer .footer-copyright span + span {
  margin-left: 2em;
}

.slide-pagination {
  bottom: 0.25rem !important;
}
.slide-pagination .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.0375rem;
  border-radius: 0;
}
.slide-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.15rem;
}

.swiper-preset-switch .slide-button {
  width: 0.925rem;
  height: 0.925rem;
  top: calc(50% - 0.4625rem);
}
.swiper-preset-switch .slide-button:hover {
  background-image: url("../../img/common/icon-prev.png");
}
.swiper-preset-switch .slide-button-prev {
  left: -1.6rem;
}
.swiper-preset-switch .slide-button-next {
  right: -1.6rem;
}

.swiper-preset-certificate {
  padding: 0 0.5rem;
}
.swiper-preset-certificate .swiper-container {
  padding: 0 0.1rem;
  overflow: hidden;
}
.swiper-preset-certificate .swiper-slide {
  justify-content: center;
  min-height: 7rem;
}
.swiper-preset-certificate .img {
  flex-shrink: 0;
  width: 4.5rem;
  border-radius: .15rem;
}
.swiper-preset-certificate .name {
  margin-top: 0.2875rem;
  color: #666;
  font-size: 0.275rem;
  line-height: 0.4rem;
}
.swiper-preset-certificate .swiper-slide-active .name {
  color: #333;
}
.swiper-preset-certificate .slide-button {
  width: 0.75rem;
  height: 0.75rem;
  top: calc(50% - 0.375rem);
  border-radius: 50%;
}
.swiper-preset-certificate .slide-button::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/icon-prev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.swiper-preset-certificate .slide-button:hover {
  opacity: 0.8;
}
.swiper-preset-certificate .slide-button-prev {
  right: calc(100% + 0.2rem);
}
.swiper-preset-certificate .slide-button-next {
  left: calc(100% + 0.2rem);
}

.layui-pager .layui-box {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.layui-pager a + a,
.layui-pager a + span,
.layui-pager span + a {
  margin-left: 0.175rem;
}
.layui-pager .layui-laypage a,
.layui-pager .layui-laypage span,
.layui-pager .layui-laypage-spr {
  height: 0.45rem !important;
  padding: 0 0.175rem !important;
  font-size: 0.2rem;
  line-height: 0.45rem;
}

.magnifier-img::before {
  content: " ";
  display: block;
  width: 0.225rem;
  height: 0.225rem;
  background-image: url("../../img/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.075rem;
  top: 0.075rem;
  z-index: 2;
}
.magnifier-img::after {
  content: " ";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(216, 216, 216, 0.1);
  border: 0.0125rem solid rgba(230, 230, 230, 0.5);
  position: absolute;
  right: 0;
  top: 0;
}

.panel-title {
  text-align: center;
}
.panel-title.is-dark {
  font-size: 0.525rem;
  line-height: 0.7625rem;
  font-weight: bold;
}
.panel-title.is-dark p {
  margin-bottom: 0.1rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.panel-title.is-dark h2 {
  color: #000;
  font-size: inherit;
}
.panel-title.is-primary {
  font-weight: bold;
}
.panel-title.is-primary h2 {
  font-size: 0.475rem;
  line-height: 0.6875rem;
}
.panel-title.is-primary p {
  color: #F18423;
  font-size: 0.375rem;
  line-height: 0.5375rem;
  text-transform: uppercase;
  opacity: 0.3;
}
.panel-title.is-left {
  text-align: left;
}

.btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.125rem 0.3rem;
  border-radius: 0.5rem;
  border: 1px solid #F18423;
  color: #F18423;
  font-size: 0.2rem;
  line-height: 0.2875rem;
  transition: 0.3s all ease;
}
.btn-detail .icon {
  width: 0.25rem;
  height: 0.15rem;
  margin-left: 12px;
  background-image: url("../../img/common/icon-go2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-detail:hover, .btn-detail.is-active {
  color: #fff;
  background: #F18423;
}
.btn-detail:hover .icon, .btn-detail.is-active .icon {
  background-image: url("../../img/common/icon-go.png");
}
.btn-detail.is-active:hover {
  opacity: 0.9;
}