.innerPage {
  width: calc(100% - 120px);
  padding-top: 100px;
  word-break: break-word;
}
.innerPage .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.innerPage .innerPage-title {
  font-size: 60px;
  font-weight: normal;
  color: #333333;
  line-height: 72px;
}
.innerPageLast {
  padding-bottom: 100px;
}
.innerPage-contact {
  width: calc(100% - 120px);
  background: #fff;
}
.innerPage-contact .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.innerPage-contact .innerPage-inner .contacti-inner {
  width: 100%;
  margin: 0 auto;
}
.innerPage-contact .innerPage-inner .contacti-left {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.innerPage-contact .innerPage-inner .contacti-left-main {
  width: 45%;
}
.innerPage-contact .innerPage-inner .contacti-desc {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 26px;
  margin-top: 5%;
}
.innerPage-contact .innerPage-inner .contacti-type {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 16px 0;
}
.innerPage-contact .innerPage-inner .contacti-type p {
  width: auto;
  margin-right: 40px;
}
.innerPage-contact .innerPage-inner .form {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 滚动条整体 */
}
.innerPage-contact .innerPage-inner .form .form-input {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-contact .innerPage-inner .form .form-message {
  width: 64%;
}
.innerPage-contact .innerPage-inner .form .form-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-contact .innerPage-inner .form .message::-webkit-input-placeholder {
  color: #999999;
  text-indent: 0px;
}
.innerPage-contact .innerPage-inner .form .message::-webkit-scrollbar {
  display: none;
}
.innerPage-contact .innerPage-inner .form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  text-indent: 0px;
}
.innerPage-contact .innerPage-inner .form .input {
  width: 100%;
  line-height: 42px;
  border-radius: 10px;
  padding-left: 10px;
  font-size: 14px;
  height: 42px;
  border: 1px solid #DDDDDD;
  font-family: 'AlibabaPuHuiTi';
  background: transparent;
  margin-bottom: 20px;
  color: #333;
}
.innerPage-contact .innerPage-inner .form .input:focus {
  border: 1px solid #333;
  outline: none;
}
.innerPage-contact .innerPage-inner .form .input:nth-last-of-type(1) {
  margin-bottom: 0;
}
.innerPage-contact .innerPage-inner .form .message {
  width: 100%;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  font-family: 'AlibabaPuHuiTi';
  background: transparent;
  line-height: 22px;
  height: 100%;
  color: #333;
}
.innerPage-contact .innerPage-inner .form .message:focus {
  border: 1px solid #333;
  outline: none;
}
.innerPage-contact .innerPage-inner .form .formButton {
  width: 48%;
  height: 42px;
  background: #2562ba;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  margin-top: 20px;
  transition: 0.5s;
  cursor: pointer;
  border: 0;
}
.innerPage-contact .innerPage-inner .form .formButton p {
  position: relative;
  height: 42px;
  transition: 0.5s;
  line-height: 42px;
}
.innerPage-contact .innerPage-inner .form .formButton p::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(100%);
  transition: 0.5s;
  line-height: 42px;
}
.innerPage-contact .innerPage-inner .form .formButton:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .contacti-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
  padding-top: 50px;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type:hover .contacti-value-icon img {
  transform: rotateY(360deg);
  transition: 1s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type:hover .contacti-value-main {
  color: #2562ba;
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
  font-size: 14px;
  font-weight: 400;
  color: #99968B;
  line-height: 30px;
  margin: 10px auto 0px;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
  font-size: 16px;
  width: auto;
  display: inline;
  text-align: center;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-main:hover {
  color: #2562ba;
  border-bottom: 1px solid #2562ba;
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-main:nth-of-type(1) {
  margin-top: 0;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #66645D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon img {
  width: 55%;
  display: block;
  transform: rotateY(0deg);
  transition: 1s;
}
.innerPage-news .innerPage-news-one {
  width: 100%;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  margin-bottom: 30px;
}
.innerPage-news .innerPage-news-one .innerPage-news-img {
  width: 25%;
  overflow: hidden;
  background: #fff;
}
.innerPage-news .innerPage-news-one .innerPage-news-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-news .innerPage-news-one .innerPage-news-img:hover {
  overflow: hidden;
}
.innerPage-news .innerPage-news-one .innerPage-news-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-news .innerPage-news-one .innerPage-news-main {
  width: 70%;
}
.innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-desc {
  font-size: 14px;
  margin: 17px 0 30px;
  font-weight: 400;
  color: #666666;
  word-break: break-all;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.read-more {
  width: 160px;
  height: 42px;
  background: #2562ba;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
}
.read-more .read-more-p {
  position: relative;
  transition: 0.5s;
}
.read-more .read-more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-cooperate {
  width: calc(100% - 120px);
}
.innerPage-cooperate .innerPage-title {
  text-align: center;
}
.innerPage-cooperate .innerPage-cooperate-inner {
  margin-top: 80px;
}
.innerPage-cooperate .innerPage-cooperate-data-pc {
  display: block;
}
.innerPage-cooperate .cooperateMSwiper {
  display: none;
  width: 100%;
}
.innerPage-cooperate .innerPage-cooperate-data-one {
  width: 100%;
  background: #F8F8F8;
  height: auto;
  cursor: pointer;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner {
  position: relative;
  width: 100%;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
  position: absolute;
  top: -15px;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #999999;
  color: #fff;
  border-radius: 15px;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 60px;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: normal;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-desc {
  width: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:hover .innerPage-inner .innerPage-cooperate-data-index {
  background: #2562ba;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:hover .innerPage-inner .innerPage-cooperate-data-title {
  color: #2562ba;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:hover .innerPage-inner .innerPage-cooperate-data-desc {
  color: #333333;
  transition: 0.5s;
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(2n) {
  background: #fff;
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(1) .innerPage-inner .innerPage-cooperate-data-index {
  left: 0;
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(2) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(3) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 2 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(4) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 3 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(5) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 4 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(6) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc((100% / 6) * 5 - 50px);
}
.innerPage-cooperate .innerPage-cooperate-data-one:nth-of-type(7) .innerPage-inner .innerPage-cooperate-data-index {
  left: calc(100% - 100px);
}
.innerPage-process {
  background: #F8F8F8;
}
.innerPage-process .innerPage-title {
  text-align: center;
}
.innerPage-process .innerPage-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.innerPage-process .innerPage-inner .innerPage-process-one {
  cursor: pointer;
  width: calc((100% - 78px) / 3);
  margin-right: 26px;
  margin-top: 20px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-img {
  height: 40px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one .default {
  display: block;
}
.innerPage-process .innerPage-inner .innerPage-process-one .active {
  display: none;
}
.innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin: 30% 0 15px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-desc {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 22px;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover {
  background: #2562ba;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .default {
  display: none;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .active {
  display: block;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .innerPage-process-one-title {
  color: #fff;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:hover .innerPage-process-one-desc {
  color: #fff;
  transition: 0.5s;
}
.innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(3n) {
  margin-right: 0;
}
.innerPage-process .innerPage-inner .innerPage-process-pc {
  display: block;
}
.innerPage-process .innerPage-inner .afterSaleSwiper {
  display: none;
  width: 100%;
}
.innerPage-about {
  position: relative;
  overflow: hidden;
}
.innerPage-about .innerPage-about-one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
.innerPage-about .innerPage-about-one .innerPage-about-p {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.innerPage-about .innerPage-about-one .innerPage-about-p .innerPage-about-word {
  margin-bottom: 8%;
}
.innerPage-about .innerPage-about-one .innerPage-about-p .p-last {
  margin-bottom: 0;
}
.innerPage-about .innerPage-about-one .innerPage-about-img {
  width: 25%;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
}
.innerPage-about .innerPage-about-one .innerPage-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-one .innerPage-about-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-two {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.innerPage-about .innerPage-about-two p {
  width: 75%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.innerPage-about .innerPage-about-num {
  display: flex;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one {
  width: 25%;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #FFFFFF;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 30px;
  border-left: 1px solid #DDDDDD;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .abouti-num-main-one-inner {
  width: 100%;
  padding: 30px;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .iconimg {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30%;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .iconimg img {
  height: 40px;
  display: block;
  transform: rotateY(0deg);
  transition: 1s;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum {
  display: flex;
  flex-wrap: wrap;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
  font-size: 60px;
  font-weight: 600;
  color: #2D2B25;
  line-height: 60px;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numDesc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #2D2B25;
  line-height: 36px;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numUnit {
  height: 14px;
  font-size: 28px;
  line-height: 23px;
  font-weight: 600;
  color: #2D2B25;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one .numType {
  font-size: 14px;
  font-weight: 400;
  color: #2D2B25;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one:hover .iconimg img {
  transform: rotateY(360deg);
  transition: 1s;
}
.innerPage-about .innerPage-about-num .abouti-num-main-right-one:nth-last-of-type(1) {
  border-right: 1px solid #DDDDDD;
}
.innerPage-about .innerPage-inner-three {
  overflow: visible;
  width: 100%;
  max-width: 100%;
}
.innerPage-about .innerPage-about-three {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  overflow: visible;
  position: relative;
}
.innerPage-about .innerPage-about-three .innerPage-about-three-main {
  width: calc((100vw - 1200px) / 2 + 1200px);
  transform: translateX(25%);
  padding: 70px 0 70px 60px;
  background: #2562ba;
  border-radius: 20px 0px 0px 20px;
}
.innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-title {
  width: 55%;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 36px;
}
.innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-desc {
  width: 55%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-desc {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 50px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-p {
  width: 65%;
  margin-bottom: 12px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-p1 {
  width: 80%;
  margin-top: 0px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-all {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one {
  width: calc(50% - 20px);
  margin-right: 20px;
  height: auto;
  transition: 0.5s;
  cursor: pointer;
  background: #fff;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-img {
  width: 100%;
  overflow: hidden;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-p {
  padding: 40px 30px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  transform: translateX(0px);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-desc {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
  margin-top: 10px;
  min-height: 70px;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one:hover {
  background: #2562ba;
  transition: 0.5s;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one:hover .innerPage-about-four-img {
  overflow: hidden;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one:hover .innerPage-about-four-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one:hover .innerPage-about-four-one-title {
  color: #fff;
  transform: translateX(10px);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-four .innerPage-about-four-one:hover .innerPage-about-four-one-desc {
  color: #fff;
  transition: 0.5s;
}
.innerPage-about .innerPage-about-four .aboutPageSwiper {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.innerPage-about .innerPage-about-four .aboutPageSwiper .aboutPageSwiper-pagination {
  text-align: center;
  margin-top: 30px;
}
.innerPage-about .innerPage-about-four .aboutPageSwiper .swiper-pagination-bullet {
  width: 45px;
  height: 3px;
  background: #CCCCCC;
  border-radius: 2px;
  margin-right: 10px;
}
.innerPage-about .innerPage-about-four .aboutPageSwiper .swiper-pagination-bullet-active {
  background: #2562ba;
}
.innerPage-about .innerPage-about-back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #F8F8F8;
  z-index: -1;
}
.innerPage-pros-classify {
  width: calc(100% - 120px);
  padding: 60px 0;
  background: #F8F8F8;
}
.innerPage-pros-classify .innerPage-inner {
  border: 1px solid #CCCCCC;
  padding: 30px 35px 20px;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-pros-classify .innerPage-inner a {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  transition: 0.5s;
  display: block;
  margin: 0 2% 10px 0;
}
.innerPage-pros-classify .innerPage-inner a:hover {
  color: #2562ba;
  transition: 0.5s;
}
.innerPage-pros-classify .innerPage-inner .a-active {
  color: #2562ba;
}
.innerPage-pros {
  width: calc(100% - 120px);
  background: #F8F8F8;
  padding-bottom: 100px;
}
.innerPage-pros .innerPage-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one {
  width: calc(50% - 20px);
  margin-right: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:hover .innerPage-pros-img {
  overflow: hidden;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:hover .innerPage-pros-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:hover .innerPage-pros-title {
  color: #2562ba;
  transition: 0.5s;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:nth-of-type(2n) {
  margin-right: 0;
}
.innerPage-pros .innerPage-inner .innerPage-pros-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 32px 0;
  background: url('../images/used/pro-data-back.jpg') no-repeat;
  background-size: cover;
}
.innerPage-pros .innerPage-inner .innerPage-pros-img img {
  max-width: 70%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-pros .innerPage-inner .innerPage-pros-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  padding: 30px 12px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.smartInnerpage .innerPage-title {
  text-align: center;
  margin-bottom: 20px;
}
.smartInnerpage .smartInnerpage-desc-img {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.smartInnerpage .smartInnerpage-desc-img img {
  display: block;
  width: 100%;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one {
  position: absolute;
  padding: 0 3%;
  height: 50px;
  background: #F8F8F8;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one .smartInnerpage-desc-icon {
  width: 22px;
  margin-right: 6px;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one .default {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one .active {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:hover {
  background: #2562ba;
  color: #FFFFFF;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:hover .default {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:hover .active {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-active {
  background: #2562ba;
  color: #FFFFFF;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-active .default {
  display: none;
  opacity: 0;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-active .active {
  display: block;
  opacity: 1;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(1) {
  left: 0;
  top: 15px;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(2) {
  left: 36%;
  top: 15px;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(3) {
  left: 70%;
  top: 15px;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(4) {
  left: 76%;
  top: 70%;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(5) {
  left: 52%;
  top: 70%;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(6) {
  left: 28%;
  top: 70%;
}
.smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(7) {
  left: 0;
  top: 70%;
}
.smartInnerpage .smartInnerpage-desc-box {
  position: relative;
  min-height: 120px;
}
.smartInnerpage .smartInnerpage-desc-box .smartInnerpage-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  width: 50%;
  margin: 0 auto 40px;
  text-align: center;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpage-desc-box .smartInnerpage-desc-active {
  visibility: visible;
  height: auto;
  opacity: 1;
  transform: translateY(10px);
  transition: 0.5s;
}
.smartInnerpage .smartInnerpageSwiper {
  display: none;
  margin: 20px 0;
  width: 100%;
  overflow: hidden;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one {
  width: 300px;
  height: auto;
  min-height: 200px;
  transition: 0.5s;
  padding: 0 20px 20px;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #dddddd;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one:hover .smartInnerpage-data-one-top p {
  color: #2562ba;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-desc {
  font-size: 12px;
  color: #333333;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one-top {
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  padding: 12px 3%;
  border-radius: 10px;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one-top img {
  width: 16px;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one-top p {
  font-size: 12px;
  color: #333;
  margin-left: 8px;
  transition: 0.5s;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one-top .default {
  display: block;
}
.smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one-top .active {
  display: none;
}
.productionInnerpage {
  background: #F8F8F8;
}
.productionInnerpage .innerPage-title {
  text-align: center;
  margin-bottom: 50px;
}
.productionInnerpage .productionInnerpage-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one {
  width: 32%;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one:hover .productionInnerpage-one-img {
  overflow: hidden;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one:hover .productionInnerpage-one-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one:hover .productionInnerpage-one-p {
  color: #2562ba;
  transition: 0.5s;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.46153846;
  border-radius: 10px;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.productionInnerpage .productionInnerpage-main .productionInnerpage-one-p {
  text-align: center;
  font-size: 18px;
  margin: 18px 0;
  font-weight: 400;
  color: #333333;
  transition: 0.5s;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.nside-detail {
  width: calc(100% - 120px);
  padding: 15px 0px 25px;
  background: #f8f8f8;
}
.nside-detail .nside-detail-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1560px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nside-detail .nside-detail-inner .el-icon-arrow-right {
  margin: 8px 10px 0px;
  font-size: 16px;
  color: #666666;
}
.nside-detail .nside-detail-inner svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 8px;
}
.nside-detail .nside-detail-inner a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
  margin-top: 10px;
}
.nside-detail .nside-detail-inner a:hover {
  color: #2562ba;
  transition: 0.5s;
}
.nside-detail .nside-detail-inner .lastA {
  color: #2562ba;
  white-space: normal;
}
.nside-detail-nav {
  z-index: -1;
  opacity: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
}
.nside-detail-navActive {
  z-index: 1000;
  opacity: 1;
  height: auto;
}
.table-container {
  overflow-x: auto;
  /* 允许横向滚动 */
  white-space: nowrap;
  /* 防止内容换行 */
  width: 100%;
  /* 根据需要设置宽度 */
  padding-right: 12px;
}
.table-container::-webkit-scrollbar {
  height: 10px;
}
.detail-inner {
  width: calc(100% - 120px);
  padding: 60px 0;
  background: #fff;
  max-width: 1800px;
  margin: 0 auto;
}
.detail-inner .detail-main {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.detail-inner .renews-detail-main {
  justify-content: space-between;
  /* 隐藏滚动条 */
  /* 隐藏滚动条轨道 */
  /* 隐藏滚动条拇指 */
}
.detail-inner .renews-detail-main .renews-list-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .renews-detail-main .renews-detail-main-left {
  width: 70%;
}
.detail-inner .renews-detail-main .renews-detail-main-right {
  width: 25%;
}
.detail-inner .renews-detail-main .renews-list-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 100vh;
  overflow-y: auto;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar-track {
  display: none;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar-thumb {
  display: none;
}
.detail-inner .renews-detail-main .renewsSwiper {
  width: 100%;
  overflow: hidden;
  display: none;
}
.detail-inner .renews-detail-main .renews-swiper-slide {
  width: 100%;
  margin-top: 30px;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-img {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-img img {
  display: block;
  max-width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  width: 100%;
  padding: 0 12px;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-img {
  overflow: hidden;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-list-main-one-word {
  color: #2562ba;
  transition: 0.5s;
}
.detail-inner .detail-innerProducts {
  width: 100%;
}
.detail-inner .detail-innerProducts .detail-innerProducts-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}
.detail-inner .parametersProducts .productParameters {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-inner .parametersProducts .productParameters .productParameters-one {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img {
  width: 325px;
  aspect-ratio: 0.64102564;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img p {
  width: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  text-align: center;
  bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 30px;
  justify-content: center;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p {
  width: calc(95% - 325px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 {
  width: 46%;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 24px;
  padding: 30px 0 27px;
  border-bottom: 1px solid #444;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 .p1-title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1:hover .p1-title {
  transform: translateX(20px);
  transition: 0.5s;
}
.detail-inner .parametersProducts .productParameters .productParameters-one:nth-of-type(2) {
  margin-top: 40px;
}
.detail-inner .processProducts .detail-advantages {
  width: 100%;
}
.detail-inner .processProducts .detail-advantages-one {
  padding: 26px 0;
  color: #FFFFFF;
  border-top: 1px solid #444;
  display: flex;
  justify-content: space-between;
}
.detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  align-items: center;
  width: 33%;
  transition: 0.5s;
}
.detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title img {
  width: 30px;
  display: block;
  margin-right: 20px;
}
.detail-inner .processProducts .detail-advantages-one .detail-advantages-one-desc {
  width: 66%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.detail-inner .processProducts .detail-advantages-one:hover .detail-advantages-one-title {
  transform: translateX(20px);
  transition: 0.5s;
}
.detail-inner .processProducts .detail-advantages-one-last {
  border-bottom: 1px solid #444;
}
.detail-inner .relatedProducts .relatedProductsSwiper {
  width: 100%;
  overflow: hidden;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
  width: 32%;
  margin-right: 2%;
  background: transparent;
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img {
  width: 100%;
  padding: 5% 0;
  overflow: hidden;
  background: url('../images/used/relatedProducts-back.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img img {
  max-width: 90%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
  background: transparent;
  padding: 12px 20px 0;
  text-align: center;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover {
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img {
  overflow: hidden;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p {
  background: transparent;
  padding: 12px 20px 0;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p p {
  color: #2562ba;
  transition: 0.5s;
}
.detail-inner .detail-main-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .detail-main-time {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 14px;
}
.detail-inner .noData {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(143, 116, 63, 0.9);
}
.detail-inner .pros-detail-main-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-inner .proDetailPage-rightInfor {
  width: 40%;
  padding-right: 5%;
}
.detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 10%;
}
.detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img {
  width: 30px;
  height: 30px;
  background: #2562ba;
  border-radius: 50%;
  margin-right: 8px;
  transform: rotateY(0deg);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img img {
  width: 60%;
  display: block;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word {
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value span {
  margin-right: 3px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-word {
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-word .proDetailPage-infor-value {
  color: #2562ba;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a1 {
  margin-right: 20px;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a {
  cursor: pointer;
  height: 40px;
  background: #2562ba;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  overflow: hidden;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a p {
  position: relative;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.detail-inner .pro-img-swiper {
  width: 56%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.detail-inner .mySwiper2 {
  width: 100%;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
.detail-inner .mySwiper2 .swiper-slide {
  background: url('../images/used/relatedProducts-back.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.detail-inner .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn-prev {
  margin-right: 8px;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn {
  width: 45px;
  height: 30px;
  background: #2562ba;
  border-radius: 2px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn i {
  font-size: 16px;
  color: #fff;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn:hover {
  border: 1px solid #2562ba;
  background: transparent;
  transition: 0.5s;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn:hover i {
  color: #2562ba;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .swiper-button-disabled {
  background: transparent;
  border: 1px solid #2562ba;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .swiper-button-disabled i {
  color: #2562ba;
}
.detail-inner .rightImg {
  margin-right: 0 !important;
  width: 100%;
  height: 80px;
  padding-right: 0;
  overflow: hidden;
  margin-top: 20px;
}
.detail-inner .rightImg .rightImg-slide {
  width: 120px;
  margin-right: 10px;
  opacity: 1;
  box-sizing: border-box;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid transparent;
}
.detail-inner .rightImg .rightImg-slide-active {
  border: 1px solid #666666;
  box-sizing: border-box;
}
.detail-inner .rightImg .rightImg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-inner .rightImg .rightImg-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-inner .page-link {
  width: 100%;
  margin-top: 60px;
  padding-top: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.detail-inner .page-link .page-link-a {
  min-width: 50%;
  display: flex;
  padding: 0 30px;
  align-items: center;
  margin-bottom: 23px;
  transition: 0.5s;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  position: relative;
}
.detail-inner .page-link .page-link-a p {
  word-break: normal;
}
.detail-inner .page-link .page-link-a:hover {
  color: #2562ba;
  transition: 0.5s;
}
.detail-inner .page-link .page-link-a:hover svg {
  right: 0;
  opacity: 1;
  transition: 0.5s;
}
.detail-inner .page-link .page-link-a svg {
  position: absolute;
  bottom: 0;
  opacity: 0;
  right: 10px;
  transition: 0.5s;
}
.detail-inner-pro-title {
  width: calc(100% - 120px);
  padding: 0 60px;
  font-size: 48px;
  margin: 0 auto;
  max-width: 1800px;
  font-weight: bold;
  color: #2562ba;
  line-height: 55px;
  margin-top: 38px;
}
.detail-inner-pro {
  padding: 90px 0 60px;
}
.detail-inner1 {
  padding: 100px 0;
  background: #333333;
}
.detail-inner1 .detail-main {
  padding: 0;
}
.detail-inner2 {
  padding: 0 0 60px;
}
.detail-inner2 .detail-main {
  background: #333333;
  padding: 60px 60px;
}
.detail-inner3 {
  padding: 0;
}
.detail-inner3 .detail-main {
  padding: 0 60px 60px;
  width: 100% !important;
}
.detail-inner3 .detail-main .detail-innerProducts-title {
  color: #333333;
}
.detail-inner3 .detail-main1 {
  background: #222222;
}
.detail-inner3 .detail-main1 .detail-main {
  padding: 60px;
}
.detail-inner3 .detail-main1 .detail-innerProducts-title {
  color: #fff;
}
.detail-inner3 .productPackagings {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.detail-inner3 .productPackagings .productPackagings-img {
  overflow: hidden;
}
.detail-inner3 .productPackagings .productPackagings-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner3 .productPackagings .productPackagings-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner3 .productPackagings .productPackagings-img1 {
  width: 23.8%;
  margin-right: 1.8%;
  margin-bottom: 30px;
  aspect-ratio: 0.88888889;
}
.detail-inner3 .productPackagings .productPackagings-img2 {
  width: 28%;
  margin-right: 1.8%;
  margin-bottom: 30px;
  aspect-ratio: 1.04444444;
}
.detail-inner3 .productPackagings .productPackagings-img3 {
  width: 44.6%;
  margin-bottom: 30px;
  aspect-ratio: 1.66666667;
}
.detail-inner3 .productPackagings .productPackagings-img4 {
  width: 41.7%;
  margin-right: 1.8%;
  aspect-ratio: 1.55555556;
}
.detail-inner3 .productPackagings .productPackagings-img5 {
  width: 29.8%;
  margin-right: 1.8%;
  aspect-ratio: 1.11111111;
}
.detail-inner3 .productPackagings .productPackagings-img6 {
  width: 24.9%;
  aspect-ratio: 0.93333333;
}
.detail-inner3 .Craftsmanships {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one {
  position: relative;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-index {
  position: absolute;
  top: 0;
  right: -30px;
  transform: rotateZ(90deg);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-img {
  width: 100%;
  overflow: hidden;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin: 10px 0;
  text-align: center;
}
.detail-inner3 .Craftsmanships .Craftsmanships-one1 {
  width: calc(31% - 30px);
}
.detail-inner3 .Craftsmanships .Craftsmanships-one2 {
  width: calc(31% - 30px);
}
.detail-inner3 .Craftsmanships .Craftsmanships-one3 {
  width: calc(31% - 30px);
}
.detail-inner3 .Craftsmanships .Craftsmanships-one4 {
  width: calc(48% - 30px);
}
.detail-inner3 .Craftsmanships .Craftsmanships-one5 {
  width: calc(48% - 30px);
}
.detail-innerBlock {
  display: block;
}
.news-detail-inner {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 0px;
  margin-top: -30px;
}
.news-detail-inner .relatedNews {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.news-detail-inner .relatedNews-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.news-detail-inner .relatedNewsSwiper {
  width: 100%;
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide {
  width: 30%;
  margin-right: 30px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover .relatedNewsSwiper-img {
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover .relatedNewsSwiper-img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  width: 0px;
  height: 2px;
  transition: 0.5s;
  background: #21bce7;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover::after {
  width: 100%;
  transition: 0.5s;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img-p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding: 20px 12px;
  text-align: center;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img-p p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img {
  width: 100%;
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
#detailImage {
  width: 80%;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: calc(100% - 140px);
  z-index: 3;
  background: #ffffff;
}
.detail-content {
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 40px;
}
.detail-content .detail-content-pro {
  width: 100%;
}
.detail-content .detail-content-pro table {
  display: table;
}
.detail-content .detail-content-pro table tr {
  text-align: left;
}
.detail-content .detail-content-pro table td {
  text-align: left;
}
.detail-content .detail-content-pro table th {
  text-align: left;
}
.detail-content .detail-content-word {
  margin-top: 60px;
}
.detail-content .detail-content-word .detail-content-title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
}
.detail-content .detail-content-word .detail-content-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table th {
  background: transparent;
  color: #666;
  border: 1px solid #999;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #666;
  font-size: 16px;
  padding: 12px 8px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #CCC7BA;
  color: #666;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
}
.mapInnerpage .innerPage-map-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 10px solid #F8F8F8;
  margin-bottom: 20px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first {
  width: 20%;
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #2562ba;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .line {
  width: 2px;
  height: 30px;
  background: #2562ba;
  margin-right: 20px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a {
  width: 25%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a:hover {
  color: #2562ba;
  transition: 0.5s;
}
@media only screen and (min-width: 1920px) {
  .innerPage-about .innerPage-inner-three {
    width: 90%;
    max-width: 1200px;
  }
  .nside-detail .nside-detail-inner {
    max-width: 100%;
  }
  .detail-inner-pro-title {
    max-width: 100%;
  }
  .detail-inner {
    max-width: 100%;
  }
  .detail-inner-pro-title {
    margin: 30px 0 0;
  }
  .detail-inner1 .detail-main {
    margin: 0 auto;
    width: 100%;
    padding: 0 180px 0 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .detail-inner {
    width: calc(100% - 100px);
  }
  .detail-inner2 {
    padding: 0 0 50px;
  }
  .detail-inner3 .detail-main {
    padding: 0 60px 50px;
  }
  .detail-inner3 .detail-main1 .detail-main {
    padding: 50px 60px;
  }
  .innerPage-pros-classify .innerPage-inner a {
    font-size: 20px;
    line-height: 24px;
  }
  .innerPage-pros-classify .innerPage-inner {
    padding: 24px 28px 14px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 20px;
    padding: 20px 10px;
  }
  .detail-inner1 {
    padding: 80px 0;
  }
  .detail-inner2 .detail-main {
    padding: 50px 50px;
  }
  .detail-inner-pro-title {
    width: calc(100% - 100px);
  }
  .detail-inner-pro {
    padding: 50px 0 50px;
  }
  .detail-inner .page-link {
    margin-top: 50px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-bottom: 28px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    margin-top: 30px;
  }
  .detail-inner-pro-title {
    font-size: 40px;
    line-height: 40px;
    margin: 26px 0 0;
  }
  .detail-header {
    width: calc(100% - 100px);
    padding: 30px 50px;
  }
  .innerPage-contact {
    width: calc(100% - 100px);
  }
  .nside-detail {
    width: calc(100% - 100px);
  }
  .innerPage-pros {
    width: calc(100% - 100px);
    padding-bottom: 70px;
  }
  .innerPage-cooperate {
    width: calc(100% - 100px);
  }
  .innerPage {
    width: calc(100% - 100px);
  }
  .innerPage-about .innerPage-about-one .innerPage-about-img {
    width: 30%;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-p {
    width: 60%;
  }
  .innerPage-about .innerPage-about-two p {
    width: 84%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numDesc {
    font-size: 14px;
    line-height: 30px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main {
    left: 20%;
    padding: 54px 0 54px 54px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-title {
    line-height: 24px;
    margin-bottom: 22px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 52px;
    line-height: 52px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numUnit {
    height: 10px;
    font-size: 22px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 26px;
    font-size: 22px;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 22px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
    margin-top: 10px;
    font-size: 16px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide {
    margin-top: 24px;
  }
  .nside-detail {
    padding: 12px 0px 22px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one {
    padding: 0 2%;
    height: 46px;
    font-size: 16px;
  }
  .smartInnerpage .smartInnerpage-desc-box .smartInnerpage-desc {
    line-height: 22px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one .smartInnerpage-desc-icon {
    width: 20px;
    margin-right: 8px;
  }
  .innerPage-cooperate .innerPage-cooperate-inner {
    margin-top: 54px;
  }
  .innerPage-process .innerPage-inner {
    padding-top: 26px;
  }
  .innerPageLast {
    padding-bottom: 80px;
  }
  .innerPage {
    padding-top: 80px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 50px;
    height: 50px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    font-size: 14px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin-top: 42px;
    padding-top: 42px;
  }
  .innerPage-contact .innerPage-inner .contacti-type {
    margin: 14px 0;
  }
  .innerPage-contact .innerPage-inner .contacti-type p {
    margin-right: 34px;
  }
  .innerPage-pros-classify {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #detailImage {
    width: 84%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numDesc {
    line-height: 28px;
  }
  .detail-inner .parametersProducts .productParameters {
    flex-wrap: wrap;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail-inner1 {
    padding: 60px 0;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title {
    line-height: 24px;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-desc {
    line-height: 24px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 .p1-title {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 {
    line-height: 22px;
    padding: 24px 0 20px;
  }
  .detail-inner2 .detail-main {
    padding: 40px 40px;
  }
  .detail-inner-pro-title {
    width: calc(100% - 90px);
    font-size: 38px;
    line-height: 38px;
  }
  .detail-content {
    margin-top: 30px;
  }
  .detail-inner {
    width: calc(100% - 90px);
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-bottom: 20px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
    font-size: 20px;
    margin-top: 8%;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
  .detail-header {
    width: calc(100% - 90px);
    padding: 22px 40px;
  }
  .nside-detail {
    width: calc(100% - 90px);
  }
  .innerPage-pros {
    width: calc(100% - 90px);
    padding-bottom: 50px;
  }
  .innerPage {
    width: calc(100% - 90px);
  }
  .innerPage-cooperate {
    width: calc(100% - 90px);
  }
  .innerPage-contact {
    width: calc(100% - 90px);
  }
  .innerPage-about .innerPage-about-one .innerPage-about-p .innerPage-about-word {
    margin-bottom: 4%;
  }
  .innerPage-about .innerPage-about-one {
    margin-bottom: 48px;
  }
  .innerPage-about .innerPage-about-three {
    margin-bottom: 38px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-desc {
    width: 80%;
    margin-bottom: 12px;
  }
  .detail-inner-pro {
    padding: 40px 0 40px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
    line-height: 20px;
    font-size: 14px;
  }
  .detail-inner .page-link {
    margin-top: 40px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
    padding: 46px 0 48px;
  }
  .innerPage-cooperate .innerPage-cooperate-inner {
    margin-top: 42px;
  }
  .innerPage-process .innerPage-inner {
    padding-top: 20px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
    margin-top: 20px;
    padding: 26px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-img {
    height: 34px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
    font-size: 18px;
    margin: 14% 0 16px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner {
    width: 90%;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
    top: -14px;
    width: 94px;
    height: 28px;
    line-height: 28px;
  }
  .innerPageLast {
    padding-bottom: 60px;
  }
  .innerPage {
    padding-top: 60px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 44px;
    height: 44px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin-top: 36px;
    padding-top: 36px;
  }
  .innerPage .innerPage-title {
    font-size: 52px;
    line-height: 60px;
  }
  .innerPage-contact .innerPage-inner .form .input {
    margin-bottom: 16px;
  }
  .innerPage-contact .innerPage-inner .form .form-input {
    width: 34%;
  }
  .nban .nban-a-last {
    font-size: 52px;
    line-height: 52px;
    margin-top: 14px;
  }
  .innerPage-pros-classify .innerPage-inner a {
    font-size: 18px;
    line-height: 22px;
  }
  .innerPage-pros-classify .innerPage-inner {
    padding: 22px 26px 12px;
  }
  .innerPage-pros-classify {
    padding: 42px 0;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 18px;
    padding: 14px 10px;
  }
  .detail-inner2 {
    padding: 0 0 40px;
  }
  .detail-inner3 .detail-main {
    padding: 0 60px 40px;
  }
  .detail-inner3 .detail-main1 .detail-main {
    padding: 40px 60px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-p {
    padding: 20px 20px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-desc {
    min-height: 105px;
  }
}
@media only screen and (max-width: 1024px) {
  #detailImage {
    width: 100%;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper {
    margin-top: 30px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img p {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .detail-inner .parametersProducts .productParameters {
    flex-wrap: wrap;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one {
    width: 100%;
    margin-bottom: 12px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img {
    border-radius: 10px;
  }
  .detail-inner1 {
    padding: 48px 0;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title {
    font-size: 16px;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-desc {
    font-size: 14px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 .p1-title {
    font-size: 16px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0 18px;
  }
  .detail-inner-pro-title {
    width: calc(100% - 80px);
    font-size: 34px;
    line-height: 36px;
  }
  .detail-inner-pro {
    padding: 10px 0 40px;
  }
  .detail-inner2 .detail-main {
    padding: 34px 40px;
  }
  .detail-inner {
    width: calc(100% - 80px);
  }
  .detail-header {
    width: calc(100% - 80px);
  }
  .nside-detail {
    width: calc(100% - 80px);
  }
  .innerPage-pros {
    width: calc(100% - 80px);
  }
  .innerPage-cooperate {
    width: calc(100% - 80px);
  }
  .innerPage {
    width: calc(100% - 80px);
  }
  .innerPage-contact {
    width: calc(100% - 80px);
  }
  .detail-inner .pro-img-swiper {
    width: 50%;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-title {
    width: 100%;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-desc {
    width: 100%;
  }
  .innerPage-about .innerPage-about-three {
    min-height: 210px;
  }
  .innerPage-about .innerPage-about-two p {
    width: 100%;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-desc {
    width: 100%;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main {
    left: 0%;
    padding: 40px 40px;
    width: calc((100vw - 100%) / 2 + 100%);
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 16px;
  }
  .detail-inner .proDetailPage-rightInfor {
    width: 46%;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value {
    font-size: 14px;
    line-height: 18px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-p {
    font-size: 12px;
    line-height: 26px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img {
    width: 26px;
    height: 26px;
  }
  .detail-inner .rightImg .rightImg-slide {
    width: 99px;
  }
  .detail-inner .rightImg {
    height: 66px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-bottom: 18px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    margin-top: 10px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    margin-top: 18px;
  }
  .detail-inner .detail-main-title {
    font-size: 22px;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 18px;
  }
  .detail-inner .page-link {
    margin-top: 30px;
    padding-top: 16px;
  }
  .detail-inner .page-link .page-link-a {
    margin-bottom: 16px;
    padding: 0 20px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: 32%;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .productionInnerpage .innerPage-title {
    margin-bottom: 38px;
  }
  .productionInnerpage .productionInnerpage-main .productionInnerpage-one-p {
    font-size: 14px;
    margin: 14px 0;
  }
  .smartInnerpage .smartInnerpage-desc-box .smartInnerpage-desc {
    width: 80%;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(1) {
    top: 22px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(2) {
    top: 22px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(3) {
    top: 22px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one {
    padding: 0 2%;
    height: 34px;
    font-size: 14px;
  }
  .smartInnerpage .innerPage-title {
    margin-bottom: 5px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one .smartInnerpage-desc-icon {
    width: 14px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    font-size: 16px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    width: 42%;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-desc {
    width: 56%;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
    padding: 42px 0 38px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
    font-size: 12px;
    top: -13px;
    width: 84px;
    height: 26px;
    line-height: 26px;
  }
  .innerPageLast {
    padding-bottom: 52px;
  }
  .innerPage {
    padding-top: 52px;
  }
  .innerPage-contact .innerPage-inner .form {
    width: 50%;
  }
  .innerPage-contact .innerPage-inner .form .input {
    margin-bottom: 6px;
    line-height: 38px;
    height: 38px;
  }
  .innerPage-contact .innerPage-inner .form .form-input {
    width: 100%;
    margin-bottom: 12px;
  }
  .innerPage-contact .innerPage-inner .form .form-message {
    width: 100%;
  }
  .innerPage-contact .innerPage-inner .form .message {
    height: 150px;
  }
  .nban .nban-a-last {
    font-size: 40px;
    line-height: 38px;
  }
  .innerPage-news .innerPage-news-one {
    margin-bottom: 24px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-desc {
    margin: 12px 0 20px;
    line-height: 20px;
  }
  .read-more {
    width: 136px;
    height: 40px;
    line-height: 40px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one {
    width: 30%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 48px;
    line-height: 50px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-title {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .innerPage-about .innerPage-about-three {
    margin-bottom: 22px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-all {
    font-size: 16px;
    line-height: 22px;
  }
  .detail-content {
    font-size: 14px;
  }
  .innerPage-pros-classify .innerPage-inner a {
    font-size: 16px;
    line-height: 20px;
  }
  .innerPage-pros-classify {
    padding: 34px 0;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-one {
    width: calc(50% - 12px);
    margin-right: 24px;
  }
  .innerPage-pros {
    padding-bottom: 46px;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-index {
    right: -22px;
    font-size: 14px;
    line-height: 20px;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-p {
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0 10px;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one1 {
    width: calc(32% - 22px);
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one2 {
    width: calc(32% - 22px);
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one3 {
    width: calc(32% - 22px);
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one4 {
    width: calc(48% - 22px);
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one5 {
    width: calc(48% - 22px);
  }
}
@media only screen and (max-width: 1000px) {
  .innerPage-pros-classify .innerPage-inner a {
    margin: 0 4% 10px 0;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img img {
    object-fit: scale-down;
    width: auto;
    margin: 0 auto;
    max-width: 400px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img p {
    padding-bottom: 10px;
    max-width: 400px;
    right: 0;
    margin: 0 auto;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one {
    flex-wrap: wrap;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p {
    width: 100%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .innerPage-contact {
    width: 100%;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-desc {
    line-height: 18px;
    margin-top: 6px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-p {
    padding: 14px 14px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-title {
    font-size: 16px;
    line-height: 20px;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper .swiper-pagination-bullet {
    width: 32px;
    height: 2px;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper .aboutPageSwiper-pagination {
    margin-top: 20px;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title {
    width: 40%;
    font-size: 14px;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-desc {
    width: 58%;
  }
  .detail-inner .processProducts .detail-advantages-one {
    padding: 22px 0;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title img {
    width: 25px;
    margin-right: 12px;
  }
  .detail-inner2 .detail-main {
    padding: 30px 34px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
    padding: 8px 12px 0;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .detail-inner-pro-title {
    width: 100%;
    padding: 0 5%;
    margin: 24px 0 0;
  }
  .detail-inner {
    width: 100%;
  }
  .nside-detail-nav {
    display: none;
  }
  .nside-detail-navActive {
    display: none;
  }
  .detail-header {
    display: none;
  }
  .nside-detail {
    width: 100%;
  }
  .innerPage-pros {
    width: 100%;
  }
  .innerPage {
    width: 100%;
  }
  .innerPage-cooperate {
    width: 100%;
  }
  .detail-inner .rightImg {
    height: 84px;
    margin-top: 12px;
  }
  #detailImage {
    width: 100%;
    height: calc(100% - 180px);
  }
  .innerPage-about .innerPage-about-one .innerPage-about-img {
    width: 34%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 40px;
    line-height: 42px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numUnit {
    font-size: 18px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one {
    width: 32%;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main {
    padding: 28px 28px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numDesc {
    font-size: 12px;
    line-height: 44px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .abouti-num-main-one-inner {
    padding: 20px;
  }
  .innerPage-about .innerPage-about-one {
    margin-bottom: 4px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 14px;
  }
  .detail-inner .renews-detail-main {
    flex-wrap: wrap;
  }
  .detail-inner .renews-detail-main .renews-detail-main-right {
    width: 100%;
  }
  .detail-inner .renews-detail-main .renews-detail-main-left {
    width: 100%;
  }
  .detail-inner .renews-detail-main .renews-list-data {
    display: none;
  }
  .detail-inner .renews-detail-main .renewsSwiper {
    display: block;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide {
    width: 30%;
    margin-right: 12px;
  }
  .nside-detail {
    padding: 10px 0px 18px;
    margin-top: 70px;
  }
  .detail-inner {
    width: 100%;
  }
  .detail-inner .detail-main {
    width: 90%;
  }
  .nside-detail .nside-detail-inner {
    width: 90%;
  }
  .detail-inner .detail-main-title {
    font-size: 18px;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 16px;
  }
  .detail-inner .detail-main-time {
    font-size: 12px;
    margin-top: 6px;
  }
  .detail-content {
    line-height: 1.6;
    font-size: 12px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .nside-detail .nside-detail-inner svg {
    width: 18px;
    margin-right: 8px;
    margin-top: 6px;
  }
  .detail-inner .page-link .page-link-a {
    font-size: 12px;
    line-height: 20px;
  }
  .detail-inner .page-link {
    margin-top: 16px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    font-size: 14px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: 48%;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .mapInnerpage .innerPage-map-one-pro {
    flex-wrap: wrap;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-first {
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second {
    width: 100%;
    margin-top: 12px;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second a {
    width: 25%;
  }
  .productionInnerpage .innerPage-title {
    margin-bottom: 30px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one {
    height: 30px;
    font-size: 12px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(3) {
    top: 26px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(2) {
    top: 26px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(1) {
    top: 26px;
  }
  .smartInnerpage .smartInnerpage-desc-box .smartInnerpage-desc {
    width: 100%;
  }
  .innerPage-process .innerPage-inner {
    padding-top: 8px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    margin-right: 14px;
    width: calc((100% - 28px) / 3);
    margin-top: 18px;
    padding: 18px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
    font-size: 16px;
    margin: 10% 0 10px;
  }
  .innerPage-cooperate .innerPage-cooperate-inner {
    margin-top: 30px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    font-size: 14px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-desc {
    width: 62%;
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-main {
    padding: 30px 0 30px;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-title {
    width: 32%;
  }
  .innerPage-contact .innerPage-inner .contacti-left-main {
    width: 100%;
  }
  .innerPage-contact .innerPage-inner .form {
    width: 100%;
    margin-top: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-left {
    flex-wrap: wrap;
  }
  .innerPage-contact .innerPage-inner .contacti-type {
    margin: 5px 0;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin-top: 30px;
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 36px;
    height: 36px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
    width: 50%;
    margin-bottom: 15px;
  }
  .innerPageLast {
    padding-bottom: 40px;
  }
  .innerPage {
    padding-top: 40px;
  }
  .innerPage .innerPage-title {
    font-size: 46px;
    line-height: 52px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-img {
    width: 32%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main {
    width: 64%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-title {
    font-size: 16px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-desc {
    margin: 8px 0 8px;
    font-size: 12px;
  }
  .innerPage-news .innerPage-news-one {
    margin-bottom: 18px;
    padding: 16px;
  }
  .read-more {
    width: 130px;
    height: 38px;
    line-height: 38px;
  }
  .contacti .contacti-inner .contacti-left {
    flex-wrap: wrap;
  }
  .contacti .contacti-inner .contacti-left .form {
    width: 100%;
    margin-top: 12px;
  }
  .contacti .contacti-inner .contacti-left .contacti-infor-all {
    width: 100%;
  }
  .contacti .contacti-inner .contacti-left .contacti-type {
    margin: 0 0;
  }
  .innerPage-about .innerPage-about-three {
    min-height: 180px;
  }
  .innerPage-pros-classify .innerPage-inner {
    padding: 16px 20px 6px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-one {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 16px;
    padding: 10px 10px;
  }
  .innerPage-pros {
    padding-bottom: 42px;
  }
  .detail-inner3 .detail-main {
    width: 90% !important;
    margin: 0 auto;
    padding: 0 0 34px;
  }
  .detail-inner3 .detail-main1 .detail-main {
    padding: 34px 0;
  }
  .detail-inner2 {
    padding: 0 0 34px;
  }
  .detail-inner3 .productPackagings .productPackagings-img1 {
    margin-bottom: 20px;
  }
  .detail-inner3 .productPackagings .productPackagings-img2 {
    margin-bottom: 20px;
  }
  .detail-inner3 .productPackagings .productPackagings-img3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .smartInnerpage .smartInnerpage-desc-box {
    display: none;
  }
  .smartInnerpage .smartInnerpage-desc-img {
    display: none;
  }
  .smartInnerpage .smartInnerpageSwiper {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-p1 {
    width: 100%;
  }
  .detail-content {
    margin-top: 20px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 30px;
    line-height: 48px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one {
    width: 50%;
    margin-right: 12px;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper .aboutPageSwiper-pagination {
    margin-top: 12px;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-index {
    right: -18px;
    font-size: 12px;
    line-height: 18px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-one .productParameters-one-img p {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .detail-inner2 {
    padding: 30px 0 24px;
  }
  .detail-inner3 .detail-main1 .detail-main {
    padding: 30px 0 24px;
  }
  .detail-inner1 {
    padding: 30px 0 40px;
  }
  .detail-inner2 .detail-main {
    width: 100%;
    padding: 22px 24px;
  }
  .detail-inner-pro-title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 18px;
  }
  .detail-content {
    margin-top: 6px;
  }
  .detail-inner-pro {
    padding: 24px 0 30px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
    font-size: 18px;
    margin-top: 8px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-p {
    width: 100%;
  }
  .innerPage-about .innerPage-about-one {
    flex-wrap: wrap;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-img {
    width: 100%;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-p .innerPage-about-word {
    margin-bottom: 10px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-p .p-last {
    margin-bottom: 16px;
  }
  .innerPage-about .innerPage-about-two {
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-img img {
    width: auto;
    max-width: 100%;
  }
  .detail-inner .pros-detail-main-left {
    flex-wrap: wrap;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
    padding: 8px 12px 0;
    font-size: 14px;
  }
  .detail-inner .pro-img-swiper {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    float: left;
    margin-right: 12px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    width: 100%;
  }
  .detail-inner .proDetailPage-rightInfor {
    width: 100%;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide {
    width: 250px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    height: 34px;
    font-size: 14px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    line-height: 20px;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second a {
    width: 32%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    height: 26px;
    margin-right: 14px;
  }
  .productionInnerpage .innerPage-title {
    margin-bottom: 26px;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(4) {
    top: 60%;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(2) {
    left: 34%;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(3) {
    left: 74%;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(5) {
    top: 60%;
  }
  .smartInnerpage .smartInnerpage-desc-img .smartInnerpage-desc-one:nth-of-type(6) {
    top: 60%;
  }
  .smartInnerpage .smartInnerpage-desc-box .smartInnerpage-desc {
    line-height: 18px;
    font-size: 12px;
  }
  .smartInnerpage .smartInnerpage-desc-box {
    min-height: 104px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    width: calc( 50% - 10px);
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(3n) {
    margin-right: 10px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerPage-cooperate .innerPage-cooperate-data-one .innerPage-inner .innerPage-cooperate-data-index {
    top: -12px;
    width: 68px;
    height: 24px;
    line-height: 24px;
  }
  .innerPage .innerPage-title {
    font-size: 42px;
    line-height: 44px;
  }
  .innerPage-contact .innerPage-inner .contacti-desc {
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-type {
    margin: 0 0;
  }
  .innerPage-contact .innerPage-inner .contacti-type p {
    margin-right: 24px;
  }
  .innerPage-contact .innerPage-inner .form .input {
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .form .message {
    font-size: 12px;
  }
  .nban .nban-a-last {
    font-size: 42px;
    margin-top: 10px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-title {
    font-size: 14px;
  }
  .read-more {
    width: 114px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 14px;
    padding: 8px 10px;
  }
  .innerPage-pros {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 580px) {
  .innerPage-about .innerPage-about-three .innerPage-about-three-main {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .innerPage-pros-classify .innerPage-inner a {
    font-size: 14px;
    line-height: 18px;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-title {
    width: 100%;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper {
    margin-top: 20px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one {
    width: 60%;
  }
  .detail-inner2 {
    padding: 0 0 24px;
  }
  .detail-inner3 .detail-main1 .detail-main {
    padding: 22px 0 15px;
  }
  .detail-inner .processProducts .detail-advantages-one {
    flex-wrap: wrap;
  }
  .detail-inner .processProducts .detail-advantages-one .detail-advantages-one-desc {
    width: 100%;
    margin-top: 12px;
  }
  .detail-inner .processProducts .detail-advantages-one {
    padding: 16px 0;
  }
  .detail-inner1 {
    padding: 30px 0;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .abouti-num-main-one-inner {
    padding: 12px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .iconimg img {
    height: 25px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 24px;
    line-height: 36px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numDesc {
    line-height: 28px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .numUnit {
    font-size: 14px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .numType {
    font-size: 12px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main {
    padding: 16px;
    border-radius: 10px 0 0 10px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-all {
    font-size: 16px;
    line-height: 22px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one {
    margin-bottom: 18px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 12px;
    line-height: 22px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 42%;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
    font-size: 20px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 12px;
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second a {
    width: 50%;
  }
  .productionInnerpage .productionInnerpage-main .productionInnerpage-one {
    margin-top: 8px;
    width: 48%;
  }
  .productionInnerpage .innerPage-title {
    margin-bottom: 10px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-img {
    height: 30px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one .innerPage-process-one-title {
    font-size: 14px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
    width: 50%;
  }
  .innerPage {
    padding-top: 30px;
  }
  .innerPageLast {
    padding-bottom: 30px;
  }
  .innerPage .innerPage-title {
    font-size: 30px;
    line-height: 36px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin-top: 0px;
    padding-top: 24px;
    border-top: 0;
  }
  .innerPage-contact .innerPage-inner .form .formButton p {
    height: 38px;
    line-height: 38px;
  }
  .innerPage-contact .innerPage-inner .form .formButton {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    margin-top: 15px;
  }
  .nban .nban-a-last {
    font-size: 30px;
    margin-top: 0px;
  }
  .nban a {
    font-size: 14px;
    line-height: 18px;
  }
  .nban .iconRight {
    width: 20px;
    height: 14px;
    margin: 0px 0px;
  }
  .nban .iconIndex {
    width: 18px;
    height: 15px;
    margin-right: 6px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-img {
    width: 40%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main {
    width: 60%;
    padding-left: 12px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 4px;
    min-width: 28px;
  }
  .pages .el-pager .number {
    line-height: 24px;
  }
  .pages button {
    width: 24px;
    height: 24px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 12px;
    padding: 6px 10px;
  }
  .innerPage-pros {
    padding-bottom: 22px;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-index {
    display: none;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one .Craftsmanships-one-p {
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0 10px;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one1 {
    width: 31%;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one2 {
    width: 31%;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one3 {
    width: 31%;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one4 {
    width: 48%;
  }
  .detail-inner3 .Craftsmanships .Craftsmanships-one5 {
    width: 48%;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-desc {
    line-height: 20px;
  }
}
@media only screen and (max-width: 415px) {
  .productionInnerpage .productionInnerpage-main .productionInnerpage-one-p {
    font-size: 12px;
    margin: 12px 0;
  }
  .innerPage-pros-classify .innerPage-inner {
    padding: 12px 14px 2px;
  }
  .innerPage-pros-classify {
    padding: 24px 0;
  }
  .pages {
    margin-top: 8px;
  }
  .innerPage-pros-classify .innerPage-inner a {
    font-size: 12px;
    line-height: 18px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-desc {
    min-height: 130px;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper .aboutPageSwiper-pagination {
    margin-top: 4px;
  }
  .innerPage-about .innerPage-about-four .aboutPageSwiper .swiper-pagination-bullet {
    width: 18px;
  }
  .innerPage-about .innerPage-about-three .innerPage-about-three-main .innerPage-about-three-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .innerPage-about .innerPage-about-three {
    min-height: 200px;
  }
  .detail-inner-pro-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one .innerPage-about-four-one-desc {
    font-size: 12px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one {
    width: 74%;
  }
  .detail-inner-pro {
    padding: 18px 0 24px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-p {
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-about .innerPage-about-two p {
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-all {
    font-size: 14px;
    line-height: 20px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 26px;
    line-height: 40px;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count-right {
    margin-left: 5px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 52%;
  }
  .innerPage-about .innerPage-about-two {
    margin-bottom: 14px;
  }
  .detail-inner .detail-main-title {
    font-size: 16px;
  }
  .nside-detail {
    padding: 6px 0px 14px;
    margin-top: 50px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    font-size: 12px;
    margin: 8px 6px 0;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
  }
  .nside-detail {
    padding: 6px 0px 14px;
    margin-top: 50px;
  }
  .nside-detail .nside-detail-inner svg {
    width: 16px;
    margin-right: 6px;
    margin-top: 3px;
    height: 14px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    height: 30px;
    font-size: 12px;
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one {
    border-bottom: 6px solid #F8F8F8;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second {
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: 50%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    height: 20px;
    margin-right: 12px;
  }
  .mapInnerpage .innerPage-map-one {
    flex-wrap: wrap;
  }
  .innerPage-cooperate {
    margin-bottom: 0px;
    padding-bottom: 12px !important;
  }
  .innerPage-process .innerPage-inner {
    overflow: hidden;
  }
  .innerPage-cooperate .innerPage-cooperate-data-pc {
    display: none;
  }
  .innerPage-cooperate .cooperateMSwiper {
    display: block;
  }
  .innerPage-process .innerPage-inner .afterSaleSwiper {
    display: block;
    margin-bottom: 20px;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one {
    margin-right: 0;
    width: 100%;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerPage-process .innerPage-inner .innerPage-process-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .innerPage-process .innerPage-inner .innerPage-process-pc {
    display: none;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-img {
    width: 45%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main {
    width: 58%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-desc {
    margin: 4px 0 8px;
  }
  .innerPage-news .innerPage-news-one {
    padding: 10px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main .innerPage-news-desc {
    line-height: 16px;
  }
  .read-more {
    width: 104px;
    height: 30px;
    line-height: 30px;
  }
  .detail-content table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin-top: 10px;
    margin-left: 0px !important;
  }
  .detail-content table tbody {
    display: block;
  }
  .detail-inner .mySwiper2 {
    width: 100%;
    margin-right: 0;
  }
  .detail-content table th {
    font-size: 14px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 5px;
  }
  .detail-inner .rightImg .rightImg-slide {
    margin-right: 8px;
    margin-bottom: 0;
  }
  .detail-inner .pro-img-swiper {
    flex-wrap: wrap;
  }
  .detail-inner .rightImg {
    width: 100%;
    margin-top: 8px;
  }
  .nban .nban-a-last {
    font-size: 26px;
    line-height: 38px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    font-size: 12px;
    line-height: 25px;
    margin: 0px auto 0px;
  }
}
@media only screen and (max-width: 360px) {
  .smartInnerpage .smartInnerpageSwiper .smartInnerpage-data-one {
    width: 85%;
  }
}
@media only screen and (max-width: 340px) {
  .innerPage-about .innerPage-about-num {
    flex-wrap: wrap;
  }
  footer .footer-bottom-infor-copyright-inner {
    padding: 14px 0 110px;
  }
  .innerPage-about .innerPage-about-three {
    min-height: 230px;
  }
  .innerPage-about .innerPage-about-four .innerPage-about-four-one {
    width: 90%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one {
    width: 100%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .iconimg {
    margin-bottom: 12%;
  }
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one {
    border-right: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 320px) {
  .innerPage-about .innerPage-about-num .abouti-num-main-right-one .mainNum .num-count {
    font-size: 36px;
    line-height: 46px;
  }
  .innerPage-news .innerPage-news-one {
    flex-wrap: wrap;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-img {
    width: 100%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-main {
    width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }
  .nban .nban-a-last {
    font-size: 22px;
    line-height: 34px;
  }
  .nban a {
    font-size: 12px;
    line-height: 18px;
  }
  .nban .iconRight {
    width: 16px;
    height: 12px;
    margin: 0px 0px;
  }
  .nban .iconIndex {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .innerPage .innerPage-title {
    font-size: 26px;
    line-height: 30px;
  }
  .innerPageLast {
    padding-bottom: 24px;
  }
  .innerPage {
    padding-top: 24px;
  }
}
