.innerPage {
  padding-top: 60px;
}
.innerPage-title-center {
  width: 100%;
  text-align: center;
}
.innerPage-title-center::after {
  right: 0;
  margin: 0 auto;
}
.innerPageLast {
  padding-bottom: 60px;
}
.innerPage-title {
  font-size: 36px;
  color: #333;
  line-height: 30px;
  position: relative;
  padding-bottom: 18px;
}
.innerPage-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 1px;
  background: #333;
}
.contactPage {
  position: relative;
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/contactPgae-back.png') no-repeat;
  background-size: cover;
}
.contactPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.contactPage .indexPage-title {
  margin-bottom: 16px;
}
.contactPage .contactFormWays {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contactPage .contactFormWays .contactFormWays-a {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contactPage .contactFormWays .contactFormWays-a .contactFormWays-a-icon {
  width: 40px;
  height: 40px;
  background: #13191E;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contactPage .contactFormWays .contactFormWays-a .contactFormWays-a-icon img {
  width: 60%;
  display: block;
}
.contactPage .contactFormWays .contactFormWays-a .contactFormWays-a-main {
  width: calc(100% - 50px);
}
.contactPage .contactFormWays .contactFormWays-a .contactFormWays-type {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-right: 8px;
}
.contactPage .contactFormWays .contactFormWays-a .contactFormWays-value {
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 20px;
}
.contactPage .contactMenthods {
  display: flex;
  flex-wrap: wrap;
}
.contactPage .contactMenthods p {
  margin-right: 5px;
}
.contactPage .form-inner {
  width: 45%;
}
.contactPage .contacti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contactPage .form {
  width: 50%;
}
.contactPage .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .form-input .input {
  width: 30%;
  border: 0;
  margin-top: 45px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 600;
  line-height: 38px;
  height: 38px;
  color: #CCCCCC;
  background: #13191E;
  border-radius: 6px;
  padding: 0 5px 0 20px;
}
.contactPage .form-input .input:focus {
  color: #333333;
  border: 0;
  outline: none;
}
.contactPage .form-message {
  width: 100%;
  margin-top: 20px;
}
.contactPage .form-message .message {
  width: 100%;
  padding: 0 5px 0 20px;
  height: 110px;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 600;
  color: #CCCCCC;
  background: #13191E;
  line-height: 38px;
  border-radius: 8px;
}
.contactPage .form-message .message:focus {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.contactPage .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contactPage .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contactPage .formButton-box .formButton {
  width: 122px;
  height: 36px;
  background: #30A847;
  border-radius: 6px;
  margin: 20px 0 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.contactPage .formButton-box .formButton .formButton-p {
  position: relative;
  height: 36px;
  z-index: 12;
  transition: 0.5s;
  padding: 0 5px;
}
.contactPage .formButton-box .formButton .formButton-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  transform: translateY(36px);
  line-height: 36px;
}
.contactPage .formButton-box .formButton:hover {
  background: #30A847;
  transition: 0.5s;
}
.contactPage .formButton-box .formButton:hover .formButton-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.aboutPage .about-desc {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 24px;
}
.aboutPage .indexPage-title {
  margin-bottom: 40px;
}
.aboutPage1 {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/about1-abck.png') no-repeat;
  background-size: cover;
}
.aboutPage1 .about-desc {
  margin-top: 26px;
}
.aboutPage1 .about-desc1 {
  margin-top: 0;
}
.aboutPage1 .about-advs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
}
.aboutPage1 .about-advs .about-adv-one {
  width: calc((100% - 3px) / 3);
  padding: 0 10px;
  text-align: center;
}
.aboutPage1 .about-advs .about-adv-title {
  font-weight: 400;
  font-size: 40px;
  color: #30A847;
  line-height: 36px;
  font-style: italic;
}
.aboutPage1 .about-advs .about-adv-line {
  width: 1px;
  height: 94px;
  background: #333333;
  transform: rotateZ(15deg) translateY(-4px);
}
.aboutPage1 .about-pro-img {
  width: 100%;
}
.aboutPage1 .about-pro-img img {
  width: 100%;
}
.aboutPage2 {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/about2-back.png') no-repeat;
  background-size: cover;
}
.aboutPage2 .cultures {
  display: flex;
  justify-content: space-between;
}
.aboutPage2 .cultures .culture-one {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: calc((100% - 40px) / 2);
  border: 1px solid #666666;
}
.aboutPage2 .cultures .culture-one .culture-one-inner {
  width: 100%;
  height: 100%;
  padding: 18px 32px 40px 35px;
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/culture-obe-back.png') no-repeat;
  background-size: 100% 100%;
}
.aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-index {
  font-weight: bold;
  font-size: 66px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 55px;
}
.aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
}
.aboutPage2 .cultures .culture-one .culture-one-inner .about-desc-first {
  margin-top: 0;
}
.aboutPage2 .cultures .culture-one .culture-one-inner .about-desc {
  margin-top: 18px;
}
.aboutPage2 .cultures .culture-one .culture-one-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1;
  z-index: 12;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 12px;
}
.aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main img {
  max-width: 44px;
  max-height: 54px;
  margin-bottom: 20px;
  margin-top: 14px;
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main p {
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main .culture-one-mask-index {
  position: absolute;
  top: 26px;
  right: 36px;
  font-weight: bold;
  font-size: 66px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 52px;
  opacity: 1;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one-active .culture-one-mask .culture-one-mask-inner .culture-one-mask-main img {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one-active .culture-one-mask .culture-one-mask-inner .culture-one-mask-main p {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one-active .culture-one-mask .culture-one-mask-inner .culture-one-mask-main .culture-one-mask-index {
  right: -60%;
  opacity: 0;
  transition: 0.5s;
}
.aboutPage2 .cultures .culture-one-active .culture-one-mask {
  opacity: 0;
  z-index: -1;
  transition: 0.5s 0.2s;
}
.solutionPage {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/solution-back.png') no-repeat;
  background-size: cover;
}
.solutionPage .solutionTop {
  width: 100%;
}
.solutionPage .classifyAll-btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  display: none;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  background: #30A847;
}
.solutionPage .solution-desc {
  width: 50%;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin: 18px 0 40px;
}
.solutionPage .solution-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.solutionPage .solution-main .solutionClassify-outer {
  width: 154px;
  background: #333333;
  border-radius: 10px;
  overflow: hidden;
}
.solutionPage .solution-main .solutionClassify-outer .solutionClassify {
  height: 46px;
  background: transparent;
  text-align: center;
  padding: 0 4px;
  line-height: 46px;
  transition: 0.5s;
  color: #fff;
}
.solutionPage .solution-main .solutionClassify-outer .solutionClassify:hover {
  background: #30A847;
  transition: 0.5s;
}
.solutionPage .solution-main .solutionClassify-outer .solutionClassify-active {
  background: #30A847;
  transition: 0.5s;
}
.solutionPage .solution-main .solutionData {
  width: calc(100% - 154px - 30px);
}
.solutionPage .solution-main .solutionData .solutionData-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #CCCCCC;
  border-radius: 10px;
  overflow: hidden;
}
.solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one .solutionPage-img {
  width: 100%;
  display: block;
}
.solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one .solutionPage-value {
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  background: #B9B9B9;
  transition: 0.5s;
}
.solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one .solutionPage-value .solutionPage-title {
  width: 100%;
  padding: 0 12px;
  text-align: center;
}
.solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one:hover .solutionPage-value {
  color: #fff;
  background: #30A847;
  transition: 0.5s;
}
.solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one:nth-of-type(3n) {
  margin-right: 0;
}
.cooperatePage .cooperate-desc {
  font-weight: 400;
  font-size: 14px;
  color: #DDDDDD;
  line-height: 24px;
}
.cooperatePage1 {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/cooperate-back1.png') no-repeat;
  background-size: cover;
}
.cooperatePage1 .indexPage-title {
  margin-bottom: 40px;
}
.cooperatePage1 .problems {
  width: 100%;
}
.cooperatePage1 .problems .problem-one {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #333333;
  padding-bottom: 25px;
}
.cooperatePage1 .problems .problem-one .problem-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  color: #CCCCCC;
  line-height: 24px;
}
.cooperatePage1 .problems .problem-one .problem-title .problem-value {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
}
.cooperatePage1 .problems .problem-one .problem-title .problem-value p {
  width: calc(100% - 48px);
}
.cooperatePage1 .problems .problem-one .problem-title .problem-icon {
  width: 36px;
  height: 36px;
  background: #30A847;
  border-radius: 10px;
  margin-right: 22px;
}
.cooperatePage1 .problems .problem-one .problem-title .problem-icon img {
  width: 100%;
  display: block;
}
.cooperatePage1 .problems .problem-one .problem-title i {
  font-size: 18px;
  transform: rotateZ(0deg);
  transition: 0.5s;
}
.cooperatePage1 .problems .problem-one .problem-desc {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  padding-top: 0;
  height: 0;
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
  padding-left: 58px;
}
.cooperatePage1 .problems .problem-one-active .problem-desc {
  height: auto;
  max-height: 120px;
  overflow-y: auto;
  padding-top: 22px;
  transition: max-height 0.5s;
}
.cooperatePage1 .problems .problem-one-active .problem-title i {
  transform: rotateZ(180deg);
  transition: 0.5s;
}
.cooperatePage1 .problems .problem-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cooperatePage1 .problemPages {
  margin-top: 70px;
}
.cooperatePage2 {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/cooperate-back2.png') no-repeat;
  background-size: cover;
}
.cooperatePage2 .indexPage-top {
  width: 50%;
}
.cooperatePage2 .cooperate-desc1 {
  margin-top: 16px;
  color: #999999;
}
.cooperatePage2 .processSwiper {
  width: 100%;
  overflow: visible;
  margin-top: 40px;
}
.cooperatePage2 .processSwiper .process-icon {
  width: 41px;
  height: 39px;
  transform: translateX(-8px);
}
.cooperatePage2 .processSwiper .process-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.cooperatePage2 .processSwiper .process-dot {
  margin: 16px 0 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.cooperatePage2 .processSwiper .process-dot .process-p {
  width: 23px;
  height: 23px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.cooperatePage2 .processSwiper .process-dot .process-p p {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border-radius: 50%;
}
.cooperatePage2 .processSwiper .process-dot .process-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: translateY(-50%);
}
.cooperatePage2 .processSwiper .process-main {
  width: 80%;
  background: #13191E;
  border-radius: 10px;
  padding: 24px 16px;
}
.cooperatePage2 .processSwiper .process-main .process-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 24px;
}
.cooperatePage2 .processSwiper .process-swiper-slide {
  width: calc(100% / 3);
}
.cooperatePage2 .processSwiper .process-swiper-slide:hover .process-main {
  background: #13191E;
  transition: 0.5s;
}
.cooperatePage2 .processSwiper .process-btn {
  width: 60px;
  height: 46px;
  background: #13191E;
  border-radius: 4px;
  border: 1px solid #333333;
  color: #30A847;
  font-size: 24px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: -100px;
  cursor: pointer;
}
.cooperatePage2 .processSwiper .process-btn-prev {
  right: 94px;
}
.prosPageClassify .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.prosPageClassify .prosPageA-title {
  font-weight: 500;
  font-size: 18px;
  color: #CCCCCC;
  line-height: 24px;
  margin-right: 10px;
  margin-top: 10px;
}
.prosPageClassify .prosPageA {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prosPageClassify .prosClassify {
  padding-bottom: 12px;
  margin-right: 20px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #CCCCCC;
  line-height: 24px;
  transition: 0.5s;
  position: relative;
}
.prosPageClassify .prosClassify::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% + 20px);
  height: 1px;
  background: #666666;
  transition: 0.5s;
  z-index: 18;
}
.prosPageClassify .prosClassify::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: 0.5s;
  z-index: 20;
}
.prosPageClassify .prosClassify:hover::after {
  background: #30A847;
  transition: 0.5s;
}
.prosPageClassify .prosClassify:nth-last-of-type(1) {
  margin-right: 0;
}
.prosPageClassify .prosClassify-active::after {
  background: #30A847;
  transition: 0.5s;
}
.prosPage {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/pro-back.png') no-repeat;
  background-size: cover;
}
.prosPage .prosPageClassify {
  margin-bottom: 20px;
}
.prosPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.prosPage .prosPage-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 40px;
  background: #CCCCCC;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 60px;
}
.prosPage .prosPage-one .prosPage-img {
  width: 100%;
  display: block;
}
.prosPage .prosPage-one .prosPage-value {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.prosPage .prosPage-one .prosPage-title {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.5s;
  line-height: 40px;
  height: 40px;
  background: #333333;
  border-radius: 20px;
  text-align: center;
  padding: 0 12px;
}
.prosPage .prosPage-one:hover .prosPage-title {
  background: #30A847;
  transition: 0.5s;
}
.prosPage .prosPage-one:nth-of-type(3n) {
  margin-right: 0;
}
.proDetailPage .indexPage-title {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.whyPage {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/why-back.jpg') no-repeat;
  background-size: cover;
}
.whyPage .whyInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.whyPage .why-one {
  width: calc((100% - 60px) / 4);
  background: #000000;
  border-radius: 10px;
  border: 1px solid #666666;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.whyPage .why-one .why-one-img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.whyPage .why-one .why-one-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.whyPage .why-one .why-one-inner .why-one-icon {
  width: 36px;
  height: 35px;
}
.whyPage .why-one .why-one-inner .why-one-icon img {
  max-width: 100%;
  height: 100%;
}
.whyPage .why-one .why-one-inner .why-one-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 6% auto 8%;
}
.whyPage .why-one .why-one-inner .why-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 24px;
}
.swiper-pagination-lock {
  display: block;
}
.relatedPage {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/related-back.jpg') no-repeat;
  background-size: cover;
}
.relatedPage .relatedProductsSwiper {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.relatedPage .relatedProductsSwiper .related-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.relatedPage .relatedProductsSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
}
.relatedPage .relatedProductsSwiper .swiper-pagination-bullet-active {
  background: #fff;
}
.relatedPage .relatedProducts-swiper-slide {
  background: #CCCCCC;
  border-radius: 10px;
  overflow: hidden;
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  cursor: pointer;
  padding: 40px 40px;
}
.relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
  width: 100%;
  margin-top: 40px;
  padding: 0 12px;
  height: 38px;
  background: #333333;
  border-radius: 19px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle p {
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relatedPage .relatedProducts-swiper-slide .proiSwiper-oneImg {
  width: 100%;
}
.relatedPage .relatedProducts-swiper-slide:hover .proiSwiper-oneTitle {
  background: #30A847;
  transition: 0.5s;
}
.cooperationPage {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/cooperation-back.png') no-repeat;
  background-size: cover;
}
.cooperationPage .indexPage-desc {
  width: 60%;
  margin: 18px 0 40px;
}
.cooperationPage .cooperation-outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperationPage .cooperation-outer .cooperation-one {
  width: 60px;
  cursor: pointer;
}
.cooperationPage .cooperation-outer .cooperation-one .cooperation-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #30A847;
  border-radius: 50%;
}
.cooperationPage .cooperation-outer .cooperation-one .cooperation-icon img {
  width: 60%;
}
.cooperationPage .cooperation-outer .cooperation-one .cooperation-title {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 24px;
  margin-top: 20px;
}
.cooperationPage .cooperation-outer .cooperation-right {
  width: 6.5%;
}
.cooperationPage .cooperation-outer .cooperation-right img {
  width: 100%;
  margin-top: 18px;
  opacity: 0.5;
}
.read-more {
  width: 160px;
  height: 42px;
  background: #ED1C24;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  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;
}
@keyframes aniMapDotInner {
  0% {
    width: 17px;
    height: 17px;
    opacity: 1;
    background: rgba(242, 77, 12, 0.5);
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 0;
    background: rgba(242, 77, 12, 0.3);
  }
}
.solution-pages {
  margin-top: 40px;
}
.sideInner {
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  background: #F8F8F8;
}
.sideInner .sideInnerA {
  padding: 40px 59px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  position: relative;
  width: calc(100% / 4);
  max-width: 480px;
  word-break: break-word;
}
.sideInner .sideInnerA p {
  width: calc(100% - 40px);
  font-size: 24px;
  color: #999999;
  line-height: 24px;
  transition: 0.5s;
}
.sideInner .sideInnerA img {
  height: 40px;
}
.sideInner .sideInnerA .img-default {
  display: block;
}
.sideInner .sideInnerA .img-active {
  display: none;
}
.sideInner .sideInnerA:hover p {
  color: #036EB7;
  transition: 0.5s;
}
.sideInner .sideInnerA:hover .img-default {
  display: none;
}
.sideInner .sideInnerA:hover .img-active {
  display: block;
}
.sideInner .sideInnerA::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #036EB7;
  transition: 0.5s;
}
.sideInner .sideInnerA:hover::after {
  width: 100%;
  transition: 0.5s;
}
.sideInner .sideInnerA-active p {
  color: #036EB7;
  transition: 0.5s;
}
.sideInner .sideInnerA-active .img-default {
  display: none;
}
.sideInner .sideInnerA-active .img-active {
  display: block;
}
.sideInner .sideInnerA-active::after {
  width: 100%;
  transition: 0.5s;
}
.newsPage1 {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/news-back.png') no-repeat;
  background-size: cover;
}
.newsPage1 .newsPage-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage1 .newsPage-one {
  width: 100%;
  margin-bottom: 8%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.newsPage1 .newsPage-one:hover .newsPage-title {
  color: #30A847;
  transition: 0.5s;
}
.newsPage1 .newsPage-one:hover .newsPage-desc {
  opacity: 1;
  transition: 0.5s;
}
.newsPage1 .newsPage-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.newsPage1 .newsPage-img {
  display: block;
  width: 250px;
  background: #DCDDDD;
  border-radius: 10px;
  border: 1px solid #666666;
}
.newsPage1 .newsPage-con {
  width: calc(95% - 250px);
}
.newsPage1 .newsPage-title {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  transition: 0.5s;
}
.newsPage1 .newsPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 26px;
  margin: 16px 0 26px;
  transition: 0.5s;
}
.newsPage1 .newsPage-pages {
  margin-top: 70px;
}
.nside-detail {
  width: 100%;
  padding: 20px 0px 25px;
  margin-top: 114px;
}
.nside-detail .nside-detail-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  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: #fff;
}
.nside-detail .nside-detail-inner svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 8px;
}
.nside-detail .nside-detail-inner a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
  margin-top: 10px;
}
.nside-detail .nside-detail-inner a:hover {
  color: #30A847;
  transition: 0.5s;
}
.nside-detail .nside-detail-inner .lastA {
  color: #30A847;
  white-space: normal;
}
.page-link {
  width: 100%;
}
.page-link .page-link-inner {
  display: flex;
  flex-wrap: wrap;
}
.page-link .page-link-a {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.page-link .page-link-a .page-link-word {
  color: #DDDDDD;
  white-space: nowrap;
  margin-right: 8px;
}
.page-link .page-link-a .page-link-main {
  color: #CCCCCC;
  transition: 0.5s;
}
.page-link .page-link-a:hover .page-link-main {
  color: #30A847;
  transition: 0.5s;
}
.proDetail-fileStore {
  background: url('https://file.easyrealgoods.com/handMovement/huizheng/fileStore-back.jpg') no-repeat;
  background-size: cover;
}
.proDetail-fileStore .proDetail-fileStore-inner {
  padding-top: 55px;
}
.proDetail-fileStore .proDetail-fileStore-inner .prosPageClassify {
  margin-bottom: 40px;
}
.detail-inner {
  width: 100%;
  padding: 60px 0;
}
.detail-inner .detail-main {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.detail-inner .detail-content-pro {
  margin-bottom: 60px;
}
.innerPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.proDetail-inner {
  padding: 0 !important;
  margin-bottom: 20px;
}
.proDetail-inner .detail-main {
  display: flex;
  justify-content: center;
}
.proDetail-inner .pro-img-swiper {
  width: 736px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.proDetail-inner .pro-intro {
  width: calc(100% - 736px);
  padding-left: 50px;
}
.proDetail-inner .pro-intro .pro-intro-title {
  font-weight: 500;
  font-size: 36px;
  color: #CCCCCC;
  line-height: 46px;
  margin: 34px 0 14px;
}
.proDetail-inner .pro-intro .pro-intro-desc {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.proDetail-inner .pro-intro .pro-intro-line {
  margin-top: 6%;
  height: 1px;
  background: #DDDDDD;
  opacity: 0.5;
  width: 100%;
  display: none;
}
.proDetail-inner .pro-intro .pro-intro-contact {
  margin: 0 0 14%;
}
.proDetail-inner .pro-intro .pro-intro-one {
  display: flex;
  align-items: center;
  margin-top: 10%;
}
.proDetail-inner .pro-intro .pro-intro-one .pro-intro-img {
  width: 40px;
  height: 40px;
  background: #13191E;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.proDetail-inner .pro-intro .pro-intro-one .pro-intro-img img {
  display: block;
  width: 60%;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.proDetail-inner .pro-intro .pro-intro-one .pro-intro-p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.proDetail-inner .pro-intro .pro-intro-one .pro-intro-val {
  color: #ccc;
  line-height: 20px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
}
.proDetail-inner .pro-intro .pro-intro-one:hover .pro-intro-img img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.proDetail-inner .pro-intro .pro-intro-btn {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.proDetail-inner .pro-intro .contact-btn {
  width: 100%;
  max-width: 346px;
  height: 64px;
  background: #30A847;
  margin-bottom: 30px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.proDetail-inner .pro-intro .contact-btn p {
  width: 100%;
  z-index: 5;
}
.proDetail-inner .pro-intro .contact-btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(207, 213, 208, 0.49);
}
.proDetail-inner .pro-intro .relatedProducts-btn {
  width: 100%;
  max-width: 346px;
  height: 64px;
  background: #666666;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.proDetail-inner .pro-intro .relatedProducts-btn p {
  width: 100%;
  z-index: 5;
}
.proDetail-inner .pro-intro .relatedProducts-btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(207, 213, 208, 0.49);
}
.proDetail-inner .pro-intro .relatedProducts-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #30A847;
  transition: 0.5s;
}
.proDetail-inner .pro-intro .relatedProducts-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #30A847;
  transition: 0.5s;
}
.proDetail-inner .pro-intro .relatedProducts-btn:hover::before {
  width: 50%;
  transition: 0.5s;
}
.proDetail-inner .pro-intro .relatedProducts-btn:hover::after {
  width: 50%;
  transition: 0.5s;
}
.proDetail-inner .mySwiper2 {
  width: 610px;
  height: 610px;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0;
  position: relative;
}
.proDetail-inner .mySwiper2 .swiper-slide {
  background: #CCCCCC;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
.proDetail-inner .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.proDetail-inner .rightImg-outer {
  width: 96px;
  height: 610px;
  position: relative;
  padding: 50px 0;
}
.proDetail-inner .rightImg-outer .swiper-button-lock {
  display: block;
}
.proDetail-inner .rightImg-outer .rightImg-btn {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 50;
  text-align: center;
  width: 46px;
  height: 30px;
  background: #13191E;
  border-radius: 4px;
  border: 1px solid #333333;
}
.proDetail-inner .rightImg-outer .rightImg-btn i {
  color: #CCCCCC;
  font-size: 26px;
}
.proDetail-inner .rightImg-outer .rightImg-btn-prev {
  top: 0;
}
.proDetail-inner .rightImg-outer .rightImg-btn-next {
  bottom: 0;
}
.proDetail-inner .rightImg {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.proDetail-inner .rightImg .rightImg-slide {
  width: 100%;
  height: 96px;
  background: #CCCCCC;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 22px;
}
.proDetail-inner .rightImg .rightImg-slide-active {
  border: 1px solid #30A847;
  transition: 0.5s;
}
.proDetail-inner .rightImg .rightImg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetail-inner .rightImg .rightImg-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#detailImage {
  width: 300px;
  display: none;
  position: absolute;
  left: 736px;
  top: 0;
  height: 300px;
  z-index: 3;
  background: #DDDDDD;
}
.detail-content {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 24px;
}
.detail-content img {
  max-width: 100%;
  display: block;
  margin: 20px 0;
}
.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 caption {
  width: 100%;
  text-align: left;
  padding: 24px 30px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #3C4883;
  background: #121940;
  border-radius: 10px 10px 0 0;
}
.detail-content table::-webkit-scrollbar {
  height: 10px;
}
.detail-content table th {
  background: #121940;
  color: #fff;
  border: 1px solid #3C4883;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #fff;
  font-size: 16px;
  padding: 24px 30px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: #121940;
  text-align: center;
  border: 1px solid #3C4883;
  color: #fff;
  font-size: 16px;
  padding: 12px 18px;
  white-space: nowrap;
}
.proPage-pages {
  margin-top: 70px;
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 5%;
  z-index: 2300;
  overflow-y: auto;
}
.innerPage-pros-classifyM .nav-classifys-a {
  width: 100%;
  display: flex;
  padding: 10px 15px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  color: #333333;
  font-family: 'AlibabaPuHuiTi-Regular';
  border-radius: 16px;
  line-height: 20px;
  transition: 0.5s;
  margin-bottom: 14px;
  background: #E9E9E9;
}
.innerPage-pros-classifyM .nav-classifys-a p {
  max-width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innerPage-pros-classifyM .nav-classifys-a:hover {
  transition: 0.5s;
  color: #fff;
  background: #30A847;
}
.innerPage-pros-classifyM .nav-classifys-active {
  transition: 0.5s;
  color: #fff;
  background: #30A847;
}
.prosClassifyMActive {
  left: 20%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .proDetail-inner .pro-intro .pro-intro-title {
    font-size: 30px;
    line-height: 34px;
    margin: 22px 0 10px;
  }
  .proDetail-inner .pro-intro .contact-btn {
    max-width: 250px;
    height: 52px;
    font-size: 18px;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn {
    max-width: 250px;
    height: 52px;
    font-size: 18px;
  }
  .proDetail-fileStore .proDetail-fileStore-inner {
    padding-top: 30px;
  }
  .proDetail-inner .pro-intro .pro-intro-one {
    margin-top: 8%;
  }
  .proDetail-inner .pro-intro .pro-intro-contact {
    margin: 0 0 10%;
  }
  .solutionPage .solution-desc {
    width: 70%;
    margin: 16px 0 32px;
  }
  .proPage-pages {
    margin-top: 50px;
  }
  .prosPage .prosPage-one {
    margin-top: 32px;
    padding: 32px 50px;
  }
  .relatedPage .relatedProducts-swiper-slide {
    padding: 32px 50px;
    width: calc((100% - 82px) / 3);
    margin-right: 42px;
  }
  .relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    margin-top: 32px;
  }
  .newsPage1 .newsPage-pages {
    margin-top: 50px;
  }
  .newsPage1 .newsPage-one {
    margin-bottom: 5%;
  }
  .cooperatePage2 .processSwiper .process-dot {
    margin: 10px 0 30px;
  }
  .cooperatePage2 .processSwiper .process-main .process-title {
    margin-bottom: 15px;
  }
  .cooperatePage2 .processSwiper .process-icon {
    width: 36px;
    height: 34px;
    transform: translateX(-6px);
  }
  .cooperatePage2 .processSwiper .process-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .cooperatePage2 .processSwiper .process-btn-prev {
    right: 78px;
  }
  .cooperatePage1 .problemPages {
    margin-top: 50px;
  }
  .cooperatePage1 .problems .problem-one {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
  .cooperatePage1 .problems .problem-one-active .problem-desc {
    padding-top: 16px;
  }
  .aboutPage .indexPage-title1 {
    margin-bottom: 24px;
  }
  .aboutPage1 .about-advs .about-adv-title {
    font-size: 34px;
    line-height: 34px;
  }
  .aboutPage1 .about-desc {
    margin-top: 20px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main p {
    font-size: 20px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-index {
    font-size: 60px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main .culture-one-mask-index {
    font-size: 60px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-title {
    font-size: 22px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main img {
    max-width: 40px;
    max-height: 46px;
    margin-bottom: 16px;
    margin-top: 14px;
  }
  .nside-detail {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 1280px) {
  .relatedPage .relatedProductsSwiper {
    padding-bottom: 50px;
  }
  .relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    margin-top: 24px;
  }
  .relatedPage .relatedProducts-swiper-slide {
    padding: 26px 30px;
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
  .cooperationPage .cooperation-outer .cooperation-right {
    width: 5%;
  }
  .cooperationPage .cooperation-outer .cooperation-one .cooperation-title {
    margin-top: 14px;
  }
  .cooperationPage .indexPage-desc {
    width: 70%;
    margin: 16px 0 34px;
  }
  .cooperationPage .cooperation-outer .cooperation-one .cooperation-icon {
    width: 50px;
    height: 50px;
  }
  .whyPage .why-one .why-one-inner .why-one-title {
    font-size: 22px;
    line-height: 28px;
  }
  .whyPage .why-one {
    width: calc((100% - 52px) / 4);
  }
  .whyPage .why-one .why-one-inner .why-one-title {
    font-size: 20px;
    line-height: 24px;
  }
  .whyPage .why-one .why-one-inner .why-one-icon {
    width: 32px;
    height: 32px;
  }
  .solutionPage .solution-desc {
    width: 80%;
    margin: 14px 0 28px;
  }
  .solution-pages {
    margin-top: 20px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one {
    width: calc((100% - 52px) / 3);
    margin-right: 26px;
    margin-bottom: 26px;
  }
  .prosPageClassify .prosClassify {
    font-size: 16px;
    line-height: 22px;
  }
  .prosPage .prosPage-one .prosPage-title {
    padding: 0px 10px;
  }
  .prosPageClassify .prosPageA-title {
    font-size: 16px;
    line-height: 20px;
  }
  .prosPage .prosPage-one {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-top: 30px;
    padding: 28px 32px;
  }
  .prosPage .prosPage-one .prosPage-value {
    margin-top: 26px;
  }
  .newsPage1 .newsPage-desc {
    line-height: 24px;
    margin: 10px 0 16px;
  }
  .cooperatePage2 .processSwiper .process-main .process-title {
    margin-bottom: 10px;
  }
  .cooperatePage2 .indexPage-top {
    width: 65%;
  }
  .cooperatePage2 .processSwiper .process-main {
    width: 86%;
    padding: 20px 16px;
  }
  .cooperatePage2 .processSwiper .process-swiper-slide {
    width: 40%;
  }
  .aboutPage2 .cultures .culture-one {
    width: calc((100% - 30px) / 2);
  }
  .cooperatePage1 .problems .problem-one-active .problem-desc {
    padding-top: 12px;
  }
  .cooperatePage1 .problems .problem-one .problem-desc {
    line-height: 24px;
    padding-left: 48px;
  }
  .cooperatePage1 .problemPages {
    margin-top: 36px;
  }
  .cooperatePage1 .problems .problem-one .problem-title .problem-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .cooperatePage1 .problems .problem-one .problem-title {
    font-size: 16px;
  }
  .aboutPage1 .about-desc {
    margin-top: 14px;
  }
  .aboutPage1 .about-advs {
    margin: 30px 0;
  }
  .cooperatePage1 .indexPage-title {
    margin-bottom: 33px;
  }
  .innerPage {
    padding-top: 46px;
  }
  .detail-inner {
    padding: 50px 0;
  }
  .proDetail-inner {
    padding: 0;
    margin-bottom: 0;
  }
  .detail-inner .relatedProducts {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-img {
    width: 100px;
    height: 100px;
  }
  .proDetail-inner .mySwiper2 {
    width: 480px;
    height: 480px;
  }
  #detailImage {
    left: 584px;
  }
  .proDetail-inner .pro-intro {
    width: calc(100% - 584px);
    padding-left: 34px;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    font-size: 26px;
    line-height: 32px;
  }
  .proDetail-inner .pro-intro .contact-btn {
    max-width: 220px;
    height: 48px;
    margin-bottom: 22px;
    font-size: 16px;
  }
  .detail-inner .detail-content-pro {
    margin-bottom: 42px;
  }
  .proDetail-fileStore .proDetail-fileStore-inner {
    padding-top: 10px;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn {
    max-width: 220px;
    height: 48px;
    font-size: 16px;
  }
  .proDetail-inner .rightImg-outer {
    width: 84px;
    height: 480px;
  }
  .proDetail-inner .rightImg .rightImg-slide {
    height: 84px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 584px;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    margin: 12px 0 10px;
  }
  .proDetail-inner .pro-intro .pro-intro-line {
    margin-top: 8%;
  }
  .detail-content table tr:first-child td {
    font-size: 14px;
    padding: 18px 24px;
    line-height: 26px;
  }
  .detail-content table caption {
    padding: 18px 24px;
  }
  .detail-content table td {
    font-size: 14px;
  }
  .detail-inner .productAdvantages .productAdvantages-one {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .detail-inner .productAdvantages .productAdvantages-one .productAdvantages-title {
    font-size: 16px;
    line-height: 20px;
    margin: 18px 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .relatedPage .relatedProducts-swiper-slide {
    padding: 20px 22px;
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
  }
  .relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    margin-top: 18px;
  }
  .cooperationPage .indexPage-desc {
    width: 80%;
    margin: 14px 0 30px;
  }
  .proDetailPage .indexPage-title {
    margin-bottom: 30px;
  }
  .whyPage .why-one .why-one-inner .why-one-title {
    font-size: 18px;
    line-height: 22px;
  }
  .whyPage .why-one .why-one-inner .why-one-icon {
    width: 30px;
    height: 28px;
  }
  .whyPage .why-one .why-one-inner .why-one-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .detail-inner .detail-main-pro {
    width: 100%;
  }
  .proDetail-inner .mySwiper2 {
    width: 420px;
    height: 420px;
  }
  .proDetail-inner .rightImg-outer {
    width: 74px;
    height: 420px;
    padding: 30px 0;
  }
  .proDetail-inner .pro-intro .pro-intro-one {
    margin-top: 14px;
  }
  .proDetail-inner .pro-intro .contact-btn {
    max-width: 176px;
    height: 42px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn {
    max-width: 176px;
    height: 42px;
    font-size: 14px;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    font-size: 22px;
    line-height: 30px;
  }
  .detail-inner .detail-content-pro {
    margin-bottom: 32px;
  }
  .proDetail-inner .pro-intro {
    width: calc(100% - 510px);
    padding-left: 30px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 510px;
  }
  #detailImage {
    left: 510px;
  }
  .proDetail-inner .rightImg .rightImg-slide {
    height: 74px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one .solutionPage-value {
    height: 38px;
    line-height: 40px;
    font-size: 14px;
  }
  .solutionPage .solution-main .solutionData {
    width: calc(100% - 154px - 20px);
  }
  .solutionPage .solution-desc {
    margin: 12px 0 22px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one .solutionPage-value .solutionPage-title {
    padding: 0px 10px;
  }
  .prosPage .prosPage-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-top: 24px;
    padding: 22px 20px;
  }
  .proPage-pages {
    margin-top: 36px;
  }
  .prosPage .prosPage-one .prosPage-value {
    margin-top: 20px;
  }
  .newsPage1 .newsPage-pages {
    margin-top: 42px;
  }
  .newsPage1 .newsPage-con {
    width: calc(100% - 280px);
  }
  .newsPage1 .newsPage-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .cooperatePage2 .processSwiper .process-main .process-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .cooperatePage2 .processSwiper .process-btn-prev {
    right: 70px;
  }
  .cooperatePage2 .processSwiper .process-dot {
    margin: 10px 0 20px;
  }
  .cooperatePage1 .problemPages {
    margin-top: 30px;
  }
  .cooperatePage1 .indexPage-title {
    margin-bottom: 28px;
  }
  .aboutPage .indexPage-title {
    margin-bottom: 32px;
  }
  .aboutPage .indexPage-title1 {
    margin-bottom: 16px;
  }
  .aboutPage1 .about-advs .about-adv-title {
    font-size: 28px;
    line-height: 30px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main img {
    max-width: 34px;
    max-height: 40px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-title {
    font-size: 20px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main p {
    font-size: 18px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-index {
    font-size: 50px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main .culture-one-mask-index {
    font-size: 50px;
  }
  .proDetail-inner .rightImg .rightImg-slide {
    margin-right: 10px;
  }
  .contactPage .contactFormWays {
    margin-top: 0;
  }
  .contactPage .contactFormWays .contactFormWays-a {
    width: 100%;
  }
  .contactPage .contactFormWays .contactFormWays-a .contactFormWays-a-icon {
    width: 34px;
    height: 34px;
  }
  .contactPage .form-message {
    margin-top: 14px;
  }
  .contactPage .form-input .input {
    width: 32%;
  }
  .contactPage .contactFormWays .contactFormWays-a {
    margin-top: 20px;
  }
  .contactPage .contactFormWays .contactFormWays-a .contactFormWays-a-icon img {
    width: 52%;
  }
  .contactPage .indexPage-title {
    margin-bottom: 12px;
  }
  .nside-detail-news .nside-detail-inner {
    width: 90% !important;
    margin: 0 auto;
  }
  .innerPageLast {
    padding-bottom: 38px;
  }
  .innerPage {
    padding-top: 38px;
  }
  .proDetail-outer .relatedProductsSwiper .relatedProductsSwiper-btns .relatedProductsSwiper-btn img {
    width: 24px;
    margin: -1px 5px 0;
  }
  .proDetail-outer .relatedProductsSwiper .relatedProductsSwiper-btns .relatedProductsSwiper-btn {
    width: 45px;
    height: 32px;
  }
  .detail-content table caption {
    padding: 16px 18px;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
  }
  .detail-content table tr:first-child td {
    font-size: 12px;
    padding: 14px 18px;
    line-height: 24px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 14px 18px;
    line-height: 24px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 14px;
  }
  .proDetail-inner .pro-intro .pro-intro-one {
    margin-top: 20px;
  }
  .proDetail-inner .pro-intro .pro-intro-one .pro-intro-img {
    width: 32px;
    height: 32px;
  }
  .nside-detail .nside-detail-inner {
    width: 100%;
  }
  .proDetail-outer .relatedProducts-swiper-slide {
    padding-top: 15px;
    margin-right: 30px;
    border-radius: 6px;
  }
  .proDetail-outer .relatedProducts-swiper-slide .proiSwiper-oneTitle img {
    width: 22px;
  }
  .proDetail-outer .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    margin-bottom: 15px;
    padding: 0 14px;
    font-size: 14px;
  }
  .detail-inner .relatedProducts {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .detail-inner {
    padding: 42px 0;
  }
  .detail-content table td {
    padding: 18px 14px;
  }
  .nside-detail {
    margin-top: 65px;
  }
  .innerPage-outer {
    width: 90%;
  }
  .proDetail-outer .detail-main {
    width: 90%;
  }
  .detail-content {
    font-size: 14px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-img {
    width: 80px;
    height: 80px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-title {
    line-height: 22px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-desc {
    line-height: 22px;
  }
}
@media only screen and (max-width: 820px) {
  .relatedPage .relatedProducts-swiper-slide {
    padding: 18px 18px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    padding: 0 10px;
    height: 34px;
    font-size: 12px;
    line-height: 20px;
  }
  .relatedPage .relatedProductsSwiper {
    padding-bottom: 42px;
  }
  .cooperationPage .indexPage-desc {
    width: 100%;
    margin: 6px 0 24px;
  }
  .cooperationPage .cooperation-outer {
    flex-wrap: wrap;
    position: relative;
  }
  .cooperationPage .cooperation-outer .cooperation-right1 {
    position: absolute;
    right: 70px;
    top: 40%;
    transform: rotateZ(90deg) translateY(-50%);
  }
  .cooperationPage .cooperation-outer .cooperation-one {
    width: calc(85% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cooperationPage .cooperation-outer .cooperation-one1 {
    margin-top: 70px;
  }
  .cooperationPage .cooperation-outer .cooperation-right2 {
    margin-top: 70px;
  }
  .whyPage .why-one .why-one-inner {
    padding: 0 10px;
  }
  .whyPage .why-one .why-one-inner .why-one-icon {
    width: 24px;
    height: 24px;
  }
  .whyPage .why-one .why-one-inner .why-one-title {
    font-size: 16px;
    line-height: 20px;
  }
  .whyPage .why-one .why-one-inner .why-one-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .whyPage .whyInner {
    flex-wrap: wrap;
  }
  .whyPage .why-one {
    width: calc((100% - 40px) / 2);
    margin-bottom: 22px;
  }
  #detailImage {
    display: none;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one .solutionPage-value {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .solutionPage .solution-desc {
    width: 100%;
    margin: 10px 0 18px;
    font-size: 12px;
    line-height: 20px;
  }
  .solution-pages {
    margin-top: 14px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .solutionPage .solution-main .solutionData {
    width: calc(100% - 140px - 20px);
  }
  .solutionPage .solution-main .solutionClassify-outer {
    width: 140px;
  }
  .solutionPage .solution-main .solutionClassify-outer .solutionClassify {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .prosPage .prosPage-one .prosPage-title {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
  }
  .prosPageClassify .prosClassify {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .prosPage .prosPage-one .prosPage-value {
    margin-top: 14px;
  }
  .prosPage .prosPage-one {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-top: 18px;
    padding: 14px 14px;
  }
  .newsPage1 .newsPage-pages {
    margin-top: 36px;
  }
  .newsPage1 .newsPage-desc {
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 14px;
  }
  .newsPage1 .newsPage-title {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .newsPage1 .newsPage-img {
    width: 200px;
  }
  .newsPage1 .newsPage-con {
    width: calc(100% - 230px);
  }
  .cooperatePage .cooperate-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .cooperatePage2 .processSwiper {
    margin-top: 30px;
  }
  .cooperatePage2 .processSwiper .process-swiper-slide {
    width: 48%;
  }
  .cooperatePage2 .cooperate-desc1 {
    margin-top: 8px;
  }
  .cooperatePage2 .processSwiper .process-btn-prev {
    right: 56px;
  }
  .cooperatePage2 .processSwiper .process-btn {
    width: 40px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
  .cooperatePage2 .processSwiper .process-icon {
    width: 30px;
    height: 30px;
  }
  .cooperatePage2 .processSwiper .process-main {
    padding: 14px 12px;
  }
  .cooperatePage2 .processSwiper .process-main .process-title {
    font-size: 14px;
    line-height: 22px;
  }
  .cooperatePage1 .problems .problem-one .problem-desc {
    line-height: 20px;
    padding-left: 40px;
    font-size: 12px;
  }
  .cooperatePage1 .problems .problem-one .problem-title {
    font-size: 14px;
  }
  .cooperatePage1 .problems .problem-one {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .aboutPage1 .about-advs .about-adv-title {
    font-size: 22px;
    line-height: 25px;
  }
  .aboutPage1 .about-desc {
    margin-top: 10px;
  }
  .aboutPage .about-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .aboutPage2 .cultures .culture-one {
    width: calc((100% - 22px) / 2);
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main .culture-one-mask-index {
    top: 18px;
    right: 20px;
  }
  .aboutPage .indexPage-title {
    margin-bottom: 24px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main p {
    font-size: 16px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner {
    padding: 18px 25px 26px 24px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .about-desc {
    margin-top: 14px;
  }
  .contactPage .indexPage-title {
    margin-bottom: 4px;
  }
  .contactPage .indexPage-inner {
    flex-wrap: wrap;
  }
  .contactPage .form-inner {
    width: 100%;
  }
  .contactPage .form {
    width: 100%;
  }
  .contactPage .contactFormWays .contactFormWays-a {
    width: 50%;
  }
  .contactPage .form-input .input {
    margin-top: 24px;
  }
  .contactPage .contactFormWays .contactFormWays-a .contactFormWays-type {
    font-size: 12px;
    line-height: 22px;
  }
  .cooperatePage .cooperatePage-map-img .market-dot {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperatePage-map-img .market-dot::before {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperatePage-map-img .market-dot .p-dot {
    width: 10px;
    height: 10px;
  }
  .cooperatePage .cooperatePage-map-img .market-dot::after {
    width: 10px;
    height: 10px;
  }
  @keyframes aniMapDotInner {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
      background: rgba(242, 77, 12, 0.5);
    }
    100% {
      width: 22px;
      height: 22px;
      opacity: 0;
      background: rgba(242, 77, 12, 0.3);
    }
  }
  .cooperatePage .cooperatePage-map-img .market-icon .market-icon-main {
    top: calc(100% + 2px);
  }
  .cooperatePage .cooperatePage-map-img .market-icon .market-triangle {
    border-width: 0 6px 12px 6px;
    margin-left: 21%;
  }
  .cooperatePage .cooperatePage-map-img .market-icon .market-value-main {
    border-radius: 6px;
    font-size: 12px;
    line-height: 20px;
    padding: 15px;
    width: 180px;
  }
  .cooperatePage .cooperatePage-map-img .market-icon .market-value-main img {
    width: 28px;
    margin-bottom: 4px;
  }
  .innerPageLast {
    padding-bottom: 30px;
  }
  .innerPage {
    padding-top: 30px;
  }
  .proDetail-outer .relatedProductsSwiper .relatedProductsSwiper-btns {
    width: 85px;
    height: 30px;
    top: -50px;
  }
  .proDetail-outer .relatedProductsSwiper .relatedProductsSwiper-btns .relatedProductsSwiper-btn img {
    width: 20px;
  }
  .proDetail-outer .relatedProductsSwiper .relatedProductsSwiper-btns .relatedProductsSwiper-btn {
    width: 42px;
  }
  .detail-content table td {
    white-space: nowrap;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    font-size: 16px;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn {
    padding: 8px 6px 8px 12px;
    font-size: 12px;
    margin-top: 12px;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    margin: 12px 0 0;
  }
  .proDetail-inner .pro-intro .pro-intro-one {
    width: 50%;
  }
  .proDetail-inner .pro-intro .pro-intro-contact {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .detail-inner .detail-content-pro {
    margin-bottom: 24px;
  }
  .proDetail-inner .pro-intro .contact-btn {
    padding: 8px 6px 8px 12px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 12px;
  }
  .proDetail-inner .pro-intro .pro-intro-one .pro-intro-p {
    font-size: 12px;
    line-height: 28px;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn img {
    width: 15px;
    margin-right: 6px;
  }
  .proDetail-inner .pro-intro .pro-intro-desc {
    font-size: 12px;
    line-height: 26px;
  }
  .proDetail-inner .pro-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 22px;
  }
  .proDetail-outer .relatedProducts-swiper-slide {
    padding-top: 10px;
    margin-right: 20px;
    width: 38%;
  }
  .proDetail-outer .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    margin-bottom: 10px;
  }
  .proDetail-outer .relatedProducts-swiper-slide .proiSwiper-oneTitle p {
    width: calc(100% - 22px);
  }
  .proDetail-outer .relatedProducts-swiper-slide .proiSwiper-oneTitle img {
    width: 18px;
  }
  .detail-inner .productAdvantages .productAdvantages-one .productAdvantages-img {
    border-radius: 6px;
  }
  .detail-inner .productAdvantages .productAdvantages-one .productAdvantages-title {
    font-size: 14px;
    line-height: 18px;
    margin: 14px 0 6px;
  }
  .detail-inner .productAdvantages .productAdvantages-one .productAdvantages-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .detail-inner .relatedProducts {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
  }
  .detail-inner .productionProcess .productionProcess-one1 {
    margin-bottom: 28px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-title {
    font-size: 14px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-desc {
    font-size: 12px;
  }
  .detail-inner {
    padding: 36px 0;
  }
}
@media only screen and (max-width: 640px) {
  .relatedPage .relatedProducts-swiper-slide {
    width: 45%;
    margin-right: 18px;
  }
  .relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    margin-top: 15px;
  }
  .cooperationPage .cooperation-outer .cooperation-right {
    display: none;
  }
  .cooperationPage .cooperation-outer .cooperation-one {
    width: 25%;
  }
  .whyPage .why-one .why-one-inner .why-one-title {
    font-size: 12px;
    margin: 4px 0;
  }
  .cooperationPage .cooperation-outer .cooperation-one .cooperation-title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .cooperationPage .cooperation-outer .cooperation-one .cooperation-icon img {
    width: 50%;
  }
  .cooperationPage .cooperation-outer .cooperation-one .cooperation-icon {
    width: 42px;
    height: 42px;
  }
  .cooperationPage .cooperation-outer .cooperation-one1 {
    margin-top: 30px;
  }
  .proDetailPage .indexPage-title {
    margin-bottom: 20px;
  }
  .whyPage .why-one {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 100%;
  }
  .proDetail-inner .pro-intro .pro-intro-contact {
    margin: 0 0 12px;
  }
  .proDetail-inner .rightImg-outer .rightImg-btn {
    width: 38px;
    height: 24px;
    line-height: 24px;
  }
  .proDetail-inner .rightImg-outer .rightImg-btn i {
    font-size: 20px;
  }
  .proDetail-inner .rightImg-outer {
    width: 12vw;
    height: 76vw;
  }
  .proDetail-inner .rightImg .rightImg-slide {
    height: 12vw;
  }
  .proDetail-inner .mySwiper2 {
    width: 76vw;
    height: 76vw;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one:nth-of-type(3n) {
    margin-right: 16px;
  }
  .solutionPage .solution-main .solutionData .solutionData-inner .solutionPage-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .solutionPage .solution-main .solutionClassify-outer {
    display: none;
  }
  .solutionPage .solution-main {
    flex-wrap: wrap;
  }
  .solutionPage .classifyAll-btn {
    display: block;
  }
  .solutionPage .solution-main .solutionData {
    width: 100%;
  }
  .prosPage .prosPageClassify {
    margin-bottom: 14px;
  }
  .prosPage .prosPage-one .prosPage-title {
    line-height: 32px;
    height: 32px;
  }
  .proPage-pages {
    margin-top: 26px;
  }
  .prosPage .prosPage-one {
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
    margin-top: 18px;
    padding: 12px 8px;
  }
  .prosPage .prosPage-one .prosPage-value {
    margin-top: 10px;
  }
  .newsPage1 .newsPage-img {
    width: 35%;
    background: transparent;
    border: 1px solid transparent;
  }
  .newsPage1 .newsPage-img img {
    background: #DCDDDD;
    border-radius: 6px;
    border: 1px solid #666666;
  }
  .newsPage1 .newsPage-con {
    width: 60%;
  }
  .cooperatePage2 .processSwiper {
    margin-top: 26px;
  }
  .cooperatePage2 .processSwiper .process-swiper-slide {
    width: 60%;
  }
  .cooperatePage2 .processSwiper .process-dot .process-p {
    width: 20px;
    height: 20px;
  }
  .cooperatePage2 .processSwiper .process-dot .process-p p {
    width: 10px;
    height: 10px;
  }
  .cooperatePage2 .processSwiper .process-icon {
    width: 26px;
    height: 28px;
    transform: translateX(0);
  }
  .aboutPage1 .about-advs {
    flex-wrap: wrap;
  }
  .aboutPage1 .about-advs .about-adv-line:nth-of-type(2) {
    display: none;
  }
  .aboutPage1 .about-advs .about-adv-one {
    width: calc((100% - 1px) / 2);
  }
  .aboutPage2 .cultures {
    flex-wrap: wrap;
  }
  .aboutPage .indexPage-title {
    margin-bottom: 16px;
  }
  .aboutPage .indexPage-title1 {
    margin-bottom: 10px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main p {
    font-size: 14px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main img {
    max-width: 28px;
    max-height: 36px;
    margin-bottom: 7px;
    margin-top: 16px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-index {
    font-size: 36px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-top {
    margin-bottom: 4px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .about-desc {
    margin-top: 11px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner {
    padding: 0px 18px 20px 18px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-mask .culture-one-mask-inner .culture-one-mask-main .culture-one-mask-index {
    font-size: 36px;
  }
  .aboutPage2 .cultures .culture-one .culture-one-inner .culture-one-title {
    font-size: 16px;
  }
  .aboutPage2 .cultures .culture-one {
    width: 100%;
  }
  .aboutPage2 .cultures .culture-one:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .contactPage .contactFormWays .contactFormWays-a .contactFormWays-value {
    font-size: 12px;
  }
  .contactPage .form-input .input {
    font-size: 12px;
    line-height: 34px;
    height: 34px;
    padding: 0 5px 0 14px;
  }
  .contactPage .form-message .message {
    font-size: 12px;
  }
  .contactPage .formButton-box .formButton {
    width: 108px;
    height: 32px;
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 32px;
  }
  .proDetail-outer .relatedProductsSwiper {
    padding-bottom: 50px;
  }
  .proDetail-outer .relatedProductsSwiper .relatedProductsSwiper-btns {
    top: auto;
    bottom: 0px;
  }
  .proDetail-inner .pro-intro {
    width: 100%;
    padding-left: 0;
  }
  .proDetail-inner .pro-intro .pro-intro-line {
    margin-top: 22px;
  }
  .proDetail-outer .relatedProducts-swiper-slide {
    margin-right: 18px;
    width: 45%;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn {
    max-width: 150px;
    height: 38px;
  }
  .proDetail-inner .pro-intro .contact-btn {
    max-width: 150px;
    height: 38px;
  }
  .detail-inner .productAdvantages .productAdvantages-one1 {
    margin-bottom: 22px;
  }
  .detail-inner .productAdvantages .productAdvantages-one {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-title {
    font-size: 12px;
    line-height: 20px;
    margin: 6px 0 6px;
    padding: 0 4px;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
  }
  .detail-inner .productionProcess .productionProcess-one {
    width: 33%;
  }
  .detail-inner .productionProcess .productionProcess-one .productionProcess-desc {
    line-height: 20px;
  }
  .detail-inner .relatedProducts {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .detail-inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 520px) {
  .relatedPage .relatedProducts-swiper-slide {
    width: 55%;
    margin-right: 16px;
  }
  .relatedPage .relatedProductsSwiper {
    padding-bottom: 36px;
  }
  .relatedPage .relatedProducts-swiper-slide {
    padding: 12px 12px;
  }
  .relatedPage .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    padding: 0 10px;
    height: 32px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
  }
  .proDetail-inner .pro-intro .pro-intro-one {
    width: 100%;
  }
  .prosPage .prosPage-one {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .prosPage .prosPage-one:nth-of-type(3n) {
    margin-right: 12px;
  }
  .prosPage .prosPage-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .public-more-news {
    display: none;
  }
  .newsPage1 .newsPage-title {
    margin-top: 4px;
  }
  .newsPage1 .newsPage-desc {
    line-height: 20px;
    margin: 6px 0 0;
  }
  .newsPage1 .newsPage-pages {
    margin-top: 30px;
  }
  .innerPageLast {
    padding-bottom: 20px;
  }
  .innerPage {
    padding-top: 20px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 12px;
  }
  .nside-detail {
    padding: 10px 0px 16px;
  }
  .nside-detail .nside-detail-inner svg {
    width: 20px;
    margin-right: 6px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    margin: 10px 6px 0px;
    font-size: 14px;
  }
  .proDetail-outer .relatedProducts-swiper-slide {
    margin-right: 14px;
    width: 50%;
  }
  .detail-inner .productAdvantages .productAdvantages-one {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .detail-inner .productAdvantages .productAdvantages-one1 {
    margin-bottom: 14px;
  }
  .detail-inner .relatedProducts {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .detail-inner {
    padding: 26px 0;
  }
  .detail-content {
    font-size: 12px;
    line-height: 20px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 4px;
    min-width: 18px;
  }
  .pages .el-pager .number {
    line-height: 24px;
  }
  .pages button {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 431px) {
  .prosPageClassify .prosClassify {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  .cooperatePage2 .processSwiper .process-btn {
    display: none;
  }
  .cooperatePage2 .cooperate-desc1 {
    margin-top: 5px;
  }
  .cooperatePage2 .indexPage-top {
    width: 100%;
  }
  .aboutPage1 .about-advs .about-adv-title {
    font-size: 18px;
    line-height: 22px;
  }
  .aboutPage1 .about-desc {
    margin-top: 8px;
  }
  .aboutPage1 .about-advs .about-adv-one {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutPage1 .about-advs {
    margin: 30px 0 0;
  }
  .aboutPage1 .about-advs .about-adv-line {
    display: none;
  }
  .contactPage .contactFormWays .contactFormWays-a {
    width: 100%;
  }
  .nside-detail {
    margin-top: 42px;
  }
  .contactPage .form-input .input {
    width: 100%;
    margin-top: 12px;
  }
  .contactPage .form-message {
    margin-top: 12px;
  }
  .contactPage .formButton-box .formButton {
    margin: 10px 0 0;
  }
  .contactPage .contactFormWays .contactFormWays-a {
    margin-top: 16px;
  }
  .detail-content table::-webkit-scrollbar {
    height: 4px;
  }
  .detail-inner .productionProcess .productionProcess-one:nth-of-type(1) {
    margin-top: 12px;
  }
  .detail-inner .productionProcess .productionProcess-one:nth-of-type(2) {
    margin-top: 12px;
  }
  .detail-inner .productionProcess .productionProcess-one1 {
    margin-bottom: 0;
  }
  .page-link .page-link-a {
    font-size: 12px;
    line-height: 22px;
  }
  .detail-content table caption {
    padding: 12px 14px;
    font-size: 12px;
  }
  .detail-content table tr:first-child td {
    padding: 12px 14px;
    line-height: 20px;
  }
  .detail-content table td {
    padding: 12px 14px;
  }
}
