/*banner*/
.pagewrap {
  width: 100%;
  background: #fff;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}
.pageBanner {
  width: 100%;
  border-radius: 60px 63px 64% 100% / 0 0 14% 14%;
  overflow: hidden;
  margin-top: var(--header-height);
}

.pageBanner .pic {
  display: block;
  width: 100%;
}
.pageBanner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  .pageBanner {
    position: relative;
    border-radius: 0;
  }

  .pageBanner::after {
    content: "";
    height: 30px;
    background: #fff;
    left: 0;
    bottom: 0;
    position: relative;
    width: 100%;
  }
}

.pageBanner .sec-wrap {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pageBanner .sub {
  font-size: clamp(12px, 2.1875vw, 42px);
  font-weight: 900;
  color: #ffffff;
  opacity: 0.15;
}

.pageBanner .title {
  /* font-size: clamp(24px, 4.2708vw, 82px); */
  font-size: clamp(12px, 3.3854vw, 65px);
  font-weight: bold;
  color: #ffffff;
}
.pageBanner .sea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.pageBanner .sea .title {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 60px;
  text-align: center;
}
.pageBanner .sea form {
  width: 100%;
  height: 72px;
  position: relative;
}
.pageBanner .sea form .search-row {
  position: absolute;
  left: 0;
  right: 0;
  width: 650px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  border-radius: 36px;
}
.pageBanner .sea form .search-row input {
  width: 100%;
  height: 100%;
  padding-left: 60px;
  border-radius: 36px;
}
.pageBanner .sea form .search-row input::-webkit-input-placeholder {
  font-size: 18px;
  color: #cccccc;
}
.pageBanner .sea form .search-row button {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 60px;
  background: url("../../images/sea.png") right center no-repeat;
  border: none;
}
.pageBanner .sea form .search-row button:focus {
  outline: none;
}
.s-list {
  position: absolute;
  margin-top: 50px;
  display: flex;
}
.s-list .s-item {
  width: 180px;
  height: 60px;
  background: #ffffff21;
  border-radius: 10px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 98px;
  margin-right: 20px;
}
.s-list .s-item img {
  width: auto;
  margin-right: 8px;
}
.s-list .s-item:hover {
  background: #ffffff42;
}
.navBarl-active {
  padding-top: 225px !important;
}
.navBar-local {
  width: 100%;
  padding: 25px 0;
  padding-top: 205px;
  font-size: 18px;
  color: #666666;
  background: #93939310;
}
.navBar-local .loc {
  box-sizing: border-box;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
}
.navBar-local .loc a {
  cursor: pointer;
  color: #666666;
}
.navBar-local .loc a:hover {
  color: #000;
  font-weight: 500;
}
.navBar-local .loc span {
  color: #666666;
  padding: 0 5px;
}
@media screen and (max-width: 1000px) {
  .navBar-local {
    padding-top: 95px !important;
  }
  .navBar-local .loc {
    font-size: 16px;
    padding: 0;
  }
}
.between {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.between .model-text {
  max-width: 1170px;
  width: 100%;
  font-size: 16px;
  color: #828181;
  line-height: 28px;
}
.line {
  background: var(--theme);
}
.p52 {
  width: 52px;
  height: 3px;
  margin: 25px 0;
}
.posi {
  position: relative !important;
}
.mmt {
  padding-bottom: 30px;
  border-bottom: 2px solid #0000000b;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mmt {
    margin-bottom: 0px;
  }
}
.model-title .cn-title {
  font-size: 40px;
  color: #000000;
}
.model-title .en-title {
  font-size: 18px;
  color: #00000041;
}
@media screen and (max-width: 1660px) {
  .model-title .cn-title {
    font-size: 30px;
  }
  .model-title .en-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .model-title .cn-title {
    font-size: 20px;
  }
  .model-title .en-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .model-title .cn-title {
    font-size: 18px;
  }
  .model-title .en-title {
    font-size: 14px;
  }
}
.model-title1 {
  text-align: center;
}
.model-title1 .cn-title {
  font-size: 40px;
  color: #000000;
}
.model-title1 .en-title {
  font-size: 18px;
  color: #00000041;
  padding-bottom: 37px;
}
@media screen and (max-width: 1660px) {
  .model-title1 .cn-title {
    font-size: 30px;
  }
  .model-title1 .en-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .model-title1 .cn-title {
    font-size: 20px;
  }
  .model-title1 .en-title {
    font-size: 14px;
  }
}
.lp35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pp p:nth-child(1) {
  max-width: 90px !important;
  width: 100%;
}
.container-nav {
  width: 100%;
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
}
.container-nav .list-show {
  background: var(--theme);
  width: 80%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: none;
  color: #fff;
  cursor: pointer;
}
.container-nav .navBar-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.container-nav .navBar-list .nav-active {
  background: var(--theme) !important;
}
.container-nav .navBar-list .nav-active a {
  color: #fff !important;
}
.container-nav .navBar-list .navBar-item {
  background: #ffffff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  transition: all 0s ease;
  /* width: 220px; */
  /* height: 72px; */
  box-shadow: 0px 6px 20px 0px rgba(51, 51, 51, 0.2);
  border-radius: 3px;
  margin-left: 20px;
  text-align: center;
  width: fit-content;
  padding: 20px 15px;
}
.container-nav .navBar-list .navBar-item:nth-child(1) {
  margin-left: 0;
}
.container-nav .navBar-list .navBar-item a {
  /* font-size: 22px; */
  font-size: clamp(18px, 1.1458vw, 22px);
  width: 100%;
  height: 100%;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-nav .navBar-list .navBar-item .item-icon {
  width: auto;
  margin-right: 15px;
  filter: brightness(0.5);
}
.container-nav .navBar-list .navBar-item:hover {
  background: var(--theme);
}
.container-nav .navBar-list .navBar-item:hover a {
  color: #fff;
}
.container-nav .navBar-list .navBar-item:hover .item-icon {
  filter: brightness(1);
}

@media screen and (max-width: 1360px) {
  .container-nav {
    bottom: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .container-nav .navBar-list {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
  }
  .container-nav .navBar-list .navBar-item a {
    min-width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .container-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .container-nav .list-show {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .container-nav .navBar-list {
    padding: 0;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
  }
  .container-nav .navBar-list .navBar-item {
    height: 40px !important;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 !important;
    margin-left: 0;
  }
  .container-nav .navBar-list .navBar-item:last-child {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .container-nav .navBar-list {
    width: 100% !important;
  }
  .container-nav .list-show {
    width: 100%;
  }
}
@keyframes lb {
  0% {
    background: #dbc5c5;
  }
  20% {
    background: #f1b8bc;
  }
  20% {
    background: #f7b2b7;
  }
  80% {
    background: #f7b2b7;
  }
  100% {
    background: #dbc5c5;
  }
}
.small-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
.small-title .title {
  display: flex;
  font-size: 30px;
  color: #000000;
}
.small-title .title .img {
  margin-right: 20px;
}
.small-title .title .img img {
  width: auto;
}
.small-title .btn {
  font-size: 16px;
  color: #828181;
}
.small-title .btn a {
  padding-bottom: 10px;
  border-bottom: 1px solid #828181;
  transition: all 0.2s ease-in;
  position: relative;
}
.small-title .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #b81c22;
  transition: all 0.5s;
}
.small-title .btn:hover a {
  border-bottom: none;
  color: #b81c22 !important;
  border-bottom: 1px solid #b81c22;
}
.small-title .btn:hover a::after {
  width: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 1440px) {
  .small-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .small-title .title {
    font-size: 24px;
  }
  .small-title .title .img img {
    width: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .small-title .title {
    font-size: 18px !important;
  }
  .small-title .title .img {
    margin-right: 10px;
  }
}

#page_list {
  margin-top: 30px;
}
.pagination {
  width: 100%;
}
.pagination .paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.pagination .paging .top,
.pagination .paging .bottom,
.pagination .paging .page {
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
  color: #828181;
  cursor: pointer;
  transition: all 0.5;
}
.pagination .paging .top:hover,
.pagination .paging .bottom:hover,
.pagination .paging .page:hover {
  border: none;
}
.pagination .paging .page {
  font-size: 18px;
  color: #999999;
}
.pagination .paging .page:hover {
  background: var(--theme);
  color: #fff;
}
.pagination .paging .page-active {
  border: none;
  background: var(--theme);
  color: #fff;
}
.pagination .paging .top {
  background: url("../../images/pl.png") center no-repeat;
  background-size: auto;
}
.pagination .paging .top:hover {
  background: var(--theme) url("../../images/plb.png") center no-repeat;
}
.pagination .paging .bottom {
  background: url("../../images/pr1.png") center no-repeat;
  background-size: auto;
}
.pagination .paging .bottom:hover {
  background: var(--theme) url("../../images/prb.png") center no-repeat;
}
@media screen and (max-width: 1660px) {
  .pagination {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .pagination {
    padding-bottom: 100px;
  }
  .pagination .paging .top,
  .pagination .paging .bottom,
  .pagination .paging .page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .pagination .paging .top {
    background-size: 6px !important;
  }
  .pagination .paging .bottom {
    background-size: 6px !important;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    padding-bottom: 50px;
  }
}
.pageContainer {
  width: 100%;
}
.pageContainer .newsDetail {
  width: 100%;
}

.pageContainer .newsDetail .title {
  /* font-size: 42px; */
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: bold;
  color: var(--theme);
  margin-bottom: 35px;
  line-height: 1;
}
.pageContainer .newsDetail .sub {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.pageContainer .newsDetail .sub span {
  margin-right: 50px;
}
.pageContainer .newsDetail .detailContainer {
  padding-top: 35px;
  font-size: 18px;
  color: #666666;
  line-height: 34px;
  letter-spacing: -1px;
}
/* 适配 */
@media screen and (max-width: 1660px) {
  .navBar-local .loc {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  .pageBanner .img {
    max-width: 35px;
  }
  .pageBanner .title {
    margin-top: 0;
  }
  .pageBanner .sub {
    /* font-size: 36px; */
    top: 34px;
  }
  .container-nav .navBar-list .navBar-item a .item-name {
    font-size: 15px;
  }
  .container-content .content-cn {
    font-size: 48px;
    font-weight: bold;
  }
  .container-content .content-en {
    font-size: 24px;
  }
  .navBar-list {
    width: 100%;
    max-width: 1400px;
    font-size: 14px;
    min-width: auto;
    width: max-content;
  }
  .navBar-list .navBar-item {
    width: fit-content;
  }
}
@media screen and (max-width: 1200px) {
  .pageBanner .img {
    max-width: 30px;
  }

  .pageBanner .sub {
    /* font-size: 20px; */
    top: 20px;
  }
  .container-content .content-cn {
    font-size: 32px;
    font-weight: bold;
  }
  .container-content .content-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pageBanner .sec-wrap {
    max-width: 100%;
    width: 100%;
    margin-left: 0px !important;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.model-title {
  width: 100%;
  position: relative;
}

.model-title .mcn-title {
  /* font-size: 68px; */
  font-size: clamp(22px, 2.1875vw, 42px);
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
}
.model-title .men-title {
  top: 20px;
  position: absolute;
  /* font-size: 68px; */
  font-size: clamp(18px, 2.1875vw, 42px);
  font-weight: 900;
  color: #ffffff;
  opacity: 0.15;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  .model-title .mcn-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .model-title .mcn-title {
    margin-bottom: 10px;
  }
  .model-title .men-title {
    top: 12px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 1000px) {
  .pageBanner .sea .title {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .pageBanner .sea form .search-row {
    width: 90%;
    height: 47px;
  }
  .pageBanner .sea form .search-row input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

.quality {
  box-sizing: border-box;
  padding-bottom: clamp(45px, 6.4583vw, 124px);
}
/* 2026-3-11 新增导航swiper */
.common-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -2vw !important;
  position: relative;
  z-index: 10;
  column-gap: 30px;
}

.common-nav-container .icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.common-nav-container .icon.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.common-nav-container .common-nav-prev {
  background-image: url(../../images/sp-black.png);
}

.common-nav-container .common-nav-prev:not(.swiper-button-disabled):hover {
  background-image: url(../../images/lshover.png);
}

.common-nav-container .common-nav-next {
  background-image: url(../../images/spr-black.png);
}

.common-nav-container .common-nav-next:not(.swiper-button-disabled):hover {
  background-image: url(../../images/shover.png);
}

.common-nav-container .icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: none !important;
}

.common-nav-container .icon .default {
  display: block;
}

.common-nav-container .icon .hover {
  display: none;
}

.common-nav-container .icon:not(.swiper-button-disabled):hover {
  user-select: none;
  cursor: pointer;
}

/* .common-nav-container .icon:not(.swiper-button-disabled):hover .default {
  display: none;
}

.common-nav-container .icon:not(.swiper-button-disabled):hover .hover {
  display: block;
} */

.common-nav-container .common-nav-swiper {
  flex: 1;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.common-nav-container .common-nav-swiper .swiper-slide {
  padding: 20px 10px;
  width: fit-content;
  white-space: nowrap;
}

.common-nav-container .common-nav-swiper .swiper-slide .inner {
  background: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(10px, 1.0417vw, 20px) clamp(15px, 1.875vw, 36px);
  font-weight: 400;
  font-size: clamp(18px, 1.1458vw, 22px);
  color: #333333;
  transition: 0.45s ease;
}

.common-nav-container .common-nav-swiper .swiper-slide.active .inner,
.common-nav-container .common-nav-swiper .swiper-slide:hover .inner {
  background-color: var(--theme);
  color: #fff;
}

.quality-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  margin-top: clamp(30px, 4.6875vw, 90px);
  margin-bottom: clamp(45px, 4.5313vw, 87px);
}

.quality-container .icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.quality-container .icon img {
  display: none !important;
}

.quality-container .quality-prev {
  background-image: url(../../images/sp-black.png);
}

.quality-container .quality-next {
  background-image: url(../../images/spr-black.png);
}

@media (min-width: 769px) {
  .quality-container .quality-prev:not(.swiper-button-disabled):hover {
    background-image: url(../../images/lshover.png);
    user-select: none;
    cursor: pointer;
  }


  .quality-container .quality-next:not(.swiper-button-disabled):hover {
    background-image: url(../../images/shover.png);
    user-select: none;
    cursor: pointer;
  }
}

.quality-container .icon.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

/* .quality-container .icon:not(.swiper-button-disabled):hover {
  background-color: #009b4c;
} */

/* .quality-container .icon:not(.swiper-button-disabled):hover img {
  filter: brightness(0) invert(1);
} */

.quality-container {
  max-width: 1615px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}

.quality-container .quality-swiper {
  flex: 1;
}

.quality-container .quality-swiper-pagination {
  display: none;
}

.quality-container .quality-swiper .swiper-slide {
  user-select: none;
  cursor: pointer;
}

.quality-container .quality-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  padding-bottom: 145.303%;
  position: relative;
}

.quality-container .quality-swiper .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /* object-fit: cover; */
  object-fit: contain;
  object-position: center center;
  border: 5px solid transparent;
  border-image: url(../../images/quality-border.png) 10 round;
}

.quality-article {
  padding: 20px 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.quality-article img,
.quality-article video {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: top;
}

.quality-article .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .quality-container {
    width: 92%;
  }

  .quality-container .quality-swiper-pagination {
    position: static;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
  }

  .quality-container .quality-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme);
  }
}

@media (max-width: 576px) {
  .common-nav-container .common-nav-swiper .swiper-slide {
    padding: 10px;
  }

  .common-nav-container .common-nav-swiper .swiper-slide .inner {
    font-size: 16px;
    padding: 10px 20px;
  }

  .pageBanner .sec-wrap {
    padding-left: 15px;
    padding-right: 15px;
    overflow-wrap: break-word;
  }

  .quality-container {
    position: relative;
  }

  .quality-container .icon {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 30px;
  }

  .quality-container .quality-prev {
    left: 0;
  }

  .quality-container .quality-next {
    right: 0;
  }
}
