@charset "utf-8";
/**
 * @Description: 【南宫28NG相信手机版】网站主要样式
 * @Author: MaXueWei
 * @Date: 2024-1-25 09:24:53
 * @LastEditors: MaXueWei
 * @LastEditTime: 2024-5-10 10:22:04
 */
@font-face {
  font-family: "HYJunhei-85J";
  src: url('http://www-obs.ilyssyy.com/font/HYJunHei-85W.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HYJunhei-35J";
  src: url('http://www-obs.ilyssyy.com/font/HYJunHei-35W.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HYJunhei-65J";
  src: url('http://www-obs.ilyssyy.com/font/HYJunHei-65W.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HYJunhei-65J";
}
a {
  text-decoration: none;
  outline: none;
}
html {
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
}
html.no-scroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}
button {
  cursor: pointer;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image img {
  transition: transform 0.4s;
  width: 100%;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}
main {
  position: relative;
  z-index: 10;
}
section {
  position: relative;
  z-index: 9;
}
/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 690px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 749px) {
  .m-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .pc-hide {
    display: none !important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 750px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 49%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 2%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18.4%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15.5%;
    margin-right: 1.4%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 1.4%;
  }
}
@media screen and (max-width: 749px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-6 {
  -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 图片放大插件 Start ==================== */
.viewer-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewer-list > li img {
  width: 100% !important;
  height: auto !important;
  transform: translate(0, 0) !important;
}
/* ==================== 图片放大插件 End ==================== */
/* ==================== ElementUI Start ==================== */
.el-table-filter__bottom {
  font-size: 12px;
}
/* ==================== ElementUI End ==================== */
/* ==================== 头部导航样式 Start ==================== */
header.black .common-header {
  background-color: #121212;
}
header.gray .common-header {
  background-color: #F5F5F7;
}
header.gray .common-header .logo {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
header.gray .common-header .menu,
header.gray .common-header .search,
header.gray .common-header .shop {
  color: #000;
}
header.white .common-header {
  background-color: #fff;
}
header.white .common-header .logo {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
header.white .common-header .menu,
header.white .common-header .search,
header.white .common-header .shop {
  color: #000;
}
header.white2 .common-header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.521vw);
  -webkit-backdrop-filter: blur(0.521vw);
}
header.white2 .common-header .logo {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
header.white2 .common-header .menu,
header.white2 .common-header .search,
header.white2 .common-header .shop {
  color: #000;
}
header.sticky .common-header {
  background-color: transparent;
}
.common-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 999;
  transform: translateX(-50%);
  transition: background-color 0.4s;
}
.common-header .svg-icon {
  font-size: 0;
}
.common-header .mobile-nav {
  position: relative;
}
.common-header .mobile-nav,
.common-header .mobile-menus {
  display: block;
}
.common-header .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
}
.common-header .left-head,
.common-header .right-head {
  display: flex;
  align-items: center;
}
.common-header .right-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.common-header .menu {
  font-size: 40px;
  color: #fff;
  margin-left: 20px;
}
.common-header .search,
.common-header .shop {
  font-size: 30px;
  color: #fff;
  display: block;
}
.common-header .logo {
  text-align: center;
  font-size: 12px;
  height: 40px;
}
.common-header .logo img {
  height: 100%;
}
.common-header .shop {
  margin-left: 30px;
}
.common-header .language {
  width: 18px;
  height: 18px;
  background: url(../images/m-icon/language.svg) no-repeat center center;
  background-size: 100%;
}
.common-header .search-form {
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 100%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.common-header .search-form .body {
  padding: 20px;
  display: flex;
  align-items: stretch;
}
.common-header .search-form.active {
  opacity: 1;
  visibility: visible;
}
.common-header .search-form input {
  min-width: 0;
  flex-grow: 1;
  border: 1px solid #ECECEC;
  padding: 0 20px;
  color: #333;
  font-size: 26px;
}
.common-header .search-form button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.common-header .search-form button:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background: url(../images/m-icon/search.svg) no-repeat center center;
  background-size: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.common-header .search-form .link {
  display: none;
  margin-top: 10px;
  padding-left: 10px;
}
.common-header .search-form .link .title {
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}
.common-header .search-form .link ul {
  padding-bottom: 10px;
}
.common-header .search-form .link ul > li {
  transition: all 0.4s;
  border-radius: 5px;
}
.common-header .search-form .link ul > li:last-child {
  margin-bottom: 0;
}
.common-header .search-form .link ul > li > a {
  display: block;
  color: #0071E3;
  font-size: 12px;
  line-height: 1.1;
  padding: 4px 0;
}
.common-header .search-form .link ul > li .icon {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-menus {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  width: 100%;
  transition: all 0.2s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.mobile-menus.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menus.active .nav-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menus .nav-box {
  width: 90%;
  background-color: #fff;
  overflow: auto;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  transform: translateX(-100%);
  opacity: 1;
  visibility: hidden;
  transition: all 0.4s;
}
.mobile-menus .nav-box .close {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin: 15px auto 0;
  margin-right: 20px;
}
.mobile-menus .nav-box .close:before,
.mobile-menus .nav-box .close:after {
  content: "";
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-menus .nav-box .close:before {
  width: 100%;
  height: 1px;
}
.mobile-menus .nav-box .close:after {
  width: 1px;
  height: 100%;
}
.mobile-menus .nav-box > ul {
  min-width: 0;
  flex-grow: 1;
  padding: 20px;
  font-size: 14px;
}
.mobile-menus .nav-box > ul a {
  display: block;
}
.mobile-menus .nav-box > ul > li {
  font-size: inherit;
}
.mobile-menus .nav-box > ul > li.sub.active > a:after {
  display: none;
}
.mobile-menus .nav-box > ul > li.sub.active > a .icon::before {
  display: none;
}
.mobile-menus .nav-box > ul > li.sub > a:after {
  display: none;
}
.mobile-menus .nav-box > ul > li.sub > a .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  z-index: 99;
  right: -10px;
}
.mobile-menus .nav-box > ul > li.sub > a .icon:before,
.mobile-menus .nav-box > ul > li.sub > a .icon:after {
  content: "";
  display: block;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.mobile-menus .nav-box > ul > li.sub > a .icon:before {
  width: 1px;
  height: 12px;
}
.mobile-menus .nav-box > ul > li.sub > a .icon:after {
  width: 12px;
  height: 1px;
}
.mobile-menus .nav-box > ul > li > a {
  color: #000;
  font-size: inherit;
  height: 36px;
  line-height: 36px;
  padding-right: 15px;
  position: relative;
  letter-spacing: 0.6px;
}
.mobile-menus .nav-box > ul > li > a > span {
  opacity: 0.5;
}
.mobile-menus .nav-box > ul > li > a:before,
.mobile-menus .nav-box > ul > li > a:after {
  z-index: 99;
}
.mobile-menus .nav-box > ul > li > a:after {
  content: "";
  position: absolute;
  right: 0.4em;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1.2px solid;
  border-top: 1.2px solid;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -0.15em;
  opacity: 0.8;
}
.mobile-menus .nav-box > ul > li > ul {
  display: none;
  font-size: 13px;
  padding-bottom: 10px;
}
.mobile-menus .nav-box > ul > li > ul > li {
  font-size: inherit;
}
.mobile-menus .nav-box > ul > li > ul > li > a {
  color: #888;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #eee;
}
.mobile-menus .nav-box > ul > li > ul > li > ul {
  font-size: 13px;
}
.mobile-menus .nav-box > ul > li > ul > li > ul > li {
  font-size: inherit;
}
.mobile-menus .nav-box > ul > li > ul > li > ul > li > a {
  color: #888;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #eee;
}
.mobile-menus .other-menus {
  flex-shrink: 0;
}
.mobile-menus .other-menus > ul > li > a {
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  line-height: 1;
  font-size: 13.8px;
  color: #1d1d1d;
  border-bottom: 1px solid #ececec;
}
.mobile-menus .other-menus > ul > li > a img {
  width: 16px;
}
.mobile-menus .other-menus > ul > li > ul {
  display: none;
  font-size: 14px;
}
.mobile-menus .other-menus > ul > li > ul > li {
  background-color: #efefef;
}
.mobile-menus .other-menus > ul > li > ul > li > a {
  padding: 10px 25px;
  display: block;
  color: #333;
  font-size: inherit;
}
@media screen and (max-width: 749px) {
  .common-header {
    max-width: 100vw;
    left: 0;
    transform: translateX(0);
  }
  .common-header .head {
    height: 12vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .common-header .menu {
    font-size: 5.333vw;
    margin-left: 2.667vw;
  }
  .common-header .search,
  .common-header .shop {
    font-size: 4vw;
  }
  .common-header .logo {
    font-size: 1.6vw;
    height: 5.333vw;
  }
  .common-header .shop {
    margin-left: 4vw;
  }
  .common-header .language {
    width: 2.4vw;
    height: 2.4vw;
  }
  .common-header .search-form {
    box-shadow: 0 0.667vw 0.667vw 0 rgba(0, 0, 0, 0.1);
  }
  .common-header .search-form .body {
    padding: 2.667vw;
  }
  .common-header .search-form input {
    border: 0.133vw solid #ECECEC;
    padding: 0 2.667vw;
    font-size: 3.467vw;
  }
  .common-header .search-form button {
    width: 8vw;
    height: 8vw;
  }
  .common-header .search-form .link {
    margin-top: 1.333vw;
    padding-left: 1.333vw;
  }
  .common-header .search-form .link .title {
    font-size: 1.6vw;
    margin-bottom: 1.067vw;
  }
  .common-header .search-form .link ul {
    padding-bottom: 1.333vw;
  }
  .common-header .search-form .link ul > li {
    border-radius: 0.667vw;
  }
  .common-header .search-form .link ul > li > a {
    font-size: 1.6vw;
    padding: 0.533vw 0;
  }
  .common-header .search-form .link ul > li .icon {
    font-size: 1.867vw;
    margin-right: 1.333vw;
  }
}
/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
footer {
  overflow: hidden;
  position: relative;
  z-index: 14;
}
footer.black .footer {
  background-color: #000;
}
footer.black .footer .foot-text1 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
footer.black .footer .foot-copyright {
  color: #fff;
}
footer.black .footer .foot-top > ul > li > a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
footer.black .footer .foot-top > ul > li > ul > li > a {
  color: #fff;
  opacity: 0.6;
}
footer.black .footer .foot-share .item .icon {
  background-color: #898989;
}
footer.black .footer .foot-share .item .icon img:nth-child(1) {
  opacity: 1;
}
footer.black .footer .foot-tel .text1 {
  color: #fff;
}
footer.black .footer .foot-tel .text2 {
  color: #86868B;
}
footer.black .footer .language {
  border-bottom-color: rgba(134, 134, 139, 0.5);
}
footer.black .footer .language .text {
  color: #fff;
  border-right-color: #fff;
}
.footer {
  background-color: #fff;
  padding: 30px 40px;
  padding-bottom: 60px;
}
.footer .mxw-box {
  width: 100%;
}
.footer .foot-top {
  margin-bottom: 0;
}
.footer .foot-top > ul > li:last-child > ul {
  margin-bottom: 0;
}
.footer .foot-top > ul > li > a {
  color: #1D1D1F;
  font-size: 20px;
  font-family: "HYJunhei-65J";
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid rgba(134, 134, 139, 0.4);
}
.footer .foot-top > ul > li > a.active .icon:after {
  content: "-";
}
.footer .foot-top > ul > li > a .icon {
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.footer .foot-top > ul > li > a .icon:after {
  content: "+";
}
.footer .foot-top > ul > li > ul {
  display: none;
  padding-top: 20px;
}
.footer .foot-top > ul > li > ul:after {
  content: "";
  display: block;
  clear: both;
}
.footer .foot-top > ul > li > ul.active {
  display: flex;
}
.footer .foot-top > ul > li > ul > li {
  float: left;
  width: 50%;
}
.footer .foot-top > ul > li > ul > li:nth-child(2) ~ li {
  margin-top: 10px;
}
.footer .foot-top > ul > li > ul > li > a {
  font-size: 18px;
  display: block;
  color: #424245;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .foot-top > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.footer .foot-text1 {
  font-size: 20px;
  color: #424245;
  line-height: 1.1;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "HYJunhei-65J";
}
.footer .foot-text1 span {
  color: #0071E3;
}
.footer .foot-text1 a {
  color: #0071E3;
  font-family: inherit;
}
.footer .foot-text1 a:hover {
  text-decoration: underline;
}
.footer .foot-share {
  margin-top: 20px;
}
.footer .foot-share .text1 {
  font-size: 20px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 40px;
}
.footer .foot-share .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .foot-share .item {
  margin-right: 28px;
  position: relative;
}
.footer .foot-share .item:last-child {
  margin-right: 0;
}
.footer .foot-share .item:nth-child(1) .qr,
.footer .foot-share .item:nth-child(2) .qr {
  left: 140%;
}
.footer .foot-share .item:nth-child(5) ~ .item .qr {
  left: 20%;
}
.footer .foot-share .item:hover .icon img:nth-child(1) {
  display: none;
}
.footer .foot-share .item:hover .icon img:nth-child(2) {
  display: block;
}
.footer .foot-share .item:hover .qr,
.footer .foot-share .item:hover .tel {
  opacity: 1;
  visibility: visible;
}
.footer .foot-share .item .icon {
  width: 70px;
  height: 70px;
  display: block;
  flex-shrink: 0;
  background-color: #EAEAEC;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot-share .item .icon img {
  width: 100%;
}
.footer .foot-share .item .icon img:nth-child(1) {
  width: 70%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.5;
}
.footer .foot-share .item .icon img:nth-child(2) {
  display: none;
}
.footer .foot-share .item .qr {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
}
.footer .foot-share .item .tel {
  white-space: nowrap;
  padding: 14.995px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  transition: all 0.4s;
  color: #333;
  font-size: 15.994px;
  opacity: 0;
  visibility: hidden;
}
.footer .foot-tel {
  margin-bottom: 40px;
  margin-top: 40px;
}
.footer .foot-tel .text1 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #000;
  margin-bottom: 20px;
}
.footer .foot-tel .text2 {
  font-size: 20px;
  color: #86868B;
  line-height: 1.1;
}
.footer .language {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(134, 134, 139, 0.5);
}
.footer .language .text {
  font-size: 32px;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 1.1;
  color: #000;
  border-right: 1px solid #000;
}
.footer .language .text:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.footer .foot-copyright {
  padding-top: 40px;
  font-size: 20px;
  color: #424245;
  line-height: 1.4;
  font-family: "HYJunhei-65J";
}
.footer .foot-copyright a {
  color: inherit;
  font-family: inherit;
}
.footer .foot-copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .footer {
    padding: 4vw 5.333vw;
    padding-bottom: 8vw;
  }
  .footer .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .foot-top > ul > li > a {
    font-size: 3.2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 3.2vw;
  }
  .footer .foot-top > ul > li > a .icon {
    width: 3.2vw;
  }
  .footer .foot-top > ul > li > ul {
    padding-top: 3.2vw;
  }
  .footer .foot-top > ul > li > ul > li:nth-child(2) ~ li {
    margin-top: 1.333vw;
  }
  .footer .foot-top > ul > li > ul > li > a {
    font-size: 3.2vw;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
  }
  .footer .foot-text1 {
    font-size: 3.2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .footer .foot-share {
    margin-top: 2.67vw;
  }
  .footer .foot-share .text1 {
    font-size: 2.67vw;
    margin-bottom: 5.33vw;
  }
  .footer .foot-share .item {
    margin-right: 3.73vw;
  }
  .footer .foot-share .item .icon {
    width: 9.33vw;
    height: 9.33vw;
  }
  .footer .foot-share .item .qr {
    width: 53.33vw;
    height: 53.33vw;
    border-radius: 1.33vw;
    margin-bottom: 2.67vw;
    box-shadow: 0 0 1.33vw -0.67vw rgba(0, 0, 0, 0.5);
  }
  .footer .foot-share .item .tel {
    padding: 14.132 0.67vw;
    border-radius: 1.33vw;
    margin-bottom: 2.67vw;
    font-size: 15.132 0.53vw;
  }
  .footer .foot-tel {
    margin-bottom: 5.33vw;
    margin-top: 5.33vw;
  }
  .footer .foot-tel .text1 {
    font-size: 5.33vw;
    margin-bottom: 2.67vw;
  }
  .footer .foot-tel .text2 {
    font-size: 2.67vw;
  }
  .footer .language {
    padding-bottom: 6.67vw;
  }
  .footer .language .text {
    font-size: 4.27vw;
    margin-right: 2.67vw;
    padding-right: 2.67vw;
  }
  .footer .foot-copyright {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
/* ==================== 底部样式 End ==================== */
/* ==================== 轮播图 Start ==================== */
.index-banner {
  position: relative;
}
.index-banner .mxw-box {
  position: relative;
}
.index-banner .item {
  position: relative;
}
.index-banner .bg-image {
  width: 100%;
}
.index-banner .info {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.index-banner .info .text1 {
  line-height: 1.2;
  font-size: 0.4rem;
  color: #fff;
  background: linear-gradient(to bottom, #DA4625, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.1667rem;
  font-family: "Montserrat-Light";
}
.index-banner .info .text2 {
  line-height: 1.2;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(to bottom, #DA4625, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba_PuHuiTi_Bold";
}
.index-banner .info .text2 p {
  background: linear-gradient(to bottom, #DA4625, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: inherit;
}
.index-banner .index-btn {
  margin-top: 1rem;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 0.67rem;
  height: 1.33rem;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 12;
}
.index-banner .swiper-button-prev.swiper-button-disabled,
.index-banner .swiper-button-next.swiper-button-disabled {
  display: none;
}
.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  color: #fff;
  font-size: 0.27rem;
}
.index-banner .swiper-button-prev {
  left: 0.6667rem;
}
.index-banner .swiper-button-next {
  right: 0.6667rem;
}
.index-banner .down-btn {
  position: absolute;
  bottom: 1.3333rem;
  right: 0;
  width: 100%;
  z-index: 3;
}
.index-banner .down-btn .mxw-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-banner .down-btn .swiper-pagination {
  position: static;
}
.index-banner .down-btn .swiper-pagination .swiper-pagination-bullet {
  width: 0.1667rem;
  height: 0.1667rem;
  background-color: #fff;
  opacity: 0.1;
  margin-right: 0.25rem;
}
.index-banner .down-btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0071E3;
}
.index-banner .down-btn .content {
  margin-right: -1.3333rem;
  animation: jump 1s infinite ease-in-out alternate;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1667rem);
  }
}
.index-banner .down-btn .text {
  font-size: 0.2333rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Alibaba_PuHuiTi_Regular";
  writing-mode: vertical-rl;
  line-height: 1;
  text-align: center;
  padding-left: 0.0367rem;
}
.index-banner .down-btn .icon {
  width: 0.3333rem;
  height: 0.3333rem;
  border-radius: 100%;
  border: 0.0167rem solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-top: 0.3333rem;
}
.index-banner .down-btn .icon:before {
  content: "";
  display: block;
  width: 0.0667rem;
  height: 0.0667rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 749px) {
  .index-banner .info .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .index-banner .info .text2 {
    font-size: 18px;
  }
  .index-banner .index-btn {
    margin-top: 20px;
  }
  .index-banner .swiper-button-prev,
  .index-banner .swiper-button-next {
    width: 20px;
    height: 50px;
  }
  .index-banner .swiper-button-prev:after,
  .index-banner .swiper-button-next:after {
    font-size: 12px;
  }
  .index-banner .swiper-button-prev {
    left: 20px;
  }
  .index-banner .swiper-button-next {
    right: 20px;
  }
  .index-banner .down-btn {
    bottom: 10px;
  }
  .index-banner .down-btn .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .index-banner .down-btn .content {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    animation: inherit;
  }
  .index-banner .down-btn .text {
    font-size: 12px;
    padding-right: 4px;
    writing-mode: inherit;
  }
  .index-banner .down-btn .icon {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 10px;
  }
  .index-banner .down-btn .icon:before {
    width: 4px;
    height: 4px;
  }
}
/* ==================== 轮播图 Start ==================== */
/* ==================== 滤镜白色 Start ==================== */
.filter-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* ==================== 滤镜白色 End ==================== */
/* ==================== 箭头 Start ==================== */
.arrow-style {
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  color: inherit;
  transform: rotate(45deg) translateY(-0.5em);
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
/* ==================== 箭头 End ==================== */
/* ==================== 通用背景样式 Start ==================== */
.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ==================== 通用背景样式 End ==================== */
/* ==================== 在1920下图片保持最小1920p Start ==================== */
.mxw-full-img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1903px) {
  .mxw-full-img {
    min-width: 1920px;
  }
}
/* ==================== 在1920下图片保持最小1920p End ==================== */
/* ==================== 通用分页 Start ==================== */
.mxw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.mxw-pagination > span,
.mxw-pagination > a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.4s;
  flex-shrink: 0;
  color: #999999;
  background: #f5f5f5;
}
.mxw-pagination > span:hover,
.mxw-pagination > a:hover,
.mxw-pagination > span.active,
.mxw-pagination > a.active {
  background-color: #0071E3;
  color: #fff;
}
.mxw-pagination .tool {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #999999;
  margin-left: 0;
  margin-top: 30px;
  width: 100%;
}
.mxw-pagination .tool input {
  border: 1px solid #ddd;
  height: 60px;
  width: 70px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .mxw-pagination {
    margin-top: 13.333vw;
  }
  .mxw-pagination > span,
  .mxw-pagination > a {
    width: 8vw;
    height: 8vw;
    margin-left: 1.067vw;
    margin-right: 1.067vw;
    font-size: 3.733vw;
  }
  .mxw-pagination .tool {
    font-size: 3.733vw;
    margin-top: 4vw;
  }
  .mxw-pagination .tool input {
    height: 8vw;
    width: 9.333vw;
    margin-left: 2.667vw;
    margin-right: 2.667vw;
    border-radius: 0.667vw;
    font-size: 3.2vw;
  }
}
/* ==================== 通用分页 End ==================== */
/* ==================== 通用图帧滚动等待加载动画 Start ==================== */
.mxw-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.mxw-loading .mxw-progress-bar {
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
}
.mxw-loading .mxw-progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
/* ==================== 通用图帧滚动等待加载动画 End ==================== */
/* ==================== 通用向下滑动按钮 Start ==================== */
.scroll-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.scroll-btn .icon {
  position: relative;
  width: 24px;
  height: 42px;
  background: #79a2fd -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: #79a2fd -webkit-linear-gradient(transparent, transparent 50%, #fff 0, #fff);
  background: #79a2fd linear-gradient(transparent, transparent 50%, #fff 0, #fff);
  background-size: 100% 200%;
  border-radius: 100.2px;
  -webkit-animation: animate1 10s linear infinite, animate2 10s ease-out infinite;
  animation: animate1 10s linear infinite, animate2 10s ease-out infinite;
  margin-left: auto;
  margin-right: auto;
}
.scroll-btn .icon:before,
.scroll-btn .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-btn .icon:before {
  width: 22px;
  height: 40px;
  background-color: #00467f;
  border-radius: 100.2px;
}
.scroll-btn .icon:after {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: animate5 10s linear infinite;
  animation: animate5 10s linear infinite;
}
.scroll-btn .text {
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-animation: animate3 10s ease-out infinite, animate4 10s ease-out infinite;
  animation: animate3 10s ease-out infinite, animate4 10s ease-out infinite;
}
@keyframes animate1 {
  0% {
    background-position: 0 100%;
  }
  20% {
    background-position: 0 0;
  }
  21% {
    background-color: #79a2fd;
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0;
  }
  30% {
    background-color: #79a2fd;
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  51% {
    background-color: #79a2fd;
  }
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  60% {
    background-color: #79a2fd;
    background-position: 0 100%;
  }
  80% {
    background-position: 0 0;
  }
  81% {
    background-color: #79a2fd;
  }
  90%,
  to {
    background-color: #fff;
  }
}
@keyframes animate2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate3 {
  21% {
    color: #79a2fd;
  }
  30% {
    color: #fff;
  }
  51% {
    color: #79a2fd;
  }
  60% {
    color: #fff;
  }
  81% {
    color: #79a2fd;
  }
  90% {
    color: #fff;
  }
}
@keyframes animate4 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate5 {
  0% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  6% {
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }
  15%,
  19% {
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
    opacity: 0;
  }
  28%,
  29.99% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  36% {
    -webkit-transform: scale(0.9) translateY(2px);
    transform: scale(0.9) translateY(2px);
    opacity: 1;
  }
  44% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }
  45%,
  49% {
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
    opacity: 0;
  }
  58%,
  59.99% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: scale(0.9) translateY(2px);
    transform: scale(0.9) translateY(2px);
    opacity: 1;
  }
  74% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }
  75%,
  79% {
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
    opacity: 0;
  }
  88%,
  to {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
}
/* ==================== 通用向下滑动按钮 End ==================== */
/* ==================== 通用 - 内页Banner Start ==================== */
.ny-banner {
  overflow: hidden;
  z-index: 1;
}
.ny-banner img {
  width: 100%;
}
.ny-banner .bg-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 9.375vw;
}
.ny-banner .bg-image:after {
  content: "";
  display: block;
  background: url(../images/img030@1920x370.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 19.271vw;
  background-size: 100%;
  margin-bottom: -1px;
}
@media screen and (max-width: 749px) {
  .ny-banner .bg-image {
    padding-bottom: 0;
  }
}
/* ==================== 通用 - 内页Banner End ==================== */
/* ==================== 通用 - 面包屑 Start ==================== */
.bread-crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.2667rem;
  color: #aaa;
  line-height: 2;
  transform: translateY(-2.6667rem);
}
.bread-crumbs .icon {
  width: 0.4333rem;
  flex-shrink: 0;
  margin-right: 0.0833rem;
}
.bread-crumbs a {
  color: #aaa;
  position: relative;
  margin-right: 0.6667rem;
  transition: all 0.4s;
}
.bread-crumbs a:last-child {
  margin-right: 0;
}
.bread-crumbs a:last-child:after {
  display: none;
}
.bread-crumbs a.active,
.bread-crumbs a:hover {
  color: #000;
}
.bread-crumbs a:after {
  content: "";
  display: block;
  width: 0.3333rem;
  height: 0.0167rem;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -0.0167rem;
  margin-left: 0.1667rem;
}
@media screen and (max-width: 749px) {
  .bread-crumbs {
    font-size: 12px;
    transform: translateY(0);
    position: static;
    margin-bottom: 20px;
  }
  .bread-crumbs .icon {
    width: 20px;
    margin-right: 5px;
  }
  .bread-crumbs a {
    margin-right: 5px;
    display: flex;
    align-items: center;
  }
  .bread-crumbs a:after {
    width: 10px;
    position: static;
    height: 1px;
    margin-top: -1px;
    margin-left: 5px;
  }
}
/* ==================== 通用 - 面包屑 End ==================== */
/* ==================== 第三方分享平台样式定义 Start ==================== */
.bsBox {
  box-sizing: content-box;
}
.bsBox * {
  box-sizing: content-box;
}
/* ==================== 第三方分享平台样式定义 End ==================== */
/* ==================== 通用 - 内页分类 Start ==================== */
.ny-category {
  background-color: #ffffff;
  border-bottom: 1px solid #E5E5E5;
  z-index: 99;
}
.ny-category .itembox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny-category .item {
  display: block;
  color: #717473;
  font-family: "Alibaba_PuHuiTi_Regular";
  position: relative;
  transition: color 0.4s;
  font-size: 0.25rem;
  margin-right: 1rem;
}
.ny-category .item:last-child {
  margin-right: 0;
}
.ny-category .item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #0071E3;
}
.ny-category .item.active {
  color: #0071E3;
}
.ny-category .item.active:after {
  width: 100%;
}
.ny-category .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  .ny-category .item {
    height: 1.33rem;
    line-height: 1.33rem;
  }
}
@media screen and (max-width: 749px) {
  .ny-category .item {
    width: 32%;
    padding: 0.23rem 0;
    margin-right: 0;
    font-size: 0.23rem;
  }
  .ny-category .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny-category .item::after {
    height: 2px;
  }
}
/* ==================== 通用 - 内页分类 End ==================== */
/* ==================== 通用 - 选择语言弹窗 Start ==================== */
.select-language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.select-language.active {
  visibility: visible;
  opacity: 1;
}
.select-language .content {
  width: 13.33rem;
  background-color: #fff;
  padding: 1rem 0.83rem;
  position: relative;
}
.select-language .content .close {
  position: absolute;
  top: 0.33rem;
  right: 0.33rem;
  width: 0.23rem;
  height: 0.23rem;
  transition: all 0.4s;
  cursor: pointer;
  transform: rotate(45deg);
}
.select-language .content .close:before,
.select-language .content .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}
.select-language .content .close:before {
  width: 1px;
  height: 100%;
}
.select-language .content .close:after {
  width: 100%;
  height: 1px;
}
.select-language .content .close:hover {
  transform: rotate(135deg);
  opacity: 1;
}
.select-language .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  font-family: "Montserrat-Light";
}
.select-language .list {
  margin-top: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.select-language .list-item {
  width: 48%;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.23rem;
  color: #999;
  line-height: 1;
  font-family: "Montserrat-Light";
  transition: all 0.4s;
}
.select-language .list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-language .list-item.active {
  background-color: #0071E3;
  color: #fff;
}
.select-language .list-item:nth-child(2n) {
  margin-left: 4%;
}
.select-language .list-item:nth-child(2) ~ .list-item {
  margin-top: 2%;
}
/* ==================== 通用 - 选择语言弹窗 End ==================== */
/* ==================== 通用3d加载中动画 Start ==================== */
.common-model-load {
  padding-top: 0.67rem;
}
.common-model-load .load-itembox {
  width: 1.33rem;
  height: 1.33rem;
  margin: 0.67rem auto;
  transition: all 3s;
  position: relative;
  animation: rotate_animate 3s ease infinite;
  animation-delay: 0.8s;
  transform-style: preserve-3d;
  transform: rotateX(-37.5deg) rotateY(405deg);
}
.common-model-load .load-item {
  width: 1.33rem;
  height: 1.33rem;
  border: 0.05rem solid #fff;
  position: absolute;
  background-color: rgba(102, 102, 102, 0.5);
}
.common-model-load .load-item:nth-of-type(1) {
  transform: rotateY(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(2) {
  transform: rotateY(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(3) {
  transform: rotateX(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(4) {
  transform: rotateX(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(5) {
  transform: translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(6) {
  transform: translateZ(-0.67rem);
}
.common-model-load .load-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 3.33rem;
}
.common-model-load .load-text {
  color: #fff;
  font-size: 0.27rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.common-model-load .load-progress {
  position: relative;
  background-color: #fff;
  border-radius: 1.67rem;
  height: 0.05rem;
  width: 0;
  max-width: 100%;
  margin-bottom: 0.17rem;
}
@keyframes rotate_animate {
  0% {
    transform: rotateX(-37.5deg) rotateY(45deg);
  }
  50% {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  to {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}
@media screen and (max-width: 749px) {
  .common-model-load {
    padding-top: 0.33rem;
  }
  .common-model-load .load-itembox {
    width: 0.67rem;
    height: 0.67rem;
    margin: 0.33rem auto;
    transition: all 3s;
    position: relative;
    animation: rotate_animate 3s ease infinite;
    animation-delay: 0.8s;
    transform-style: preserve-3d;
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  .common-model-load .load-item {
    width: 0.67rem;
    height: 0.67rem;
    border: 0.03rem solid #fff;
  }
  .common-model-load .load-item:nth-of-type(1) {
    transform: rotateY(90deg) translateZ(-0.33rem);
  }
  .common-model-load .load-item:nth-of-type(2) {
    transform: rotateY(90deg) translateZ(0.33rem);
  }
  .common-model-load .load-item:nth-of-type(3) {
    transform: rotateX(90deg) translateZ(0.33rem);
  }
  .common-model-load .load-item:nth-of-type(4) {
    transform: rotateX(90deg) translateZ(-0.33rem);
  }
  .common-model-load .load-item:nth-of-type(5) {
    transform: translateZ(0.33rem);
  }
  .common-model-load .load-item:nth-of-type(6) {
    transform: translateZ(-0.33rem);
  }
  .common-model-load .load-text {
    font-size: 0.2rem;
  }
}
/* ==================== 通用3d加载中动画 End ==================== */
/* ==================== layui主题色修改 Start ==================== */
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #0071E3;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #0071E3 !important;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-select dl dd.layui-this,
.layui-btn {
  background-color: #0071E3;
}
/* ==================== layui主题色修改 End ==================== */
/* ==================== 移动端 通用滑动表格提示 Start ==================== */
@media screen and (max-width: 749px) {
  .common-table-tip {
    font-size: 0.2rem;
    color: #888;
    text-align: center;
    padding: 0.17rem 0;
    background-color: #f5f5f5;
  }
}
/* ==================== 移动端 通用滑动表格提示 End ==================== */
/* ==================== 通用图片加载动画 Start ==================== */
.img-load {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.img-load.hide {
  display: none;
}
.img-load .text {
  font-size: 14px;
  margin-right: 20px;
}
.img-load .icon {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;
  animation: imgLoading infinite 0.75s linear;
}
@keyframes imgLoading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==================== 通用图片加载动画 End ==================== */
/* ==================== 导航搜索弹框 Start ==================== */
.nav-seach-popup {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  height: 0;
}
.nav-seach-popup .nav-seach-popup-box {
  background-color: #1C1C1C;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-seach-popup.active {
  opacity: 1;
  visibility: visible;
}
.nav-seach-popup .mxw-box {
  width: 1020px;
}
.nav-seach-popup .search {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.nav-seach-popup .search .icon {
  font-size: 20px;
  color: #C0C5CE;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.nav-seach-popup .search input {
  min-width: 0;
  flex-grow: 1;
  color: #000;
  height: 40px;
  padding-right: 20px;
  font-size: 20px;
}
.nav-seach-popup .search input::-webkit-input-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .search input::-moz-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .search input:-moz-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .search input:-ms-input-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .link {
  padding-left: 10px;
}
.nav-seach-popup .link .title {
  font-size: 12px;
  color: #fff;
  margin-bottom: 4px;
}
.nav-seach-popup .link ul > li {
  transition: all 0.4s;
  padding: 0 10px;
  border-radius: 5px;
}
.nav-seach-popup .link ul > li:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.nav-seach-popup .link ul > li:last-child {
  margin-bottom: 0;
}
.nav-seach-popup .link ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 4px 0;
}
.nav-seach-popup .link ul > li .icon {
  font-size: 14px;
  margin-right: 10px;
}
/* ==================== 导航搜索弹框 End ==================== */
/* ==================== 置顶按钮 Start ==================== */
.goto-top {
  position: fixed;
  right: 5%;
  bottom: 20%;
  background-color: #0071E3;
  z-index: 11;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.goto-top .iconfont {
  font-size: 40px;
}
.goto-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 749px) {
  .goto-top {
    width: 10.667vw;
    height: 10.667vw;
  }
  .goto-top .iconfont {
    font-size: 5.333vw;
  }
}
/* ==================== 置顶按钮 End ==================== */
/* ==================== 通用3d加载中动画 Start ==================== */
.common-model-load {
  padding-top: 0.67rem;
}
.common-model-load .load-itembox {
  width: 1.33rem;
  height: 1.33rem;
  margin: 0.67rem auto;
  transition: all 3s;
  position: relative;
  animation: rotate_animate 3s ease infinite;
  animation-delay: 0.8s;
  transform-style: preserve-3d;
  transform: rotateX(-37.5deg) rotateY(405deg);
}
.common-model-load .load-item {
  width: 1.33rem;
  height: 1.33rem;
  border: 0.05rem solid #fff;
  position: absolute;
  background-color: rgba(102, 102, 102, 0.5);
}
.common-model-load .load-item:nth-of-type(1) {
  transform: rotateY(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(2) {
  transform: rotateY(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(3) {
  transform: rotateX(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(4) {
  transform: rotateX(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(5) {
  transform: translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(6) {
  transform: translateZ(-0.67rem);
}
.common-model-load .load-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 3.33rem;
}
.common-model-load .load-text {
  color: #fff;
  font-size: 0.27rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.common-model-load .load-progress {
  position: relative;
  background-color: #fff;
  border-radius: 1.67rem;
  height: 0.05rem;
  width: 0;
  max-width: 100%;
  margin-bottom: 0.17rem;
}
@keyframes rotate_animate {
  0% {
    transform: rotateX(-37.5deg) rotateY(45deg);
  }
  50% {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  to {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}
@media screen and (max-width: 749px) {
  .common-model-load {
    padding-top: 19.8px;
  }
  .common-model-load .load-itembox {
    width: 40.2px;
    height: 40.2px;
    margin: 19.8px auto;
    transition: all 3s;
    position: relative;
    animation: rotate_animate 3s ease infinite;
    animation-delay: 0.8s;
    transform-style: preserve-3d;
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  .common-model-load .load-item {
    width: 40.2px;
    height: 40.2px;
    border: 1.8px solid #fff;
  }
  .common-model-load .load-item:nth-of-type(1) {
    transform: rotateY(90deg) translateZ(-19.8px);
  }
  .common-model-load .load-item:nth-of-type(2) {
    transform: rotateY(90deg) translateZ(19.8px);
  }
  .common-model-load .load-item:nth-of-type(3) {
    transform: rotateX(90deg) translateZ(19.8px);
  }
  .common-model-load .load-item:nth-of-type(4) {
    transform: rotateX(90deg) translateZ(-19.8px);
  }
  .common-model-load .load-item:nth-of-type(5) {
    transform: translateZ(19.8px);
  }
  .common-model-load .load-item:nth-of-type(6) {
    transform: translateZ(-19.8px);
  }
  .common-model-load .load-text {
    font-size: 12px;
  }
}
/* ==================== 通用3d加载中动画 End ==================== */
/* ==================== 通用播放分页 Start ==================== */
.common-pagination {
  bottom: 30.01px;
  left: 0;
  z-index: 13;
  position: sticky;
  text-align: center;
  opacity: 0;
}
.common-pagination.white .swiper-pagination {
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
}
.common-pagination.white .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
}
.common-pagination.white .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #fff;
}
.common-pagination.white .play-btn {
  color: #fff;
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.8) 100%);
}
.common-pagination.white2 .swiper-pagination {
  background: -webkit-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -o-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -moz-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.05);
}
.common-pagination.white2 .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.common-pagination.white2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #fff;
}
.common-pagination.white2 .play-btn {
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  background: -webkit-linear-gradient(155deg, #353537, #353537);
  background: -o-linear-gradient(155deg, #353537, #353537);
  background: -moz-linear-gradient(155deg, #353537, #353537);
  background: linear-gradient(155deg, #353537, #353537);
}
.common-pagination .body {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.common-pagination .pagination {
  position: relative;
  z-index: 2;
}
.common-pagination .swiper-pagination {
  min-width: 54.01px;
  height: 54.01px;
  position: static;
  padding: 0 22.003px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 99.994px;
  border: 1px solid #DFDEDE;
  background: -webkit-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  backdrop-filter: blur(0.365vw);
  -webkit-backdrop-filter: blur(0.365vw);
}
.common-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 10.003px;
  height: 10.003px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 7.008px;
  margin-left: 7.008px;
  background-color: #707073;
  position: relative;
  opacity: 0;
  transition: width 1s, border-radius 1s;
  border-radius: 99.994px;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 49.997px;
  border-radius: 99.994px;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99.994px;
  animation: common-pagination-ani 5s linear forwards;
  animation-play-state: running;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.play:after {
  animation-play-state: running;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.paused:after {
  animation-play-state: paused;
}
.common-pagination .play-btn {
  width: 54.01px;
  height: 54.01px;
  border: 1px solid #DFDEDE;
  background: -webkit-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}
.common-pagination .play-btn.active .iconfont:nth-child(1) {
  display: none;
}
.common-pagination .play-btn.active .iconfont:nth-child(2) {
  display: block;
}
.common-pagination .play-btn .iconfont {
  font-size: 30.01px;
}
.common-pagination .play-btn .iconfont:nth-child(2) {
  display: none;
}
.common-pagination .play-btn-bg {
  width: 54.01px;
  height: 54.01px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #0071E3;
  transform: scale(1.5);
  margin-top: -26.995px;
  margin-left: -26.995px;
}
@keyframes common-pagination-ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .common-pagination {
    bottom: 15px;
  }
  .common-pagination .swiper-pagination {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 25px;
    border: 1px solid #E8E8EB;
  }
  .common-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .common-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
  .common-pagination .play-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #E8E8EB;
  }
  .common-pagination .play-btn .iconfont {
    font-size: 18px;
  }
  .common-pagination .play-btn-bg {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
  }
}
/* ==================== 通用播放分页 End ==================== */
/* ==================== 内页 标题 Start ==================== */
.ny-title.white {
  color: #fff;
}
.ny-title.white .text2 {
  color: #fff;
}
.ny-title .text1 {
  font-size: 4.479vw;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny-title .text2 {
  font-size: 1.563vw;
  color: #86868A;
  line-height: 1.2;
  margin-top: 2.083vw;
}
@media screen and (min-width: 1920px) {
  .ny-title .text1 {
    font-size: 86px;
  }
  .ny-title .text2 {
    font-size: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  .ny-title .text1 {
    font-size: 24px;
  }
  .ny-title .text2 {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* ==================== 内页 标题 End ==================== */
/* ==================== 通用按钮 Start ==================== */
.common-btn {
  display: block;
  text-align: center;
  margin-top: 60px;
  position: sticky;
  bottom: 30px;
  left: 0;
  z-index: 12;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.common-btn.style1 .btn-content {
  background: -webkit-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -o-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -moz-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.05);
}
.common-btn.style1 .text {
  color: #fff;
}
.common-btn .common-btn-box {
  display: none;
}
.common-btn .btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(234, 233, 234, 0.7);
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.8) 0%, rgba(237, 235, 235, 0.58) 100%);
  backdrop-filter: blur(0.365vw);
  -webkit-backdrop-filter: blur(0.365vw);
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 4;
  position: relative;
  cursor: pointer;
}
.common-btn .text {
  text-align: left;
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
}
.common-btn .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: url('../images/img062@76x76.png') no-repeat center;
  background-size: 100%;
}
.common-btn .icon .iconfont {
  font-size: 24px;
  color: #fff;
}
.common-btn .icon.icon2 {
  background-image: url('../images/img115@72x72.png');
}
.common-btn .play-btn-bg {
  width: 80.006px;
  height: 80.006px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #0071E3;
  transform: scale(1.1);
  margin-top: -40px;
  margin-left: -40px;
}
@media screen and (max-width: 749px) {
  .common-btn {
    margin-top: 8vw;
    bottom: 4vw;
  }
  .common-btn .btn-content {
    padding-right: 1.333vw;
    border-radius: 13.333vw;
    border: 0.133vw solid rgba(255, 255, 255, 0.1);
    min-width: 13.333vw;
    height: 13.333vw;
  }
  .common-btn .text {
    font-size: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .common-btn .icon {
    width: 8vw;
    height: 8vw;
  }
  .common-btn .icon .iconfont {
    font-size: 3.2vw;
  }
  .common-btn .play-btn-bg {
    width: 10.667vw;
    height: 10.667vw;
    margin-top: -5.333vw;
    margin-left: -5.333vw;
  }
}
/* ==================== 通用按钮 End ==================== */
/* ==================== 通用弹窗 Start ==================== */
.common-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  z-index: 999100;
  background-color: rgba(50, 50, 50, 0.48);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  display: none;
  display: block;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.common-popup .video {
  display: block;
  width: 100%;
}
.common-popup .video video {
  display: block;
  width: 100%;
}
.common-popup video {
  display: block;
  width: 100%;
}
.common-popup.active {
  opacity: 1;
  visibility: visible;
}
.common-popup.active .popup-box {
  transform: translateY(0);
}
.common-popup .popup-box {
  width: 100%;
  max-width: 750px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  transform: translateY(100%);
  transition: transform 0.5s;
  margin-top: 120px;
  padding-top: 56px;
}
.common-popup .close {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 20px;
  position: sticky;
  right: 0;
  margin-right: 65px;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 60px;
  z-index: 999;
}
.common-popup .close .iconfont {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.common-popup .body {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  min-height: 100vh;
}
.common-popup .video-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
}
.common-popup .video-body video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .common-popup {
    -webkit-backdrop-filter: blur(2.667vw);
    backdrop-filter: blur(2.667vw);
    padding-bottom: 16vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .common-popup .popup-box {
    max-width: 100vw;
    border-radius: 6.667vw;
    margin-top: 16vw;
    padding-top: 7.467vw;
  }
  .common-popup .close {
    width: 9.333vw;
    height: 9.333vw;
    top: 2.667vw;
    margin-right: 8.667vw;
    margin-bottom: 8vw;
  }
  .common-popup .close .iconfont {
    font-size: 3.733vw;
  }
  .common-popup .body {
    font-size: 2.133vw;
  }
  .common-popup .video-body {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
}
/* ==================== 通用弹窗 End ==================== */
/* ==================== 通用前进后退按钮 Start ==================== */
.swiper-button-prev,
.swiper-button-next {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 100%;
  opacity: 1;
  margin: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-button-prev .iconfont,
.swiper-button-next .iconfont {
  color: #fff;
  font-size: 1.25vw;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  transform: rotateY(180deg) translateY(-50%);
  left: 4.167vw;
}
.swiper-button-next {
  right: 4.167vw;
}
@media screen and (max-width: 749px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev .iconfont,
  .swiper-button-next .iconfont {
    font-size: 12px;
  }
  .swiper-button-prev {
    left: 20px;
  }
  .swiper-button-next {
    right: 20px;
  }
}
/* ==================== 通用前进后退按钮 End ==================== */
/* ==================== 通用前进后退按钮2 Start ==================== */
.swiper-btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
}
.swiper-btn-group.black .swiper-btn {
  background-color: #EFEDE9;
  color: #5A5958;
  opacity: 1;
}
.swiper-btn-group.black .swiper-btn.swiper-button-disabled {
  background-color: #EBEBEB;
  color: #CCCCCC;
  opacity: 1;
}
.swiper-btn-group .swiper-btn {
  position: static;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 30px;
  transform: translate(0);
  margin: 0;
  cursor: pointer;
}
.swiper-btn-group .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-btn-group .swiper-btn-prev {
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .swiper-btn-group {
    margin-top: 8vw;
  }
  .swiper-btn-group .swiper-btn {
    width: 8.267vw;
    height: 8.267vw;
    font-size: 4vw;
  }
  .swiper-btn-group .swiper-btn-prev {
    margin-right: 3.2vw;
  }
}
/* ==================== 通用前进后退按钮2 End ==================== */
/* ==================== 内页1 通用预约弹窗 Start ==================== */
.ny1-1-section2-popup2 .popup-box {
  padding-top: 0;
  background-color: #fff;
}
.ny1-1-section2-popup2 .close {
  position: sticky;
  top: 30px;
  right: 30px;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #333336;
  margin-bottom: -70px;
  transform: translateY(30px);
  margin-right: 40px;
}
.ny1-1-section2-popup2 .body {
  padding-left: 0;
  padding-right: 0;
}
.ny1-1-section2-popup2 .top {
  position: relative;
}
.ny1-1-section2-popup2 .top .image {
  border-radius: 20px 20px 0 0;
  width: 100%;
  overflow: hidden;
}
.ny1-1-section2-popup2 .top .image img {
  width: 100%;
}
.ny1-1-section2-popup2 .top .info {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.ny1-1-section2-popup2 .top .info .text1 {
  font-size: 60px;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 50px;
}
.ny1-1-section2-popup2 .top .info .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ny1-1-section2-popup2 .top .info .text3 {
  color: #1E1E20;
  font-size: 80px;
  line-height: 1.1;
}
.ny1-1-section2-popup2 .form {
  padding-bottom: 8%;
}
.ny1-1-section2-popup2 .form .head {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 5px solid #F5F5F7;
}
.ny1-1-section2-popup2 .form .head .text1 {
  font-size: 26px;
  line-height: 1.1;
  color: #86868B;
  margin-bottom: 20px;
}
.ny1-1-section2-popup2 .form .head .text2 {
  font-size: 40px;
  line-height: 1.1;
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.ny1-1-section2-popup2 .form form .label {
  font-size: 26px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 25px;
}
.ny1-1-section2-popup2 .form form input {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input::-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input:-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input:-ms-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form .text {
  font-size: 26px;
  color: #86868B;
  line-height: 1.4;
  margin-bottom: 120px;
}
.ny1-1-section2-popup2 .form form textarea {
  resize: none;
  width: 100%;
  height: 380px;
  line-height: 1.8;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea::-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea:-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea:-ms-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form button {
  margin-top: 80px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000000;
  line-height: 94px;
  height: 94px;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  display: block;
}
.ny1-1-section2-popup2 iframe {
  width: 100%;
  height: 1200px;
}
@media screen and (max-width: 749px) {
  .ny1-1-section2-popup2 .close {
    top: 4vw;
    right: 4vw;
    margin-bottom: -9.33vw;
    transform: translateY(4vw);
    margin-right: 5.33vw;
  }
  .ny1-1-section2-popup2 .top .image {
    border-radius: 2.67vw 2.67vw 0 0;
  }
  .ny1-1-section2-popup2 .top .info {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny1-1-section2-popup2 .top .info .text1 {
    font-size: 8vw;
    margin-bottom: 6.67vw;
  }
  .ny1-1-section2-popup2 .top .info .text2 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .ny1-1-section2-popup2 .top .info .text3 {
    font-size: 10.67vw;
  }
  .ny1-1-section2-popup2 .form .head {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    border-bottom: 0.67vw solid #F5F5F7;
  }
  .ny1-1-section2-popup2 .form .head .text1 {
    font-size: 3.47vw;
    margin-bottom: 2.67vw;
  }
  .ny1-1-section2-popup2 .form .head .text2 {
    font-size: 5.33vw;
  }
  .ny1-1-section2-popup2 .form form {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-top: 8vw;
    padding-bottom: 13.33vw;
  }
  .ny1-1-section2-popup2 .form form .label {
    font-size: 3.47vw;
    margin-bottom: 3.33vw;
  }
  .ny1-1-section2-popup2 .form form input {
    height: 13.33vw;
    line-height: 13.33vw;
    border-radius: 1.33vw;
    padding: 0 4vw;
    margin-bottom: 2.67vw;
    font-size: 4vw;
  }
  .ny1-1-section2-popup2 .form form .text {
    font-size: 3.47vw;
    margin-bottom: 16vw;
  }
  .ny1-1-section2-popup2 .form form textarea {
    height: 50.67vw;
    border-radius: 1.33vw;
    padding: 2.67vw 4vw;
    margin-bottom: 2.67vw;
    font-size: 4vw;
  }
  .ny1-1-section2-popup2 .form form button {
    margin-top: 10.67vw;
    border-radius: 1.33vw;
    line-height: 12.53vw;
    height: 12.53vw;
    font-size: 3.73vw;
  }
  .ny1-1-section2-popup2 iframe {
    height: 160vw;
  }
}
/* ==================== 内页1 通用预约弹窗 End ==================== */
/* ==================== 内页26 - 通用标题 Start ==================== */
.ny26-title {
  display: inline-block;
  color: transparent;
  background: -webkit-linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  background: -o-linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  background: -moz-linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  background: linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HYJunhei-85J";
  font-size: 48px;
  line-height: 1.2;
}
.ny26-title2 {
  text-align: center;
  font-size: 48px;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  color: #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .ny26-title {
    font-size: 6.4vw;
  }
  .ny26-title2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
/* ==================== 内页26 - 通用标题 End ==================== */
/* ==================== 内页26 - 通用表格 Start ==================== */
.ny26-table {
  border-radius: 10.003px;
  border: solid 1px #C9C9C9;
  overflow: hidden;
}
.ny26-table table,
.ny26-table td,
.ny26-table th {
  border-collapse: collapse;
}
.ny26-table table {
  width: 100%;
}
.ny26-table tr:nth-child(2n-1) td {
  color: #000;
}
.ny26-table tr:nth-child(2n) {
  background-color: #E4ECF4;
}
.ny26-table tr:nth-child(2n) td {
  color: #000;
}
.ny26-table td {
  border-right: 1px solid #e4ecf4;
  font-size: 26px;
  line-height: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "HYJunhei-35J";
  text-align: center;
}
.ny26-table td strong {
  font-family: "HYJunhei-65J";
  font-weight: 400;
}
.ny26-table td:last-child {
  border-right: 0;
}
@media screen and (max-width: 749px) {
  .ny26-table {
    border-radius: 1.334vw;
  }
  .ny26-table td {
    font-size: 3.467vw;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页26 - 通用表格 End ==================== */
/* ==================== 内页16 - 板块七 Start ==================== */
.ny16-section7 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
}
.ny16-section7 .ny16-section7-box {
  width: 100%;
}
.ny16-section7 .info-group {
  position: relative;
}
.ny16-section7 .info-group .info-item {
  position: relative;
}
.ny16-section7 .info-group .info-item:first-child {
  z-index: 2;
}
.ny16-section7 .info-group .info-item:first-child ~ .info-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ny16-section7 .info-group .info-item .text1 {
  font-size: 70px;
  height: 2.4em;
  line-height: 1.2;
  color: #000000;
  font-family: "HYJunhei-85J";
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny16-section7 .info-group .info-item .index-btn {
  margin-top: 20px;
  justify-content: flex-start;
}
.ny16-section7 .image-group {
  position: relative;
  margin-bottom: 30px;
}
.ny16-section7 .image-group .image-item {
  width: 670px;
  height: 500px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  clip-path: inset(0 0 0);
}
.ny16-section7 .image-group .image-item img {
  width: 100%;
}
.ny16-section7 .image-group .image-item video {
  display: block;
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.ny16-section7 .image-group .image-item ~ .image-item {
  position: absolute;
  top: 0;
  left: 0;
}
.ny16-section7 .image-group .image-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.ny16-section7 .image-group .image-item .bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.ny16-section7 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.ny16-section7 .body {
  margin-left: auto;
  margin-right: auto;
}
.ny16-section7 .tab {
  width: 280px;
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.ny16-section7 .tab .tab-item {
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
.ny16-section7 .tab .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  display: none;
}
.ny16-section7 .tab .tab-item.active {
  color: #000;
}
.ny16-section7 .tab .tab-item:last-child {
  margin-right: 0;
}
.ny16-section7 .line {
  display: block;
  width: 280px;
  background-color: #ECECEC;
  position: relative;
  height: 2px;
  margin-bottom: 20px;
  font-size: 30px;
}
.ny16-section7 .line span {
  width: 4em;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.ny16-section7 .desc-group {
  width: 100%;
  position: relative;
}
.ny16-section7 .desc-group .desc {
  font-size: 30px;
  color: #666666;
  line-height: 1.2;
  text-align: justify;
  opacity: 0.8;
}
.ny16-section7 .desc-group .desc:first-child ~ .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny16-section7 {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny16-section7 .info-group .info-item .text1 {
    font-size: 9.333vw;
  }
  .ny16-section7 .info-group .info-item .index-btn {
    margin-top: 2.667vw;
  }
  .ny16-section7 .image-group {
    margin-bottom: 4vw;
  }
  .ny16-section7 .image-group .image-item {
    width: 89.333vw;
    height: 66.667vw;
  }
  .ny16-section7 .tab {
    width: 37.333vw;
    margin-top: 8vw;
  }
  .ny16-section7 .tab .tab-item {
    font-size: 4vw;
    padding-bottom: 1.333vw;
    margin-right: 4vw;
  }
  .ny16-section7 .tab .tab-item:after {
    height: 0.267vw;
    bottom: -0.133vw;
  }
  .ny16-section7 .line {
    width: 37.333vw;
    margin-bottom: 2.667vw;
    font-size: 4vw;
  }
  .ny16-section7 .line span {
    height: 0.267vw;
  }
  .ny16-section7 .desc-group .desc {
    font-size: 4vw;
  }
}
/* ==================== 内页16 - 板块七 End ==================== */
/* ==================== 内页16 - 板块十一 Start ==================== */
.ny16-section11 {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny16-section11 .title {
  text-align: center;
  margin-bottom: 140px;
}
.ny16-section11 .title .text1 {
  font-size: 70px;
  line-height: 1;
  font-family: "HYJunhei-85J";
  color: transparent;
  background: -webkit-linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  background: -o-linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  background: -moz-linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  background: linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny16-section11 .title .text2 {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 10px;
  font-family: "HYJunhei-35J";
}
.ny16-section11 .item {
  margin-bottom: 140px;
}
.ny16-section11 .item:last-child {
  margin-bottom: 0;
}
.ny16-section11 .item .icon {
  display: block;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.ny16-section11 .item .info {
  text-align: center;
}
.ny16-section11 .item .text1 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}
.ny16-section11 .item .text2 {
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 1.1;
}
.ny16-section11 .item .index-btn {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .ny16-section11 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny16-section11 .title {
    margin-bottom: 18.667vw;
  }
  .ny16-section11 .title .text1 {
    font-size: 9.333vw;
  }
  .ny16-section11 .title .text2 {
    margin-top: 2.667vw;
    font-size: 4vw;
    letter-spacing: 1.333vw;
  }
  .ny16-section11 .item {
    margin-bottom: 18.667vw;
  }
  .ny16-section11 .item .icon {
    width: 6.4vw;
    margin-bottom: 4vw;
  }
  .ny16-section11 .item .text1 {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  .ny16-section11 .item .text2 {
    font-size: 3.2vw;
  }
  .ny16-section11 .item .index-btn {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页16 - 板块十一 End ==================== */
/* ==================== 内页6 - 通用分类 Start ==================== */
.ny6-cate {
  padding: 10px;
  position: absolute;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1.042vw);
  -webkit-backdrop-filter: blur(1.042vw);
  z-index: 10;
  border-bottom: 1px solid #C6CAD0;
}
.ny6-cate .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 30px;
}
.ny6-cate .head.active .arrow {
  transform: rotate(0);
}
.ny6-cate .head .head-left {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.ny6-cate .head .head-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny6-cate .head .head-right .text {
  font-size: 20px;
  color: #1D1D1F;
  line-height: 1.1;
}
.ny6-cate .head .head-right .arrow {
  transform: rotate(180deg);
  margin-left: 10px;
}
.ny6-cate .head .head-right .arrow .iconfont {
  font-size: 18px;
}
.ny6-cate .cate-itembox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  padding: 10px;
  display: none;
  border: 1px solid #eee;
}
.ny6-cate .cate-itembox .cate-item {
  display: block;
  width: 100%;
  padding: 10px 40px;
  font-size: 24px;
  color: #888;
  border-bottom: 1px dashed #ddd;
  transition: all 0.4s;
}
.ny6-cate .cate-itembox .cate-item:hover {
  background-color: #eee;
  color: #000;
}
.ny6-cate .cate-itembox .cate-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 749px) {
  .ny6-cate {
    padding: 1.333vw;
    height: 11.467vw;
    margin-bottom: 13.333vw;
  }
  .ny6-cate .head {
    padding-left: 2.667vw;
    padding-right: 4vw;
  }
  .ny6-cate .head .head-left {
    font-size: 4vw;
  }
  .ny6-cate .head .head-right .text {
    font-size: 2.667vw;
  }
  .ny6-cate .head .head-right .arrow {
    margin-left: 1.333vw;
  }
  .ny6-cate .head .head-right .arrow .iconfont {
    font-size: 2.4vw;
  }
  .ny6-cate .cate-itembox {
    padding: 1.333vw;
    border: 0.133vw solid #eee;
  }
  .ny6-cate .cate-itembox .cate-item {
    padding: 1.333vw 5.333vw;
    font-size: 3.2vw;
    border-bottom: 0.133vw dashed #ddd;
  }
}
/* ==================== 内页6 - 通用分类 End ==================== */
/* ==================== 内页6 - 通用标题 Start ==================== */
.ny6-title .text1 {
  font-size: 70px;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  color: #1D1D1F;
}
.ny6-title .text2 {
  font-size: 26px;
  line-height: 1.1;
  color: #86868B;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .ny6-title .text1 {
    font-size: 9.333vw;
  }
  .ny6-title .text2 {
    font-size: 3.467vw;
    margin-top: 5.333vw;
  }
}
/* ==================== 内页6 - 通用标题 End ==================== */
/* ==================== 内页6 - 板块一 Start ==================== */
.ny6-section1 {
  position: relative;
}
.ny6-section1 .ny6-title {
  text-align: center;
  margin-top: 140px;
  position: relative;
  background: url(../images/ny6/img001@720x120.png) no-repeat center;
  background-size: 720px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ny6-section1 .ny6-title .text1 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .ny6-section1 .ny6-title {
    margin-top: 18.67vw;
    background-size: 96vw;
    min-height: 16vw;
  }
}
/* ==================== 内页6 - 板块一 End ==================== */
/* ==================== 内页16 - 板块五 Start ==================== */
.ny16-section5 {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny16-section5 .title {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
.ny16-section5 .title .text1 {
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  font-size: 70px;
}
.ny16-section5 .title .text2 {
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  font-size: 50px;
}
.ny16-section5 .swiper {
  position: relative;
}
.ny16-section5 .swiper .ny16-section5-swiper {
  padding-left: 40px;
  padding-right: 70px;
}
.ny16-section5 .swiper .ny16-section5-swiper .swiper-slide {
  opacity: 0.6;
  transition: all 0.4s;
}
.ny16-section5 .swiper .ny16-section5-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.ny16-section5 .swiper .item {
  display: block;
  height: 890px;
  overflow: hidden;
  width: 100%;
}
.ny16-section5 .swiper .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny16-section5 .swiper .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 70px;
}
.ny16-section5 .swiper .swiper-scrollbar {
  width: 400px;
  background-color: #333333;
  height: 4px;
  flex-shrink: 0;
  margin-right: 45px;
}
.ny16-section5 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  width: 120px;
}
.ny16-section5 .swiper .ny16-section5-swiper2 .text {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  font-family: "HYJunhei-65J";
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .ny16-section5 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
  .ny16-section5 .title {
    margin-bottom: 8vw;
  }
  .ny16-section5 .title .text1 {
    font-size: 9.333vw;
  }
  .ny16-section5 .title .text2 {
    font-size: 6.667vw;
  }
  .ny16-section5 .swiper .ny16-section5-swiper {
    padding-left: 5.333vw;
    padding-right: 9.333vw;
  }
  .ny16-section5 .swiper .item {
    height: 118.667vw;
  }
  .ny16-section5 .swiper .bottom {
    margin-top: 5.333vw;
    padding-left: 5.333vw;
    padding-right: 9.333vw;
  }
  .ny16-section5 .swiper .swiper-scrollbar {
    width: 53.333vw;
    height: 0.533vw;
    margin-right: 6vw;
  }
  .ny16-section5 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    width: 16vw;
  }
  .ny16-section5 .swiper .ny16-section5-swiper2 .text {
    font-size: 4vw;
  }
}
/* ==================== 内页16 - 板块五 End ==================== */
/* ==================== 内页16 - 板块八 Start ==================== */
.ny16-section8 {
  background-color: #101010;
  padding-top: 200px;
}
.ny16-section8 .video {
  position: relative;
}
.ny16-section8 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-linear-gradient(to bottom, #101010, transparent);
  background: -o-linear-gradient(to bottom, #101010, transparent);
  background: -moz-linear-gradient(to bottom, #101010, transparent);
  background: linear-gradient(to bottom, #101010, transparent);
  pointer-events: none;
}
.ny16-section8 .index-info {
  margin-bottom: 150px;
}
.ny16-section8 .index-info .index-btn2 {
  width: 200px;
  height: 76px;
}
.ny16-section8 .index-info .index-btn2:after {
  display: none;
}
.ny16-section8 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ny16-section8 .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 0;
}
.ny16-section8 .btn-group .index-btn {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .ny16-section8 {
    padding-top: 26.667vw;
  }
  .ny16-section8 .index-info {
    margin-bottom: 20vw;
  }
  .ny16-section8 .index-info .index-btn2 {
    width: 26.667vw;
    height: 10.133vw;
  }
  .ny16-section8 .btn-group {
    margin-top: 8vw;
  }
  .ny16-section8 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
}
/* ==================== 内页16 - 板块八 End ==================== */
/* ==================== 内页16 - 板块九 Start ==================== */
.ny16-section9 {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.ny16-section9:after {
  content: "";
  display: block;
  background: url(../images/ny16/img017@750x390.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 350px;
  width: 750px;
  height: 390px;
  pointer-events: none;
  z-index: 1;
}
.ny16-section9 .video {
  position: relative;
  width: 100%;
  width: 700px;
  height: 320px;
  background: url(../images/ny16/img028.png) no-repeat center;
  padding: 5px 10px;
  overflow: hidden;
  background-size: 100%;
  margin-bottom: 110px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.ny16-section9 .video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ny16/img029.png) no-repeat center;
  background-size: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ny16-section9 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 3;
  border-radius: 20px;
}
.ny16-section9 .body {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ny16-section9 .body .text1 {
  width: 260px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ny16-section9 .body .text1 img {
  display: block;
  width: 100%;
}
.ny16-section9 .body .text2 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-top: 15px;
  font-family: "HYJunhei-85J";
}
.ny16-section9 .body .text3 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.2;
  color: #9C9C9C;
  font-family: "HYJunhei-65J";
}
.ny16-section9 .body .index-btn {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny16-section9 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .ny16-section9:after {
    top: 46.667vw;
    width: 100vw;
    height: 52vw;
  }
  .ny16-section9 .video {
    width: 93.333vw;
    height: 42.667vw;
    padding: 0.667vw 1.333vw;
    margin-bottom: 14.667vw;
  }
  .ny16-section9 .video video {
    border-radius: 2.667vw;
  }
  .ny16-section9 .body .text1 {
    width: 34.667vw;
  }
  .ny16-section9 .body .text2 {
    font-size: 9.333vw;
    margin-top: 2vw;
  }
  .ny16-section9 .body .text3 {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
  .ny16-section9 .body .index-btn {
    margin-top: 8vw;
  }
}
/* ==================== 内页16 - 板块九 End ==================== */
/* ==================== 内页16 - 板块十 Start ==================== */
.ny16-section10 {
  background-color: #000;
}
.ny16-section10 .ny16-section10-box {
  padding-top: 200px;
  padding-bottom: 140px;
  background-color: #fff;
}
.ny16-section10 .title {
  text-align: center;
  margin-bottom: 60px;
}
.ny16-section10 .title .text1 {
  font-size: 70px;
  color: #1E1E20;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: "HYJunhei-85J";
}
.ny16-section10 .title .text2 {
  font-size: 30px;
  color: #666666;
  line-height: 1.3;
  text-align: center;
  font-family: "HYJunhei-65J";
}
.ny16-section10 .itembox {
  padding-left: 40px;
  padding-right: 40px;
}
.ny16-section10 .item {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.ny16-section10 .item:last-child {
  margin-bottom: 0;
}
.ny16-section10 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, #000, transparent);
  background: -o-linear-gradient(to top, #000, transparent);
  background: -moz-linear-gradient(to top, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny16-section10 .item .video {
  display: block;
  width: 100%;
  height: 470px;
}
.ny16-section10 .item .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny16-section10 .item .info {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  padding-right: 90px;
}
.ny16-section10 .item .info:after {
  content: "";
  display: block;
  background: url(../images/ny16/img023@60x60.png) no-repeat center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.ny16-section10 .item .info .text1 {
  font-size: 30px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
}
.ny16-section10 .item .info .text2 {
  font-size: 22px;
  color: #FFFFFF;
  font-family: "HYJunhei-35J";
  margin-top: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny16-section10 .ny16-section10-box {
    padding-top: 26.667vw;
    padding-bottom: 18.667vw;
  }
  .ny16-section10 .title {
    margin-bottom: 8vw;
  }
  .ny16-section10 .title .text1 {
    font-size: 9.333vw;
    margin-bottom: 4vw;
  }
  .ny16-section10 .title .text2 {
    font-size: 4vw;
  }
  .ny16-section10 .itembox {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny16-section10 .item {
    margin-bottom: 2.667vw;
  }
  .ny16-section10 .item .video {
    height: 62.667vw;
  }
  .ny16-section10 .item .info {
    padding: 4vw;
    padding-right: 12vw;
  }
  .ny16-section10 .item .info:after {
    bottom: 4vw;
    right: 4vw;
    width: 5.333vw;
    height: 5.333vw;
  }
  .ny16-section10 .item .info .text1 {
    font-size: 4vw;
  }
  .ny16-section10 .item .info .text2 {
    font-size: 2.933vw;
    margin-top: 2vw;
  }
}
/* ==================== 内页16 - 板块十 End ==================== */
/* ==================== 内页11 - 板块九 Start ==================== */
.ny11-section9 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny11-section9 .body {
  padding-left: 40px;
  padding-right: 40px;
}
.ny11-section9 .swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: row;
}
.ny11-section9 .swiper-container-multirow-column > .swiper-wrapper .swiper-slide {
  margin-top: 0;
}
.ny11-section9 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny11-section9 .item {
  width: 47.8%;
  padding-bottom: 60px;
}
.ny11-section9 .item:nth-child(2) ~ .item {
  padding-top: 60px;
  border-top: 2px solid #E7E7E8;
  padding-bottom: 60px;
}
.ny11-section9 .item .image {
  border-radius: 12px;
  height: 210px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny11-section9 .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.ny11-section9 .item .info {
  margin-top: 40px;
}
.ny11-section9 .item .text1 {
  font-size: 36px;
  color: #FF791B;
  line-height: 1.1;
}
.ny11-section9 .item .text2 {
  margin-top: 5px;
  font-size: 26px;
  color: #1D1D1F;
  line-height: 1.4;
  height: 2.8em;
  font-family: "HYJunhei-85J";
}
.ny11-section9 .item .text3 {
  margin-top: 14.995px;
  color: #1D1D1F;
  font-size: 24px;
  line-height: 1.1;
  min-height: 1.1em;
}
.ny11-section9 .item .text4 {
  margin-top: 60px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
}
.ny11-section9 .item .more-btn {
  margin-top: 60px;
  width: 200px;
  height: 76px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  background: #0071E3;
  display: table;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny11-section9 .btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ny11-section9 .swiper-button-prev,
.ny11-section9 .swiper-button-next {
  width: 64px;
  height: 64px;
  position: static;
  background-color: #BCBCBC;
  font-size: 30px;
  margin: 0;
  transform: translate(0);
}
.ny11-section9 .swiper-button-prev .iconfont,
.ny11-section9 .swiper-button-next .iconfont {
  color: #1D1D1F;
  font-size: 1.2em;
}
.ny11-section9 .swiper-button-prev {
  margin-right: 30px;
}
.ny11-section9 .common-btn {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny11-section9 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny11-section9 .body {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny11-section9 .item {
    padding-bottom: 8vw;
  }
  .ny11-section9 .item:nth-child(2) ~ .item {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .ny11-section9 .item .image {
    border-radius: 1.6vw;
    overflow: hidden;
    height: 28vw;
  }
  .ny11-section9 .item .info {
    margin-top: 5.333vw;
  }
  .ny11-section9 .item .text1 {
    font-size: 4.8vw;
  }
  .ny11-section9 .item .text2 {
    margin-top: 0.667vw;
    font-size: 3.467vw;
  }
  .ny11-section9 .item .text3 {
    margin-top: 1.999vw;
    font-size: 3.2vw;
  }
  .ny11-section9 .item .text4 {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .ny11-section9 .item .more-btn {
    margin-top: 8vw;
    width: 26.667vw;
    height: 10.133vw;
    font-size: 3.467vw;
    border-radius: 13.333vw;
  }
  .ny11-section9 .swiper-button-prev,
  .ny11-section9 .swiper-button-next {
    width: 8.533vw;
    height: 8.533vw;
    font-size: 4vw;
  }
  .ny11-section9 .swiper-button-prev {
    margin-right: 4vw;
  }
  .ny11-section9 .common-btn {
    margin-top: 8vw;
  }
}
/* ==================== 内页11 - 板块九 End ==================== */
/* ==================== 内页6 - 板块二 Start ==================== */
.ny6-section2 {
  padding-bottom: 200px;
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #FFFFFF;
}
.ny6-section2 .ny6-title {
  margin-bottom: 60px;
}
.ny6-section2 .item {
  margin-bottom: 60px;
  border-radius: 30px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.ny6-section2 .item:last-child {
  margin-bottom: 0;
}
.ny6-section2 .item .image {
  width: 100%;
}
.ny6-section2 .item .image img {
  width: 100%;
}
.ny6-section2 .item .info {
  padding: 40px 20px;
  padding-bottom: 60px;
}
.ny6-section2 .item .text1 {
  font-size: 36px;
  color: #1D1D1F;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "HYJunhei-85J";
}
.ny6-section2 .item .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  margin-bottom: 60px;
}
.ny6-section2 .item .text3 {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.3;
}
.ny6-section2 .item .text3 strong {
  display: block;
  color: #1D1D1F;
  font-weight: 400;
}
.ny6-section2 .item .text4 {
  display: table;
  margin-top: 60px;
  font-size: 30px;
  color: #0071E3;
  line-height: 1.1;
}
.ny6-section2 .common-btn {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny6-section2 {
    padding-bottom: 26.667vw;
    padding-top: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny6-section2 .ny6-title {
    margin-bottom: 8vw;
  }
  .ny6-section2 .item {
    margin-bottom: 8vw;
    border-radius: 4vw;
    box-shadow: 0vw 0vw 4vw 0vw rgba(0, 0, 0, 0.08);
  }
  .ny6-section2 .item .info {
    padding: 5.333vw 2.667vw;
    padding-bottom: 8vw;
  }
  .ny6-section2 .item .text1 {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  .ny6-section2 .item .text2 {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .ny6-section2 .item .text3 {
    font-size: 4vw;
  }
  .ny6-section2 .item .text4 {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .ny6-section2 .common-btn {
    margin-top: 8vw;
  }
}
/* ==================== 内页6 - 板块二 End ==================== */
/* ==================== 通用产品底部 - 板块一 Start ==================== */
.public-product-page1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9E8EE;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
}
.public-product-page1 .public-product-page1-box {
  width: 100%;
}
.public-product-page1 .info-group {
  position: relative;
}
.public-product-page1 .info-group .info-item {
  position: relative;
}
.public-product-page1 .info-group .info-item:first-child {
  z-index: 2;
}
.public-product-page1 .info-group .info-item:first-child ~ .info-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.public-product-page1 .info-group .info-item .text1 {
  font-size: 70px;
  height: 2.4em;
  line-height: 1.2;
  color: #000000;
  font-family: "HYJunhei-85J";
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.public-product-page1 .info-group .info-item .index-btn {
  margin-top: 20px;
  justify-content: flex-start;
}
.public-product-page1 .image-group {
  position: relative;
  margin-bottom: 30px;
}
.public-product-page1 .image-group .image-item {
  width: 670px;
  height: 500px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  clip-path: inset(0 0 0);
}
.public-product-page1 .image-group .image-item img {
  width: 100%;
}
.public-product-page1 .image-group .image-item video {
  display: block;
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.public-product-page1 .image-group .image-item ~ .image-item {
  position: absolute;
  top: 0;
  left: 0;
}
.public-product-page1 .image-group .image-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.public-product-page1 .image-group .image-item .bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.public-product-page1 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.public-product-page1 .body {
  margin-left: auto;
  margin-right: auto;
}
.public-product-page1 .tab {
  width: 280px;
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.public-product-page1 .tab .tab-item {
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
.public-product-page1 .tab .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  display: none;
}
.public-product-page1 .tab .tab-item.active {
  color: #000;
}
.public-product-page1 .tab .tab-item:last-child {
  margin-right: 0;
}
.public-product-page1 .line {
  display: block;
  width: 280px;
  background-color: #ECECEC;
  position: relative;
  height: 2px;
  margin-bottom: 20px;
  font-size: 30px;
}
.public-product-page1 .line span {
  width: 4em;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.public-product-page1 .desc-group {
  width: 100%;
  position: relative;
}
.public-product-page1 .desc-group .desc {
  font-size: 30px;
  color: #666666;
  line-height: 1.2;
  text-align: justify;
  opacity: 0.8;
}
.public-product-page1 .desc-group .desc:first-child ~ .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .public-product-page1 {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .public-product-page1 .info-group .info-item .text1 {
    font-size: 9.333vw;
  }
  .public-product-page1 .info-group .info-item .index-btn {
    margin-top: 2.667vw;
  }
  .public-product-page1 .image-group {
    margin-bottom: 4vw;
  }
  .public-product-page1 .image-group .image-item {
    width: 89.333vw;
    height: 66.667vw;
  }
  .public-product-page1 .tab {
    width: 37.333vw;
    margin-top: 8vw;
  }
  .public-product-page1 .tab .tab-item {
    font-size: 4vw;
    padding-bottom: 1.333vw;
    margin-right: 4vw;
  }
  .public-product-page1 .tab .tab-item:after {
    height: 0.267vw;
    bottom: -0.133vw;
  }
  .public-product-page1 .line {
    width: 37.333vw;
    margin-bottom: 2.667vw;
    font-size: 4vw;
  }
  .public-product-page1 .line span {
    height: 0.267vw;
  }
  .public-product-page1 .desc-group .desc {
    font-size: 4vw;
  }
}
/* ==================== 通用产品底部 - 板块一 End ==================== */
/* ==================== 通用产品底部 - 板块二 Start ==================== */
.public-product-page2 {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.public-product-page2:after {
  content: "";
  display: block;
  background: url(../images/ny16/img017@750x390.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 350px;
  width: 750px;
  height: 390px;
  pointer-events: none;
  z-index: 1;
}
.public-product-page2 .video {
  position: relative;
  width: 100%;
  width: 700px;
  height: 320px;
  background: url(../images/ny16/img028.png) no-repeat center;
  padding: 5px 10px;
  overflow: hidden;
  background-size: 100%;
  margin-bottom: 110px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.public-product-page2 .video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ny16/img029.png) no-repeat center;
  background-size: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.public-product-page2 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 3;
  border-radius: 20px;
}
.public-product-page2 .body {
  position: relative;
  z-index: 2;
  text-align: center;
}
.public-product-page2 .body .text1 {
  width: 260px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.public-product-page2 .body .text1 img {
  display: block;
  width: 100%;
}
.public-product-page2 .body .text2 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-top: 15px;
  font-family: "HYJunhei-85J";
}
.public-product-page2 .body .text3 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.2;
  color: #9C9C9C;
  font-family: "HYJunhei-65J";
}
.public-product-page2 .body .index-btn {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .public-product-page2 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .public-product-page2:after {
    top: 46.667vw;
    width: 100vw;
    height: 52vw;
  }
  .public-product-page2 .video {
    width: 93.333vw;
    height: 42.667vw;
    padding: 0.667vw 1.333vw;
    margin-bottom: 14.667vw;
  }
  .public-product-page2 .video video {
    border-radius: 2.667vw;
  }
  .public-product-page2 .body .text1 {
    width: 34.667vw;
  }
  .public-product-page2 .body .text2 {
    font-size: 9.333vw;
    margin-top: 2vw;
  }
  .public-product-page2 .body .text3 {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
  .public-product-page2 .body .index-btn {
    margin-top: 8vw;
  }
}
/* ==================== 通用产品底部 - 板块二 End ==================== */
/* ==================== 通用产品底部 - 板块三 Start ==================== */
.public-product-page3 {
  background-color: #000;
}
.public-product-page3 .public-product-page3-box {
  padding-top: 200px;
  padding-bottom: 140px;
  background-color: #fff;
}
.public-product-page3 .title {
  text-align: center;
  margin-bottom: 60px;
}
.public-product-page3 .title .text1 {
  font-size: 70px;
  color: #1E1E20;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: "HYJunhei-85J";
}
.public-product-page3 .title .text2 {
  font-size: 30px;
  color: #666666;
  line-height: 1.3;
  text-align: center;
  font-family: "HYJunhei-65J";
}
.public-product-page3 .itembox {
  padding-left: 40px;
  padding-right: 40px;
}
.public-product-page3 .item {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.public-product-page3 .item:last-child {
  margin-bottom: 0;
}
.public-product-page3 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, #000, transparent);
  background: -o-linear-gradient(to top, #000, transparent);
  background: -moz-linear-gradient(to top, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.public-product-page3 .item .video {
  display: block;
  width: 100%;
  height: 470px;
}
.public-product-page3 .item .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.public-product-page3 .item .info {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  padding-right: 90px;
}
.public-product-page3 .item .info:after {
  content: "";
  display: block;
  background: url(../images/ny16/img023@60x60.png) no-repeat center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.public-product-page3 .item .info .text1 {
  font-size: 30px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
}
.public-product-page3 .item .info .text2 {
  font-size: 22px;
  color: #FFFFFF;
  font-family: "HYJunhei-35J";
  margin-top: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .public-product-page3 .public-product-page3-box {
    padding-top: 26.667vw;
    padding-bottom: 18.667vw;
  }
  .public-product-page3 .title {
    margin-bottom: 8vw;
  }
  .public-product-page3 .title .text1 {
    font-size: 9.333vw;
    margin-bottom: 4vw;
  }
  .public-product-page3 .title .text2 {
    font-size: 4vw;
  }
  .public-product-page3 .itembox {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .public-product-page3 .item {
    margin-bottom: 2.667vw;
  }
  .public-product-page3 .item .video {
    height: 62.667vw;
  }
  .public-product-page3 .item .info {
    padding: 4vw;
    padding-right: 12vw;
  }
  .public-product-page3 .item .info:after {
    bottom: 4vw;
    right: 4vw;
    width: 5.333vw;
    height: 5.333vw;
  }
  .public-product-page3 .item .info .text1 {
    font-size: 4vw;
  }
  .public-product-page3 .item .info .text2 {
    font-size: 2.933vw;
    margin-top: 2vw;
  }
}
/* ==================== 通用产品底部 - 板块三 End ==================== */
/* ==================== 通用产品底部 - 板块四 Start ==================== */
.public-product-page4 {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 200px;
}
.public-product-page4 .title {
  text-align: center;
  margin-bottom: 140px;
}
.public-product-page4 .title .text1 {
  font-size: 70px;
  line-height: 1;
  font-family: "HYJunhei-85J";
  color: transparent;
  background: -webkit-linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  background: -o-linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  background: -moz-linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  background: linear-gradient(to right, #E4CD94, #CCA870, #DFC78F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public-product-page4 .title .text2 {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 10px;
  font-family: "HYJunhei-35J";
}
.public-product-page4 .item {
  margin-bottom: 140px;
}
.public-product-page4 .item:last-child {
  margin-bottom: 0;
}
.public-product-page4 .item .icon {
  display: block;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.public-product-page4 .item .info {
  text-align: center;
}
.public-product-page4 .item .text1 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}
.public-product-page4 .item .text2 {
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 1.1;
}
.public-product-page4 .item .index-btn {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .public-product-page4 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .public-product-page4 .title {
    margin-bottom: 18.667vw;
  }
  .public-product-page4 .title .text1 {
    font-size: 9.333vw;
  }
  .public-product-page4 .title .text2 {
    margin-top: 2.667vw;
    font-size: 4vw;
    letter-spacing: 1.333vw;
  }
  .public-product-page4 .item {
    margin-bottom: 18.667vw;
  }
  .public-product-page4 .item .icon {
    width: 6.4vw;
    margin-bottom: 4vw;
  }
  .public-product-page4 .item .text1 {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  .public-product-page4 .item .text2 {
    font-size: 3.2vw;
  }
  .public-product-page4 .item .index-btn {
    margin-top: 5.333vw;
  }
}
/* ==================== 通用产品底部 - 板块四 End ==================== */
/* ==================== 通用产品底部 - 板块五 Start ==================== */
.public-product-page5 {
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.public-product-page5 .title {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
}
.public-product-page5 .tabs {
  display: inline-flex;
  justify-content: flex-start;
  padding: 5px;
  background-color: #1D1D1F;
  border-radius: 100px;
  margin-bottom: 60px;
}
.public-product-page5 .tabs .tab-item {
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 24px;
  color: #fff;
  line-height: 1.1;
  font-family: "HYJunhei-65J";
  cursor: pointer;
}
.public-product-page5 .tabs .tab-item.active {
  background-color: #fff;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.public-product-page5 .video {
  width: 100%;
  height: 550px;
}
.public-product-page5 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .public-product-page5 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .public-product-page5 .title {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .public-product-page5 .tabs {
    padding: 0.667vw;
    border-radius: 13.333vw;
    margin-bottom: 8vw;
  }
  .public-product-page5 .tabs .tab-item {
    padding: 1.6vw 2.667vw;
    border-radius: 13.333vw;
    font-size: 3.2vw;
  }
  .public-product-page5 .video {
    height: 73.333vw;
  }
}
/* ==================== 通用产品底部 - 板块五 End ==================== */
/* ==================== 内页56 - 板块二 Start ==================== */
.ny56-section2 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny56-section2 .ny56-section2-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ny56-section2 .text1 {
  font-size: 70px;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 90px;
  text-align: center;
}
.ny56-section2 .el-form .label {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 10px;
  position: relative;
  display: table;
}
.ny56-section2 .el-form .label.required:after {
  content: "*";
  color: red;
}
.ny56-section2 .el-form .el-form-item__error {
  font-size: 26px;
  margin-top: 10px;
}
.ny56-section2 .el-form .el-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__inner {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__inner:after {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -70%) rotate(45deg);
  height: 10px;
  width: 6px;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
.ny56-section2 .el-form .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0071E3;
  border-color: #0071E3;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__label {
  font-size: 26px;
  color: #1E1E20;
  line-height: 1.4;
  padding-left: 20px;
}
.ny56-section2 .el-form .el-checkbox a {
  color: #0071E3;
}
.ny56-section2 .el-form .el-checkbox a:hover {
  text-decoration: underline;
}
.ny56-section2 .el-form .el-form-item {
  margin-bottom: 60px;
}
.ny56-section2 .el-form .el-form-item.form-checkbox {
  margin-bottom: 20px;
}
.ny56-section2 .el-form .el-select {
  width: 100%;
}
.ny56-section2 .el-form .el-select .el-input .el-select__caret {
  font-size: 20px;
  width: 35px;
}
.ny56-section2 .el-form .el-input__inner {
  height: 80px;
  font-size: 30px;
  color: #1E1E20;
  padding-left: 20px;
  padding-right: 60px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.ny56-section2 .el-form .el-input__inner::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-input__inner::-moz-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-input__inner:-moz-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-input__inner:-ms-input-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form button {
  padding: 0 20px;
  height: 84px;
  line-height: 84px;
  width: 460px;
  border-radius: 100px;
  background-color: #050A32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 30px;
  border-color: #050A32;
  letter-spacing: 4px;
}
.ny56-section2 .el-form button:hover {
  background-color: #050A32;
  color: #fff;
}
.ny56-section2-popup .body {
  min-height: 70vh;
  font-size: 28px;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  .ny56-section2 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny56-section2 .text1 {
    font-size: 9.33vw;
    margin-bottom: 12vw;
  }
  .ny56-section2 .el-form .label {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  .ny56-section2 .el-form .el-form-item__error {
    font-size: 3.467vw;
    margin-top: 1.333vw;
  }
  .ny56-section2 .el-form .el-checkbox .el-checkbox__inner {
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 0.67vw;
  }
  .ny56-section2 .el-form .el-checkbox .el-checkbox__inner:after {
    height: 1.33vw;
    width: 0.8vw;
  }
  .ny56-section2 .el-form .el-checkbox .el-checkbox__label {
    font-size: 3.47vw;
    padding-left: 2.67vw;
  }
  .ny56-section2 .el-form .el-form-item {
    margin-bottom: 8vw;
  }
  .ny56-section2 .el-form .el-form-item.form-checkbox {
    margin-bottom: 2.67vw;
  }
  .ny56-section2 .el-form .el-select .el-input .el-select__caret {
    font-size: 2.67vw;
    width: 4.67vw;
  }
  .ny56-section2 .el-form .el-input__inner {
    height: 10.67vw;
    font-size: 4vw;
    padding-left: 2.67vw;
    padding-right: 8vw;
    border-radius: 1.07vw;
  }
  .ny56-section2 .el-form button {
    padding: 0 2.67vw;
    height: 11.2vw;
    line-height: 11.2vw;
    width: 61.33vw;
    border-radius: 13.33vw;
    margin-top: 13.33vw;
    font-size: 4vw;
    letter-spacing: 0.53vw;
  }
  .ny56-section2-popup .body {
    min-height: 70vh;
    font-size: 3.733vw;
    padding: 5.333vw;
  }
}
/* ==================== 内页56 - 板块二 End ==================== */
/* ==================== elementUI Start ==================== */
.el-message {
  min-width: inherit !important;
  top: 10% !important;
}
/* ==================== elementUI End ==================== */
.header-block {
  height: 90px;
}
@media screen and (max-width: 749px) {
  .header-block {
    height: 12vw;
  }
}
.index-main {
  background-color: #EAEDF0;
}
.scroll-video {
  display: block;
  width: 100%;
  z-index: 1;
}
.scroll-video video {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
.video-hide {
  position: fixed;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
}
/* ==================== 首页 - 通用 Start ==================== */
.index-info {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.index-info.black .text1 {
  color: rgba(0, 0, 0, 0.5);
}
.index-info.black .text2,
.index-info.black .text3 {
  color: #000;
}
.index-info.white .text1 {
  color: #fff;
}
.index-info .text1 {
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  font-family: "HYJunhei-65J";
}
.index-info .text2 {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.index-info .text3 {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 20px;
  font-family: "HYJunhei-65J";
  color: #fff;
}
.index-info2 .text1 {
  font-size: 70px;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  margin-bottom: 60px;
}
.index-info2 .text2 {
  font-size: 30px;
  color: #1E1E20;
  line-height: 1.2;
}
.index-info2 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-info2 .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 40px;
}
.index-btn,
.index-btn2,
.index-btn3,
.index-btn4 {
  font-size: 30px;
  color: #0071E3;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "HYJunhei-65J";
}
.index-btn.video-btn:after,
.index-btn2.video-btn:after,
.index-btn3.video-btn:after,
.index-btn4.video-btn:after {
  margin-left: 6px;
  background-image: url(../images/play3.svg);
}
.index-btn.white,
.index-btn2.white,
.index-btn3.white,
.index-btn4.white {
  color: #fff;
}
.index-btn.white:after,
.index-btn2.white:after,
.index-btn3.white:after,
.index-btn4.white:after {
  background-image: url(../images/index/img010@26x26.png);
}
.index-btn:after,
.index-btn2:after,
.index-btn3:after,
.index-btn4:after {
  content: "";
  display: block;
  background: url(../images/index/img003@26x26.png) no-repeat center;
  background-size: 100%;
  width: 26px;
  height: 26px;
}
.index-btn2 {
  width: 250px;
  height: 84px;
  color: #fff;
  border-radius: 100px;
  background-color: #0071E3;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.index-btn2.min {
  width: auto;
  min-width: 180px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-btn2.min:after {
  display: none;
}
.index-btn2:after {
  background-image: url(../images/index/img010@26x26.png);
}
.index-btn3 {
  width: auto;
  min-width: 240px;
  padding-right: 30px;
  padding-left: 30px;
  height: 84px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  font-size: 30px;
  color: #0071E3;
  border: 2px solid;
  border-radius: 200px;
  transition: all 0.4s;
}
.index-btn3:after {
  display: none;
}
.index-btn3:hover {
  background-color: #0071E3;
  color: #fff;
}
.index-btn4 {
  width: 240px;
  height: 84px;
  border-radius: 100px;
  border: 2px solid #fff;
}
@media screen and (max-width: 749px) {
  .index-info {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .index-info .text1 {
    font-size: 4vw;
    margin-bottom: 2.667vw;
  }
  .index-info .text2 {
    font-size: 9.333vw;
  }
  .index-info .text3 {
    font-size: 4vw;
    margin-top: 2.667vw;
  }
  .index-info2 .text1 {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .index-info2 .text2 {
    font-size: 4vw;
  }
  .index-info2 .btn-group {
    margin-top: 8vw;
  }
  .index-info2 .btn-group .index-btn2 {
    margin-left: 0;
    margin-right: 5.333vw;
  }
  .index-btn,
  .index-btn2,
  .index-btn3,
  .index-btn4 {
    font-size: 4vw;
  }
  .index-btn:after,
  .index-btn2:after,
  .index-btn3:after,
  .index-btn4:after {
    width: 3.467vw;
    height: 3.467vw;
  }
  .index-btn2 {
    width: 33.333vw;
    height: 11.2vw;
    border-radius: 13.333vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .index-btn2.min {
    width: auto;
    min-width: 26.667vw;
    height: 11.2vw;
  }
  .index-btn3 {
    width: auto;
    min-width: 32vw;
    padding-right: 4vw;
    padding-left: 4vw;
    height: 11.2vw;
    font-size: 4vw;
    border-radius: 26.667vw;
    border-width: 1px;
  }
  .index-btn4 {
    width: 32vw;
    height: 11.2vw;
    border-radius: 13.333vw;
    border-width: 1px;
  }
}
/* ==================== 首页 - 通用 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 {
  position: relative;
  background-color: #000;
}
.index-section1 .common-pagination {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 4;
  width: 100%;
}
.index-section1 .common-pagination .play-btn,
.index-section1 .common-pagination .swiper-pagination {
  border-color: rgba(255, 255, 255, 0.14);
  background: -webkit-linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -moz-linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.index-section1 .common-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5);
}
.index-section1 .index-btn {
  position: absolute;
  bottom: 600px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.index-popup .body {
  min-height: 70vh;
}
@media screen and (max-width: 749px) {
  .index-section1 .common-pagination {
    bottom: 10.667vw;
  }
  .index-section1 .index-btn {
    bottom: 80vw;
  }
}
/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
.index-section2 {
  overflow: hidden;
  background-color: #00071c;
}
.index-section2 .index-info {
  padding-top: 280px;
  padding-bottom: 280px;
  background: url(../images/index/img021@750x750.jpg) no-repeat center;
  background-size: 100%;
  background-position: center top;
  background-size: cover;
}
.index-section2 .btn-group {
  margin-top: 60px;
}
.index-section2 .btn-group .index-btn {
  margin-bottom: 30px;
}
.index-section2 .btn-group .index-btn:last-child {
  margin-bottom: 0;
}
.index-section2 .video {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  z-index: 1;
}
.index-section2 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: -webkit-linear-gradient(to bottom, #00071c, transparent);
  background: -o-linear-gradient(to bottom, #00071c, transparent);
  background: -moz-linear-gradient(to bottom, #00071c, transparent);
  background: linear-gradient(to bottom, #00071c, transparent);
}
.index-section2 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-section2 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section2 .btn-group .index-btn2 {
  margin-right: 30px;
  margin-left: 0;
}
@media screen and (max-width: 749px) {
  .index-section2 .index-info {
    padding-top: 37.33vw;
    padding-bottom: 37.33vw;
  }
  .index-section2 .btn-group {
    margin-top: 8vw;
  }
  .index-section2 .btn-group .index-btn {
    margin-bottom: 4vw;
  }
  .index-section2 .video {
    height: 56vw;
  }
  .index-section2 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
}
/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
.index-section3 {
  position: relative;
  padding-top: 200px;
  background-color: #C0D4F0;
}
.index-section3 .index-info {
  padding-bottom: 60px;
}
.index-section3 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.index-section3 .btn-group .index-btn2 {
  margin-right: 40px;
  margin-left: 0;
}
.index-section3 .btn-group .index-btn {
  color: #000;
}
.index-section3 .btn-group .index-btn:after {
  filter: brightness(0);
}
.index-section3 .video {
  width: 100%;
  height: 730px;
  position: relative;
}
.index-section3 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: -webkit-linear-gradient(to bottom, #C0D4F0, transparent);
  background: -o-linear-gradient(to bottom, #C0D4F0, transparent);
  background: -moz-linear-gradient(to bottom, #C0D4F0, transparent);
  background: linear-gradient(to bottom, #C0D4F0, transparent);
}
.index-section3 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .index-section3 {
    padding-top: 26.67vw;
  }
  .index-section3 .index-info {
    padding-bottom: 8vw;
  }
  .index-section3 .btn-group {
    margin-top: 8vw;
  }
  .index-section3 .btn-group .index-btn2 {
    margin-right: 5.33vw;
  }
  .index-section3 .video {
    height: 97.33vw;
  }
}
/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 {
  background-color: #080A0F;
  height: 100vh;
}
.index-section4 .index-info {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #45697B;
  padding-top: 200px;
}
.index-section4 .index-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: -webkit-linear-gradient(to bottom, #45697B 30%, transparent);
  background: -o-linear-gradient(to bottom, #45697B 30%, transparent);
  background: -moz-linear-gradient(to bottom, #45697B 30%, transparent);
  background: linear-gradient(to bottom, #45697B 30%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 3;
}
.index-section4 .index-info .text1 {
  color: #B5C3CA;
}
.index-section4 .video {
  position: relative;
  flex-shrink: 0;
  height: 100%;
}
.index-section4 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  background: -o-linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  background: -moz-linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  background: linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.index-section4 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section4 .btn-group .index-btn2 {
  margin-right: 30px;
  height: 84px;
}
@media screen and (max-width: 749px) {
  .index-section4 .index-info {
    padding-top: 26.67vw;
  }
  .index-section4 .index-info:after {
    height: 46.67vw;
  }
  .index-section4 .btn-group {
    margin-top: 8vw;
  }
  .index-section4 .btn-group .index-btn2 {
    margin-right: 4vw;
    height: 11.2vw;
  }
}
/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 首页 - 板块五 Start ==================== */
.index-section5 {
  height: 100vh;
  background-color: #191919;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.index-section5::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(to bottom, #191919, transparent);
  background: -o-linear-gradient(to bottom, #191919, transparent);
  background: -moz-linear-gradient(to bottom, #191919, transparent);
  background: linear-gradient(to bottom, #191919, transparent);
}
.index-section5 .index-info {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-top: 200px;
}
.index-section5 .index-info .text1 {
  color: #86868B;
}
.index-section5 .video {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.index-section5 .video::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to bottom, #191919, transparent);
  background: -o-linear-gradient(to bottom, #191919, transparent);
  background: -moz-linear-gradient(to bottom, #191919, transparent);
  background: linear-gradient(to bottom, #191919, transparent);
}
.index-section5 .video video {
  width: 130%;
  height: auto;
}
.index-section5 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section5 .btn-group .index-btn2 {
  margin-right: 30px;
}
.index-section5 .btn-group .index-btn3:after {
  display: block;
}
.index-section5 canvas {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 300px;
}
@media screen and (max-width: 749px) {
  .index-section5 .index-info {
    padding-top: 26.67vw;
  }
  .index-section5 .video::after {
    height: 16vw;
  }
  .index-section5 .btn-group {
    margin-top: 8vw;
  }
  .index-section5 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
}
/* ==================== 首页 - 板块五 End ==================== */
/* ==================== 首页 - 板块六 Start ==================== */
.index-section6 {
  overflow: hidden;
  border-top: 10px solid #F4F6F8;
  background-color: #F4F6F8;
}
.index-section6 .index-section6-box {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.index-section6 .body1 {
  padding-top: 200px;
}
.index-section6 .body1 .image {
  width: 710px;
  margin-top: 60px;
  position: relative;
}
.index-section6 .body1 .image img {
  width: 100%;
}
.index-section6 .body1 .image .img2 {
  position: absolute;
  width: 100%;
  z-index: 2;
  width: 626px;
  height: 470px;
  left: 20px;
  top: 20px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.index-section6 .body1 .image .play-btn {
  position: absolute;
  top: 42%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index-section6 .body1 .image .play-btn .iconfont {
  display: none;
  font-size: 40px;
}
.index-section6 .body1 .image .play-btn .iconfont:nth-child(1) {
  display: block;
}
.index-section6 .body1 .image .play-btn.active .iconfont:nth-child(1) {
  display: none;
}
.index-section6 .body1 .image .play-btn.active .iconfont:nth-child(2) {
  display: block;
}
.index-section6 .body1 .btn-group .index-btn2 {
  margin-right: 30px;
}
.index-section6 .body1 .btn-group .index-btn3::after {
  display: block;
}
.index-section6 .body2 {
  margin-top: 14px;
  padding-bottom: 180px;
}
.index-section6 .body2 .itembox {
  border-radius: 20px;
  overflow: hidden;
}
.index-section6 .body2 .item {
  border-bottom: 2px solid #F1F0EC;
  background-color: #FAFAFA;
}
.index-section6 .body2 .item:last-child {
  border-bottom: 0;
}
.index-section6 .body2 .item.active {
  background-color: #FAFAFA;
  overflow: hidden;
  border-bottom-color: transparent;
}
.index-section6 .body2 .item.active .head {
  background-color: #FAFAFA;
  padding-bottom: 20px;
}
.index-section6 .body2 .item.active .head .arrow {
  display: none;
}
.index-section6 .body2 .item .head {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  cursor: pointer;
}
.index-section6 .body2 .item .head .text1 {
  min-width: 0;
  flex-grow: 1;
  font-size: 50px;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  transition: all 0.4s;
}
.index-section6 .body2 .item .head .arrow {
  transform: rotateX(180deg);
  font-size: 28px;
  color: #000;
  flex-shrink: 0;
  margin-left: 10px;
  transition: all 0.4s;
}
.index-section6 .body2 .item .body {
  display: none;
  padding: 40px;
  padding-top: 0;
}
.index-section6 .body2 .item .title {
  font-size: 36px;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  margin-bottom: 20px;
}
.index-section6 .body2 .item .desc {
  font-size: 30px;
  line-height: 1.2;
  text-align: justify;
  color: rgba(29, 29, 31, 0.5);
  margin-bottom: 60px;
}
.index-section6 .body2 .item .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-section6 .body2 .item .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 0;
}
.index-section6 .body2 .item .btn-group .index-btn:first-child {
  margin-right: 40px;
}
.index-section6 .body2 .item .image {
  margin-top: 50px;
  width: 100%;
}
.index-section6 .body2 .item .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .index-section6 {
    border-top: 1.333vw solid #F4F6F8;
  }
  .index-section6 .index-section6-box {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .index-section6 .body1 {
    padding-top: 26.667vw;
  }
  .index-section6 .body1 .image {
    width: 94.667vw;
    margin-top: 8vw;
    margin-right: -5.333vw;
  }
  .index-section6 .body1 .image .img2 {
    width: 83.467vw;
    height: 62.667vw;
    left: 2.667vw;
    top: 2.667vw;
    border-radius: 1.333vw;
  }
  .index-section6 .body1 .image .play-btn {
    width: 8.533vw;
    height: 8.533vw;
    backdrop-filter: blur(2.667vw);
    -webkit-backdrop-filter: blur(2.667vw);
  }
  .index-section6 .body1 .image .play-btn .iconfont {
    font-size: 5.333vw;
  }
  .index-section6 .body1 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
  .index-section6 .body2 {
    margin-top: 1.867vw;
    padding-bottom: 24vw;
    border-width: 1px;
  }
  .index-section6 .body2 .itembox {
    border-radius: 2.667vw;
  }
  .index-section6 .body2 .item.active .head {
    padding-bottom: 2.667vw;
  }
  .index-section6 .body2 .item .head {
    padding: 5.333vw;
  }
  .index-section6 .body2 .item .head .text1 {
    font-size: 6.667vw;
  }
  .index-section6 .body2 .item .head .arrow {
    font-size: 3.733vw;
    margin-left: 1.333vw;
  }
  .index-section6 .body2 .item .body {
    padding: 5.333vw;
  }
  .index-section6 .body2 .item .title {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  .index-section6 .body2 .item .desc {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .index-section6 .body2 .item .btn-group .index-btn:first-child {
    margin-right: 5.333vw;
  }
  .index-section6 .body2 .item .image {
    margin-top: 6.667vw;
  }
}
/* ==================== 首页 - 板块六 End ==================== */
/* ==================== 首页 - 板块七 Start ==================== */
.index-section7 {
  padding-top: 100px;
  padding-bottom: 245px;
  background-color: #F4F6F8;
}
.index-section7 .index-info2 {
  padding-left: 40px;
  padding-right: 40px;
}
.index-section7 .index-info2 .btn-group {
  margin-top: 80px;
}
.index-section7 .video {
  width: 100%;
  display: block;
  margin-top: 80px;
}
.index-section7 .video video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .index-section7 {
    padding-top: 13.333vw;
    padding-bottom: 32.667vw;
  }
  .index-section7 .index-info2 {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .index-section7 .index-info2 .btn-group {
    margin-top: 10.667vw;
  }
  .index-section7 .video {
    margin-top: 10.667vw;
  }
}
/* ==================== 首页 - 板块七 End ==================== */
/* ==================== 首页 - 板块八 Start ==================== */
.index-section8 {
  background-color: #fff;
}
.index-section8 .item {
  position: relative;
}
.index-section8 .item .info {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.index-section8 .item .info .text1 {
  font-size: 70px;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 15px;
}
.index-section8 .item .info .text2 {
  font-size: 30px;
  color: #1E1E20;
  line-height: 1.1;
}
.index-section8 .item .info .index-btn {
  margin-top: 40px;
}
.index-section8 .item .image {
  position: relative;
  z-index: 1;
}
.index-section8 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 200px;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.index-section8 .swiper-btn-group {
  margin-top: 0;
}
.index-section8 .swiper-btn-group .swiper-btn {
  background-color: #E9E8EE;
  color: #000;
}
.index-section8 .swiper-btn-group .swiper-btn-prev {
  margin-right: 20px;
}
.index-section8 .swiper-scrollbar {
  width: 400px;
  background-color: #EFEDE9;
  height: 4px;
  border-radius: 100px;
  position: relative;
}
.index-section8 .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #484540;
  width: 100px;
}
@media screen and (max-width: 749px) {
  .index-section8 .item .info {
    top: 16vw;
  }
  .index-section8 .item .info .text1 {
    font-size: 9.33vw;
    margin-bottom: 2vw;
  }
  .index-section8 .item .info .text2 {
    font-size: 4vw;
  }
  .index-section8 .item .info .index-btn {
    margin-top: 5.33vw;
  }
  .index-section8 .bottom {
    margin-bottom: 26.67vw;
    margin-top: 8vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .index-section8 .swiper-btn-group .swiper-btn-prev {
    margin-right: 2.67vw;
  }
  .index-section8 .swiper-scrollbar {
    width: 53.33vw;
    height: 0.53vw;
    border-radius: 13.33vw;
  }
  .index-section8 .swiper-scrollbar .swiper-scrollbar-drag {
    width: 13.33vw;
  }
}
/* ==================== 首页 - 板块八 End ==================== */
