@charset "utf-8";
/**
 * @Description: 网站主要样式
 * @Author: 
 * @Date: 2024-7-26 22:10:21
 * @LastEditors: 
 * @LastEditTime: 2024-7-26 22:10:21
 */
@font-face {
  font-family: "";
  src: url("");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Black";
  src: url("font/Inter-Black-3.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("font/Inter-Bold-4.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("font/Inter-ExtraBold-5.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("font/Inter-ExtraLight-6.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url("font/Inter-Light-7.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("font/Inter-Medium-8.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("font/Inter-Regular-9.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("font/Inter-SemiBold-10.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Thin";
  src: url("font/Inter-Thin-11.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif";
}
a {
  text-decoration: none;
  outline: none;
}
html.no-scroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  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 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
}
@media screen and (min-width: 1920px) {
  .mxw-box {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 393px) {
  main {
    margin-top: 50px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (min-width: 394px) and (max-width: 768px) {
  .ipad-hide {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 393px) {
  .mobile-hide {
    display: none !important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 1920px) {
  .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: 393px) {
  .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 {
  position: relative;
  width: 100%;
  z-index: 20;
  transition: all 0.4s;
}
.header .head-top {
  /* background-color: #F9F9F9; */
  height: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .head-top .mxw-box {
  height: 100%;
  max-width: 1920px;
  padding-left: 3.646vw;
  padding-right: 3.646vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .head-top .text1 {
  font-size: 0.729vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  margin-right: 1.042vw;
}
.header .head-top .text1 i {
  display: block;
  width: 0.833vw;
  width: 16px;
  flex-shrink: 0;
  margin-right: 0.417vw;
}
.header .head-top .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.729vw;
  cursor: pointer;
  height: 100%;
}
.header .head-top .header-search {
  margin-left: 1.198vw;
  width: 16px;
}
@media screen and (min-width: 1920px) {
  margin-left: 23px;
}
.header .head-top .language:hover .itembox {
  opacity: 1;
  visibility: visible;
}
.header .head-top .language .itembox {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5.208vw;
  background-color: #fff;
  padding: 0.26vw 0;
  border-radius: 0.313vw;
  border: 1px solid #eee;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

/* 2025-2-10 修改 */
@media (max-width:1300px){
  .header .head-top .language .itembox  {
    width: 7.208vw;
    white-space: nowrap;
  }
}

/* 2025-2-10 修改 */
.header .head-top .language .itembox .item {
  display: block;
  height: 1.563vw;
  line-height: 1.563vw;
  font-size: 0.729vw;
  color: #666;
  text-align: center;
  transition: background-color 0.4s;
  /* 修改 */
  display: flex;
  align-items: center;
}
.header .head-top .language .itembox .item:hover {
  background-color: #f8f8f8;
}
.header .head-top .language:after {
  content: "";
  display: block;
  width: 0.313vw;
  height: 0.313vw;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(135deg);
  margin-left: 0.521vw;
}
.header .head-top .language i {
  width: 0.833vw;
  width: 16px;
  line-height: 1;
  font-size: 0.729vw;
  display: block;
  margin-right: 0.26vw;
}
.header .head-top .language i img {
  width: 100%;
}
.header .pc-nav {
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.4s;
}
.header .pc-nav > .mxw-box {
  /* max-width: 100vw;
  width: 100%;
  padding-left: 3.646vw;
  padding-right: 3.646vw; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .pc-nav .logo {
  display: block;
  width: 7.813vw;
  flex-shrink: 0;
  margin-right: 2.292vw;
}
.header .pc-nav .nav-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .pc-nav .search {
  width: 19.167vw;
  margin: auto;
  margin-bottom: 2.917vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.header .pc-nav .search.active form {
  opacity: 1;
  visibility: visible;
}
.header .pc-nav .search input {
  height: 2.813vw;
  line-height: 2.813vw;
  border: 1px solid #eaeaea;
  border-top-left-radius: 0.208vw;
  border-bottom-left-radius: 0.208vw;
  padding-left: 1.146vw;
  padding-right: 4.167vw;
  min-width: 0;
  flex-grow: 1;
}
.header .pc-nav .search form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 10.417vw;
  display: flex;
  align-items: stretch;
  z-index: 99;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.header .pc-nav .search input {
  flex-grow: 1;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 0.625vw;
  padding: 0 0.521vw;
  color: #000;
}
.header .pc-nav .search input::-webkit-input-placeholder {
  color: #ccc;
}
.header .pc-nav .search input:-moz-placeholder {
  color: #ccc;
}
.header .pc-nav .search input::-moz-placeholder {
  color: #ccc;
}
.header .pc-nav .search input:-ms-input-placeholder {
  color: #ccc;
}
.header .pc-nav .search button {
  width: 3.229vw;
  height: 2.813vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #045ebf;
  border-radius: 0.208vw;
  margin-left: -0.208vw;
}
.header .pc-nav .search button img {
  width: 1.042vw;
}
.header .pc-nav .navbar2 {
  /* min-width: 0; */
  /* flex-grow: 1; */
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
}
.header .pc-nav .navbar2 > li {
  height: 100%;
  position: relative;
  text-align: center;
  margin-right: 3.229vw;
}
.header .pc-nav .navbar2 > li.static {
  position: static;
}
.header .pc-nav .navbar2 > li:last-child {
  margin-right: 0;
}
.header .pc-nav .navbar2 > li.active > a {
  color: #045bb6;
}
.header .pc-nav .navbar2 > li:hover > a {
  color: #045bb6;
  font-weight: bold;
}
.header .pc-nav .navbar2 > li:hover > .navbar-style1,
.header .pc-nav .navbar2 > li:hover > .navbar-style2,
.header .pc-nav .navbar2 > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 13;
}
.header .pc-nav .navbar2 > li:hover .sub-navbar2-box {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .pc-nav .navbar2 > li:hover .sub-navbar {
  opacity: 1;
  visibility: visible;
}
.header .pc-nav .navbar2 > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.042vw;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: color 0.4s;
  z-index: 3;
  padding-top: 1.979vw;
  padding-bottom: 1.771vw;
  line-height: 1.1;
  text-align: center;
}
.header .pc-nav .navbar2 > li > ul {
  position: absolute;
  top: 100%;
  left: -1.042vw;
  width: 100%;
  background-color: #fff;
  padding-top: 0.521vw;
  padding-bottom: 0.521vw;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  width: 9.375vw;
  text-align: left;
  border: 1px solid #eee;
}
.header .pc-nav .navbar2 > li > ul > li {
  border-bottom: 1px solid #eee;
}
.header .pc-nav .navbar2 > li > ul > li:last-child {
  border-bottom: 0;
}
.header .pc-nav .navbar2 > li > ul > li:hover {
  background-color: #6eb0f5;
}
.header .pc-nav .navbar2 > li > ul > li:last-child {
  margin-bottom: 0;
}
.header .pc-nav .navbar2 > li > ul > li > a {
  font-size: 0.938vw;
  color: #000;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 1.042vw;
  padding-right: 1.042vw;
  display: block;
  position: relative;
}
.header .pc-nav .navbar2 > li > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.417vw solid #045bb6;
  border-top: 0.26vw solid transparent;
  border-bottom: 0.26vw solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.083vw;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.header .pc-nav .navbar2 > li > ul > li > a:hover {
  color: #045bb6;
}
.header .pc-nav .navbar2 > li > ul > li > a:hover:after {
  opacity: 1;
  visibility: visible;
}
.header .pc-nav .sub-navbar {
  position: absolute;
  top: 100%;
  left: 0;
  height: calc(100vh - 100%);
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.header .pc-nav .sub-navbar.active {
  opacity: 1;
  visibility: visible;
}
.header .pc-nav .sub-navbar .sub-box {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .pc-nav .sub-navbar .sub-box .list-right {
  /* width: 72.24vw; */
  -webkit-flex: 1;
  flex: 1;
}
.header .pc-nav .sub-navbar .sub-box .list-right .list-con {
  display: none;
  height: 100%;
}
.header .pc-nav .sub-navbar .sub-box .list-right .list-con.active {
  display: block;
}
.header .pc-nav .sub-navbar .sub-box .list-right .list-con .img-box {
  width: 100%;
  height: 100%;
}
.header .pc-nav .sub-navbar .sub-box .list-right .list-con .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1920px) {
  /* .header .pc-nav .sub-navbar .sub-box .list-right {
    width: 1387px;
  } */
}
.header .pc-nav .sub-navbar .sub-item1 {
  width: 27.76vw;
  background-color: #fafafa;
  flex-shrink: 0;
  display: block;
  padding-top: 2.917vw;
  padding-bottom: 1.563vw;
  height: 100%;
}
.header .pc-nav .sub-navbar .sub-item1 > li.active > .title {
  color: #fff;
  background-color: #045ebf;
}
.header .pc-nav .sub-navbar .sub-item1 > li.active > .title:after {
  opacity: 1;
  visibility: visible;
}
.header .pc-nav .sub-navbar .sub-item1 > li:hover .sub-item2 {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.header .pc-nav .sub-navbar .sub-item1 > li > .title {
  height: 3.542vw;
  line-height: 3.542vw;
  display: block;
  font-size: 0.938vw;
  color: #666666;
  position: relative;
  transition: background-color 0.4s, color 0.4s;
  text-align: left;
  padding-left: 8.333vw;
}
.header .pc-nav .sub-navbar .sub-item1 > li > .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  width: 0.313vw;
  height: 0.313vw;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  /* border-bottom: 0.26vw solid transparent; */
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  transform: rotate(135deg);
  right: 2.083vw;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
/* .header .pc-nav .sub-navbar .sub-item1 > li > .title:hover {
  color: #045bb6;
} */
.header .pc-nav .sub-navbar .sub-item2 {
  position: absolute;
  top: 0;
  left: 27.76vw;
  width: 15.625vw;
  height: 100%;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.header .pc-nav .sub-navbar .sub-item2 > li {
  height: 2.917vw;
  line-height: 2.917vw;
  padding-left: 2.604vw;
  padding-right: 2.604vw;
  text-align: left;
}
.header .pc-nav .sub-navbar .sub-item2 > li:last-child {
  margin-bottom: 0;
}
.header .pc-nav .sub-navbar .sub-item2 > li.active {
  background-color: #6eb0f5;
}
.header .pc-nav .sub-navbar .sub-item2 > li.active > .title {
  color: #045bb6;
}
.header .pc-nav .sub-navbar .sub-item2 > li.active > .title:after {
  display: inline-block;
}
.header .pc-nav .sub-navbar .sub-item2 > li.active > .title:before {
  display: block;
}
.header .pc-nav .sub-navbar .sub-item2 > li:hover .sub-item3 {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.header .pc-nav .sub-navbar .sub-item2 > li > .title {
  display: inline-block;
  font-size: 1.042vw;
  color: #666;
  line-height: 1.1;
  position: relative;
}
.header .pc-nav .sub-navbar .sub-item2 > li > .title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #045bb6;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: none;
}
.header .pc-nav .sub-navbar .sub-item2 > li > .title:after {
  content: "";
  display: inline-block;
  width: 0.313vw;
  height: 0.313vw;
  border-top: 1px solid #045bb6;
  border-right: 1px solid #045bb6;
  transform: rotate(45deg);
  margin-left: 0.26vw;
  vertical-align: middle;
  display: none;
}
.header .pc-nav .sub-navbar .sub-item2 > li > .title:hover {
  color: #045bb6;
}
.header .pc-nav .sub-navbar .sub-item2 > li > .title:hover:before {
  display: block;
}
.header .pc-nav .sub-navbar .sub-item2 > li > .title:hover:after {
  display: inline-block;
}
.header .pc-nav .sub-navbar .sub-item3 {
  position: absolute;
  top: 0;
  left: 15.625vw;
  width: 15.625vw;
  height: 100%;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  opacity: 0;
  visibility: hidden;
}
.header .pc-nav .sub-navbar .sub-item3 > li {
  padding-left: 50px;
}
.header .pc-nav .sub-navbar .sub-item3 > li.active {
  background-color: #6eb0f5;
}
.header .pc-nav .sub-navbar .sub-item3 > li.active > .title {
  color: #045bb6;
}
.header .pc-nav .sub-navbar .sub-item3 > li:hover .content {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: all 0.4s;
  transform: translateX(0);
}
.header .pc-nav .sub-navbar .sub-item3 > li > .title {
  font-size: 1.042vw;
  color: #666666;
  display: block;
  height: 2.917vw;
  line-height: 2.917vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content {
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(100vw - 21.875vw - 21.875vw - 11.458vw);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  background-color: #fff;
  transform: translateX(200px);
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-title {
  font-size: 1.042vw;
  padding-bottom: 0.521vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section2 {
  padding: 2.083vw 1.563vw;
  padding-bottom: 0;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section2 .desc {
  line-height: 1.8;
  padding-top: 1.042vw;
  font-size: 1.042vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 {
  padding: 2.083vw 1.563vw;
  padding-bottom: 0;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .desc {
  line-height: 1.8;
  padding-top: 1.042vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .itembox .item {
  padding: 1.563vw 1.042vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .itembox .number {
  width: 2.083vw;
  height: 2.083vw;
  margin-right: 1.042vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .itembox .info .text2 {
  font-size: 0.938vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .more-btn {
  margin-top: 2.604vw;
  display: table;
  font-size: 0.938vw;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  position: relative;
  padding-bottom: 0.208vw;
}
.header .pc-nav .sub-navbar .sub-item3 .content .more-btn:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #333;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
}
.header .pc-nav .sub-navbar .sub-item3 .content .more-btn:after {
  content: "";
  display: block;
  width: 0.313vw;
  height: 0.313vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin-left: 0.521vw;
}
@media screen and (min-width: 1920px) {
  .header .head-top {
    height: 48px;
  }
  .header .head-top .mxw-box {
    max-width: 1920px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .header .head-top .text1 {
    font-size: 14px;
    margin-right: 20px;
  }
  .header .head-top .text1 i {
    width: 16px;
    margin-right: 8px;
  }
  .header .head-top .language {
    font-size: 14px;
  }
  .header .head-top .language .itembox {
    width: 100px;
    padding: 5px 0;
    border-radius: 6px;
  }
  .header .head-top .language .itembox .item {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .header .head-top .language:after {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }
  .header .head-top .language i {
    width: 16px;
    font-size: 14px;
    margin-right: 5px;
  }
  /* .header .pc-nav > .mxw-box {
    max-width: 1920px;
    padding-left: 70px;
    padding-right: 70px;
  } */
  .header .pc-nav .logo {
    width: 150px;
    margin-right: 44px;
  }
  .header .pc-nav .search {
    width: 368px;
  }
  .header .pc-nav .search input {
    height: 54px;
    line-height: 54px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 22px;
    padding-right: 80px;
  }
  .header .pc-nav .search form {
    width: 368px;
    margin-bottom: 56px;
  }
  .header .pc-nav .search input {
    font-size: 14px;
  }
  .header .pc-nav .search button {
    width: 62px;
    height: 54px;
    border-radius: 4px;
    margin-left: -4px;
  }
  .header .pc-nav .search button img {
    width: 20px;
  }
  .header .pc-nav .navbar2 > li {
    margin-right: 62px;
  }
  /* 大于1920px，修改 */
  .header .pc-nav .navbar2 > li > a {
    /* font-size: 20px; */
    font-size: 22px;
    padding-top: 38px;
    padding-bottom: 34px;
  }
  .header .pc-nav .navbar2 > li > ul {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    left: -20px;
  }
  .header .pc-nav .navbar2 > li > ul > li > a {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .pc-nav .navbar2 > li > ul > li > a:after {
    border-left: 8px solid #045bb6;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: 40px;
  }
  .header .pc-nav .sub-navbar .sub-item1 {
    width: 533px;
    padding-top: 56px;
    padding-bottom: 30px;
  }
  .header .pc-nav .sub-navbar .sub-item1 > li > .title {
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    padding-left: 160px;
  }
  .header .pc-nav .sub-navbar .sub-item1 > li > .title:after {
    /* border-left: 8px solid #045bb6;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; */
    width: 6px;
    height: 6px;
    right: 40px;
  }
  .header .pc-nav .sub-navbar .sub-item2 {
    left: 533px;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .pc-nav .sub-navbar .sub-item2 > li {
    height: 56px;
    line-height: 56px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .header .pc-nav .sub-navbar .sub-item2 > li > .title {
    font-size: 20px;
  }
  .header .pc-nav .sub-navbar .sub-item2 > li > .title:after {
    width: 6px;
    height: 6px;
    margin-left: 5px;
  }
  .header .pc-nav .sub-navbar .sub-item3 {
    left: 300px;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .pc-nav .sub-navbar .sub-item3 > li {
    padding-left: 50px;
  }
  .header .pc-nav .sub-navbar .sub-item3 > li > .title {
    font-size: 20px;
    height: 56px;
    line-height: 56px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content {
    width: calc(100vw - 420px - 420px - 220px);
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section2 {
    padding: 40px 30px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section2 .desc {
    padding-top: 20px;
    font-size: 20px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 {
    padding: 40px 30px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .desc {
    padding-top: 20px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .itembox .item {
    padding: 30px 20px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .itembox .number {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .ny1-section3 .itembox .info .text2 {
    font-size: 18px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .more-btn {
    margin-top: 50px;
    font-size: 18px;
    padding-bottom: 4px;
  }
  .header .pc-nav .sub-navbar .sub-item3 .content .more-btn:after {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav-head-top {
    margin-top: 50px;
  }
  header {
    position: relative;
    z-index: 1111;
  }
  header .head {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: 0 6px 16px 0 rgba(25, 25, 25, 0.06);
  }
  header .search {
    width: 24px;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 1;
  }
  header .search img {
    max-width: 80%;
  }
  header .search-form {
    position: fixed;
    top: -1.37vw;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10.2px 19.8px;
    box-shadow: 0 4.8px 10.2px -4.8px rgba(0, 0, 0, 0.1);
    border-top: 1.2px solid #eee;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  header .search-form.active {
    opacity: 1;
    visibility: visible;
  }
  header .search-form form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  header .search-form form input {
    min-width: 0;
    flex-grow: 1;
    border: 1.2px solid #eee;
    padding: 7.8px 10.2px;
    font-size: 12px;
  }
  header .search-form form button {
    flex-shrink: 0;
    width: 30px;
    background: #045bb6;
    padding: 7.2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .search-form form button img {
    filter: brightness(0) invert(1);
  }
  header .logo {
    display: block;
    width: auto;
    height: 80%;
    overflow: hidden;
    flex-shrink: 0;
  }
  header .logo img {
    height: 100%;
  }
  header .tool {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
  header .tool .language {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
  }
  header .tool .language:hover .itembox {
    opacity: 1;
    visibility: visible;
  }
  header .tool .language .itembox {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background-color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: opacity 0.4s, visibility 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  header .tool .language .itembox .item {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    transition: background-color 0.4s;
  }
  header .tool .language .itembox .item:hover {
    background-color: #f8f8f8;
  }
  header .tool .language:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(135deg);
    margin-left: 10px;
  }
  header .tool .language i {
    width: 16px;
    line-height: 1;
    font-size: 14px;
    display: block;
    margin-right: 5px;
  }
  header .tool .language i img {
    width: 100%;
  }
  header .tool .menu-btn {
    cursor: pointer;
  }
  header .tool .menu-btn > i {
    width: 19.8px;
    height: 1.8px;
    background-color: #333;
    display: block;
    margin-bottom: 6px;
  }
  header .tool .menu-btn > i:last-child {
    margin-bottom: 0;
  }
  header .tool .more-link {
    margin-right: 19.8px;
    cursor: pointer;
    min-width: 90px;
    display: block;
    padding: 10.2px 15px;
    border-radius: 100.2px;
    background-color: #f4f4f4;
    color: #999;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    transition: color 0.4s;
  }
  header .popup-nav {
    position: fixed;
    background-color: rgba(25, 25, 25, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    transition: background-color 0.4s, opacity 0.4s, visibility 0.4s;
    visibility: hidden;
    pointer-events: none;
  }
  header .popup-nav.active {
    background-color: #191919;
    visibility: visible;
    pointer-events: inherit;
  }
  header .popup-nav.active .popup-box {
    transform: translateX(0);
  }
  header .popup-nav .popup-box {
    background-color: #fff;
    padding: 13.8px 19.8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  header .popup-nav .close {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
  }
  header .popup-nav .close .icon {
    width: 19.8px;
    height: 19.8px;
    position: relative;
    transform: rotate(45deg);
  }
  header .popup-nav .close .icon:before,
  header .popup-nav .close .icon:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
  }
  header .popup-nav .close .icon:before {
    width: 100%;
    height: 1.2px;
    top: 50%;
    left: 0;
  }
  header .popup-nav .close .icon:after {
    width: 1.2px;
    height: 100%;
    left: 50%;
    top: 0;
  }
  header .popup-nav .login {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
    padding-right: 19.8px;
    position: relative;
    cursor: pointer;
  }
  header .popup-nav .login:before {
    content: "";
    display: block;
    width: 100%;
    height: 1.2px;
    background-color: #eee;
    position: absolute;
    bottom: -19.8px;
    left: 0;
  }
  header .popup-nav .login:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    position: absolute;
    top: 16px;
    transform: translateY(-50%) rotate(45deg);
    right: 4.2px;
    border-color: rgba(25, 25, 25, 0.6);
  }
  header .popup-nav .login .avatar {
    background-color: #d1d1d1;
    width: 31.8px;
    height: 31.8px;
    border-radius: 10.2px;
    overflow: hidden;
  }
  header .popup-nav .login .name {
    font-size: 12px;
    color: #333;
    line-height: 1.2;
    margin-left: 10.2px;
  }
  header .popup-nav .nav-box {
    flex-grow: 1;
    overflow: auto;
    padding-right: 10.2px;
  }
  header .popup-nav .nav-list.other-list {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1.2px solid #eee;
  }
  header .popup-nav .nav-list.other-list .nav-item > .title {
    opacity: 0.8;
    font-size: 13.8px;
  }
  header .popup-nav .nav-list.other-list .subnav-list > li > .title {
    font-size: 12px;
  }
  header .popup-nav .nav-list .nav-item > .title {
    position: relative;
    display: block;
    padding: 10.2px 0;
    padding-right: 15px;
    font-size: 15px;
    color: #191919;
    line-height: 1.2;
  }
  header .popup-nav .nav-list .nav-item > .title .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.8;
    width: 7.8px;
    height: 7.8px;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    border-color: #191919;
    transform: rotate(45deg);
    margin-top: -4.2px;
    margin-right: 4.2px;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon {
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border: 0;
    margin-top: 0;
    margin-right: 1.8px;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:before,
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:before {
    width: 100%;
    height: 1.2px;
    top: 50%;
    left: 0;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:after {
    width: 1.2px;
    height: 100%;
    left: 50%;
    top: 0;
  }
  header .popup-nav .subnav-list {
    display: none;
    padding-left: 10.2px;
  }
  header .popup-nav .subnav-list > li {
    border-bottom: 1.2px dashed #eee;
  }
  header .popup-nav .subnav-list > li > a {
    display: block;
    font-size: 13.2px;
    color: #898989;
    padding: 7.8px 0;
  }
  header .popup-nav .subnav-list2 {
    display: none;
  }
  header .popup-nav .subnav-list2 .title {
    font-size: 15px;
    line-height: 1.1;
  }
  header .popup-nav .subnav-list2 .sub1 {
    background-color: #f8f8f8;
    padding: 8px;
  }
  header .popup-nav .subnav-list2 .sub1 > li {
    margin-bottom: 10px;
  }
  header .popup-nav .subnav-list2 .sub1 > li > .title {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
  }
  header .popup-nav .subnav-list2 .sub2 {
    padding-left: 10px;
  }
  header .popup-nav .subnav-list2 .sub2 > li > .title {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    opacity: 0.8;
  }
  header .popup-nav .subnav-list2 .sub3 {
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header .popup-nav .subnav-list2 .sub3 > li {
    width: 48%;
  }
  header .popup-nav .subnav-list2 .sub3 > li > .title {
    color: #333;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.6;
  }
}
/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
.footer {
  background-color: #045bb6;
}
.footer.white {
  background-color: #0c468f;
}
.footer.white .head {
  color: #fff;
}
.footer.white .item1 .desc {
  color: #fff;
}
.footer.white .item1 strong {
  color: #fff;
}
.footer.white .item1 a {
  color: #fff;
}
.footer.white .item1 .link span {
  color: #fff;
}
.footer.white .item1 .link a {
  color: #fff;
}
.footer.white .foot-right .item3 li > a {
  color: #fff;
}
.footer.white .foot-right .item4 li {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer.white .foot-right .item5 ul > li {
  color: #fff;
}
.footer.white .foot-right .item5 ul > li .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer.white .foot-right .item5 ul > li .text {
  color: #fff;
}
.footer.white .foot-bottom .text1 {
  color: #fff;
}
.footer.white .foot-bottom .support {
  color: rgba(255, 255, 255, 0.1);
}
/* .footer .foot-box {
  max-width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
} */
.footer .head {
  font-size: 1.146vw;
  line-height: 1.25vw;
  color: #fff;
  display: block;
  margin-bottom: 1.25vw;
}
.footer .foot-top {
  padding-top: 5.833vw;
  padding-bottom: 3.594vw;
  margin-bottom: 1.563vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between; */
}
.footer .item1 .desc {
  line-height: 1.146vw;
  font-size: 0.729vw;
  color: #fff;
  /* width: 17.708vw; */
}
.footer .item1 .link {
  margin-top: 0.625vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
.footer .item1 .link a {
  color: #fff;
  font-size: 0.729vw;
  line-height: 1.6;
}
/* .footer .item1 .link a:hover {
  color: #045bb6;
} */
.footer .item1 .link span {
  font-size: 0.729vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
/* .footer .foot-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
} */
/* .footer .foot-right .item {
  margin-right: 7.292vw;
} */
.footer .foot-right .item:last-child {
  margin-right: 0;
}
.footer .foot-right .item2 li > a {
  font-size: 0.729vw;
  line-height: 1.667vw;
  color: #666666;
}
.footer .foot-right .item3 li > a {
  font-size: 0.833vw;
  line-height: 1.875vw;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.footer .foot-right .item4 ul {
  /* width: 5.208vw; */
  /* display: flex;
  flex-wrap: wrap;
  align-items: flex-start; */
}
.footer .foot-right .item4 li {
  /* width: 32%; */
  display: block;
  /* padding-right: 0.521vw; */
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
  position: relative;
}
.footer .foot-right .item4 li:hover {
  -webkit-filter: inherit;
  filter: inherit;
}
.footer .foot-right .item4 li:hover .qr {
  opacity: 1;
  visibility: visible;
}
/* .footer .foot-right .item4 li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
} */
/* .footer .foot-right .item4 li:nth-child(3) ~ li {
  margin-top: 0.885vw;
} */
.footer .foot-right .item4 li .qr {
  width: 7.813vw;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  box-shadow: 0 0 0.521vw -0.26vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.footer .foot-right .item4 li .qr:hover {
  opacity: 1;
  visibility: visible;
}
.footer .foot-right .item5 ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.729vw;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
/* .footer .foot-right .item5 ul > li:nth-child(1) ~ li {
  margin-top: 0.677vw;
} */
.footer .foot-right .item5 ul > li .icon {
  width: 0.833vw;
  flex-shrink: 0;
  margin-right: 0.521vw;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.footer .foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4.583vw;
}
.footer .foot-bottom .text1 {
  line-height: 1.25vw;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.729vw;
}
.footer .foot-bottom .text1 a {
  color: inherit;
}
.footer .foot-bottom .text1 a:hover {
  color: #fff;
}
.footer .foot-bottom .support {
  font-size: 0.729vw;
  line-height: 1.25vw;
  color: #cccccc;
  opacity: 0.99;
}
.footer .foot-bottom .support a {
  color: inherit;
}
@media screen and (min-width: 1920px) {
  /* .footer .foot-box {
    max-width: 1680px;
  } */
  .footer .head {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .footer .foot-top {
    padding-top: 112px;
    padding-bottom: 69px;
    margin-bottom: 30px;
  }
  .footer .item1 .desc {
    line-height: 22px;
    font-size: 14px;
    /* width: 340px; */
  }
  .footer .item1 .link {
    margin-top: 12px;
  }
  .footer .item1 .link a {
    font-size: 14px;
  }
  .footer .item1 .link span {
    font-size: 14px;
  }
  /* .footer .foot-right .item {
    margin-right: 140px;
  } */
  .footer .foot-right .item2 li > a {
    font-size: 14px;
    line-height: 32px;
  }
  .footer .foot-right .item3 li > a {
    font-size: 16px;
    line-height: 36px;
  }
  /* .footer .foot-right .item4 ul {
    width: 100px;
  } */
  /* .footer .foot-right .item4 li {
    padding-right: 10px;
  } */
  /* .footer .foot-right .item4 li:nth-child(3) ~ li {
    margin-top: 17px;
  } */
  .footer .foot-right .item4 li .qr {
    width: 150px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.1);
  }
  .footer .foot-right .item5 ul > li {
    font-size: 14px;
  }
  /* .footer .foot-right .item5 ul > li:nth-child(1) ~ li {
    margin-top: 13px;
  } */
  .footer .foot-right .item5 ul > li .icon {
    width: 16px;
    margin-right: 10px;
  }
  .footer .foot-bottom {
    padding-bottom: 88px;
  }
  .footer .foot-bottom .text1 {
    line-height: 24px;
    font-size: 14px;
  }
  .footer .foot-bottom .support {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  /* .footer .foot-box {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  } */
  /* .footer .head {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
  } */
  .footer .foot-top {
    padding-top: 60px;
    padding-bottom: 30px;
    display: block;
  }
  .footer .item1 {
    margin-bottom: 40px;
  }
  .footer .item1 .desc {
    line-height: 1.6;
    font-size: 14px;
    width: 100%;
  }
  .footer .item1 .link {
    margin-top: 10px;
  }
  .footer .item1 .link a {
    font-size: 14px;
  }
  .footer .item1 .link span {
    font-size: 14px;
  }
  .footer .foot-right {
    display: block;
  }
  .footer .foot-right .item {
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 40px; */
  }
  .footer .foot-right .item2 li {
    margin-bottom: 10px;
  }
  .footer .foot-right .item2 li > a {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer .foot-right .item3 li {
    margin-bottom: 10px;
  }
  .footer .foot-right .item3 li > a {
    font-size: 14px;
    line-height: 1.4;
  }
  /* .footer .foot-right .item4 ul {
    width: 100%;
  }
  .footer .foot-right .item4 li {
    width: auto;
    display: inline-block;
    padding-right: 0;
    width: 20px;
    margin-right: 20px !important;
  } */
  /* .footer .foot-right .item4 li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .foot-right .item4 li:nth-child(3) ~ li {
    margin-top: 0;
  } */
  .footer .foot-right .item4 li .qr {
    width: 100px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.1);
    left: -100%;
    transform: translateX(0);
  }
  .footer .foot-right .item5 {
    margin-bottom: 0;
  }
  .footer .foot-right .item5 ul > li {
    font-size: 14px;
  }
  /* .footer .foot-right .item5 ul > li:nth-child(1) ~ li {
    margin-top: 20px;
  } */
  .footer .foot-right .item5 ul > li .icon {
    width: 16px;
    margin-right: 10px;
  }
  .footer .foot-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }
  .footer .foot-bottom .text1 {
    line-height: 1.2;
    font-size: 14px;
  }
  .footer .foot-bottom .support {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
/* ==================== 底部样式 End ==================== */
/* ==================== 通用分页 Start ==================== */
.mxw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mxw-pagination > span,
.mxw-pagination > a {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 100%;
  margin-left: 0.313vw;
  margin-right: 0.313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.833vw;
  transition: all 0.4s;
  flex-shrink: 0;
  color: #666;
  background: #fff;
  border: 1px solid #ebebeb;
}
.mxw-pagination > span:hover,
.mxw-pagination > a:hover,
.mxw-pagination > span.active,
.mxw-pagination > a.active {
  background-color: #045bb6;
  color: #fff !important;
}
.mxw-pagination .page-prev:hover:after,
.mxw-pagination .page-next:hover:after {
  border-color: #fff;
}
.mxw-pagination .page-prev:after,
.mxw-pagination .page-next:after {
  content: "";
  display: block;
  width: 0.313vw;
  height: 0.313vw;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}
.mxw-pagination .page-prev:after {
  transform: rotateY(180deg) rotate(45deg);
}
.mxw-pagination .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.729vw;
  color: #999999;
  margin-left: 0.521vw;
}
.mxw-pagination .tool input {
  border: 1px solid #ddd;
  height: 2.083vw;
  width: 2.083vw;
  margin-left: 0.521vw;
  margin-right: 0.521vw;
  border-radius: 0.26vw;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .mxw-pagination > a {
    width: 50px;
    height: 50px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
  }
  .mxw-pagination .page-prev:after,
  .mxw-pagination .page-next:after {
    width: 6px;
    height: 6px;
  }
  .mxw-pagination .tool {
    font-size: 14px;
    margin-left: 10px;
  }
  .mxw-pagination .tool input {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .mxw-pagination > a {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
  }
  .mxw-pagination .page-prev:after,
  .mxw-pagination .page-next:after {
    width: 6px;
    height: 6px;
  }
  .mxw-pagination .tool {
    font-size: 14px;
    margin-left: 10px;
  }
  .mxw-pagination .tool input {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
  }
}
/* ==================== 通用分页 End ==================== */
/* ==================== 通用表格 Start ==================== */
.common-table {
  overflow: auto;
  margin-top: 2.083vw;
}
.common-table table,
.common-table td,
.common-table th {
  border-collapse: collapse;
  text-align: center;
}
.common-table table {
  width: 100%;
  text-align: center;
}
.common-table tr {
  transition: background-color 0.4s;
}
.common-table tr:first-child td {
  background-color: #045bb6;
  color: #fff;
  font-size: 0.938vw;
  line-height: 1.6;
}
.common-table tr:first-child ~ tr:hover {
  background-color: #effafd;
}
.common-table td {
  color: #666666;
  font-size: 0.729vw;
  padding: 1.25vw;
  border: 1px solid #e2e2e2;
}
.common-table td a:hover {
  color: #045bb6;
  text-decoration: underline;
}
.common-table td a:hover img {
  filter: inherit;
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
}
.common-table td a img {
  transition: filter 0.4s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
@media screen and (min-width: 1920px) {
  .common-table {
    margin-top: 40px;
  }
  .common-table tr:first-child td {
    font-size: 18px;
  }
  .common-table td {
    font-size: 14px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .common-table {
    margin-top: 40px;
  }
  .common-table tr:first-child td {
    font-size: 14px;
  }
  .common-table td {
    font-size: 12px;
    padding: 12px;
  }
}
/* ==================== 通用表格 End ==================== */
/* ==================== 面包屑 Start ==================== */
.bread-crumb {
  background-color: #ffffff;
  font-size: 0.833vw;
  color: #666666;
  padding-top: 1.042vw;
  padding-bottom: 1.042vw;
  box-shadow: 0vw 0.313vw 0.521vw -0.208vw rgba(0, 0, 0, 0.08);
  border-top: 1px solid #eee;
}
.bread-crumb > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bread-crumb .icon {
  width: 0.833vw;
  flex-shrink: 0;
  margin-right: 0.521vw;
}
.bread-crumb a {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 1920px) {
  .bread-crumb {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.08);
  }
  .bread-crumb .icon {
    width: 16px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bread-crumb {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.08);
  }
  .bread-crumb .icon {
    width: 16px;
    margin-right: 10px;
  }
}
/* ==================== 面包屑 End ==================== */
/* ==================== ny1 - 通用标题 Start ==================== */
.ny1-title {
  color: #045bb6;
  font-size: 1.563vw;
  line-height: 2.188vw;
  padding-bottom: 1.406vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.ny1-title:after {
  content: "";
  display: block;
  width: 2.708vw;
  height: 2px;
  background-color: #045bb6;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1920px) {
  .ny1-title {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 27px;
  }
  .ny1-title:after {
    width: 52px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-title {
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 20px;
  }
  .ny1-title:after {
    width: 40px;
  }
}
/* ==================== ny1 - 通用标题 End ==================== */
/* ==================== ny1 - 板块一 Start ==================== */
.ny1-section1 {
  position: relative;
}
.ny1-section1 .image {
  width: 100%;
}
.ny1-section1 .image img {
  width: 100%;
}
.ny1-section1 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.ny1-section1 .info .mxw-box {
  color: #fff;
  text-align: left;
  line-height: 2.188vw;
  font-size: 2.292vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1920px) {
  .ny1-section1 .info .mxw-box {
    line-height: 42px;
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section1 .info .mxw-box {
    line-height: 1.2;
    font-size: 30px;
  }
}
/* ==================== ny1 - 板块一 End ==================== */
/* ==================== ny1 - 板块二 Start ==================== */
.ny1-section2 {
  padding-top: 4.167vw;
}
.ny1-section2 .desc {
  line-height: 1.4;
  color: #666666;
  font-size: 0.938vw;
  padding-top: 2.083vw;
}
@media screen and (min-width: 1920px) {
  .ny1-section2 {
    padding-top: 80px;
  }
  .ny1-section2 .desc {
    font-size: 18px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section2 {
    padding-top: 40px;
  }
  .ny1-section2 .desc {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 40px;
  }
}
/* ==================== ny1 - 板块二 End ==================== */
/* ==================== ny1 - 板块三 Start ==================== */
.ny1-section3 {
  padding-top: 4.167vw;
}
.ny1-section3 .itembox {
  margin-top: 2.083vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny1-section3 .itembox .item {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  padding: 2.083vw;
}
.ny1-section3 .itembox .number {
  flex-shrink: 0;
  width: 2.813vw;
  height: 2.813vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #045bb6;
  color: #fff;
  font-style: italic;
  font-size: 0.938vw;
  color: #fafafa;
  line-height: 1.1;
  margin-right: 1.771vw;
}
.ny1-section3 .itembox .info {
  min-width: 0;
  flex-grow: 1;
}
.ny1-section3 .itembox .info .text1 {
  font-size: 1.25vw;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.042vw;
}
.ny1-section3 .itembox .info .text2 {
  font-size: 0.938vw;
  color: #666;
  line-height: 1.8;
}
@media screen and (min-width: 1920px) {
  .ny1-section3 {
    padding-top: 80px;
  }
  .ny1-section3 .itembox {
    margin-top: 40px;
  }
  .ny1-section3 .itembox .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }
  .ny1-section3 .itembox .number {
    width: 54px;
    height: 54px;
    font-size: 18px;
    margin-right: 34px;
  }
  .ny1-section3 .itembox .info .text1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ny1-section3 .itembox .info .text2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section3 {
    padding-top: 40px;
  }
  .ny1-section3 .itembox {
    margin-top: 20px;
    display: block;
  }
  .ny1-section3 .itembox .item {
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
  }
  .ny1-section3 .itembox .item:last-child {
    margin-bottom: 0;
  }
  .ny1-section3 .itembox .number {
    width: 27px;
    height: 27px;
    font-size: 9px;
    margin-right: 17px;
  }
  .ny1-section3 .itembox .info .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ny1-section3 .itembox .info .text2 {
    font-size: 14px;
  }
}
/* ==================== ny1 - 板块三 End ==================== */
/* ==================== ny1 - 板块四 Start ==================== */
.ny1-section4 {
  padding-top: 4.167vw;
}
.ny1-section4 .image {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  margin-top: 2.083vw;
  margin-bottom: 1.458vw;
}
.ny1-section4 .content {
  padding-top: 40px;
  font-size: 18px;
  color: #333;
}
.ny1-section4 .content p {
  line-height: 1.8;
  font-size: inherit;
  color: inherit;
}
.ny1-section4 .tip {
  font-size: 0.938vw;
  color: #666666;
  line-height: 1.8;
}
@media screen and (min-width: 1920px) {
  .ny1-section4 {
    padding-top: 80px;
  }
  .ny1-section4 .image {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .ny1-section4 .tip {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section4 {
    padding-top: 40px;
  }
  .ny1-section4 .content {
    padding-top: 40px;
    font-size: 14px !important;
    color: #333;
  }
  .ny1-section4 .content * {
    font-size: inherit !important;
  }
  .ny1-section4 .content p {
    line-height: 1.8;
    font-size: inherit;
    color: inherit;
  }
  .ny1-section4 .image {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 14px;
  }
  .ny1-section4 .tip {
    font-size: 14px;
  }
}
/* ==================== ny1 - 板块四 End ==================== */
/* ==================== ny1 - 板块五 Start ==================== */
.ny1-section5 {
  padding-top: 4.167vw;
}
.ny1-section5 .item .image {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
}
.ny1-section5 .item .image img {
  width: 100%;
}
.ny1-section5 .item .text {
  line-height: 1.1;
  text-align: center;
  font-size: 1.25vw;
  color: #333333;
  margin-top: 1.823vw;
}
.ny1-section5 .swiper {
  position: relative;
  margin-top: 1.875vw;
}
.ny1-section5 .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #caedfa;
  border-radius: 100%;
  width: 3.125vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ny1-section5 .swiper-btn:hover {
  background-color: #045bb6;
}
.ny1-section5 .swiper-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.313vw solid #fff;
  border-top: 0.156vw solid transparent;
  border-bottom: 0.156vw solid transparent;
}
.ny1-section5 .swiper-btn-prev {
  left: -5.208vw;
  transform: rotateY(180deg) translateY(-50%);
}
.ny1-section5 .swiper-btn-next {
  right: -5.208vw;
}
@media screen and (min-width: 1920px) {
  .ny1-section5 {
    padding-top: 80px;
  }
  .ny1-section5 .item .image {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny1-section5 .item .text {
    font-size: 24px;
    margin-top: 35px;
  }
  .ny1-section5 .swiper {
    margin-top: 36px;
  }
  .ny1-section5 .swiper-btn {
    width: 60px;
    height: 60px;
  }
  .ny1-section5 .swiper-btn:after {
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .ny1-section5 .swiper-btn-prev {
    left: -100px;
  }
  .ny1-section5 .swiper-btn-next {
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section5 {
    padding-top: 40px;
  }
  .ny1-section5 .item .image {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .ny1-section5 .item .text {
    font-size: 14px;
    margin-top: 18px;
  }
  .ny1-section5 .swiper {
    margin-top: 18px;
  }
  .ny1-section5 .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .ny1-section5 .swiper-btn:after {
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .ny1-section5 .swiper-btn-prev {
    left: 0;
  }
  .ny1-section5 .swiper-btn-next {
    right: 0;
  }
}
/* ==================== ny1 - 板块五 End ==================== */
/* ==================== ny1 - 板块六 Start ==================== */
.ny1-section6 {
  padding-top: 4.167vw;
  padding-bottom: 5.208vw;
}
.ny1-section6 .content {
  padding-top: 40px;
}
.ny1-section6 .table {
  overflow: auto;
  margin-top: 2.083vw;
}
.ny1-section6 table,
.ny1-section6 td,
.ny1-section6 th {
  border-collapse: collapse;
  text-align: center;
}
.ny1-section6 table {
  width: 100%;
  text-align: center;
}
.ny1-section6 tr {
  transition: background-color 0.4s;
}
.ny1-section6 tr:first-child td {
  background-color: #045bb6;
  color: #fff;
  font-size: 0.938vw;
  line-height: 1.6;
}
.ny1-section6 tr:first-child ~ tr:hover {
  background-color: #effafd;
}
.ny1-section6 td {
  color: #666666;
  font-size: 0.729vw;
  padding: 1.25vw;
  border: 1px solid #e2e2e2;
}
.ny1-section6 td a:hover {
  color: #045bb6;
  text-decoration: underline;
}
.ny1-section6 td a:hover img {
  filter: inherit;
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
}
.ny1-section6 td a img {
  transition: filter 0.4s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
@media screen and (min-width: 1920px) {
  .ny1-section6 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny1-section6 .table {
    margin-top: 40px;
  }
  .ny1-section6 tr:first-child td {
    font-size: 18px;
  }
  .ny1-section6 td {
    font-size: 14px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ny1-section6 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .ny1-section6 .table {
    margin-top: 40px;
  }
  .ny1-section6 table {
    display: block;
    width: 100%;
    border: 0;
    overflow: auto;
  }
  .ny1-section6 tr:first-child td {
    font-size: 14px;
  }
  .ny1-section6 td {
    font-size: 14px !important;
    padding: 10px !important;
  }
}
/* ==================== ny1 - 板块六 End ==================== */
/* ==================== 内页4 - 通用标题 Start ==================== */
.ny4-title {
  font-size: 1.979vw;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 2.083vw;
}
@media screen and (min-width: 1920px) {
  .ny4-title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
/* ==================== 内页4 - 通用标题 End ==================== */
/* ==================== 内页4 - 板块一 Start ==================== */
/* ==================== 内页4 - 板块一 End ==================== */
/* ==================== 内页4 - 板块二 Start ==================== */
.ny4-section2 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.ny4-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny4-section2 .item {
  width: 32%;
}
.ny4-section2 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny4-section2 .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny4-section2 .item:hover .text {
  color: #045bb6;
}
.ny4-section2 .item .image {
  display: block;
  overflow: hidden;
}
.ny4-section2 .item .text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  padding-bottom: 20px;
  transition: color 0.4s;
}
.ny4-section2 .mxw-pagination {
  margin-top: 60px;
}
@media screen and (min-width: 1920px) {
  .ny4-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny4-section2 .item .text {
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .ny4-section2 .mxw-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny4-section2 .item {
    width: 100%;
    margin: 0 !important;
  }
  .ny4-section2 .item:first-child ~ .item {
    margin-top: 20px !important;
  }
  .ny4-section2 .item .text {
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .ny4-section2 .mxw-pagination {
    margin-top: 50px;
  }
}
/* ==================== 内页4 - 板块二 End ==================== */
/* ==================== 内页9 - 通用 Start ==================== */
.ny9-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.083vw;
}
.ny9-tabs .tab-item {
  font-size: 1.979vw;
  color: #999999;
  line-height: 1.1;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  cursor: pointer;
}
.ny9-tabs .tab-item.active {
  color: #000;
}
@media screen and (min-width: 1920px) {
  .ny9-tabs {
    margin-bottom: 40px;
  }
  .ny9-tabs .tab-item {
    font-size: 38px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny9-tabs {
    margin-bottom: 20px;
  }
  .ny9-tabs .tab-item {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* ==================== 内页9 - 通用 End ==================== */
/* ==================== 内页9 - 板块一 Start ==================== */
/* ==================== 内页9 - 板块一 End ==================== */
/* ==================== 内页9 - 板块二 Start ==================== */
.ny9-section2 {
  padding-top: 4.167vw;
  padding-bottom: 19.792vw;
}
.ny9-section2 .ny1-title {
  margin-bottom: 2.083vw;
}
.ny9-section2 .item {
  margin-bottom: 1.25vw;
}
.ny9-section2 .item.active .content {
  display: block;
}
.ny9-section2 .item:last-child {
  margin-bottom: 0;
}
.ny9-section2 .item .head {
  padding: 1.563vw;
  background-color: #045bb6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.ny9-section2 .item .head .number {
  width: 1.979vw;
  height: 1.979vw;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 1.042vw;
  font-size: 0.938vw;
  color: #3bb7e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  flex-shrink: 0;
}
.ny9-section2 .item .head .title {
  line-height: 1.1;
  font-size: 1.25vw;
  color: #ffffff;
}
.ny9-section2 .item .content {
  padding: 2.083vw;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  display: none;
}
.ny9-section2 .item .content:after {
  content: "";
  display: table;
  clear: both;
}
.ny9-section2 .item .content img {
  float: left;
  width: 40%;
}
.ny9-section2 .item .content .right {
  width: 55%;
  float: right;
}
.ny9-section2 .item .content table {
  width: 100%;
  margin-bottom: 40px;
}
.ny9-section2 .item .content li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
  line-height: 1.1;
}
.ny9-section2 .item .content li::before {
  content: "";
  display: block;
  background-color: #045bb6;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}
.ny9-section2 .item .content img {
  margin-right: 20px;
  max-width: 40%;
}
.ny9-section2 .item .desc {
  margin-top: 3.125vw;
}
.ny9-section2 .item .desc li {
  color: #666;
  line-height: 1.1;
  font-size: 0.938vw;
  margin-bottom: 0.521vw;
  position: relative;
}
.ny9-section2 .item .desc li:before {
  content: "";
  display: inline-block;
  width: 0.313vw;
  height: 0.313vw;
  background-color: #045bb6;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 0.521vw;
}
.ny9-section2 .item .desc li strong {
  font-weight: 400;
  font-size: 1.042vw;
  color: #045bb6;
}
.ny9-section2 .item .desc li:last-child {
  margin-bottom: 0;
}
.ny9-section2 .tip {
  color: #045bb6;
  font-size: 1.25vw;
  line-height: 1.8;
  margin-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .ny9-section2 {
    padding-top: 80px;
    padding-bottom: 380px;
  }
  .ny9-section2 .ny1-title {
    margin-bottom: 40px;
  }
  .ny9-section2 .item {
    margin-bottom: 24px;
  }
  .ny9-section2 .item .head {
    padding: 30px;
  }
  .ny9-section2 .item .head .number {
    width: 38px;
    height: 38px;
    margin-right: 20px;
    font-size: 18px;
  }
  .ny9-section2 .item .head .title {
    font-size: 24px;
  }
  .ny9-section2 .item .content {
    padding: 40px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny9-section2 .item .image {
    width: 480px;
    margin-right: 100px;
    padding: 30px 20px;
  }
  .ny9-section2 .item .desc {
    margin-top: 60px;
  }
  .ny9-section2 .item .desc li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ny9-section2 .item .desc li:before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  .ny9-section2 .item .desc li strong {
    font-size: 20px;
  }
  .ny9-section2 .tip {
    font-size: 24px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .ny9-section2 .item .content img {
    display: block;
    width: 100% !important;
    float: none !important;
  }
  .ny9-section2 .item .content table {
    width: 100% !important;
    float: none !important;
  }
  .ny9-section2 .item .content ul {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ny9-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny9-section2 .ny1-title {
    margin-bottom: 40px;
  }
  .ny9-section2 .item {
    margin-bottom: 15px;
  }
  .ny9-section2 .item.active .content {
    display: block;
  }
  .ny9-section2 .item .head {
    padding: 10px;
    align-items: flex-start;
  }
  .ny9-section2 .item .head .number {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    font-size: 14px;
  }
  .ny9-section2 .item .head .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .ny9-section2 .item .content {
    padding: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny9-section2 .item .content * {
    font-size: 14px !important;
  }
  .ny9-section2 .item .content img {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .ny9-section2 .item .content table {
    margin-bottom: 15px;
  }
  .ny9-section2 .item .content table td {
    font-size: 14px !important;
    padding: 10px !important;
  }
  .ny9-section2 .item .content li {
    line-height: 1.6;
  }
  .ny9-section2 .item .image {
    width: 100%;
    margin-right: 0;
    padding: 30px 20px;
  }
  .ny9-section2 .item .desc {
    width: 100%;
    margin-top: 40px;
  }
  .ny9-section2 .item .desc li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .ny9-section2 .item .desc li:before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
  .ny9-section2 .item .desc li strong {
    font-size: 16px;
  }
  .ny9-section2 .tip {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* ==================== 内页9 - 板块二 End ==================== */
/* ==================== 内页9 - 板块三 Start ==================== */
/* ==================== 内页9 - 板块三 End ==================== */
/* ==================== 内页9 - 板块四 Start ==================== */
/* ==================== 内页9 - 板块四 End ==================== */
/* ==================== 内页9 - 板块五 Start ==================== */
/* ==================== 内页9 - 板块五 End ==================== */
/* ==================== 内页9 - 板块六 Start ==================== */
/* ==================== 内页9 - 板块六 End ==================== */
/* ==================== 内页9 - 板块七 Start ==================== */
/* ==================== 内页9 - 板块七 End ==================== */
/* ==================== 内页9 - 板块八 Start ==================== */
/* ==================== 内页9 - 板块八 End ==================== */
/* ==================== ny11 - 通用弹窗 Start ==================== */
.ny11-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.694vw);
  -webkit-backdrop-filter: blur(0.694vw);
  top: 0;
  left: 0;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.ny11-popup.active {
  opacity: 1;
  visibility: visible;
}
.ny11-popup.active .body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ny11-popup .body {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  max-width: 50vw;
  padding: 2.778vw;
  padding-top: 4.167vw;
  border-radius: 16px;
  background-color: #fff;
}
.ny11-popup .body .close {
  width: 2.778vw;
  height: 2.778vw;
  position: absolute;
  top: 0.556vw;
  right: 0.556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.389vw;
  border-radius: 100%;
  background-color: #f6f6f6;
  cursor: pointer;
  z-index: 3;
  transform: rotate(45deg);
}
.ny11-popup .body .close:before,
.ny11-popup .body .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny11-popup .body .close:before {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #888;
}
.ny11-popup .body .close:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #888;
}
.ny11-popup .body .image {
  width: 28.125vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}
@media screen and (min-width: 1920px) {
  .ny11-popup {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .ny11-popup .body {
    width: 720px;
    padding: 40px;
    padding-top: 60px;
  }
  .ny11-popup .body .close {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    font-size: 20px;
  }
  .ny11-popup .body iframe {
    height: 500px;
  }
  .ny11-popup .body .image {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .ny11-popup {
    backdrop-filter: blur(1.302vw);
    -webkit-backdrop-filter: blur(1.302vw);
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny11-popup .body {
    width: 100%;
    padding: 3.125vw;
    padding-top: 6.51vw;
    max-width: 100%;
  }
  .ny11-popup .body .close {
    width: 5.208vw;
    height: 5.208vw;
    top: 1.042vw;
    right: 1.042vw;
    font-size: 2.604vw;
  }
  .ny11-popup .body iframe {
    height: 65.104vw;
  }
  .ny11-popup .body .image {
    width: 400px;
  }
}
@media screen and (max-width: 393px) {
  .ny11-popup {
    backdrop-filter: blur(2.545vw);
    -webkit-backdrop-filter: blur(2.545vw);
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny11-popup .body {
    padding: 4.071vw;
    padding-top: 10.178vw;
  }
  .ny11-popup .body .close {
    width: 7.634vw;
    height: 7.634vw;
    top: 2.036vw;
    right: 2.036vw;
    font-size: 5.089vw;
  }
  .ny11-popup .body iframe {
    height: 50.891vw;
  }
}
/* ==================== ny11 - 通用弹窗 End ==================== */
/* ==================== 内页11 - 板块一 Start ==================== */
/* ==================== 内页11 - 板块一 End ==================== */
/* ==================== 内页11 - 板块二 Start ==================== */
.ny11-section2 {
  padding-top: 4.17vw;
  padding-bottom: 5.21vw;
}
.ny11-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.ny11-section2 .ny9-tabs .tab-item {
  transition: all 0.4s;
}
.ny11-section2 .item {
  width: 23%;
  margin-right: 2.666%;
}
.ny11-section2 .item:hover .title {
  color: #045bb6;
}
.ny11-section2 .item:hover .btn-group {
  opacity: 1;
  visibility: visible;
}
.ny11-section2 .item:nth-child(4n) {
  margin-right: 0;
}
.ny11-section2 .item:nth-child(4) ~ .item {
  margin-top: 4%;
}
.ny11-section2 .item .image {
  display: block;
  position: relative;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.ny11-section2 .item .image img {
  width: 100%;
}
.ny11-section2 .item .btn-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
}
.ny11-section2 .item .btn-group .btn {
  width: 4.17vw;
  height: 4.17vw;
  border-radius: 100%;
  background-color: #045bb6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.04vw;
  cursor: pointer;
}
.ny11-section2 .item .btn-group .btn:last-child {
  margin-bottom: 0;
}
.ny11-section2 .item .btn-group .btn img {
  width: 1.25vw;
}
.ny11-section2 .item .title {
  font-size: 1.04vw;
  color: #333333;
  line-height: 1.1;
  margin-top: 1.56vw;
  text-align: center;
  transition: color 0.4s;
}
.ny11-section2 .tip {
  margin-top: 3.13vw;
  font-size: 1.25vw;
  line-height: 1.1;
  color: #045bb6;
}
.ny11-section2 .mxw-pagination {
  margin-top: 3.13vw;
}
@media screen and (min-width: 1920px) {
  .ny11-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny11-section2 .item .btn-group .btn {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .ny11-section2 .item .btn-group .btn img {
    width: 24px;
  }
  .ny11-section2 .item .title {
    font-size: 20px;
    margin-top: 30px;
  }
  .ny11-section2 .tip {
    margin-top: 60px;
    font-size: 24px;
  }
  .ny11-section2 .mxw-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny11-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny11-section2 .item {
    width: 48%;
    margin: 0 !important;
  }
  .ny11-section2 .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny11-section2 .item:nth-child(2) ~ .item {
    margin-top: 20px !important;
  }
  .ny11-section2 .item .btn-group .btn {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .ny11-section2 .item .btn-group .btn img {
    width: 16px;
  }
  .ny11-section2 .item .title {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .ny11-section2 .tip {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
  .ny11-section2 .mxw-pagination {
    margin-top: 40px;
  }
}
/* ==================== 内页11 - 板块二 End ==================== */
/* ==================== 内页11 - 板块三 Start ==================== */
/* ==================== 内页11 - 板块三 End ==================== */
/* ==================== 内页11 - 板块四 Start ==================== */
/* ==================== 内页11 - 板块四 End ==================== */
/* ==================== 内页11 - 板块五 Start ==================== */
/* ==================== 内页11 - 板块五 End ==================== */
/* ==================== 内页11 - 板块六 Start ==================== */
/* ==================== 内页11 - 板块六 End ==================== */
/* ==================== 内页11 - 板块七 Start ==================== */
/* ==================== 内页11 - 板块七 End ==================== */
/* ==================== 内页11 - 板块八 Start ==================== */
/* ==================== 内页11 - 板块八 End ==================== */
