/* ==================== 内页6 - 通用分类 start ==================== */
.ny6-cate {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.3334rem);
  -webkit-backdrop-filter: blur(0.3334rem);
}
.ny6-cate .mxw-box {
  width: 24rem;
  max-width: 90%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.1667rem;
  padding-bottom: 0.1667rem;
}
.ny6-cate .text1 {
  font-size: 0.4333rem;
  color: #1e1e20;
  line-height: 1;
  font-family: "hyjunhei-85j";
}
.ny6-cate .cate-itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny6-cate .cate-item {
  color: #1e1e20;
  font-size: 0.3002rem;
  line-height: 1.1;
  font-family: "hyjunhei-65j";
  margin-right: 0.6666rem;
}
.ny6-cate .cate-item.active {
  opacity: 0.5;
}
.ny6-cate .cate-item:last-child {
  margin-right: 0;
}
/* ==================== 内页6 - 通用分类 end ==================== */
/* ==================== 内页6 - 通用标题 start ==================== */
.ny6-title {
  font-size: 1rem;
  font-family: "hyjunhei-85j";
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  color: #1d1d1f;
  background: url(/uploads/image/shiny6/mg001-1700x200.png) no-repeat center;
  background-size: 28.3334rem auto;
}
/* ==================== 内页6 - 通用标题 end ==================== */
/* ==================== 内页6 - 通用标题 start ==================== */
.ny6-title2 {
  text-align: center;
  margin-bottom: 1.0832rem;
}
.ny6-title2 .text1 {
  font-size: 1rem;
  color: #1e1e20;
  line-height: 1;
  font-family: "hyjunhei-85j";
}
.ny6-title2 .text2 {
  margin-top: 0.4166rem;
  font-size: 0.4333rem;
  color: #86868b;
  line-height: 1.2;
}
/* ==================== 内页6 - 通用标题 end ==================== */
/* ==================== 内页6 - 通用按钮 start ==================== */
.ny6-btn {
  position: relative;
}
.ny6-btn .mxw-box {
  width: 27.3334rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  text-align: center;
  overflow: hidden;
}
.ny6-btn span {
  position: relative;
  padding-left: 0.3334rem;
  padding-right: 0.3334rem;
  font-size: 0.3334rem;
  color: #0066cc;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.ny6-btn span .iconfont {
  display: block;
  transform: rotatex(180deg);
  margin-left: 0.1667rem;
  font-size: 0.3667rem;
}
.ny6-btn span::before,
.ny6-btn span::after {
  content: "";
  display: block;
  width: 32rem;
  height: 0.0333rem;
  position: absolute;
  top: 50%;
  background-color: #efefef;
}
.ny6-btn span::before {
  left: 100%;
}
.ny6-btn span::after {
  right: 100%;
}
/* ==================== 内页6 - 通用按钮 end ==================== */
/* ==================== 内页4 - 通用选项卡 start ==================== */
.ny4-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ededed;
  padding: 0.1002rem;
  border-radius: 1.6666rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.ny4-tabs .tab-item {
  padding: 0.2499rem 0.6666rem;
  font-size: 0.6rem;
  line-height: 1;
  border-radius: 3.3334rem;
  cursor: pointer;
  transition: all 0.4s;
}
.ny4-tabs .tab-item.active {
  background-color: #000;
  color: #fff;
}
/* ==================== 内页4 - 通用选项卡 end ==================== */
/* ==================== 内页7 - 板块0 start ==================== */
.ny7-section0 .image img {
  width: 100%;
}
/* ==================== 内页7 - 板块0 end ==================== */
/* ==================== 内页7 - 板块一 start ==================== */
.ny7-section1 {
  padding-top: 1.6666rem;
}
.ny7-section1 .body {
  text-align: center;
}
.ny7-section1 .mxw-box {
  width: 23rem;
  text-align: left;
}
.ny7-section1 .ny4-tabs {
  width: auto;
  margin-bottom: 0.5002rem;
}
.ny7-section1 .ny4-tabs .tab-item {
  font-size: 0.2666rem;
  color: #86868b;
  line-height: 1.1;
}
.ny7-section1 .ny4-tabs .tab-item.active {
  color: #fff;
}
.ny7-section1 .body .ny6-title {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 1.6666rem;
}
.ny7-section1 .image {
  border-radius: 0.3334rem;
  overflow: hidden;
}
.ny7-section1 .image img {
  width: 100%;
}
.ny7-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.ny7-section1 .itembox .item {
  width: 30%;
  background-color: #e9e9e9;
  padding: 0.6666rem;
  border-radius: 0.3334rem;
}
.ny7-section1 .itembox .item:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.ny7-section1 .itembox .item:nth-child(3) ~ .item {
  margin-top: 1rem;
}
.ny7-section1 .itembox .item .icon {
  width: 0.6666rem;
  margin-bottom: 0.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.ny7-section1 .itembox .item .text1 {
  font-size: 0.3667rem;
  font-family: "hyjunhei-85j";
  line-height: 1.1;
  margin-bottom: 0.2499rem;
}
.ny7-section1 .itembox .item .text2 {
  font-size: 0.2666rem;
  color: #868686;
  line-height: 2;
}
.ny7-section1 .itembox2 {
  margin-top: 1.3334rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ny7-section1 .itembox2 .item {
  width: 20%;
  padding-right: 0.1667rem;
}
.ny7-section1 .itembox2 .item .icon {
  width: 1.1667rem;
  display: block;
  margin-bottom: 0.3334rem;
}
.ny7-section1 .itembox2 .item .text1 {
  font-size: 0.4333rem;
  line-height: 1.1;
  font-family: "hyjunhei-85j";
  margin-bottom: 0.3334rem;
}
.ny7-section1 .itembox2 .item .text2 {
  font-size: 0.3002rem;
  color: #666666;
  line-height: 1.3;
  text-align: justify;
}
/* ==================== 内页7 - 板块一 end ==================== */
/* ==================== 内页6 - 板块二 start ==================== */
.ny6-section2 {
  padding-top: 1.8333rem;
  padding-bottom: 2.8333rem;
}
.ny6-section2 .mxw-box {
  width: 23.3334rem;
}
.ny6-section2 .ny6-title {
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.ny6-section2 .ny6-title:after {
  content: "";
  display: block;
  width: 23rem;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -1rem;
  height: 1px;
  background-color: #e4e4e5;
}
.ny6-section2 .body {
  padding-top: 1.3334rem;
}
.ny6-section2 > .mxw-box {
  width: 23.3334rem;
  max-width: 90%;
}
.ny6-section2 .itembox.active .item:nth-child(6) ~ .item {
  display: block;
}
.ny6-section2 .item {
  background: #ffffff;
  box-shadow: 0rem 0rem 0.5002rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.3334rem 0.3334rem 0.3334rem 0.3334rem;
  overflow: hidden;
}
.ny6-section2 .item:nth-child(6) ~ .item {
  display: none;
}
.ny6-section2 .item .info {
  padding: 0.6666rem 0.3334rem;
}
.ny6-section2 .item .text2 {
  font-size: 0.4333rem;
  color: #1e1e20;
  line-height: 1.1;
  margin-bottom: 0.3334rem;
  font-family: "hyjunhei-85j";
}
.ny6-section2 .item .text3 {
  font-size: 0.2666rem;
  line-height: 1.4;
  color: #86868b;
}
.ny6-section2 .item .text4 {
  margin-top: 0.5002rem;
  color: #86868b;
  line-height: 1.6;
  font-family: "hyjunhei-65j";
  font-size: 0.2666rem;
}
.ny6-section2 .item .text4 strong {
  font-size: 0.2666rem;
  color: #1d1d1f;
  font-weight: 400;
  font-family: inherit;
}
.ny6-section2 .item .text5 {
  margin-top: 0.8333rem;
  font-size: 0.2666rem;
  color: #0071e3;
  line-height: 1.1;
  display: table;
}
.ny6-section2 .item .text5:hover {
  text-decoration: underline;
}
.ny6-section2 .ny6-btn {
  margin-top: 2rem;
}
/* ==================== 内页6 - 板块二 end ==================== */
/* ==================== 内页7 - 板块二 start ==================== */
.ny7-section2 {
  padding-top: 3.1667rem;
  padding-bottom: 2.1667rem;
}
/* ==================== 内页7 - 板块二 end ==================== */
