@charset "utf-8";
h1.header-logo {
  display: -webkit-flex;
  display: flex;
}

a {
  opacity: 1;
}

.index-swiper {
  position: relative;
}
.index-swiper .swiper-slide {
  height: 38.58vw;
  max-height: 740px;
  overflow: hidden;
}
.index-swiper .slide-box {
  position: relative;
  height: 100%;
}
.index-swiper .banner-wz-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.index-swiper .banner-wz-wrap .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.index-swiper .banner-wz-wrap .banner-wz {
  position: relative;
  top: -2em;
}
.index-swiper .imgwrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-swiper .imgwrap img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  position: absolute;
}
.index-swiper .imgwrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-wz-tit {
  color: #fff;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.banner-wz-tit p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.banner-wz-tit.web {
  font-size: 2.4rem;
  line-height: 1.4em;
  height: 2.8em;
}

.button-wrap {
  height: 2.25em;
  overflow: hidden;
  margin-top: 2.6em;
  display: none;
}

.public-fyq-wrap {
  position: absolute;
  left: 0;
  bottom: 6.2em;
  z-index: 9;
  width: 100%;
}
.public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span {
  width: 26px;
  height: 4px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  padding: 3px 0px;
  box-sizing: content-box;
  background: none;
}
.public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-43deg, 0deg);
          transform: translateY(-50%) skew(-43deg, 0deg);
  background: rgba(255, 255, 255, 0.5);
}
.public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span em {
  opacity: 0;
}
.public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span.swiper-pagination-bullet-active em {
  position: absolute;
  z-index: 2;
  width: 0%;
  height: 4px;
  background: white;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-43deg, 0deg);
          transform: translateY(-50%) skew(-43deg, 0deg);
}

.index-swiper-tab {
  width: 100%;
  background: rgba(9, 33, 61, 0.3);
  margin-top: -6rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
.index-swiper-tab .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.2rem;
  width: 100%;
  padding: 0 1.2rem;
}
.index-swiper-tab .box a {
  padding: 1.25rem 0 1rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: transparent !important;
}

.a-link-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
}

.a-list-tit {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-family: "NotoSansBold", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  z-index: 5;
}

.a-list-tit-desc {
  font-size: 0.7rem;
  line-height: 1.375em;
  opacity: 0.8;
  margin-top: 0.5em;
  position: relative;
  z-index: 5;
}

