.coop-container .coopPage1 {
  background: url('../images/new/coo1-back.png') no-repeat;
  background-size: cover;
}
.coop-container .coopPage1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coop-container .coopPage1 .chooses-box-text {
  z-index: 30;
  max-width: 140px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  opacity: 1;
}
.coop-container .coopPage1 .chooses-box-op {
  opacity: 0;
  transition: 0.5s;
}
.coop-container .coopPage1 .chooses-box-text1 {
  top: 18%;
  left: auto;
  right: 14%;
}
.coop-container .coopPage1 .chooses-box-text2 {
  top: 58%;
  left: auto;
  right: 4%;
}
.coop-container .coopPage1 .chooses-box-text3 {
  top: auto;
  bottom: 14%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.coop-container .coopPage1 .chooses-box-text4 {
  top: 58%;
  left: 4%;
  right: auto;
}
.coop-container .coopPage1 .chooses-box-text5 {
  top: 18%;
  left: 14%;
  right: auto;
}
.coop-container .coopPage1 .coop-img-box {
  width: 540px;
  height: 540px;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coop-container .coopPage1 .coop-img-box .chooses-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0 100%;
  cursor: pointer;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.coop-container .coopPage1 .coop-img-box .chooses-box1 {
  transform: rotate(72deg) skewY(-18deg);
}
.coop-container .coopPage1 .coop-img-box .chooses-box2 {
  transform: rotate(144deg) skewY(-18deg);
}
.coop-container .coopPage1 .coop-img-box .chooses-box3 {
  transform: rotate(216deg) skewY(-18deg);
}
.coop-container .coopPage1 .coop-img-box .chooses-box4 {
  transform: rotate(288deg) skewY(-18deg);
}
.coop-container .coopPage1 .coop-img-box .chooses-box5 {
  transform: rotate(360deg) skewY(-18deg);
}
.coop-container .coopPage1 .coop-img-box .chooses-active {
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.coop-container .coopPage1 .coop-img-box .coop-img-main {
  width: 92%;
}
.coop-container .coopPage1 .coop-img-box .coop-img-center {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 54%;
  height: 54%;
  border-radius: 50%;
  background: url('../images/new/coo1-back.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.coop-container .coopPage1 .coop-img-box .coop-img-center img {
  width: 100px;
}
.coop-container .coopPage1 .coop-main {
  width: 50%;
  max-width: calc(90% - 540px);
}
.coop-container .coopPage1 .coop-swiper {
  width: 100%;
  padding-bottom: 100px;
  margin-top: 20%;
  position: relative;
}
.coop-container .coopPage1 .coop-swiper .industry-one {
  width: 100%;
}
.coop-container .coopPage1 .coop-swiper .industry-one-top {
  width: 100%;
  display: flex;
}
.coop-container .coopPage1 .coop-swiper .industry-one-top .industry-icon {
  width: 40px;
  margin-right: 15px;
}
.coop-container .coopPage1 .coop-swiper .industry-one-top .industry-icon img {
  width: 100%;
}
.coop-container .coopPage1 .coop-swiper .industry-one-top .industry-one-title {
  width: calc(100% - 55px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.coop-container .coopPage1 .coop-swiper .industry-one-desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 22px;
}
.coop-container .coopPage1 .coop-swiper .industry-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  align-items: center;
}
.coop-container .coopPage1 .coop-swiper .industry-controls .industry-btn {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  cursor: pointer;
}
.coop-container .coopPage1 .coop-swiper .industry-controls .industry-btn:hover {
  background: #FAC109;
  border: 1px solid #FAC109;
  color: #fff;
  transition: 0.5s;
}
.coop-container .coopPage1 .coop-swiper .industry-controls .industry-btn:not(.swiper-button-disabled) {
  background: #FAC109;
  border: 1px solid #FAC109;
  color: #fff;
}
.coop-container .coopPage1 .coop-swiper .industry-controls .industry-btn-next {
  margin-left: 20px;
}
.coop-container .coopPage1 .coop-swiper .industry-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FAC109;
}
.coop-container .coopPage1 .coop-swiper .industry-controls .industry-pagination {
  width: calc(100% - 120px);
  left: 120px;
  height: 1px;
  background: #DDDDDD;
  z-index: 1;
  top: auto;
}
.coop-container .coopPage2 {
  background: url('../images/new/coo2-back.png') no-repeat;
  background-size: cover;
}
.coop-container .coopPage2 .webPage-title-main {
  text-align: center;
}
.coop-container .coopPage2 .webPage-title-main .indexPage-title {
  color: #FFFFFF;
}
.coop-container .coopPage2 .marketPlace-main {
  display: flex;
  justify-content: space-between;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace {
  width: calc(90% / 4);
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one {
  width: 100%;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 46px 26px 20px;
  transition: 0.5s;
  position: relative;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-line {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin: 16px 0;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-index {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 24px;
  color: #DDDDDD;
  line-height: 24px;
  margin-top: 23%;
  opacity: 1;
  text-align: right;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-icon {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  bottom: 20px;
  right: 26px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-icon img {
  height: 100%;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one1 {
  margin-top: 30px;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one2 {
  margin-top: 30%;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one-active {
  background: #FAC109;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one-active .market-title {
  color: #fff;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one-active .market-line {
  background: #fff;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one-active .market-desc {
  color: #fff;
  opacity: 0.9;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one-active .market-index {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.coop-container .coopPage2 .marketPlace-main .marketPlace-one-active .market-icon {
  opacity: 1;
  transition: 0.5s;
  z-index: 3;
}
.coop-container .coopPage3 {
  background: #F8F8F8;
  position: relative;
}
.coop-container .coopPage3 .webPage-title-main {
  text-align: center;
}
.coop-container .coopPage4 .webPage-title-main {
  text-align: center;
}
.coop-container .coopPage4 .categories-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.coop-container .coopPage4 .categories-main .categories-one {
  background: #F8F8F8;
  border-radius: 20px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4% 5%;
}
.coop-container .coopPage4 .categories-main .categories-one .categories-icon {
  width: 50px;
  height: 50px;
  background: #999999;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.coop-container .coopPage4 .categories-main .categories-one .categories-icon img {
  width: 60%;
}
.coop-container .coopPage4 .categories-main .categories-one .categories-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 12px 0 10px;
}
.coop-container .coopPage4 .categories-main .categories-one .categories-desc {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.coop-container .coopPage4 .categories-main .categories-one-active {
  box-shadow: 0px 3px 5px 0px rgba(205, 205, 205, 0.48);
  transition: 0.5s;
}
.coop-container .coopPage4 .categories-main .categories-one-active .categories-icon {
  background: #FAC109;
  transition: 0.5s;
}
.coop-container .coopPage4 .categories-main .categories-one-one1 {
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}
.coop-container .coopPage4 .categories-main .categories-one-one2 {
  width: calc((100% - 40px) / 2);
}
.coopProcess-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 420px;
  z-index: 1;
}
.coopProcess-dot img {
  width: 100%;
}
.coopProcess-swiper {
  overflow: hidden;
  z-index: 2;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.coopProcess-swiper .coop-one {
  width: calc((100% - 45px) / 4);
  min-width: 290px;
  height: auto;
  z-index: 50;
  margin-right: 15px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.coopProcess-swiper .coop-one .servicei-one-inner {
  width: 100%;
  padding: 30px;
  z-index: 50;
  position: relative;
}
.coopProcess-swiper .coop-one .servicei-one-img {
  width: 100%;
  border-radius: 6px;
}
.coopProcess-swiper .coop-one .servicei-one-title {
  width: calc(100% - 10px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 18px 0 12px;
  transform: translateX(0);
  transition: 0.5s;
}
.coopProcess-swiper .coop-one .servicei-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.coopProcess-swiper .coop-one:hover .servicei-one-title {
  color: #FAC109;
  transform: translateX(10px);
  transition: 0.5s;
}
.coopProcess-swiper .coop-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  align-items: center;
}
.coopProcess-swiper .coop-controls .coop-btn {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #999;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  cursor: pointer;
}
.coopProcess-swiper .coop-controls .coop-btn:hover {
  background: #FAC109;
  border: 1px solid #FAC109;
  color: #fff;
  transition: 0.5s;
}
.coopProcess-swiper .coop-controls .coop-btn:not(.swiper-button-disabled) {
  background: #FAC109;
  border: 1px solid #FAC109;
  color: #fff;
}
.coopProcess-swiper .coop-controls .coop-btn-next {
  margin-left: 20px;
}
.coopProcess-swiper .coop-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FAC109;
}
.coopProcess-swiper .coop-controls .coop-pagination {
  width: calc(100% - 120px);
  left: 120px;
  height: 1px;
  background: #DDDDDD;
  z-index: 1;
  top: auto;
}
.about-container .companySecond {
  border-bottom: 1px solid #CCCCCC;
}
.about-container .companySecond .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-container .companySecond .company-one {
  width: 20%;
  padding: 30px 6px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
  position: relative;
}
.about-container .companySecond .company-one:hover {
  color: #FAC109;
  transition: 0.5s;
}
.about-container .companySecond .company-one-other {
  width: auto !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
}
.about-container .companySecond .company-one:hover::after {
  width: 100%;
  transition: 0.5s;
}
.about-container .companySecond .company-one::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  height: 1px;
  background: #FAC109;
  transition: 0.5s;
}
.about-container .companySecond .company-one-active {
  color: #FAC109;
  transition: 0.5s;
}
.about-container .companySecond .company-one-active::after {
  width: 100%;
  transition: 0.5s;
}
.about-container .companyPage {
  background: url('../images/new/contact-back.png') no-repeat;
  background-size: cover;
}
.about-container .companyPage .company-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-container .companyPage .company-top .company-text1 {
  font-weight: bold;
  font-size: 36px;
  color: #FAC109;
}
.about-container .companyPage .company-top .company-text2 {
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 12px;
}
.about-container .companyPage .company-words {
  width: 75%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.about-container .companyPage .company-words .company-desc {
  width: 75%;
  margin-bottom: 32px;
}
.about-container .companyPage .company-word-center {
  width: 100%;
  margin: 10px 0 40px;
  display: flex;
  justify-content: space-between;
}
.about-container .companyPage .company-word-center .company-desc {
  width: 50%;
  max-width: calc(100% - 340px);
  padding: 26px 0;
}
.about-container .companyPage .company-word-center .company-img {
  width: 300px;
  border-radius: 10px;
}
.about-container .companyPage .company-img1 {
  width: 100%;
  border-radius: 0;
  max-width: 900px;
}
.about-container .companyPage .company-nums {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(250, 193, 9, 0.3);
  display: flex;
  justify-content: space-between;
}
.about-container .companyPage .company-nums .abouti-num {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 22px;
}
.about-container .companyPage .company-nums .abouti-num .abouti-main-num-one {
  width: auto;
  display: flex;
  height: 60px;
}
.about-container .companyPage .company-nums .abouti-num .count {
  font-family: 'LamaSans-SemiBoldCondensed';
  font-weight: normal;
  font-size: 50px;
  color: #666666;
  line-height: 72px;
  margin-right: 10px;
}
.about-container .companyPage .company-nums .abouti-num .abouti-numRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-container .companyPage .company-nums .abouti-num .abouti-numRight .numTop {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
.about-container .companyPage .company-nums .abouti-num .abouti-numRight .numUnit {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.about-container .companyPage .company-nums .abouti-num .abouti-main-num-one1 .count {
  color: #FAC109;
}
.about-container .companyPage .company-nums .abouti-num .abouti-main-num-one1 .abouti-numRight .numTop {
  color: #FAC109;
}
.about-container .companyPage .company-nums .abouti-num .abouti-main-num-one1 .abouti-numRight .numUnit {
  color: #FAC109;
}
.about-container .companyPage .company-nums .company-desc {
  width: 48%;
}
.about-container .historyPage {
  background: url('../images/new/his-back.png') no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.about-container .historyPage .history-con-swiper {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8% 0 6.5%;
}
.about-container .historyPage .history-con-swiper .history-con {
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0 !important;
  transition: 0.5s;
}
.about-container .historyPage .history-con-swiper .history-title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 40px;
}
.about-container .historyPage .history-con-swiper .history-desc {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 24px;
}
.about-container .historyPage .history-con-swiper .history-con-active {
  opacity: 1 !important;
  z-index: 20;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer {
  width: 100%;
  position: relative;
}
.about-container .historyPage .history-title-swiper-outer .history-title-swiper {
  width: 100%;
  overflow: visible;
}
.about-container .historyPage .history-title-swiper-outer .history-title-slide {
  display: flex;
  width: 25%;
  height: auto;
  align-items: flex-end;
}
.about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-dot {
  width: 1px;
  height: 68px;
  margin-right: 20px;
  position: relative;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-dot::before {
  content: "";
  width: 1px;
  height: 50%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-dot::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: transparent;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-text {
  font-weight: 400;
  font-size: 20px;
  color: #EFEFEF;
  line-height: 38px;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer .history-title-active .history-title-dot::before {
  height: 60px;
  bottom: 8px;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer .history-title-active .history-title-text {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 68px;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer .history-title-active .history-title-dot::after {
  z-index: 12;
  opacity: 1;
  transition: 0.5s;
}
.about-container .historyPage .history-title-swiper-outer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.about-container .historyPage .history-back-text {
  position: absolute;
  bottom: -10%;
  right: -5%;
  max-width: 50%;
}
.about-container .responsibilityPage .responsibility-img {
  width: 100%;
  margin-bottom: 40px;
}
.about-container .responsibilityPage .responsibility-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one {
  width: 45%;
  padding-bottom: 28px;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-icon {
  position: relative;
  height: 35px;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-icon img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-icon .default {
  opacity: 1;
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-icon .active {
  opacity: 0;
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-title {
  font-weight: 500;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-Medium';
  color: #333333;
  margin: 18px 0 10px;
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one1 {
  padding-top: 50px;
  border-top: 1px solid #CCCCCC;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one:nth-of-type(5) {
  padding-bottom: 0;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one:nth-of-type(6) {
  padding-bottom: 0;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one-active .responsibility-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one-active .responsibility-icon .active {
  opacity: 1;
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-main .responsibility-one-active .responsibility-title {
  color: #FAC109;
  transition: 0.5s;
}
.about-container .culturePage .culturePage-top {
  display: flex;
}
.about-container .culturePage .culturePage-top .culturePage-main {
  width: 55%;
}
.about-container .culturePage .culturePage-top .culturePage-main .culturePage-main-inner {
  width: 100%;
  background: #F9F9F9;
  padding: 8% 20% 8% 8%;
}
.about-container .culturePage .culturePage-top .culture-img1 {
  width: 50%;
  border-radius: 0;
  margin-left: -5%;
  margin-top: 10%;
}
.about-container .culturePage .culturePage-bottom {
  display: flex;
}
.about-container .culturePage .culturePage-bottom .culture-img2 {
  width: 50%;
  border-radius: 0;
}
.about-container .culturePage .culturePage-bottom .culture-img2-pc {
  display: block;
}
.about-container .culturePage .culturePage-bottom .culture-img2-m {
  display: none;
}
.about-container .culturePage .culturePage-bottom .culturePage-main {
  width: 50%;
  padding: 38px 5%;
}
.about-container .culturePage .culture-title {
  font-family: 'AlibabaPuHuiTi-Medium';
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.about-container .culturePage .culture-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-container .culturePage .culture-one1 {
  margin-top: 30px;
}
.about-container .newsPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-container .newsPage .news-item {
  width: 100%;
  margin-top: 60px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about-container .newsPage .news-item .news-time {
  width: 68px;
}
.about-container .newsPage .news-item .news-time .news-day {
  text-align: center;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 32px;
  color: #333333;
}
.about-container .newsPage .news-item .news-time .news-year-month {
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.about-container .newsPage .news-item .news-cur-desc {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.about-container .newsPage .news-item .news-cur-con {
  width: calc(90% - 68px - 280px);
}
.about-container .newsPage .news-item .news-cur-img {
  width: 280px;
  display: block;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 0 !important;
}
.about-container .newsPage .news-item .news-cur-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .newsPage .news-item .news-cur-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about-container .newsPage .news-item .news-cur-more {
  margin-top: 5%;
  display: flex;
  align-items: center;
  position: relative;
}
.about-container .newsPage .news-item .news-cur-more .news-cur-default {
  width: 28px;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.about-container .newsPage .news-item .news-cur-more .news-cur-default img {
  width: 100%;
  height: 100%;
}
.about-container .newsPage .news-item .news-cur-more .public-more {
  opacity: 0;
  transition: 0.5s;
}
.about-container .newsPage .news-item .news-cur-title {
  margin: 10px 0 15px;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.about-container .newsPage .news-item:hover .news-cur-more .news-cur-default {
  opacity: 0;
  transform: translateX(44px);
  z-index: -1;
  transition: 1s;
}
.about-container .newsPage .news-item:hover .news-cur-more .public-more {
  opacity: 1;
  transition: 0.5s;
}
.about-container .newsPage .news-item:hover .news-cur-title {
  color: #FAC109;
  transition: 0.5s;
}
.about-container .newsPage .news-item:nth-of-type(1) {
  margin-top: 0;
}
.about-container .newsPage .webPage {
  margin-top: 5%;
}
.about-container .honorPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.about-container .honorPage .honor-one {
  width: calc((100% - 60px) / 3);
  margin-right: 20px;
  margin-top: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.about-container .honorPage .honor-one .honor-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-container .honorPage .honor-one .honor-img .el-image {
  width: 100%;
  display: block;
  border-radius: 0;
}
.about-container .honorPage .honor-one .honor-img .preview {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12px;
}
.about-container .honorPage .honor-one .honor-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding: 20px 14px;
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover {
  box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.23);
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover .honor-text {
  transform: translateX(6px);
  transition: 0.5s;
}
.about-container .honorPage .honor-one:nth-of-type(1) {
  margin-top: 0;
}
.about-container .honorPage .honor-one:nth-of-type(2) {
  margin-top: 0;
}
.about-container .honorPage .honor-one:nth-of-type(3) {
  margin-top: 0;
}
.about-container .honorPage .honor-one:nth-of-type(3n) {
  margin-right: 0;
}
.about-container .honorPage .honor-pages {
  margin-top: 5%;
}
.about-container .honorPage .webPage {
  margin-top: 5%;
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webPage .pageBtn {
  width: auto;
  padding: 6px 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  transition: 0.5s;
}
.webPage .pageBtn .icon {
  width: 22px;
  height: 22px;
}
.webPage .pageBtn .icon1 {
  display: none;
}
.webPage .pageBtn .icon2 {
  display: block;
}
.webPage .pageBtn:hover {
  color: #FAC109;
  transition: 0.5s;
}
.webPage .pageBtn:hover .icon1 {
  display: block;
}
.webPage .pageBtn:hover .icon2 {
  display: none;
}
.webPage .pageBtn-active {
  color: #FAC109;
  transition: 0.5s;
}
.webPage .pageBtn-active .icon1 {
  display: block;
}
.webPage .pageBtn-active .icon2 {
  display: none;
}
.webPage .pages-a {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin: 0 8px;
  font-family: 'AlibabaPuHuiTi-Regular';
  cursor: pointer;
}
.webPage .pages-a:hover {
  color: #FAC109;
}
.webPage .pages-a-active {
  color: #FAC109;
  border-bottom: 1px solid #FAC109;
}
.webPage .pre-pageBtn {
  margin-right: 15px;
}
.webPage .next-pageBtn {
  margin-left: 15px;
}
.webPage-title-main {
  margin-bottom: 40px;
}
.webPage-title-main .indexPage-desc {
  margin-top: 16px;
}
@keyframes aniMapDotInner {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(171, 171, 171, 0.3);
  }
  100% {
    width: 42px;
    height: 42px;
    opacity: 0;
    background: rgba(171, 171, 171, 0.1);
  }
}
.proPage {
  background: url('../images/new/pro-page-back.png') no-repeat;
  background-size: cover;
}
.proPage .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.proPage .pro-main {
  width: calc(100% - 300px);
}
.proPage .pro-main .pro-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.proPage .pro-main .pro-item {
  background: #fff;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.proPage .pro-main .pro-item .proi-cur-img {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #F1F1F1;
}
.proPage .pro-main .pro-item .proi-cur-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.proPage .pro-main .pro-item .proi-cur-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.proPage .pro-main .pro-item .proi-cur-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 50px;
}
.proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
  width: 100%;
  text-align: center;
  padding: 0 6px;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  transition: 0.5s;
  z-index: 1;
}
.proPage .pro-main .pro-item .proi-cur-title .proi-more {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover .proi-cur-title .proi-more {
  top: 0;
  z-index: 2;
  transition: 0.5s;
}
.proPage .pro-main .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 2%;
}
.classification {
  width: 250px;
}
.classification .types-a-default {
  width: 100%;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px 12px 16px;
  transition: 0.5s;
  position: relative;
}
.classification .types-a-default .types-a-name {
  width: calc(100% - 20px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.classification .types-a-default i {
  color: #fff;
  opacity: 0;
  font-size: 20px;
  width: 20px;
  transform: translateX(0);
  transition: 0.5s;
}
.classification .types-a-default:hover {
  border-radius: 8px;
  border-bottom: 1px solid transparent;
  background: #FAC109;
  transition: 0.5s;
}
.classification .types-a-default:hover i {
  opacity: 1;
  transform: translateX(10px);
  transition: 0.5s;
}
.classification .types-a-default:hover .types-a-name {
  color: #FFFFFF;
  transition: 0.5s;
}
.classification .types-a-default::after {
  content: "";
  width: calc(100% - 36px);
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 16px;
}
.classification .types-a-active {
  background: #FAC109;
  border-radius: 8px;
  transition: 0.5s;
}
.classification .types-a-active i {
  opacity: 1;
  transform: translateX(10px);
  transition: 0.5s;
}
.classification .types-a-active .types-a-name {
  color: #FFFFFF;
  transition: 0.5s;
}
.classification .types-a-active::after {
  background: transparent;
}
.afterSales-swiper {
  width: 100%;
  padding-bottom: 90px;
  position: relative;
}
.afterSales-swiper .afterSales-slide {
  width: 35%;
  overflow: hidden;
  margin-right: 25px;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  transition: width 0.3s ease;
}
.afterSales-swiper .afterSales-slide .afterSales-slide-outer {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.afterSales-swiper .afterSales-slide .afterSales-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  padding: 18px 16px;
}
.afterSales-swiper .afterSales-slide .afterSales-inner .afterSales-inner-con {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10% 8%;
}
.afterSales-swiper .afterSales-slide .afterSales-inner .afterSales-title {
  display: flex;
  align-items: center;
}
.afterSales-swiper .afterSales-slide .afterSales-inner .afterSales-title .afterSales-icon {
  width: 26px;
  margin-right: 10px;
}
.afterSales-swiper .afterSales-slide .afterSales-inner .afterSales-title .afterSales-icon img {
  width: 100%;
}
.afterSales-swiper .afterSales-slide .afterSales-inner .afterSales-title .afterSales-text {
  width: calc(100% - 36px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.afterSales-swiper .afterSales-slide .afterSales-inner .afterSales-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  opacity: 0.8;
  margin-top: 3%;
}
.afterSales-swiper .afterSales-slide .afterSales-mask {
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  overflow: hidden;
  position: absolute;
  border: 1px solid #ddd;
  left: 0;
  bottom: 0;
  background: #fff;
  transform: translateY(0);
  transition: 0.8s;
  border-radius: 10px;
  z-index: 10;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-title {
  display: flex;
  align-items: center;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-title .afterSales-mask-icon {
  width: 18px;
  margin-right: 10px;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-title .afterSales-mask-icon img {
  width: 100%;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-title .afterSales-mask-text {
  width: calc(100% - 28px);
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-img {
  width: 100%;
  margin-top: 30px;
}
.afterSales-swiper .afterSales-slide .afterSales-mask .afterSales-mask-img img {
  width: 100%;
  display: block;
}
.afterSales-swiper .afterSales-slide-active {
  width: 35%;
}
.afterSales-swiper .afterSales-slide-active .afterSales-mask {
  padding: 20px 22px;
  transition: 0.5s;
}
.afterSales-swiper .afterSales-slide-active .afterSales-mask .afterSales-mask-img {
  margin-top: 18px;
}
.afterSales-swiper .afterSales-slide-active:hover .afterSales-inner {
  opacity: 1;
  transition: 0.5s;
}
.afterSales-swiper .afterSales-slide-active:hover .afterSales-mask {
  transform: translateY(100%);
  transition: 0.8s;
  z-index: -1;
}
.afterSales-swiper .afterSales-btns {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afterSales-swiper .afterSales-btns .afterSales-btn {
  width: 40px;
  height: 27px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 13px;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  color: #FAC109;
  transition: 0.5s;
  z-index: 20;
}
.afterSales-swiper .afterSales-btns .afterSales-btn:hover {
  background: #FAC109;
  color: #FFFFFF;
  transition: 0.5s;
}
.afterSales-swiper .afterSales-btns .afterSales-btn-prev {
  margin-right: 20px;
}
.afterSales-swiper::before {
  width: calc(100% + (100vw - 1200px / 2));
  height: 1px;
  background: #DDDDDD;
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
}
.inner-title-main {
  margin-bottom: 40px;
}
.inner-title-main .inner-title {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
}
.factory-container .factoryPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.factory-container .factoryPage .factoryImgs-swiper {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}
.factory-container .factoryPage .factoryImgs-swiper .factory-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-pagination {
  width: calc(100% - 120px);
  background: #DDDDDD;
  position: relative;
  height: 1px;
}
.factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-pagination .swiper-pagination-progressbar-fill {
  background: #FAC109;
}
.factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-buttons {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-buttons .factory-button {
  width: 50px;
  height: 50px;
  background: #E9E9E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666;
  transition: 0.5s;
}
.factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-buttons .factory-button:hover {
  background: #FAC109;
  color: #fff;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one {
  padding: 30px 0 40px 40px;
  width: 33.33%;
  margin-right: 0;
  transition: 0.5s;
  cursor: pointer;
  height: auto;
}
.factory-container .factoryPage .factory-one .factory-img {
  width: 100%;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.factory-container .factoryPage .factory-one .factory-img video {
  width: 100%;
  display: block;
}
.factory-container .factoryPage .factory-one .factory-img .videos-main-mask {
  width: 100%;
  height: 100%;
  background: rgba(171, 171, 171, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s;
  z-index: 10;
}
.factory-container .factoryPage .factory-one .factory-img .videos-main-mask-active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one .factory-img .videos-main-play {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.factory-container .factoryPage .factory-one .factory-img .el-image {
  width: 100%;
  display: block;
  border-radius: 0;
}
.factory-container .factoryPage .factory-one .factory-img .preview {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12px;
}
.factory-container .factoryPage .factory-one .factory-back {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 0 40px 40px;
  background: #FFFFFF;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  box-shadow: 0px 5px 5px 0px rgba(220, 220, 220, 0.78);
}
.factory-container .factoryPage .factory-one .factory-text {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one .factory-text .factory-title-one {
  max-width: calc(80% - 30px);
}
.factory-container .factoryPage .factory-one .factory-text .factory-line {
  width: 30px;
  height: 1px;
  background: #CCCCCC;
  transform: translateX(0);
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one:hover .factory-text {
  opacity: 1;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one:hover .factory-text .factory-line {
  transform: translateX(10px);
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one:hover .factory-back {
  opacity: 1;
  box-shadow: 0px 5px 5px 0px rgba(220, 220, 220, 0.78);
}
.factory-container .factoryPage .factory-one-active .factory-text {
  opacity: 1;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one-active .factory-text .factory-line {
  transform: translateX(10px);
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one-active .factory-back {
  opacity: 1;
  box-shadow: 0px 5px 5px 0px rgba(220, 220, 220, 0.78);
}
.factory-container .factoryPage .factory-one:nth-of-type(1) {
  margin-top: 0;
}
.factory-container .factoryPage .factory-one:nth-of-type(2) {
  margin-top: 0;
}
.factory-container .factoryPage .factory-one:nth-of-type(3) {
  margin-top: 0;
}
.factory-container .factoryPage .factory-one:nth-of-type(3n) {
  margin-right: 0;
}
.factory-container .factoryPage .factory-pages {
  margin-top: 5%;
}
.factory-container .factoryPage .webPage {
  margin-top: 5%;
}
.factory-container .factoryPage1 {
  background: url('../images/new/factory-back.png') no-repeat;
  background-size: cover;
}
.factory-container .factoryPage2 .factoryVides {
  display: flex;
  flex-wrap: wrap;
}
.factory-container .factoryPage2 .inner-title-main {
  width: 100%;
}
.factory-container .factoryPage2 .inner-title-main .inner-title {
  text-align: center;
}
.factory-container .factoryPage2 .factory-one-video {
  cursor: pointer;
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.factory-container .factoryPage2 .factory-one-video .factory-one-inner {
  background: #F8F8F8;
  transition: 0.5s;
}
.factory-container .factoryPage2 .factory-one-video .factory-img {
  width: 100%;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.factory-container .factoryPage2 .factory-one-video .factory-img video {
  width: 100%;
  display: block;
}
.factory-container .factoryPage2 .factory-one-video .factory-img .videos-main-mask {
  width: 100%;
  height: 100%;
  background: rgba(171, 171, 171, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s;
  z-index: 10;
}
.factory-container .factoryPage2 .factory-one-video .factory-img .videos-main-mask-active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.factory-container .factoryPage2 .factory-one-video .factory-img .videos-main-play {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 55px;
}
.factory-container .factoryPage2 .factory-one-video .factory-text {
  position: relative;
  display: flex;
  height: 60px;
  padding: 0 6px;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.factory-container .factoryPage2 .factory-one-video-active .factory-text {
  color: #fff;
  transition: 0.5s;
}
.factory-container .factoryPage2 .factory-one-video-active .factory-one-inner {
  width: 100% !important;
  background: #FAC109;
  transition: 0.5s;
}
.factory-container .factoryPage2 .factory-one-video:nth-of-type(1) {
  width: calc((100% - 30px) / 2);
  margin-bottom: 40px;
}
.factory-container .factoryPage2 .factory-one-video:nth-of-type(1) .factory-one-inner {
  width: calc(100% - 30px);
}
.factory-container .factoryPage2 .factory-one-video:nth-of-type(2) {
  width: calc((100% - 30px) / 2);
  margin-right: 0;
  margin-bottom: 40px;
}
.factory-container .factoryPage2 .factory-one-video:nth-of-type(2) .factory-one-inner {
  width: calc(100% - 30px);
}
.factory-container .factoryPage2 .factory-one-video:nth-of-type(5) {
  margin-right: 0;
}
.contactPage {
  background: #F8F8F8;
}
.contactPage .indexPage-inner .contact-info-address {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0 0 34px;
}
.contactPage .indexPage-inner .contact-info-address .contact-icon {
  width: 42px;
  margin-right: 25px;
}
.contactPage .indexPage-inner .contact-info-address .contact-icon img {
  width: 100%;
}
.contactPage .indexPage-inner .contact-info-address .contact-val {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.contactPage .indexPage-inner .contact-infos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contactPage .indexPage-inner .contact-infos .contact-info {
  width: 32%;
  margin-right: 2%;
  cursor: pointer;
  margin-bottom: 40px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactPage .indexPage-inner .contact-infos .contact-info:hover .contact-val {
  color: #FAC109;
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos .contact-info:nth-of-type(3n) {
  margin-right: 0;
}
.contactPage .indexPage-inner .contact-infos .contact-con {
  width: calc(100% - 65px);
  margin-left: 30px;
}
.contactPage .indexPage-inner .contact-infos .contact-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .indexPage-inner .contact-infos .contact-icon img {
  width: 60%;
}
.contactPage .indexPage-inner .contact-infos .contact-type {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  opacity: 0.8;
}
.contactPage .indexPage-inner .contact-infos .contact-val {
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  transition: 0.5s;
}
.contactPage .indexPage-inner .form-desc {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-family: 'AlibabaPuHuiTi-Regular';
  margin-top: 15px;
}
.contactPage .indexPage-inner .contactMenthods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.contactPage .indexPage-inner .contactMenthods p {
  font-size: 14px;
  color: #666666;
  position: relative;
}
.contactPage .indexPage-inner .contactMenthods .contactMenthods-line {
  width: 1px;
  height: 14px;
  background: #666666;
  margin: 0 6px;
}
.contactPage .indexPage-inner .form {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}
.contactPage .indexPage-inner .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .indexPage-inner .form-input .input {
  width: 31%;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 50px;
  font-family: 'AlibabaPuHuiTi-Regular';
  height: 50px;
  background: #fff;
  border-radius: 6px;
  border: 0;
  padding: 0 5px 0 20px;
}
.contactPage .indexPage-inner .form-input .input:focus {
  color: #333;
  border: 0;
  outline: none;
}
.contactPage .indexPage-inner .form-input .input::placeholder {
  color: #666666;
}
.contactPage .indexPage-inner .form-message {
  width: 100%;
  margin-top: 22px;
}
.contactPage .indexPage-inner .form-message .message {
  width: 100%;
  padding: 12px 5px 0 20px;
  height: 110px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  border: 0;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 26px;
  background: #fff;
  border-radius: 6px;
}
.contactPage .indexPage-inner .form-message .message:focus {
  color: #333;
  outline: none;
  border: 0;
}
.contactPage .indexPage-inner .form-message .message::placeholder {
  color: #666666;
}
.contactPage .indexPage-inner .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contactPage .indexPage-inner .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contactPage .indexPage-inner .formButton-box .formButton {
  border: 0;
  cursor: pointer;
  background: transparent;
  width: 160px;
  height: 40px;
  background: #FAC109;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.5s;
}
.contactPage .indexPage-inner .formButton-box .formButton:hover {
  transform: translateY(-2px);
  background: transparent;
  border: 1px solid #E70012;
  color: #E70012;
  transition: 0.5s;
}
@media only screen and (max-width: 1441px) {
  .coop-container .coopPage1 .chooses-box-text {
    font-size: 18px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace {
    width: calc(94% / 4);
  }
  .proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
    font-size: 16px;
  }
  .factory-container .factoryPage2 .factory-one-video .factory-text {
    font-size: 18px;
  }
  .classification .types-a-default .types-a-name {
    font-size: 16px;
  }
  .inner-title-main .inner-title {
    font-size: 32px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one {
    width: 47%;
  }
  .about-container .historyPage .history-con-swiper .history-title {
    font-size: 30px;
    line-height: 30px;
  }
  .about-container .historyPage .history-con-swiper .history-desc {
    margin-top: 20px;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-active .history-title-text {
    font-size: 30px;
    line-height: 60px;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-text {
    font-size: 18px;
  }
  .about-container .historyPage .history-con-swiper {
    padding: 4% 0 5%;
  }
}
@media only screen and (max-width: 1281px) {
  .coop-container .coopPage1 .coop-img-box .coop-img-center img {
    width: 90px;
  }
  .coop-container .coopPage1 .coop-swiper {
    padding-bottom: 70px;
    margin-top: 10%;
  }
  .coop-container .coopPage1 .coop-swiper .industry-controls .industry-pagination {
    width: calc(100% - 104px);
    left: 104px;
  }
  .coop-container .coopPage1 .coop-swiper .industry-controls .industry-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
  }
  .coop-container .coopPage1 .coop-swiper .industry-one-top .industry-icon {
    width: 30px;
    margin-right: 14px;
  }
  .coop-container .coopPage1 .coop-swiper .industry-one-top .industry-one-title {
    font-size: 16px;
  }
  .coop-container .coopPage1 .coop-main {
    max-width: calc(95% - 440px);
  }
  .coop-container .coopPage1 .coop-img-box {
    width: 440px;
    height: 440px;
  }
  .coop-container .coopPage1 .chooses-box-text {
    font-size: 16px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one1 {
    margin-top: 20px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-icon {
    height: 34px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace {
    width: calc(96% / 4);
  }
  .classification {
    width: 200px;
  }
  .proPage .pro-main .pro-item .proi-cur-title {
    height: 44px;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 22px;
  }
  .proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
    line-height: 44px;
  }
  .classification .types-a-default .types-a-name {
    font-size: 14px;
  }
  .classification .types-a-default {
    margin-top: 16px;
    padding: 12px 20px 12px 16px;
  }
  .proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
    font-size: 14px;
  }
  .factory-container .factoryPage2 .factory-one-video .factory-img .videos-main-play {
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
  }
  .proPage .pro-main {
    width: calc(100% - 230px);
  }
  .factory-container .factoryPage .factory-one .factory-text {
    font-size: 18px;
  }
  .factory-container .factoryPage .factory-one {
    padding: 30px 0 30px 30px;
  }
  .factory-container .factoryPage .factory-one .factory-back {
    padding: 30px 0 30px 30px;
  }
  .factory-container .factoryPage2 .factory-one-video .factory-text {
    font-size: 16px;
    height: 52px;
  }
  .inner-title-main .inner-title {
    font-size: 30px;
    line-height: 34px;
  }
  .about-container .companyPage .company-nums {
    margin-top: 36px;
    padding-top: 28px;
  }
  .about-container .companyPage .company-nums .abouti-num .count {
    font-size: 40px;
    line-height: 70px;
    margin-right: 8px;
  }
  .about-container .companyPage .company-nums .abouti-num .abouti-main-num-one {
    height: 54px;
  }
  .about-container .companyPage .company-nums .abouti-num .abouti-numRight .numTop {
    font-size: 16px;
    line-height: 20px;
  }
  .about-container .companyPage .company-top .company-text1 {
    font-size: 30px;
  }
  .about-container .companyPage .company-top .company-text2 {
    margin-top: 6px;
  }
  .about-container .newsPage .news-item .news-cur-title {
    font-size: 16px;
    margin: 10px 0 6px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one {
    padding-bottom: 22px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one1 {
    padding-top: 40px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .about-container .honorPage .webPage {
    margin-top: 4%;
  }
  .webPage-title-main {
    margin-bottom: 30px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-con {
    width: calc(100% - 55px);
    margin-left: 20px;
  }
  .contactPage .indexPage-inner .contact-infos {
    margin-top: 30px;
  }
  .contactPage .indexPage-inner .contact-info-address .contact-icon {
    width: 34px;
    margin-right: 18px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info {
    margin-bottom: 30px;
  }
  .contactPage .indexPage-inner .form {
    padding: 30px 0;
  }
  .contactPage .indexPage-inner .contact-info-address {
    padding: 30px 0 0 28px;
  }
}
@media only screen and (max-width: 1025px) {
  .coop-container .coopPage1 .chooses-box-text-other {
    opacity: 0 !important;
  }
  .coop-container .coopPage1 .coop-main {
    max-width: calc(95% - 340px);
  }
  .coop-container .coopPage1 .coop-img-box {
    width: 340px;
    height: 340px;
  }
  .coop-container .coopPage1 .chooses-box-text {
    font-size: 14px;
  }
  .coop-container .coopPage2 .marketPlace-main {
    justify-content: center;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace {
    width: calc(96% / 2);
    max-width: 370px;
    margin: 0 1%;
  }
  .coop-container .coopPage2 .marketPlace-main {
    flex-wrap: wrap;
  }
  .coopProcess-dot {
    max-width: 256px;
  }
  .coopProcess-swiper .coop-controls .coop-pagination {
    width: calc(100% - 104px);
    left: 104px;
  }
  .coopProcess-swiper .coop-one .servicei-one-inner {
    padding: 22px;
  }
  .coopProcess-swiper .coop-one {
    min-width: 260px;
  }
  .coopProcess-swiper .coop-controls .coop-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
  }
  .coop-container .coopPage4 .categories-main .categories-one-one1 {
    margin-bottom: 20px;
    width: calc((100% - 40px) / 3);
  }
  .coopProcess-swiper .coop-one .servicei-one-title {
    font-size: 16px;
    margin: 12px 0 6px;
  }
  .coop-container .coopPage4 .categories-main .categories-one .categories-icon {
    width: 40px;
    height: 40px;
  }
  .coop-container .coopPage4 .categories-main .categories-one {
    padding: 3% 3%;
  }
  .coop-container .coopPage4 .categories-main .categories-one-one2 {
    width: calc((100% - 30px) / 2);
  }
  .proPage {
    background-size: auto;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .factory-container .factoryPage2 .factory-one-video .factory-text {
    font-size: 14px;
    height: 48px;
  }
  .factory-container .factoryPage .factory-one .factory-text {
    font-size: 16px;
  }
  .factory-container .factoryPage .factory-one {
    width: 260px;
  }
  .inner-title-main .inner-title {
    font-size: 28px;
    line-height: 32px;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-slide {
    width: auto;
    padding-right: 10%;
  }
  .about-container .companyPage .company-nums {
    flex-wrap: wrap;
  }
  .about-container .companyPage .company-nums .abouti-num {
    width: 100%;
    padding-top: 0;
  }
  .about-container .companyPage .company-nums .company-desc {
    width: 100%;
    margin-top: 24px;
  }
  .about-container .companyPage .company-words .company-desc {
    width: 82%;
    margin-bottom: 24px;
  }
  .about-container .companyPage .company-word-center {
    margin: 10px 0 30px;
  }
  .about-container .companyPage .company-top .company-text1 {
    font-size: 26px;
  }
  .about-container .newsPage .news-item .news-time {
    width: 60px;
  }
  .about-container .newsPage .news-item .news-cur-con {
    width: calc(90% - 60px - 240px);
  }
  .about-container .newsPage .news-item .news-cur-img {
    width: 240px;
  }
  .about-container .newsPage .news-item .news-time .news-day {
    font-size: 26px;
  }
  .about-container .newsPage .news-item .news-time .news-year-month {
    font-size: 12px;
    line-height: 26px;
  }
  .about-container .culturePage .culturePage-top .culturePage-main .culturePage-main-inner {
    padding: 8% 12% 8% 8%;
  }
  .about-container .culturePage .culture-one1 {
    margin-top: 22px;
  }
  .about-container .companySecond .company-one {
    padding: 20px 6px 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 14px;
    padding: 14px 8px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info {
    margin-bottom: 24px;
  }
  .webPage-title-main {
    margin-bottom: 24px;
  }
  .contactPage .indexPage-inner .contact-infos {
    margin-top: 0;
  }
  .contactPage .indexPage-inner .form {
    padding: 24px 0;
  }
  .contactPage .indexPage-inner .formButton-box {
    margin-top: 16px;
  }
  .contactPage .indexPage-inner .form-message {
    margin-top: 16px;
  }
  .contactPage .indexPage-inner .form-input .input {
    font-size: 14px;
  }
  .contactPage .indexPage-inner .contact-info-address .contact-val {
    font-size: 14px;
  }
  .contactPage .indexPage-inner .form-message .message {
    font-size: 14px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-con {
    width: calc(100% - 40px);
    margin-left: 14px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-type {
    font-size: 14px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-val {
    font-size: 14px;
  }
  .webPage {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 821px) {
  .coop-container .coopPage1 .coop-img-box {
    width: 280px;
    height: 280px;
  }
  .coop-container .coopPage1 .coop-main {
    max-width: calc(95% - 280px);
  }
  .webPage-title-main .indexPage-desc {
    margin-top: 10px;
  }
  .coop-container .coopPage1 .chooses-box-text {
    font-size: 12px;
  }
  .webPage-title-main .indexPage-desc {
    margin-top: 2px;
  }
  .coop-container .coopPage1 .coop-swiper .industry-one-top .industry-one-title {
    font-size: 14px;
  }
  .coop-container .coopPage1 .coop-swiper .industry-one-top .industry-icon {
    width: 22px;
    margin-right: 12px;
  }
  .coop-container .coopPage1 .coop-swiper .industry-one-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one2 {
    margin-top: 14%;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one {
    padding: 30px 20px 20px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-line {
    margin: 12px 0;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-title {
    font-size: 16px;
  }
  .coopProcess-swiper .coop-one .servicei-one-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .coop-container .coopPage4 .categories-main .categories-one .categories-title {
    font-size: 16px;
    margin: 6px 0 6px;
  }
  .coop-container .coopPage4 .categories-main .categories-one-one2 {
    width: calc((100% - 14px) / 2);
  }
  .coop-container .coopPage4 .categories-main .categories-one-one1 {
    margin-bottom: 14px;
    width: calc((100% - 24px) / 3);
  }
  .coop-container .coopPage4 .categories-main .categories-one .categories-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
    margin-bottom: 16px;
  }
  .classification .logo .logo-default {
    width: 82px;
  }
  .classification .types-a-default {
    margin-top: 10px;
    padding: 10px 12px 10px 12px;
  }
  .proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
    line-height: 40px;
  }
  .proPage .pro-main .pro-item .proi-cur-title {
    height: 40px;
  }
  .proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
    font-size: 12px;
  }
  .classification .types-a-default .types-a-name {
    font-size: 12px;
  }
  .proPage .pro-main {
    width: calc(100% - 180px);
  }
  .classification {
    width: 160px;
  }
  .factory-container .factoryPage2 .factory-one-video {
    margin-right: 18px;
    width: calc((100% - 36px) / 3);
  }
  .inner-title-main {
    margin-bottom: 26px;
  }
  .inner-title-main .inner-title {
    font-size: 20px;
  }
  .about-container .historyPage .history-con-swiper {
    width: 90%;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-text {
    font-size: 16px;
  }
  .about-container .historyPage .history-con-swiper .history-desc {
    font-size: 14px;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-active .history-title-text {
    font-size: 22px;
  }
  .about-container .historyPage .history-con-swiper {
    padding: 6% 0 2%;
  }
  .about-container .historyPage .history-con-swiper .history-title {
    font-size: 24px;
    line-height: 30px;
  }
  .about-container .historyPage .history-con-swiper .history-desc {
    margin-top: 10px;
  }
  .about-container .companyPage .company-nums {
    margin-top: 24px;
    padding-top: 24px;
  }
  .about-container .companyPage .company-nums .company-desc {
    margin-top: 16px;
  }
  .about-container .companyPage .company-nums .abouti-num .count {
    font-size: 30px;
    line-height: 50px;
  }
  .about-container .companyPage .company-nums .abouti-num .abouti-main-num-one {
    height: 42px;
  }
  .about-container .companyPage .company-nums {
    margin-top: 30px;
  }
  .about-container .companyPage .company-nums .company-desc {
    margin-top: 20px;
  }
  .about-container .companyPage .company-nums .abouti-num .abouti-numRight .numUnit {
    font-size: 12px;
  }
  .about-container .companyPage .company-word-center .company-img {
    width: 220px;
    margin-top: 10px;
  }
  .about-container .companyPage .company-word-center .company-desc {
    width: calc(100% - 240px);
    max-width: 100%;
    padding: 18px 0;
  }
  .about-container .companyPage .company-words .company-desc {
    width: 95%;
    margin-bottom: 20px;
  }
  .about-container .companyPage .company-words {
    width: 90%;
  }
  .about-container .companyPage .company-top .company-text1 {
    font-size: 22px;
  }
  .about-container .companyPage .company-top .company-text2 {
    font-size: 12px;
  }
  .about-container .companyPage .company-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .newsPage .news-item .news-cur-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .newsPage .news-item .news-cur-img {
    width: 190px;
  }
  .about-container .newsPage .news-item .news-cur-con {
    width: calc(90% - 60px - 190px);
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one {
    padding-bottom: 18px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one1 {
    padding-top: 30px;
  }
  .about-container .responsibilityPage .responsibility-img {
    margin-bottom: 30px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-icon {
    height: 28px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-title {
    font-size: 14px;
    margin: 12px 0 6px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one .responsibility-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .culturePage .culturePage-top .culturePage-main .culturePage-main-inner {
    padding: 28px 5% 50px;
  }
  .about-container .culturePage .culturePage-top {
    flex-wrap: wrap;
  }
  .about-container .culturePage .culturePage-top .culturePage-main {
    width: 100%;
  }
  .about-container .culturePage .culturePage-bottom {
    flex-wrap: wrap;
  }
  .about-container .culturePage .culturePage-bottom .culturePage-main {
    width: 100%;
    background: #F9F9F9;
  }
  .about-container .culturePage .culturePage-top .culture-img1 {
    margin: -30px auto 30px;
    width: 90%;
    max-width: 450px;
  }
  .about-container .culturePage .culturePage-bottom .culture-img2-m {
    display: block;
    margin: -30px auto 30px;
    width: 90%;
    max-width: 450px;
  }
  .about-container .culturePage .culturePage-bottom .culture-img2-pc {
    display: none;
  }
  .about-container .culturePage .culturePage-bottom .culturePage-main {
    padding: 28px 5% 50px;
  }
  .about-container .culturePage .culture-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .about-container .culturePage .culture-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .contactPage .indexPage-inner .contact-info-address .contact-icon {
    width: 28px;
    margin-right: 16px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-type {
    font-size: 12px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info {
    width: 48%;
    margin: 0 1% 24px;
    border-radius: 4px;
  }
  .contactPage .indexPage-inner .form-input .input {
    font-size: 12px;
    line-height: 42px;
    height: 42px;
  }
  .contactPage .indexPage-inner .contactMenthods p {
    font-size: 12px;
  }
  .contactPage .indexPage-inner .contact-info-address .contact-val {
    font-size: 12px;
  }
  .contactPage .indexPage-inner .formButton-box .formButton {
    width: 130px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
  .contactPage .indexPage-inner .form-message .message {
    font-size: 12px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-val {
    font-size: 12px;
  }
  .contactPage .indexPage-inner .form-desc {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 641px) {
  .coop-container .coopPage1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .coop-container .coopPage1 .coop-img-box {
    width: 90vw;
    height: 90vw;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
  }
  .coop-container .coopPage1 .coop-main {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }
  .classification .logo {
    display: none;
  }
  .proPage .indexPage-outer {
    flex-wrap: wrap;
  }
  .classification {
    width: 100%;
  }
  .classification .indexPage-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .proPage .pro-main {
    width: 100%;
    margin-top: 28px;
  }
  .classification .types-a-default {
    width: 33.33%;
    margin-top: 0;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(2) {
    margin-bottom: 14px;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(1) {
    margin-bottom: 14px;
  }
  .factory-container .factoryPage2 .factory-one-video {
    margin-right: 12px;
    width: calc((100% - 24px) / 3);
  }
  .factory-container .factoryPage2 .factory-one-video .factory-text {
    font-size: 12px;
    height: 40px;
  }
  .factory-container .factoryPage2 .factory-one-video .factory-img .videos-main-play {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 34px;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(2) {
    width: calc((100% - 18px) / 2);
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(2) .factory-one-inner {
    width: 100%;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(1) .factory-one-inner {
    width: 100%;
  }
  .factory-container .factoryPage2 .factory-one-video:nth-of-type(1) {
    width: calc((100% - 18px) / 2);
  }
  .factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-pagination {
    width: calc(100% - 96px);
  }
  .factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-buttons {
    width: 96px;
  }
  .factory-container .factoryPage .factoryImgs-swiper .factory-bottom .factory-buttons .factory-button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-active .history-title-text {
    font-size: 16px;
  }
  .about-container .historyPage .history-title-swiper-outer .history-title-slide .history-title-text {
    font-size: 14px;
  }
  .about-container .historyPage .history-con-swiper .history-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .historyPage .history-con-swiper .history-title {
    font-size: 20px;
    line-height: 24px;
  }
  .about-container .newsPage .news-item {
    align-items: center;
  }
  .about-container .newsPage .news-item .news-cur-img {
    width: 140px;
    background: transparent;
  }
  .about-container .newsPage .news-item .news-time {
    display: none;
  }
  .about-container .newsPage .news-item .news-cur-con {
    width: calc(95% - 140px);
  }
  .about-container .newsPage .news-item .news-cur-title {
    font-size: 14px;
    margin: 4px 0 2px;
  }
  .about-container .companySecond .company-one {
    padding: 16px 6px 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .honorPage .webPage {
    margin-top: 22px;
  }
  .webPage .pageBtn {
    padding: 6px 10px;
  }
  .webPage .pre-pageBtn {
    margin-right: 8px;
  }
  .webPage .next-pageBtn {
    margin-left: 8px;
  }
  .webPage .pageBtn .icon {
    width: 20px;
    height: 18px;
  }
  .webPage .pageBtn {
    font-size: 12px;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 12px;
    padding: 10px 8px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info:nth-of-type(1) {
    width: 100%;
    margin: 0 1% 14px;
  }
  .contactPage .indexPage-inner .contact-infos .ontact-info-other {
    width: 100%;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one4 {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 521px) {
  .coop-container .coopPage4 .categories-main .categories-one-one1 {
    width: 100%;
  }
  .coop-container .coopPage4 .categories-main .categories-one-one2 {
    width: 100%;
    margin-bottom: 16px;
  }
  .inner-title-main .inner-title {
    font-size: 22px;
    line-height: 30px;
  }
  .about-container .companyPage .company-nums .abouti-num .count {
    font-size: 32px;
    line-height: 56px;
  }
  .about-container .companyPage .company-words {
    width: 100%;
  }
  .about-container .companyPage .company-word-center {
    margin: 10px 0 20px;
  }
  .about-container .companyPage .company-word-center {
    flex-wrap: wrap;
  }
  .about-container .companyPage .company-word-center .company-desc {
    width: 100%;
    padding: 0 0 18px;
  }
  .about-container .companyPage .company-words .company-desc {
    width: 100%;
    margin-bottom: 18px;
  }
  .about-container .companyPage .company-word-center .company-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 431px) {
  .about-container .companySecond .company-one-other {
    width: 50% !important;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one {
    padding: 20px 15px 16px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one2 {
    margin-top: 22px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-title {
    font-size: 14px;
  }
  .coop-container .coopPage2 .marketPlace-main .marketPlace-one .market-line {
    margin: 8px 0;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 12px) / 2);
  }
  .proPage .pro-main .pro-item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .proPage .pro-main .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-container .responsibilityPage .responsibility-img {
    margin-bottom: 24px;
  }
  .about-container .responsibilityPage .responsibility-main .responsibility-one {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 18px;
    border-top: 1px solid #CCCCCC;
  }
  .about-container .culturePage .culture-one1 {
    margin-top: 16px;
  }
  .about-container .culturePage .culturePage-top .culture-img1 {
    margin: -30px auto 22px;
  }
  .about-container .companySecond .company-one {
    width: 33.33%;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 14px) / 2);
  }
  .about-container .honorPage .honor-one:nth-of-type(3n) {
    margin-right: 14px;
  }
  .about-container .honorPage .honor-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .contactPage .indexPage-inner .contact-info-address {
    padding: 22px 0 0 12px;
  }
  .contactPage .indexPage-inner .form-message {
    margin-top: 0;
  }
  .contactPage .indexPage-inner .form-input .input {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .coop-container .coopPage2 .marketPlace-main .marketPlace {
    width: 100%;
  }
  .about-container .companyPage .company-nums .abouti-num .count {
    font-size: 40px;
    line-height: 62px;
  }
  .about-container .companyPage .company-nums .abouti-num {
    flex-wrap: wrap;
  }
  .about-container .companyPage .company-nums .abouti-num .abouti-main-num-one {
    width: 100%;
    margin: 12px 0;
  }
  .about-container .newsPage .news-item {
    flex-wrap: wrap;
  }
  .about-container .newsPage .news-item .news-cur-img {
    width: 100%;
    margin-bottom: 18px;
  }
  .about-container .newsPage .news-item .news-cur-con {
    width: 100%;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info {
    width: 100%;
    margin-bottom: 12px;
  }
  .contactPage .indexPage-inner .contact-infos {
    padding-bottom: 12px;
  }
}