.product-part2 {
  position: relative;
  padding: 4.3em 0 2em 0;
}
.product-part2::after {
  position: absolute;
  content: "";
  background: url(/img/images/bg01.png) no-repeat;
  width: 33.75vw;
  max-width: 648px;
  height: 36.45833vw;
  max-height: 700px;
  background-size: contain;
  left: 0;
  top: 0;
}
.product-part2 .public-nav {
  margin-top: 1.55em;
}
.product-part2 .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.public-nav {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #DDDDED;
  position: relative;
}
.public-nav ul li {
  display: -webkit-flex;
  display: flex;
}
.public-nav ul li a {
  font-size: 0.9em;
  line-height: 1.1111111111em;
  color: #18212C;
  font-weight: 400;
  padding-bottom: 0.9em;
  position: relative;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.public-nav ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #EF6123;
  opacity: 0;
}
.public-nav ul li.active a {
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.public-nav ul li.active a::after {
  opacity: 1;
}

.public-nav-content-box-f {
  width: 100%;
  position: relative;
}

.public-nav-content-box {
  width: 100%;
  margin-top: 1.55em;
}

.public-nav-content {
  margin: -16px;
  padding: 16px;
  overflow: hidden;
}

.public-nav-content-box {
  position: relative;
}
.public-nav-content-box .itemlist {
  position: absolute;
  left: 103%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.public-nav-content-box .itemlist:nth-child(1) {
  left: 0;
}
.public-nav-content-box .itemlist.show {
  z-index: 3;
}
.public-nav-content-box .itemlist.show2 {
  z-index: 2;
}
.public-nav-content-box .itemlist:nth-child(2) {
  background: rgb(190, 14, 14);
}
.public-nav-content-box .itemlist:nth-child(3) {
  background: rgb(185, 114, 114);
}

@media (min-width: 992px) {
  .public-nav ul {
    display: -webkit-flex;
    display: flex;
    margin: 0 -1.5em;
  }
  .public-nav ul li {
    margin: 0 1.5em;
  }
}
.index-public-tit {
  font-size: 2rem;
  line-height: 1.375em;
  color: #161616;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.index-public-desc {
  font-size: 0.8em;
  line-height: 1.56em;
  color: #222;
  font-weight: 400;
  margin-top: 1em;
}

.list-content-swiper {
  overflow: hidden;
  padding: 0.8em;
  margin: 0 -0.8em;
}
.list-content-swiper .slide-box {
  width: 100%;
  background: #F2F5FA;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 8px 32px 0px;
  overflow: hidden;
}

.product-imgs {
  position: relative;
  height: 9.8em;
  margin-bottom: 0em;
  overflow: hidden;
}
.product-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.product-tit {
  font-size: 0.7em;
  line-height: 1em;
  color: #333;
  font-weight: 400;
  position: absolute;
  bottom: 1em;
  left: 1.4285714286em;
  font-family: inherit;
  font-style: normal;
}

.product-ftit {
  font-size: 1.3em;
  line-height: 1.1538461538em;
  color: #18212C;
  font-weight: 400;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.product-desc {
  font-size: 0.7em;
  line-height: 1.5714285714em;
  color: #333;
  font-weight: 400;
  margin-top: 0.9285714286em;
  height: 3.1428571429em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-ul {
  margin: 0 -0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-ul li {
  min-width: 20%;
  padding: 0 0.5em;
}
.product-ul li span {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #034B9F;
  font-weight: 400;
}
.product-ul li svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-box-two-box {
  border-radius: 0px 8px 32px 0;
  padding: 4.35em 3.5em 4.35em 3.5em;
  background: url(/img/images/bg01.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}

.paddingmargin {
  margin: -0.8em;
  padding: 0.8em;
  padding-top: 1.6em;
}

.list-box-two-box-tit {
  font-size: 1.5em;
  line-height: 1em;
  color: #222;
  font-weight: 400;
  margin-bottom: 0.6666666667em;
  font-weight: 400;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.list-box-two-box-desc {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #222;
  font-weight: 400;
  margin-bottom: 3.125em;
}

.list-box {
  position: relative;
  padding-bottom: 2.35em;
}

.tab-pagination-wrap {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0.75em;
}
.tab-pagination-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #D4E1F1;
}
.tab-pagination-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #034B9F;
}
.tab-pagination-wrap > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.product-type {
  position: relative;
}
.product-type::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 98%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 70%;
  background: #003B7F;
  z-index: 1;
  opacity: 0;
}
.product-type.cur::after {
  opacity: 1;
}
.product-type .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.types-hover-list {
  display: -webkit-flex;
  display: flex;
  margin: 0 -4em;
}

.types-list-item {
  -webkit-flex: 1;
          flex: 1;
  height: 29.2em;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}
.types-list-item.zhankai {
  -webkit-flex: 41.16vw;
          flex: 41.16vw;
}
.types-list-item.zhankai .zhezhao-text {
  opacity: 0;
  pointer-events: none;
}
.types-list-item.zhankai .zhezhao-content {
  opacity: 1;
}

.types-list-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transform: skew(-10.15deg);
          transform: skew(-10.15deg);
  position: relative;
  overflow: hidden;
  will-change: auto;
}

.types-wrapper-bg {
  position: absolute;
  top: 0;
  left: 47%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, 0) skew(10.15deg);
          transform: translate(-50%, 0) skew(10.15deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.types-wrapper-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(269deg, rgba(132, 139, 148, 0) 38.23%, #003B7F 99.49%);
  background: linear-gradient(181deg, rgba(132, 139, 148, 0) 38.23%, #003B7F 99.49%);
}
.types-wrapper-bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.types-wrapper-bg img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  pointer-events: none;
}

.product-type-top {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 1.5em;
}

.types-hover {
  width: 100%;
  margin-top: 0em;
  overflow: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  position: relative;
  background: #003B7F;
}
.types-hover .types-hover-zhezhao {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}
.types-hover .types-hover-zhezhao.acu {
  pointer-events: none;
}
.types-hover .public-button .ab::after {
  top: 0;
  height: 100%;
}

.item-thumb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.zhezhao-text {
  -webkit-transform: skew(10.15deg) translate(-50%, 0);
          transform: skew(10.15deg) translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 9;
}
.zhezhao-text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-10.15deg);
          transform: skew(-10.15deg);
  left: 0;
  top: 0;
  z-index: -1;
}

.zhezhao-img {
  width: 3.75em;
  height: 3.75em;
  margin-bottom: 1em;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.zhezhao-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.zhezhao-tit {
  font-size: 1.3rem;
  line-height: 1.375em;
  color: #fff;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
}

.a-more {
  width: 5.05em;
  height: 3.45em;
  margin: 3.45em auto 0;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.a-more img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.types-list-item .zhezhao-text-box {
  position: relative;
  top: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.types-list-item .zhezhao-content-box {
  left: -10.4em;
}
.types-list-item .zhezhao-content-box {
  width: 36.98vw;
}
.types-list-item:nth-child(1) .zhezhao-text-box {
  left: 2em;
}
.types-list-item:nth-child(1) .zhezhao-content {
  left: 4em;
  width: -webkit-calc(41.16vw - 4em);
  width: calc(41.16vw - 4em);
}
.types-list-item:nth-child(1) .zhezhao-content-box {
  left: 3.2em;
  width: 39.375vw;
}
.types-list-item:last-child .zhezhao-content-box {
  left: -11.9em;
}
.types-list-item.hover .zhezhao-text-box {
  -webkit-transform: translateY(-5.5em);
          transform: translateY(-5.5em);
}
.types-list-item.hover .a-more {
  opacity: 1;
}
@media (min-width: 992px) {
  .types-list-item .zhezhao-tit {
    min-height: 2.75em;
  }
  .types-list-item:last-child .zhezhao-text-box {
    right: 2em;
  }
  .types-list-item:last-child .zhezhao-tit {
    width: 7em;
  }
}

.zhezhao-content {
  position: absolute;
  left: 0;
  width: 70.88vw;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transform: skew(10.15deg);
          transform: skew(10.15deg);
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 0;
}
.zhezhao-content::after {
  position: absolute;
  content: "";
  left: -4em;
  top: 0;
  width: -webkit-calc(100% + 11em);
  width: calc(100% + 11em);
  height: 100%;
  background: -webkit-linear-gradient(left, #003B7F 2.65%, rgba(0, 0, 0, 0) 107.24%);
  background: linear-gradient(90deg, #003B7F 2.65%, rgba(0, 0, 0, 0) 107.24%);
  z-index: -1;
  -webkit-transform: skew(-10.15deg);
          transform: skew(-10.15deg);
}

.zhezhao-content-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 39.375vw;
  max-width: 1080px;
  position: relative;
  top: 0em;
  color: #fff;
}

.zhezhao-content-tit {
  font-size: 1.6rem;
  line-height: 1em;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: 0.3333333333em;
}

.zhezhao-content-desc {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.25em;
}

.type-list-detail {
  margin-top: 1.75em;
  width: 100%;
}
.type-list-detail ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.5em;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list-detail li {
  width: 20%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
  cursor: pointer;
}
.type-list-detail li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.type-list-detail .type-detail-box {
  padding: 1em 0 1em 0;
  background: rgba(9, 33, 61, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.type-list-detail .type-detail-box .svgwrap {
  width: 1.8em;
  height: 1.8em;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.2em;
  display: flex;
}
.type-list-detail .type-detail-box .svgwrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.type-list-detail .type-detail-box .type-detail-tit {
  font-size: 0.6em;
  line-height: 1.375em;
  color: #fff;
  font-weight: 400;
  height: 4.125em;
  text-align: center;
  padding: 0 1em;
}
.type-list-detail .a-click-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1em;
}
.type-list-detail .a-click-more.opa {
  opacity: 0;
}
.type-list-detail .a-click-more svg {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.type-list-detail.showmore .a-click-more svg {
  rotate: 180deg;
}

.product-type {
  background: url(/img/images/bg05.jpg) no-repeat;
  background-size: cover;
  padding: 0em 0 0em 0;
  height: 100vh;
  position: relative;
}
.product-type .index-public-tit, .product-type .index-public-desc {
  color: #fff;
}

.shouqi .zhezhao-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shouqi .types-wrapper-bg::after {
  opacity: 1;
}
.shouqi .zhezhao-text {
  opacity: 1;
}
.shouqi .zhezhao-img {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}
.shouqi .zhezhao-tit {
  font-size: 0.9em;
  line-height: 1.375em;
}

.zhankai .types-wrapper-bg::before {
  opacity: 0;
}
.zhankai .zhezhao-text {
  opacity: 1;
}

.hover .zhezhao-content {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.data-show {
  background: url(/img/images/bg02.jpg) top center no-repeat;
  background-size: auto 100%;
  padding: 5em 0 7.5em 0;
}
.data-show .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.data-list-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin-top: 5.45em;
  padding-bottom: 0em;
}

.data-list-item {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding: 0 1.5em;
}

.data-list-item {
  position: relative;
}
.data-list-item:first-child .data-list-nums {
  color: #EF6123;
}
.data-list-item:last-child::after {
  opacity: 0;
}

.data-list-nums {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: baseline;
          align-items: baseline;
  color: #fff;
}
.data-list-nums .num {
  font-size: 3.5em;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.data-list-nums .per {
  font-size: 2.1em;
  font-family: inherit;
  font-style: normal;
}

.data-list-desc {
  text-align: center;
  color: #222;
  font-size: 14px;
  line-height: 1.375em;
  color: #fff;
  margin-left: 0.6666666667em;
  text-align: left;
}

.honor-box {
  width: 100%;
  padding-top: 3em;
  overflow: hidden;
}

.every-item {
  border-radius: 0px 8px 24px 0px;
  background-size: contain;
  position: relative;
  padding-top: 0;
  background: #fff;
}
.every-item .imgwrap {
  position: relative;
  padding-top: 39.3442622951%;
  height: 0;
  width: 100%;
  border-radius: 0px 8px 24px 0px;
  overflow: hidden;
}
.every-item .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.every-item .box {
  position: absolute;
}

.news-parts {
  background: #fff;
  padding: 3.7em 0 3.9em 0;
}
.news-parts .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.new-list-wrap {
  margin-top: 3em;
  width: 100%;
}
.new-list-wrap ul {
  display: -webkit-flex;
  display: flex;
  margin: 0 -0.75em;
}
.new-list-wrap ul li {
  -webkit-flex: 1;
          flex: 1;
  padding: 0 0.75em;
}

.new-item-box {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.new-item-box .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.2em 0.9em;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: #fff;
  font-weight: 400;
}
.new-item-box .imgwrap {
  padding-top: 62.6398210291%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.new-item-box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-foot-tit {
  font-size: 0.9em;
  line-height: 1.55em;
  color: #333;
  font-family: "NotoSansSemiBold", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.new-foot-address-date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 0.6em;
}

.address {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 1.4em;
}
.address img {
  width: 18px;
}
.address span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #333;
  font-weight: 400;
  margin-left: 0.5625em;
}

.date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.date img {
  width: 18px;
}
.date span {
  font-size: 0.7em;
  line-height: 1.375em;
  color: #333;
  margin-left: 0.5625em;
}

.new-foot-desc {
  font-size: 0.8em;
  line-height: 1.375em;
  color: #666;
  font-family: "NotoSansLight", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 1.5em;
}

.new-foot-bottom {
  padding: 1.25em 1.4em 1.8em 1.4em;
  background: #f8f8f8;
}

.scroll-wrap {
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  padding: 2.4em 1em 2.65em 1.35em;
}

.new-list-tit {
  font-size: 0.9em;
  line-height: 1.55em;
  color: #333;
  font-family: "NotoSansSemiBold", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: 0.1111111111em;
}

.new-list-r {
  margin-bottom: 1.35em;
}
.new-list-r:last-child {
  margin-bottom: 0;
}

.new-list-date {
  font-size: 0.7em;
  line-height: 1.375em;
  color: #333;
  margin-top: 0.125em;
}

.scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .new-list-wrap ul li:hover .new-foot-bottom {
    background: rgb(242, 242, 242);
  }
  .index-swiper-tab .box {
    background: rgba(255, 255, 255, 0.1);
  }
  .index-swiper-tab a {
    height: 6rem;
  }
  .index-swiper-tab a:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: -1.2rem;
    right: -0.6rem;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .index-swiper-tab a:hover:last-child::after {
    right: -1.2rem;
  }
  .public-nav li a:hover {
    font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .product-ul a:hover svg {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .new-list-r:hover {
    cursor: pointer;
  }
  .new-list-r:hover .new-list-tit {
    color: #EF6123;
  }
  .new-list-wrap ul li:hover .new-item-box .imgwrap img {
    scale: 1.03;
  }
  .new-foot-tit {
    cursor: pointer;
  }
}
.addus {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
}
.addus .public-button .ab::after {
  top: 0;
  height: 100%;
}
.addus .addus-button {
  margin-top: 2.65em;
}
.addus .absolute-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.addus .absolute-content::after {
  position: absolute;
  content: "";
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  top: 0;
  background: url(/img/images/left.png) no-repeat;
  background-size: 100% 100%;
  width: 45.8333vw;
  height: 33.333vw;
}
.addus .absolute-content .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  top: -1.85em;
  opacity: 0;
}
.addus .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
}
.addus .box > .imgwrap {
  width: 100%;
  padding-top: 33.3333333333%;
  position: relative;
}
.addus .box > .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.addus-tit {
  font-size: 2rem;
  line-height: 1.375em;
  color: #fff;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.addus-desc {
  font-size: 0.8rem;
  line-height: 1.56em;
  color: #fff;
  margin-top: 1em;
}

@media (min-width: 992px) {
  .addus-desc {
    max-width: 22.1em;
  }
}
@-webkit-keyframes tranxs {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes tranxs {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes tranxd {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes tranxd {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.addus.cur .absolute-content .global-inner {
  -webkit-animation: tranxd 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
          animation: tranxd 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
}

.pinpai-part {
  padding: 5.5em 0 14.2em 0;
  position: relative;
  overflow: hidden;
}
.pinpai-part .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.pinpai-part::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(/img/images/bg03.png) no-repeat;
  width: 22.29166vw;
  height: 44.27vw;
  background-size: contain;
}
.pinpai-part .public-nav {
  margin-top: 2em;
}

.qh-wrap {
  width: 100%;
  margin-top: 3.3em;
}
.qh-wrap .list-box {
  padding-bottom: 0;
}

.qh-wrap-content {
  margin: -16px;
  padding: 16px;
  overflow: hidden;
}

.qh-wrap-content-box {
  position: relative;
  width: 100%;
}
.qh-wrap-content-box .list-box-margin-padding .imgwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.qh-wrap-content-box .list-box-margin-padding .imgwrap img {
  max-width: 100%;
  height: 10.15em;
}
.qh-wrap-content-box .itemlist {
  position: absolute;
  left: 103%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qh-wrap-content-box .itemlist:nth-child(1) {
  left: 0;
}
.qh-wrap-content-box .itemlist.show {
  z-index: 3;
}
.qh-wrap-content-box .itemlist.show2 {
  z-index: 2;
}

.product-type-top {
  padding-top: 86px;
}

.addfour-part {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(/img/images/bg06.jpg) no-repeat;
  background-size: cover;
  z-index: 9;
}

.addfour-part-zhezhao {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 8;
}

.addfour-part-zhezhao {
  display: none;
}

.product-text-bottom {
  padding: 1.1em 2.6em 1em 1em;
  background: #fff;
}

.slide-box-item {
  width: 25%;
}
.slide-box-item:nth-child(4n)::after {
  opacity: 0;
}
.slide-box-item:first-child::after {
  opacity: 1;
}

.product-text-bottom .public-button {
  margin-top: 2.35em;
}
.product-text-bottom .product-button-style {
  display: -webkit-flex;
  display: flex;
}

.list-box .swiper-slide .slide-box_swiper01 .slide-box-item:nth-child(1) .product-tit {
  color: #fff;
}

.slide-box-item {
  position: relative;
}
.slide-box-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #dfe6ee;
  border-radius: 0px 4px 16px 0px;
  right: 0;
  top: 0;
}

.reletive-isbox {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.addfour-par-content {
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.addfour-par-content-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 50px;
  position: relative;
}
.addfour-par-content-box .addbottomText {
  position: absolute;
  bottom: 0em;
  width: 100%;
  left: 0;
  height: 86px;
}
.addfour-par-content-box .addbottomText .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: none;
}
.addfour-par-content-box .addbottomText .addtit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  min-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  max-width: 100%;
}
.addfour-par-content-box .index-public-tit {
  padding-top: 0em;
}

.data-list-box-wrap {
  width: 100%;
  margin-top: 3.25em;
}

.data-list-box {
  margin: 0 -1.5em;
  width: auto;
}

.pinpai-part .public-nav ul {
  margin: 0 -2.05em;
}
.pinpai-part .public-nav ul li {
  margin: 0 2.05em;
}

.product-part2 .index-public-desc {
  letter-spacing: -0.4px;
}

.product-type .index-public-desc {
  letter-spacing: 0.3px;
}

.product-part2 .index-public-tit, .news-parts .index-public-tit, .pinpai-part .index-public-tit {
  color: #18212C;
}

.public-nav .swiper-wrapper .swiper-slide {
  width: auto;
}

.public-nav-product_wrap {
  width: 100%;
  position: relative;
}

.nextClickSwiper {
  position: absolute;
  height: 0.36rem;
  display: -webkit-flex;
  display: flex;
  top: 0.7rem;
  right: 0;
  -webkit-align-items: center;
          align-items: center;
  background: -webkit-linear-gradient(right, #FFF 24%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFF 24%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.nextClickSwiper svg {
  width: 0.28rem;
  height: 0.28rem;
  position: relative;
  right: -0.08rem;
}

@media (min-width: 992px) {
  .index-swiper-box:hover .index-swiper-tab .box a {
    background: rgba(255, 255, 255, 0.1);
  }
  .index-swiper-box:hover .index-swiper-tab .box a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .product-part2 .slide-box-item:hover .product-imgs img {
    scale: 1.2;
  }
}
@media screen and (max-width: 991.98px) {
  .product-part2 .swiper-pagination-bullet:only-child {
    display: block !important;
  }
  .addfour-par-content-box .addbottomText {
    height: auto;
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
  .addfour-par-content-box .addbottomText .addtit {
    max-width: 100%;
    font-size: 0.24rem;
    min-height: none;
    max-height: none;
    line-height: 0.4rem;
  }
  .new-item-box .scroll-wrap {
    padding: 0.98rem 0.35rem 0.7rem 0.35rem;
  }
  .index-swiper {
    overflow: hidden;
  }
  .addus-desc {
    font-size: 0.28rem;
    line-height: 1.375em;
    color: #fff;
    font-weight: 300;
    margin-top: 0.3rem;
    text-align: center;
  }
  .addus-tit {
    font-size: 0.54rem;
    line-height: 0.54rem;
    color: #fff;
    font-weight: 400;
    -webkit-justify-content: center;
            justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
  }
  .addus-tit p {
    display: contents;
  }
  .addus .public-button .ab span {
    color: #fff;
  }
  .addus .addus-button {
    margin-top: 0.7rem;
    margin-left: auto;
    margin-right: auto;
  }
  .addus.cur .absolute-content .global-inner {
    top: 0;
  }
  .addus .box > .imgwrap {
    padding-top: 73.3333333333%;
  }
  .addus .box > .imgwrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/images/index10.webp);
    background-size: cover;
  }
  .new-more-alink {
    padding-top: 0.7rem;
  }
  .new-list-r {
    margin-bottom: 0.5rem;
    display: block;
  }
  .new-list-r:last-child {
    margin-bottom: 0;
  }
  .scroll-wrap {
    position: relative;
    background: #f8f8f8;
  }
  .new-list-tit {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin-bottom: 0.18rem;
  }
  .new-list-date {
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-top: 0rem;
  }
  .new-item-box {
    overflow: visible;
  }
  .new-foot-tit {
    font-size: 0.32rem;
  }
  .new-foot-address-date {
    margin-top: 0.22rem;
  }
  .new-foot-desc {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-top: 0.72rem;
    height: 1.32rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .date img {
    width: 0.3rem;
  }
  .date svg {
    width: 0.3rem;
  }
  .date span {
    font-size: 0.28rem;
    line-height: 0.24rem;
    margin-left: 0.22rem;
  }
  .address {
    margin-right: 0.3rem;
  }
  .address img {
    width: 0.32rem;
  }
  .address svg {
    width: 0.32rem;
  }
  .address span {
    font-size: 0.28rem;
    line-height: 0.24rem;
    margin-left: 0.17rem;
  }
  .news-parts {
    padding: 1.2rem 0 1.2rem 0;
  }
  .new-foot-bottom {
    padding: 0.5rem 0.35rem 0.46rem 0.35rem;
    border-radius: 0 0rem 0.36rem 0;
  }
  .new-item-box .scroll-wrap {
    border-radius: 0 0.12rem 0.36rem 0;
  }
  .new-item-box .tag {
    font-size: 0.28rem;
    line-height: 0.24rem;
    padding: 0.23rem 0.38rem;
  }
  .new-item-box .imgwrap {
    padding-top: 55.223880597%;
    border-radius: 0 0.12rem 0 0;
  }
  .new-list-wrap {
    margin-top: 0.7rem;
  }
  .new-list-wrap ul {
    margin: 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .new-list-wrap ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .new-list-wrap ul li:last-child {
    margin-bottom: 0;
  }
  .every-text {
    font-size: 0.24rem;
    line-height: 1.375em;
    color: #fff;
    padding-top: 0.15rem;
  }
  .addfour-part {
    background: url(/img/images/index08.webp) no-repeat;
    background-size: cover;
  }
  .every-item {
    border-radius: 0 0.08rem 0.24rem 0;
    padding-top: 0;
  }
  .every-item .imgwrap {
    border-radius: 0 0.08rem 0.24rem 0;
    overflow: hidden;
  }
  .honor-wrap {
    width: 100%;
    margin: 0 0rem;
    margin-bottom: 0.4rem;
  }
  .honor-wrap li {
    padding: 0;
  }
  .honor-wrap li {
    margin-top: 0.45rem !important;
  }
  .honor-wrap .swiper-slide .box {
    display: none;
  }
  .honor-box {
    overflow: hidden;
    padding: 0.55rem 0 1.1rem 0;
  }
  .addfour-part {
    position: relative;
  }
  .data-list-desc {
    font-size: 0.24rem;
    line-height: 1.375em;
    margin: 0.5em 0 0;
    text-align: center;
  }
  .data-list-nums .num {
    font-size: 0.9rem;
    line-height: 0.66rem;
    font-weight: 700;
  }
  .data-list-box {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin: 0 -0.37rem;
  }
  .data-list-item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0rem 0.37rem;
    margin-bottom: 0.6rem;
    display: block;
  }
  .addfour-par-content-box {
    padding: 1.6rem 0 0 0;
  }
  .zhezhao-tit {
    font-size: 0.36rem;
    line-height: 1.375em;
    color: #fff;
    font-weight: 300;
  }
  .zhezhao-img {
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: 0.22rem;
  }
  .a-more {
    display: none;
  }
  .types-wrapper-bg::before {
    display: none;
  }
  .types-list-item .zhezhao-text-box {
    top: 0;
  }
  .types-list-item:nth-child(1) .zhezhao-text-box {
    top: 0;
    left: 0;
  }
  .types-list-item:last-child .zhezhao-text {
    left: 0;
  }
  .zhezhao-text {
    -webkit-transform: skew(0);
            transform: skew(0);
    left: 0;
    width: 100%;
  }
  .zhezhao-text::after {
    display: none;
  }
  .types-list-wrapper {
    -webkit-transform: skew(0);
            transform: skew(0);
    overflow: visible;
  }
  .types-wrapper-bg {
    -webkit-transform: translate(0%, 0) skew(0);
            transform: translate(0%, 0) skew(0);
    left: 0;
  }
  .types-wrapper-bg {
    position: relative;
    padding-top: 56%;
    height: 0;
  }
  .types-wrapper-bg::after {
    display: none;
  }
  .types-wrapper-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .types-list-item {
    height: auto;
    width: 100%;
  }
  .types-hover .types-hover-zhezhao {
    display: none;
  }
  .types-hover-list {
    margin: 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .noscale {
    width: 100%;
  }
  .noscale .global-inner {
    padding: 0 !important;
  }
  .product-type-top {
    padding-top: 1.2rem;
    padding-bottom: 0.7rem;
  }
  .product-type {
    height: auto;
    background: #034B9F;
  }
  .product-type .index-public-desc {
    line-height: 0.38rem;
    letter-spacing: 0;
  }
  .tab-pagination-wrap {
    position: relative;
    margin-top: 0.5rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .tab-pagination-wrap > div {
    width: auto !important;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .list-box {
    padding-bottom: 0.6rem;
  }
  .product-ul li {
    margin-right: 0.4rem;
    margin-bottom: 0.45rem;
  }
  .product-ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .product-ul li span {
    font-size: 0.28rem;
    line-height: 0.3rem;
    color: #034B9F;
    font-weight: 400;
    margin-right: 0.1rem;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .product-ul li svg {
    width: 0.3rem;
    height: 0.3rem;
  }
  .product-ul li:nth-last-child(-n+5) {
    margin-bottom: 0.45rem;
  }
  .product-ul li:nth-child(1) {
    width: auto;
  }
  .product-ul li:nth-child(2) {
    width: auto;
  }
  .product-ul li:nth-child(3) {
    width: auto;
  }
  .product-ul li:nth-child(4) {
    width: auto;
  }
  .product-ul li:nth-child(5) {
    width: auto;
  }
  .list-box-two-box-desc {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #222;
    font-weight: 400;
    margin-bottom: 0.7rem;
  }
  .list-box-two-box-tit {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #18212C;
    font-weight: 400;
    margin-bottom: 0.18rem;
  }
  .list-box-two-box {
    border-radius: 0px 8px 32px 0;
    padding: 0.71rem 0rem 0.51rem 0.35rem;
    background: url(/img/images/index02.webp) no-repeat;
    background-size: cover;
  }
  .list-box .swiper-slide .slide-box_swiper01 .slide-box-item .product-tit {
    color: #fff;
  }
  .list-content-swiper {
    padding: 0.28rem;
    margin: 0 -0.28rem;
  }
  .paddingmargin {
    padding: 0.28rem;
    margin: 0 -0.28rem;
  }
  .product-text-bottom .public-button {
    margin-top: 1rem;
  }
  .product-ftit {
    font-size: 0.48rem;
    line-height: 0.3rem;
    color: #18212C;
    font-weight: 400;
  }
  .product-desc {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #222;
    font-weight: 400;
    margin-top: 0.36rem;
    height: 0.88rem;
  }
  .product-text-bottom {
    padding: 0.7rem 0.35rem 0.86rem 0.35rem;
  }
  .product-tit {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333;
    font-weight: 400;
    bottom: 0.25rem;
    left: 0.35rem;
  }
  .product-imgs {
    padding-top: 55.9701492537%;
    height: 0;
  }
  .product-imgs img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .list-content-swiper .slide-box {
    border-radius: 0px 0.16rem 0.48rem 0;
  }
  .public-nav-content-box {
    margin-top: 0;
    padding-top: 0.22rem;
  }
  .public-nav-content-box .itemlist {
    left: 0%;
    position: relative;
  }
  .product-part2 .public-nav {
    display: block;
    margin-top: 0.7rem;
  }
  .public-nav {
    overflow: hidden;
  }
  .public-nav ul li a {
    font-size: 0.32rem;
    line-height: 0.36rem;
    color: #333;
    font-weight: 400;
    padding-bottom: 0.34rem;
  }
  .public-nav .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .public-nav .swiper-wrapper .swiper-slide.active a::after {
    opacity: 1;
  }
  .product-part2 {
    padding: 1.2rem 0 0 0;
  }
  .product-part2::after {
    display: none;
  }
  .product-part2 .index-public-desc {
    letter-spacing: 0px;
    text-align: center;
  }
  .index-public-tit {
    font-size: 0.54rem;
    line-height: 0.54rem;
    color: #18212C;
    font-weight: 400;
    line-height: 1.375em;
  }
  .index-public-desc {
    font-size: 0.28rem;
    line-height: 1.3em;
    color: #18212C;
    font-weight: 300;
    margin-top: 0.29rem;
  }
  .index-swiper .swiper-slide {
    height: 100vh;
    max-height: none;
  }
  .index-swiper .banner-wz-tit {
    height: auto;
  }
  .index-swiper .banner-wz-tit p span {
    font-size: 0.52rem;
    line-height: 1.4em;
  }
  .index-swiper .banner-wz-wrap .box {
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .index-swiper .banner-wz-wrap .banner-wz {
    top: 2.7rem;
  }
  .index-swiper .imgwrap img {
    width: 100%;
    object-fit: cover;
  }
  .index-swiper-tab {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
  }
  .index-swiper-tab .box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0.4rem;
    padding: 0.2rem 0;
    width: auto;
  }
  .index-swiper-tab .box a {
    margin: 0;
    padding: 0.3rem 0;
  }
  .a-list-tit {
    font-size: 0.32rem;
    line-height: 1.2em;
    font-weight: 400;
    font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .a-list-tit-desc {
    font-size: 0.24rem;
    line-height: 1.375em;
    margin-top: 0.2rem;
  }
  .public-fyq-wrap {
    bottom: 0;
  }
  .index-swiper-box {
    position: relative;
  }
}
.public-nav-content-box .itemlist:nth-child(2),
.public-nav-content-box .itemlist:nth-child(3) {
  background: none;
}

@media (min-width: 992px) {
  .types-wrapper-bg img {
    width: 53%;
    -webkit-transform: translateX(44%);
            transform: translateX(44%);
  }
  .types-wrapper-bg::before {
    z-index: 2;
  }
  .new-list-r {
    display: block;
  }
  .new-list-r:last-child {
    margin-bottom: 0;
  }
  .new-item-box .scroll-wrap {
    background: #f8f8f8;
    border-radius: 0 6px 24px 0;
  }
  .new-item-box .imgwrap {
    border-radius: 0 6px 0 0;
    overflow: hidden;
  }
  .new-foot-bottom {
    border-radius: 0 0px 24px 0;
    overflow: hidden;
  }
  .new-foot-desc {
    height: 4.125em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  .product-part2 .public-button .ab {
    padding: 0.26rem 0.5rem 0.26rem 0.57rem;
  }
  .a-link-list.cur {
    background: rgba(255, 255, 255, 0.2);
  }
}
.jiangxiang-pagination-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.jiangxiang-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.jiangxiang-pagination .swiper-pagination-bullet {
  display: -webkit-flex;
  display: flex;
  width: auto;
  margin: 0 6px !important;
  padding: 1em 0;
  border-radius: 0;
  box-sizing: content-box;
}
.jiangxiang-pagination em {
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #D4E1F1;
}
.jiangxiang-pagination .swiper-pagination-bullet-active em {
  background: #fff;
}

@media screen and (min-width: 992px) {
  .honor-wrap {
    display: -webkit-flex;
    display: flex;
    margin: 0 -1.5em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
  }
  .honor-wrap.show {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .honor-wrap li {
    width: 25%;
    padding: 0 1.5em;
  }
  .honor-wrap .swiper-slide .box {
    display: none;
  }
  .honor-wrap {
    margin: 0 0 0.8em 0;
    width: 100%;
  }
  .every-text {
    color: #fff;
    font-size: 12px;
    line-height: 1.375em;
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 991.98px) {
  .jiangxiang-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem !important;
    padding: 0.2rem 0;
    background: none;
  }
  .jiangxiang-pagination em {
    width: 0.16rem;
    height: 0.16rem;
  }
}
/* 英文版调整 */
@media (min-width: 992px) {
  .index-public-desc {
    letter-spacing: 0 !important;
    margin-top: 5px;
  }
  .public-nav {
    border-bottom: none;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .public-nav .swiper-wrapper {
    width: auto;
    border-bottom: 1px solid #DDDDED;
  }
  .public-nav ul {
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto;
  }
  .public-nav ul li:first-child {
    margin-left: 0;
  }
  .public-nav ul li:last-child {
    margin-right: 0;
  }
  .new-foot-tit {
    height: 3.1em;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .public-nav {
    width: 100%;
  }
  .product-part2 .box {
    display: block;
  }
  .index-public-tit {
    text-align: center;
  }
  .index-public-desc {
    text-align: center;
  }
  .nextClickSwiper {
    top: 0;
  }
  #public-nav-product .swiper-slide:nth-child(2) a {
    padding-left: 0.2rem;
  }
}
.addus .box {
  max-width: 100%;
}

@media screen and (min-width: 2400px) {
  .types-list-wrapper {
    -webkit-transform: skew(-6.15deg);
            transform: skew(-6.15deg);
  }
  .product-type .global-inner {
    max-width: 100%;
  }
  .types-list-item {
    height: 35.4166vw;
  }
}
@media screen and (min-width: 2400px) and (min-height: 1563px) {
  .product-type .global-inner {
    max-width: 100%;
  }
  .types-list-item {
    height: 76vh;
  }
  .types-wrapper-bg img {
    object-fit: cover;
  }
}