.about-container .companyPage {
  background: url('../images/new/company-back.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.about-container .companyPage .company-bottom-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.about-container .companyPage .companyTop .indexPage-inner {
  display: flex;
}
.about-container .companyPage .companyTop .companyTop-left {
  width: 50%;
  padding-right: 5%;
}
.about-container .companyPage .companyTop .companyTop-title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  font-family: 'Pf-B';
}
.about-container .companyPage .companyTop .companyTop-desc1 {
  margin-top: 7%;
}
.about-container .companyPage .companyTop .companyTop-nums {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6%;
}
.about-container .companyPage .companyTop .companyTop-nums .companyTop-num {
  margin-top: 40px;
}
.about-container .companyPage .companyTop .companyTop-nums .companyTop-num-con {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.about-container .companyPage .companyTop .companyTop-nums .companyTop-num-main {
  font-weight: normal;
  font-size: 70px;
  color: #FF6A03;
  font-family: 'LamaSans-SemiBoldCondensed';
  line-height: 80px;
}
.about-container .companyPage .companyTop .companyTop-nums .companyTop-num-desc {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
  transform: translateY(-14px);
}
.about-container .companyPage .companyTop .companyTop-nums .companyTop-num-desc .companyTop-num-add {
  font-family: 'Pf-M';
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-container .companyPage .companyTop .companyTop-nums .companyTop-num3 {
  display: none;
}
.about-container .companyPage .companyTop .companyTop-right {
  width: 50%;
  margin-bottom: 50px;
}
.about-container .companyPage .companyTop .companyTop-right .companyTop-right-img {
  width: auto;
}
.about-container .companyPage .companyTop .companyTop-right .companyTop-right-img img {
  max-width: 160%;
  width: auto;
}
.about-container .companyPage .companyTop .companyTop-right .companyTop-right-con {
  padding-left: 10%;
}
.about-container .companyPage .company-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-container .companyPage .companyBottom {
  position: relative;
}
.about-container .companyPage .companyBottom .companyBottom-desc1 {
  margin-top: 8%;
}
.about-container .companyPage .companyBottom .indexPage-inner {
  display: flex;
  justify-content: flex-end;
}
.about-container .companyPage .companyBottom .companyBottom-desc {
  width: 50%;
  padding-left: 5%;
  z-index: 12;
}
.about-container .companyPage .companyBottom .companyBottom-img {
  width: 90%;
  z-index: 1;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  left: -16%;
}
.about-container .responsibilityPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.about-container .responsibilityPage .responsibility-outer {
  width: 46%;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one {
  width: 100%;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text {
  display: flex;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text .responsibility-one-text1 {
  width: 40px;
  font-weight: bold;
  font-family: 'Pf-B';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text .responsibility-one-text2 {
  font-family: 'Pf-M';
  width: calc(100% - 40px);
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  margin: 6px 0 18px;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-line {
  width: 100%;
  margin-top: 20px;
  height: 3px;
  display: flex;
  align-items: center;
  position: relative;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-line .responsibility-one-line-dom {
  width: 100%;
  height: 1px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-line .responsibility-one-line-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 9%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-line .responsibility-one-line-right {
  position: absolute;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  height: 3px;
  width: 80%;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-img {
  width: 100%;
  padding: 10px;
  background: url('../images/new/socialRes-back.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.about-container .responsibilityPage .responsibility-outer .responsibility-one1 {
  margin-top: 14%;
}
.about-container .historyPage {
  background: url('../images/new/history-back.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.about-container .historyPage .indexPage-inner {
  padding-bottom: 5%;
}
.about-container .historyPage .history-img {
  width: 100%;
  overflow: hidden;
}
.about-container .historyPage .history-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .historyPage .history-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about-container .historyPage .history-main {
  position: relative;
}
.about-container .historyPage .history-main .history-one {
  display: flex;
  margin-top: 6%;
}
.about-container .historyPage .history-main .history-one .history-dom {
  width: calc(50% - 18px);
}
.about-container .historyPage .history-main .history-one .history-con {
  width: calc(50% + 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-container .historyPage .history-main .history-one .history-dot-outer {
  width: 36px;
  z-index: 20;
  height: 36px;
  border-radius: 50%;
  border: 1px dashed transparent;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-container .historyPage .history-main .history-one .history-dot-outer .history-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-container .historyPage .history-main .history-one .history-dot-outer .history-dot p {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one .history-con-main {
  width: calc(95% - 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-icon {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #999999;
  position: relative;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-icon img {
  width: 54%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-icon .default {
  opacity: 1;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-icon .active {
  opacity: 0;
  transform: translateY(-50%) rotateZ(0deg);
  transition: 1.2s;
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-intro {
  width: calc(100% - 86px);
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-intro .history-con-title {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'Pf-M';
}
.about-container .historyPage .history-main .history-one .history-con-main .history-con-intro .history-con-desc {
  font-weight: 400;
  margin-top: 12px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-container .historyPage .history-main .history-one1 .history-con-main {
  width: calc(90% - 36px);
}
.about-container .historyPage .history-main .history-one-active .history-con-main {
  display: flex;
  align-items: center;
}
.about-container .historyPage .history-main .history-one-active .history-con-main .history-con-icon {
  border: 1px solid #FF6A03;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one-active .history-con-main .history-con-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one-active .history-con-main .history-con-icon .active {
  opacity: 1;
  transform: translateY(-50%) rotateZ(360deg);
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one-active .history-dot-outer {
  border: 1px dashed #FF6A03;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one-active .history-dot-outer .history-dot {
  border: 1px solid #FF6A03;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-one-active .history-dot-outer .history-dot p {
  background: #FF6A03;
  transition: 0.5s;
}
.about-container .historyPage .history-main .history-line {
  width: 1px;
  height: 105%;
  position: absolute;
  top: 5%;
  z-index: 1;
  left: 50%;
  background: #999999;
  transform: translateX(-50%);
}
.about-container .culturePage {
  background: url('../images/new/culture-back.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .culturePage .culture-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-container .culturePage .culture-one .culture-imgs {
  width: 45%;
}
.about-container .culturePage .culture-one .culture-imgs img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .culturePage .culture-one .culture-imgs:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about-container .culturePage .culture-one .culture-con {
  width: 45%;
  padding: 4% 0;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one {
  width: 100%;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title {
  font-family: 'Pf-M';
  display: flex;
  margin-bottom: 14px;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-index {
  font-weight: 500;
  font-family: 'Pf-M';
  font-size: 18px;
  color: #FF6A03;
  line-height: 24px;
  width: 26px;
  margin-right: 10px;
  margin-top: 20px;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-main {
  max-width: calc(100% - 36px);
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-main .culture-con-title-text {
  width: 100%;
  padding-left: 32px;
  transition: 0.5s;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-main .culture-con-title-img {
  width: 100%;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-main .culture-con-title-img img {
  width: 100%;
  max-height: 20px;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one:hover .culture-con-title-main {
  max-width: calc(100% - 36px);
}
.about-container .culturePage .culture-one .culture-con .culture-con-one:hover .culture-con-title-main .culture-con-title-text {
  color: #FF6A03;
  padding-left: 16px;
  transition: 0.5s;
}
.about-container .culturePage .culture-one .culture-con .culture-con-one1 {
  margin-top: 10%;
}
.about-container .culturePage .culture-one1 {
  margin: 3% 0;
}
.about-container .culturePage .culture-one1 .culture-imgs-m {
  display: none;
}
.about-container .culturePage .culture-one1 .culture-imgs-pc {
  display: block;
}
.about-container .newsPage {
  background: url('../images/new/newsPage-back.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .newsPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-container .newsPage .news-item {
  height: auto;
  position: relative;
}
.about-container .newsPage .news-item .news-time {
  font-weight: 400;
  font-size: 14px;
  color: #FEFEFE;
  line-height: 24px;
  margin-top: 8%;
  margin-bottom: 8px;
}
.about-container .newsPage .news-item .news-cur-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.about-container .newsPage .news-item .news-cur-more .public-more {
  min-width: 0;
  padding: 0 14%;
}
.about-container .newsPage .news-item .news-cur-img {
  width: 100%;
  display: block;
  overflow: hidden;
  background: url('../images/new/news-one-back.png') no-repeat;
  background-size: 100% 100%;
  padding: 6px;
}
.about-container .newsPage .news-item .news-cur-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .newsPage .news-item .news-cur-title {
  margin: 10px 0 8px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #FEFEFE;
  line-height: 24px;
  transition: 0.5s;
}
.about-container .newsPage .news-item:hover .news-cur-img {
  background: url('../images/new/news-one-back-active.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .newsPage .news-item:hover .news-cur-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.about-container .newsPage .news-item:nth-child(3n+1) {
  width: 32%;
  padding: 7% 44px 0 0;
}
.about-container .newsPage .news-item:nth-child(3n+2) {
  padding: 7% 44px 0 44px;
  width: 36%;
}
.about-container .newsPage .news-item:nth-child(3n+3) {
  width: 32%;
  padding: 7% 0 0 44px;
}
.about-container .newsPage .news-item:nth-of-type(1) {
  padding-top: 0;
}
.about-container .newsPage .news-item:nth-of-type(2) {
  padding-top: 0;
}
.about-container .newsPage .news-item:nth-of-type(3) {
  padding-top: 0;
}
.about-container .newsPage .news-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.about-container .newsPage .news-item:nth-of-type(3n):before {
  display: none;
}
.about-container .honorPage {
  background: url('../images/new/honor-back.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .honorPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.about-container .honorPage .honor-one {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-top: 34px;
  transition: 0.5s;
  cursor: pointer;
}
.about-container .honorPage .honor-one .honor-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px;
}
.about-container .honorPage .honor-one .honor-img .el-image {
  width: 100%;
  display: block;
  border-radius: 0;
}
.about-container .honorPage .honor-one .honor-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  line-height: 24px;
  padding: 10px 14px;
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover {
  box-shadow: 0 6px 20px 0 rgba(151, 151, 151, 0.23);
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover .honor-text {
  opacity: 1;
  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(4) {
  margin-top: 0;
}
.about-container .honorPage .honor-one:nth-of-type(4n) {
  margin-right: 0;
}
.about-container .honorPage .honor-pages {
  margin-top: 5%;
}
.about-container .honorPage .webPage {
  margin-top: 5%;
}
.aboutPage {
  overflow: hidden;
  position: relative;
  min-height: 880px;
}
.aboutPage .companySecondNav {
  position: absolute;
  left: 0;
  top: 100px;
  width: 174px;
  height: 680px;
  overflow-y: auto;
}
.aboutPage .companySecondNav-one {
  width: 100%;
  display: flex;
  margin-bottom: 34px;
  justify-content: space-between;
}
.aboutPage .companySecondNav-one .companySecondNav-dot-outer {
  width: 54px;
  height: 10px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.aboutPage .companySecondNav-one .companySecondNav-dot-outer .companySecondNav-line {
  width: 0;
  height: 1px;
  background: #FF6A03;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one .companySecondNav-dot-outer .companySecondNav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #F86804;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one .companySecondNav-dot-outer .companySecondNav-dot p {
  width: 4px;
  height: 4px;
  background: #F86804;
  border-radius: 50%;
}
.aboutPage .companySecondNav-one .companySecondNav-title {
  width: 110px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one:hover .companySecondNav-dot-outer .companySecondNav-line {
  width: 44px;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one:hover .companySecondNav-dot-outer .companySecondNav-dot {
  opacity: 1;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one:hover .companySecondNav-title {
  color: #F86804;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one-active .companySecondNav-dot-outer .companySecondNav-line {
  width: 44px;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one-active .companySecondNav-dot-outer .companySecondNav-dot {
  opacity: 1;
  transition: 0.5s;
}
.aboutPage .companySecondNav-one-active .companySecondNav-title {
  color: #F86804;
  transition: 0.5s;
}
.aboutPage .company-title {
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}
.coop-container .coopPage .coopPage-title {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.coop-container .coopPage1 {
  background: #1e1e1e url('../images/new/coop1-back.png') no-repeat;
  background-size: 100% auto;
  position: relative;
}
.coop-container .coopPage1 .coopPage1-main {
  display: flex;
  justify-content: space-between;
}
.coop-container .coopPage1 .coopPage1-con {
  width: 32%;
  margin-right: -6%;
  z-index: 2;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one {
  margin-bottom: 20px;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one .coopPage1-con-title {
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 18px;
  transition: 0.5s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one .coopPage1-con-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 9px;
  height: 9px;
  background: url('../images/new/bai-lingxing.png') no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  transition: 0.5s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one .coopPage1-con-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: 0.5s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one .coopPage1-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  overflow: hidden;
  max-height: 0;
  height: auto;
  transition: max-height 0.8s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one-last .coopPage1-con-title::before {
  background: rgba(255, 255, 255, 0);
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one-active .coopPage1-con-title {
  padding: 8px 10px;
  display: inline-block;
  background: url('../images/new/coop1-one-back.png') no-repeat;
  background-size: 100% 100%;
  max-width: 100%;
  text-align: center;
  min-width: 160px;
  transition: 0.5s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one-active .coopPage1-con-title::after {
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one-active .coopPage1-con-title::before {
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
.coop-container .coopPage1 .coopPage1-con .coopPage1-con-one-active .coopPage1-con-desc {
  overflow-y: auto;
  max-height: 300px;
  transition: max-height 0.8s;
}
.coop-container .coopPage1 .coopPage1-map-pc {
  display: block;
}
.coop-container .coopPage1 .coopPage1-map-pc .coopPage-dot:nth-of-type(1) {
  top: 23%;
  left: 24%;
}
.coop-container .coopPage1 .coopPage1-map-pc .coopPage-dot:nth-of-type(2) {
  top: 29%;
  left: 29%;
}
.coop-container .coopPage1 .coopPage1-map-pc .coopPage-dot:nth-of-type(3) {
  top: 62%;
  left: 27%;
}
.coop-container .coopPage1 .coopPage1-map-pc .coopPage-dot:nth-of-type(4) {
  top: 68%;
  left: 55%;
}
.coop-container .coopPage1 .coopPage1-map-pc .coopPage-dot:nth-of-type(5) {
  top: 41%;
  left: 76%;
}
.coop-container .coopPage1 .coopPage1-map-m {
  display: none;
}
.coop-container .coopPage1 .coopPage1-map-m .coopPage-dot:nth-of-type(1) {
  top: 23%;
  left: 24%;
}
.coop-container .coopPage1 .coopPage1-map-m .coopPage-dot:nth-of-type(2) {
  top: 29%;
  left: 29%;
}
.coop-container .coopPage1 .coopPage1-map-m .coopPage-dot:nth-of-type(3) {
  top: 62%;
  left: 27%;
}
.coop-container .coopPage1 .coopPage1-map-m .coopPage-dot:nth-of-type(4) {
  top: 68%;
  left: 55%;
}
.coop-container .coopPage1 .coopPage1-map-m .coopPage-dot:nth-of-type(5) {
  top: 41%;
  left: 76%;
}
.coop-container .coopPage1 .coopPage1-map {
  width: 74%;
  z-index: 1;
  margin-top: 5%;
}
.coop-container .coopPage1 .coopPage1-map .coopPage1-map-inner {
  width: 100%;
  position: relative;
}
.coop-container .coopPage1 .coopPage1-map .coop-map {
  width: 100%;
}
.coop-container .coopPage1 .coopPage1-map .coopPage-dot {
  position: absolute;
  width: 19px;
  height: 19px;
}
.coop-container .coopPage1 .coopPage1-map .coopPage-dot img {
  width: 100%;
  height: 100%;
}
.coop-container .coopPage1 .coopPage1-map .coopPage-companyImg {
  width: 190px;
  position: absolute;
  top: 30%;
  left: 82%;
}
.coop-container .coopPage1 .coopPage1-map .coopPage-companyImg img {
  width: 100%;
}
.coop-container .coopPage1 .coopPage1-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.coop-container .coopPage2 {
  background: url('../images/new/coop2-back.png') no-repeat;
  background-size: 100% 100%;
}
.coop-container .coopPage3 {
  background: url('../images/new/coop3-back.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.coop-container .coopPage3 .coopPage3-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.coop-container .coopPage4 {
  background: url('../images/new/coop4-back.png') no-repeat;
  background-size: 100% 100%;
}
.coop-container .coopPage4 .swiper-bottom-btn {
  margin-top: 5%;
}
.coop-container .coopPage4 .coopProcess-swiper {
  width: 100%;
  overflow: visible;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide {
  width: 280px;
  cursor: pointer;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide:hover .coopProcess-index .coopProcess-index-inner {
  transform: translateX(-100px);
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide:hover .coopProcess-index .coopProcess-num {
  transform: translateX(48%);
  background: url('../images/new/coopProcess-num-active.png') no-repeat;
  border-left: 2px solid #FF6A03;
  transition: 0.5s;
  background-size: 100% 100%;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide:hover .coopProcess-index .coopProcess-line {
  background: #FF6A03;
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide:hover .coopProcess-index .coopProcess-dot .coopProcess-dot-p {
  background: url('../images/new/coopProcess-dot-p-active.png') no-repeat;
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide:hover .coopProcess-dot-line::after {
  width: 100%;
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-slide:hover .coopProcess-con .coopProcess-title .coopProcess-title-text {
  left: 0;
  transform: translateX(0);
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-index {
  width: 80%;
  display: flex;
  justify-content: center;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-line {
  width: 2px;
  height: 58px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
  z-index: -1;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-index-inner {
  display: flex;
  z-index: 12;
  width: 70px;
  transform: translateX(-100px);
  transition: 0.5s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-num {
  width: 70px;
  font-weight: 500;
  font-family: 'Pf-M';
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  height: 35px;
  background: url('../images/new/coopProcess-num.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  transform: translateX(48%);
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-dot {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 1px;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-dot .coopProcess-dot-p {
  width: 24px;
  height: 24px;
  background: url('../images/new/coopProcess-dot-p.png') no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-dot-line {
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #666666;
  position: relative;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-dot-line::after {
  content: "";
  width: 0;
  z-index: 1;
  height: 1px;
  background: #FF6A03;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-con .coopProcess-title {
  width: 80%;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'Pf-M';
  margin: 30px 0 22px;
  transition: 0.5s;
  position: relative;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-con .coopProcess-title .coopProcess-title-dom {
  opacity: 0;
  width: 100%;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-con .coopProcess-title .coopProcess-title-text {
  position: absolute;
  width: auto;
  text-align: center;
  top: 0;
  left: 0;
  transform: translateX(0);
  transition: 0.5s;
}
.coop-container .coopPage4 .coopProcess-swiper .coopProcess-con .coopProcess-desc {
  width: 80%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}
.webPage .pageBtn {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #FEFEFE;
  line-height: 36px;
  transition: 0.5s;
}
.webPage .pageBtn .icon {
  width: 18px;
  height: 18px;
}
.webPage .pageBtn .icon1 {
  display: none;
}
.webPage .pageBtn .icon2 {
  display: block;
}
.webPage .pageBtn:hover {
  color: #FF6A03;
  transition: 0.5s;
}
.webPage .pageBtn:hover .icon1 {
  display: block;
}
.webPage .pageBtn:hover .icon2 {
  display: none;
}
.webPage .pageBtn-active {
  color: #FF6A03;
  transition: 0.5s;
}
.webPage .pageBtn-active .icon1 {
  display: block;
}
.webPage .pageBtn-active .icon2 {
  display: none;
}
.webPage .pages-a {
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFE;
  line-height: 24px;
  margin: 0 15px;
  cursor: pointer;
  transition: 0.5s;
}
.webPage .pages-a:hover {
  color: #FF6A03;
  transition: 0.5s;
}
.webPage p {
  color: #FEFEFE;
  transition: 0.5s;
}
.webPage p span {
  color: #FF6A03;
  margin: 0 6px;
}
.webPage .pages-a:nth-of-type(1) {
  margin-left: 0;
}
.webPage .pages-a-active {
  color: #FF6A03;
  transition: 0.5s;
}
.webPage .pre-pageBtn {
  margin-right: 30px;
}
.webPage .pre-pageBtn .icon {
  margin-right: 6px;
}
.webPage .next-pageBtn {
  margin-left: 30px;
}
.webPage .next-pageBtn .icon {
  margin-left: 6px;
}
.webPage-title-main {
  margin-bottom: 40px;
}
.webPage-title-main .indexPage-desc {
  margin-top: 16px;
}
.proPage {
  background: #252525 url('../images/new/pros-back.png') no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.proPage .classifyAll-btn {
  display: none;
}
.proPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.proPage .pro-main {
  width: calc(100% - 180px - 30px);
  margin-left: 30px;
  max-width: 1200px;
}
.proPage .pro-main .pro-main-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proPage .pro-main .pro-main-top .search-key {
  width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Pf-M';
}
.proPage .pro-main .pro-main-top .pro-main-top-all {
  font-weight: 500;
  font-family: 'Pf-M';
  font-size: 20px;
  color: #FF6A03;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.proPage .pro-main .pro-main-top .searchInput {
  width: 250px;
  height: 38px;
  margin-top: 12px;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner {
  position: relative;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner .searchInput-input {
  width: 250px;
  padding: 0 24px;
  height: 38px;
  overflow: hidden;
  border: 0;
  background: #FFFFFF;
  border-radius: 19px;
  border: 1px solid #FFFFFF;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner .searchInput-input::placeholder {
  color: #666666;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner .searchInput-input:focus {
  border: none;
  outline: none;
  color: #333;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner .icon-searchIcon-pro {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  opacity: 0.2;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner .icon-searchIcon-pro p {
  width: 1px;
  height: 18px;
  background: #999999;
}
.proPage .pro-main .pro-main-top .searchInput .searchInput-inner .icon-searchIcon-pro svg {
  width: 20px;
  height: 100%;
  margin: 0 12px;
}
.proPage .pro-main .pro-main-line {
  width: 100%;
  margin: 30px 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.proPage .pro-main .pro-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .pro-main .pro-item {
  width: calc((100% - 66px) / 3);
  margin-right: 30px;
  margin-top: 40px;
  height: auto;
  position: relative;
  padding: 11px 11px 6px 11px;
  overflow: hidden;
  background: url('../images/new/pro-data-back.png') no-repeat;
  background-size: 100% 100%;
}
.proPage .pro-main .pro-item .proi-cur-img {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #494949;
  background: url('../images/new/pro-img-back.png') no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
}
.proPage .pro-main .pro-item .proi-cur-img img {
  display: block;
  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;
  height: 50px;
}
.proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #FEFEFE;
  line-height: 50px;
  opacity: 1;
  transition: 0.5s;
  font-family: 'Pf-M';
}
.proPage .pro-main .pro-item .proi-cur-more {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.5s;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.proPage .pro-main .pro-item .proi-cur-more .public-more {
  background: none;
}
.proPage .pro-main .pro-item .proi-cur-more .public-more:hover {
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 0 0 transparent;
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover .proi-cur-img {
  border: 1px solid rgba(255, 106, 3, 0.8);
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover .proi-cur-more {
  transform: translateY(-8px);
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover .proi-cur-title .proi-cur-title-text {
  opacity: 0;
  transition: 0.5s 0.1s;
}
.proPage .pro-main .pro-item:nth-of-type(1) {
  margin-top: 0;
}
.proPage .pro-main .pro-item:nth-of-type(2) {
  margin-top: 0;
}
.proPage .pro-main .pro-item:nth-of-type(3) {
  margin-top: 0;
}
.proPage .pro-main .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.classification {
  width: 180px;
  background: url('../images/new/pros-type-back.png') no-repeat;
  background-size: 100% 100%;
  padding: 34px 20px;
  max-height: 70vh;
  overflow-y: auto;
}
.classification .classification-one {
  width: 100%;
}
.classification .classification-one-active .types-a-second {
  max-height: 1080px;
  transition: max-height 0.8s;
}
.classification .classification-one-active .types-a-default .types-a-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.classification .classification-one-active .types-a-default .types-a-icon .active {
  opacity: 1;
  transition: 0.5s;
}
.classification .types-a-default {
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.classification .types-a-default .types-a-icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.classification .types-a-default .types-a-icon p {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
  font-size: 20px;
  color: #fff;
  line-height: 10px;
}
.classification .types-a-default .types-a-icon .default {
  opacity: 1;
  transition: 0.5s;
}
.classification .types-a-default .types-a-icon .active {
  opacity: 0;
  transition: 0.5s;
}
.classification .types-a-default .types-a-name {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Pf-M';
  line-height: 24px;
  transition: 0.5s;
}
.classification .types-a-default:hover .types-a-name {
  color: #FF6A03;
  transition: 0.5s;
}
.classification .types-a-second {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.8s;
}
.classification .types-a-second .types-a-second-default {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  padding: 8px 8px 0 22px;
  margin-top: 10px;
  transition: 0.5s;
  display: block;
}
.classification .types-a-second .types-a-second-default .types-a-name {
  width: 100%;
}
.classification .types-a-second .types-a-second-default:hover {
  opacity: 1;
  color: #FF6A03;
  transition: 0.5s;
}
.classification .types-a-second .types-a-second-default:nth-last-of-type(1) {
  margin-bottom: 12px;
}
.classification .types-a-second .types-a-second-active {
  opacity: 1;
  color: #FF6A03;
  transition: 0.5s;
}
.factory-container .factoryPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.factory-container .factoryPage .factory-one {
  cursor: pointer;
}
.factory-container .factoryPage .factory-one .factory-img {
  width: 100%;
  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(0, 0, 0, 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-text {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 10px 14px 14px;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one:hover {
  box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.23);
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one:hover .factory-text {
  transform: translateX(6px);
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one-video {
  width: calc((100% - 72px) / 3);
  margin-right: 36px;
  margin-top: 30px;
  position: relative;
}
.factory-container .factoryPage .factory-one-video .factory-img {
  background: url('../images/new/video-one-back.png') no-repeat;
  background-size: 100% 100%;
  padding: 6px;
}
.factory-container .factoryPage .factory-one-video .factory-text {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one-video:hover .factory-text {
  z-index: 2;
  opacity: 1;
  transition: 0.5s;
}
.factory-container .factoryPage .factory-one-video:nth-of-type(1) {
  margin-top: 0;
}
.factory-container .factoryPage .factory-one-video:nth-of-type(2) {
  margin-top: 0;
}
.factory-container .factoryPage .factory-one-video:nth-of-type(3) {
  margin-top: 0;
}
.factory-container .factoryPage .factory-one-video:nth-of-type(3n) {
  margin-right: 0;
}
.factory-container .factoryPage .factory-one-production {
  width: calc((100% - 84px) / 4);
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.factory-container .factoryPage .factory-one-production .factory-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 12px 12px;
}
.factory-container .factoryPage .webPage {
  margin-top: 5%;
}
.factory-container .productionPage {
  background: url('../images/new/productionPage-back.png') no-repeat;
  background-size: 100% 100%;
}
.factory-container .productionPage .factory-one-production .production-mask {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 0.5s;
}
.factory-container .productionPage .factory-one-production .factory-text {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 0.5s;
}
.factory-container .productionPage .factory-one-production:hover .production-mask {
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
}
.factory-container .productionPage .factory-one-production:hover .factory-text {
  z-index: 2;
  opacity: 1;
  transition: 0.5s;
}
.factory-container .videoPage {
  background: url('../images/new/videoPage-back.png') no-repeat;
  background-size: 100% 100%;
}
.contactPage {
  background: url('../images/new/contactPage-back.png') no-repeat;
  background-size: cover;
}
.contactPage .indexPage-inner .contact-infos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6%;
}
.contactPage .indexPage-inner .contact-infos .contact-info {
  min-width: 280px;
  margin: 0 1% 82px;
  padding-left: 6.2%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-type {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  transition: 0.5s;
  white-space: nowrap;
  z-index: 12;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-val {
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  z-index: 12;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-val a {
  color: #FFFFFF;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-val p {
  color: #FFFFFF;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-val span {
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  position: relative;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-val span::after {
  position: absolute;
  content: "";
  bottom: -3px;
  right: 0;
  width: 0;
  height: 1px;
  background: #FF6A03;
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos .contact-info:hover .contact-type {
  color: #fff;
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos .contact-info:hover .contact-val span::after {
  width: calc(100% + 40px);
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos .contact-info .contact-info-back {
  z-index: 1;
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
}
.contactPage .indexPage-inner .contact-infos .contact-info:nth-child(3n+2) {
  margin: 0 11% 82px;
}
.contactPage .indexPage-inner .form-desc {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 5.2%;
}
.contactPage .indexPage-inner .contactMenthods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.contactPage .indexPage-inner .contactMenthods p {
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.contactPage .indexPage-inner .contactMenthods .contactMenthods-p {
  width: 1px;
  height: 14px;
  background: #999999;
  margin: 0 6px;
}
.contactPage .indexPage-inner .form {
  width: 100%;
  margin-top: 5%;
}
.contactPage .indexPage-inner .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .indexPage-inner .form-input .input {
  width: 30%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 46px;
  font-family: 'Pf-R';
  height: 46px;
  background: url('../images/new/input-back.png') no-repeat;
  background-size: 100% 100%;
  border: 0;
  padding: 0 5px 0 20px;
}
.contactPage .indexPage-inner .form-input .input:focus {
  opacity: 1;
  color: #fff;
  transition: 0.5s;
  border: 0;
  outline: none;
}
.contactPage .indexPage-inner .form-input .input::placeholder {
  opacity: 0.6;
  color: #fff;
  transition: 0.5s;
}
.contactPage .indexPage-inner .form-message {
  width: 100%;
  margin-top: 30px;
}
.contactPage .indexPage-inner .form-message .message {
  width: 100%;
  padding: 12px 5px 0 20px;
  height: 172px;
  font-size: 14px;
  font-family: 'Pf-R';
  font-weight: normal;
  color: #fff;
  border: 0;
  background: url('../images/new/message-back.png') no-repeat;
  background-size: 100% 100%;
  line-height: 26px;
}
.contactPage .indexPage-inner .form-message .message:focus {
  color: #fff;
  opacity: 1;
  transition: 0.5s;
  border: 0;
  outline: none;
}
.contactPage .indexPage-inner .form-message .message::placeholder {
  color: #fff;
  opacity: 0.6;
  transition: 0.5s;
}
.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: 4%;
}
.contactPage .indexPage-inner .formButton-box .formButton {
  border: 0;
  cursor: pointer;
  background: url('../images/new/contact-more.png') no-repeat;
  background-size: 100% 100%;
  width: 158px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  transition: 0.5s;
  overflow: hidden;
}
.contactPage .indexPage-inner .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  width: 100%;
}
.contactPage .indexPage-inner .formButton-box .formButton .read-more-p::after {
  content: attr(data-word);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.contactPage .indexPage-inner .formButton-box .formButton:hover {
  transform: translateY(-2px);
  transition: 0.5s;
}
.contactPage .indexPage-inner .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@media only screen and (min-width: 641px) {
  .proPage-container .innerPage-pros-classifyM {
    display: none !important;
  }
  .proPage-container .prosClassifyMMaskActive {
    display: none !important;
  }
}
@media only screen and (max-width: 1800px) {
  .about-container .companyPage .companyBottom .companyBottom-img {
    width: 65%;
  }
}
@media only screen and (max-width: 1600px) {
  .factory-container .factoryPage .factory-one-production {
    width: 20%;
  }
  .about-container .aboutPage .indexPage-inner {
    padding-left: 8%;
  }
  .factory-container .aboutPage .indexPage-inner {
    padding-left: 8%;
  }
  .about-container .companyPage .companyTop .companyTop-right .companyTop-right-con {
    padding-left: 5%;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc {
    padding-left: 0;
  }
  .about-container .companyPage .companyTop .companyTop-right .companyTop-right-img img {
    max-width: 120%;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num-main {
    font-size: 60px;
    line-height: 70px;
  }
  .about-container .companyPage .companyTop .companyTop-right {
    margin-bottom: 0;
  }
  .about-container .companyPage .companyBottom .companyBottom-img {
    width: 68%;
    bottom: -35%;
  }
  .about-container .companyPage .companyTop .companyTop-title {
    font-size: 30px;
    line-height: 44px;
  }
  .about-container .companyPage .companyTop .companyTop-nums {
    margin-bottom: 4%;
  }
  .about-container .companyPage .companyTop .companyTop-desc1 {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1441px) {
  .factory-container .factoryPage .factory-one-video {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-top: 24px;
  }
  .about-container .culturePage .culture-one .culture-con {
    width: 48%;
  }
  .about-container .historyPage .history-main .history-one .history-con-main .history-con-intro .history-con-desc {
    margin-top: 8px;
  }
  .about-container .historyPage .history-main .history-one {
    margin-top: 4%;
  }
  .about-container .historyPage .history-main .history-one .history-con-main .history-con-icon {
    width: 50px;
    height: 50px;
    border-radius: 4px;
  }
  .about-container .historyPage .history-main .history-one .history-con-main .history-con-icon img {
    width: 50%;
  }
  .about-container .aboutPage .indexPage-inner {
    padding-left: 12%;
  }
  .factory-container .aboutPage .indexPage-inner {
    padding-left: 12%;
  }
  .about-container .companyPage .companyTop .companyTop-title {
    font-size: 28px;
    line-height: 42px;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num-main {
    font-size: 54px;
    line-height: 60px;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num-desc {
    height: 70px;
  }
  .coopPage2-main .serviceType-slide .serviceType-mask .serviceType-text {
    margin-bottom: 5%;
  }
  .coopPage2-main .serviceType-slide .serviceType-mask .serviceType-desc-one1 {
    margin-bottom: 14px;
  }
  .contactPage .indexPage-inner .form-desc {
    margin-top: 4.6%;
  }
  .contactPage .indexPage-inner .form {
    margin-top: 4%;
  }
  .contactPage .indexPage-inner .formButton-box {
    margin-top: 3%;
  }
  .contactPage .indexPage-inner .contact-infos {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1368px) {
  .contactPage .indexPage-inner .contact-infos .contact-info:nth-child(3n+2) {
    margin: 0 8% 82px;
  }
}
@media only screen and (max-width: 1281px) {
  .proPage .pro-main .pro-main-top .search-key {
    font-size: 16px;
  }
  .proPage .pro-main .pro-main-line {
    margin: 24px 0;
  }
  .proPage .pro-main .pro-main-top .pro-main-top-all {
    font-size: 18px;
  }
  .coop-container .coopPage1 .coopPage1-map .coopPage-companyImg {
    width: 140px;
    top: 31%;
    left: 83%;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-top: 30px;
  }
  .proPage .pro-main .pro-item .proi-cur-title .proi-cur-title-text {
    font-size: 14px;
  }
  .about-container .newsPage .news-item .news-cur-title {
    font-size: 16px;
  }
  .about-container .newsPage .news-item:nth-child(3n+1) {
    padding: 7% 24px 0 0;
  }
  .about-container .newsPage .news-item:nth-child(3n+2) {
    padding: 7% 24px 0 24px;
  }
  .about-container .newsPage .news-item:nth-child(3n+3) {
    padding: 7% 0 0 24px;
  }
  .about-container .newsPage .news-item:nth-of-type(1) {
    padding-top: 0;
  }
  .about-container .newsPage .news-item:nth-of-type(2) {
    padding-top: 0;
  }
  .about-container .newsPage .news-item:nth-of-type(3) {
    padding-top: 0;
  }
  .aboutPage .company-title1 {
    margin-bottom: 60px;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
    margin-top: 30px;
  }
  .about-container .companyPage .companyTop .companyTop-left {
    padding-right: 4%;
  }
  .about-container .companyPage .companyBottom .companyBottom-img {
    bottom: -4%;
    left: 0;
    width: 52%;
  }
  .coop-container .coopPage .coopPage-title {
    margin-bottom: 60px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info:nth-child(3n+2) {
    margin: 0 2% 82px;
  }
}
@media only screen and (max-width: 1180px) {
  .factory-container .factoryPage .factory-one-production {
    width: 20%;
  }
  .about-container .aboutPage .indexPage-inner {
    padding-left: 16%;
  }
  .factory-container .aboutPage .indexPage-inner {
    padding-left: 16%;
  }
  .about-container .companyPage .companyTop .companyTop-title {
    font-size: 26px;
    line-height: 40px;
  }
  .about-container .companyPage .companyTop .companyTop-nums {
    justify-content: flex-start;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num {
    margin-right: 6%;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc1 {
    margin-top: 16px;
    margin-bottom: 8%;
  }
  .about-container .companyPage .companyBottom .companyBottom-img {
    bottom: -28%;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc {
    width: 100%;
  }
  .about-container .companyPage .companyBottom {
    margin-top: 0;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num3 {
    display: block;
  }
  .about-container .companyPage .companyTop .companyTop-nums {
    margin-bottom: 16px;
  }
  .about-container .companyPage .companyTop .companyTop-nums-bottom {
    display: none;
  }
  .about-container .companyPage .companyTop .companyTop-right {
    width: 100%;
    margin: 22px 0 32px;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num {
    margin-top: 26px;
  }
  .about-container .companyPage .companyTop .companyTop-desc1 {
    margin-top: 16px;
  }
  .about-container .companyPage .companyTop .indexPage-inner {
    flex-wrap: wrap;
  }
  .about-container .companyPage .companyTop .companyTop-left {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .proPage .pro-main .pro-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-top: 20px;
  }
  .proPage .pro-main {
    width: calc(100% - 180px - 20px);
    margin-left: 20px;
  }
  .classification .types-a-default .types-a-name {
    line-height: 20px;
  }
  .factory-container .aboutPage .company-title {
    margin-bottom: 60px;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 14px;
    padding: 10px 8px;
  }
  .factory-container .factoryPage .factory-one-production {
    margin-bottom: 22px;
  }
  .factory-container .factoryPage .factory-one-production {
    width: 31%;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text .responsibility-one-text2 {
    font-size: 16px;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one1 {
    margin-top: 10%;
  }
  .about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-main .culture-con-title-text {
    font-size: 16px;
  }
  .aboutPage .companySecondNav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .aboutPage {
    min-height: 0;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc1 {
    margin-bottom: 5%;
  }
  .about-container .aboutPage .indexPage-inner {
    padding-left: 0;
  }
  .factory-container .aboutPage .indexPage-inner {
    padding-left: 0;
  }
  .aboutPage .companySecondNav-one {
    width: 174px;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  .coop-container .coopPage1 .coopPage1-main {
    flex-wrap: wrap;
  }
  .coop-container .coopPage1 .coopPage1-con {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .coop-container .coopPage1 .coopPage1-con .coopPage1-con-one {
    width: 50%;
    padding: 0 2%;
  }
  .coop-container .coopPage1 .coopPage1-map-m {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .coop-container .coopPage1 .coopPage1-map-pc {
    display: none;
  }
  .contactPage .indexPage-inner .form-message {
    margin-top: 24px;
  }
  .contactPage .webPage-title-main {
    margin-bottom: 0;
  }
  .contactPage .indexPage-inner .form {
    margin-top: 30px;
  }
  .webPage {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 821px) {
  .webPage .next-pageBtn {
    margin-left: 12px;
  }
  .webPage .pre-pageBtn {
    margin-right: 12px;
  }
  .webPage .pages-a {
    font-size: 14px;
  }
  .coop-container .coopPage1 .coopPage1-map .coopPage-companyImg {
    width: 100px;
  }
  .classification .types-a-default .types-a-name {
    font-size: 14px;
  }
  .classification .types-a-second .types-a-second-default {
    font-size: 12px;
    line-height: 20px;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 16px) / 2);
  }
  .proPage .pro-main .pro-item:nth-of-type(3) {
    margin-top: 20px;
  }
  .proPage .pro-main .pro-item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .proPage .pro-main .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-container .newsPage .news-item:nth-child(3n+1) {
    padding: 7% 18px 0 0;
  }
  .about-container .newsPage .news-item:nth-child(3n+2) {
    padding: 7% 18px 0 18px;
  }
  .about-container .newsPage .news-item:nth-child(3n+3) {
    padding: 7% 0 0 18px;
  }
  .about-container .newsPage .news-item:nth-of-type(1) {
    padding-top: 0;
  }
  .about-container .newsPage .news-item:nth-of-type(2) {
    padding-top: 0;
  }
  .about-container .newsPage .news-item:nth-of-type(3) {
    padding-top: 0;
  }
  .about-container .newsPage .news-item .news-cur-title {
    font-size: 14px;
  }
  .about-container .newsPage .news-item .news-cur-more {
    margin-top: 22px;
  }
  .about-container .newsPage .news-item .news-time {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4%;
  }
  .factory-container .factoryPage .factory-one-video {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-top: 20px;
  }
  .factory-container .factoryPage .factory-one .factory-img .videos-main-play {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
  }
  .factory-container .aboutPage .company-title {
    margin-bottom: 52px;
  }
  .about-container .companyPage .companyBottom .companyBottom-img {
    bottom: -18%;
    display: none;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 48px) / 3);
    margin-top: 26px;
    margin-right: 24px;
  }
  .aboutPage .company-title1 {
    margin-bottom: 48px;
  }
  .about-container .honorPage .honor-one:nth-of-type(4n) {
    margin-right: 24px;
  }
  .about-container .honorPage .honor-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .about-container .honorPage .honor-one:nth-of-type(4) {
    margin-top: 26px;
  }
  .about-container .responsibilityPage .responsibility-outer {
    width: 48%;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-img {
    padding: 6px;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text .responsibility-one-text1 {
    width: 36px;
    font-size: 16px;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .about-container .culturePage .culture-one {
    flex-wrap: wrap;
  }
  .about-container .culturePage .culture-one .culture-imgs {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .about-container .culturePage .culture-one .culture-con {
    width: 100%;
  }
  .about-container .culturePage .culture-one1 .culture-imgs-m {
    display: block;
  }
  .about-container .culturePage .culture-one1 .culture-imgs-pc {
    display: none;
  }
  .about-container .historyPage .history-main .history-line {
    height: 100%;
  }
  .about-container .historyPage .history-main .history-one1 .history-con-main {
    width: calc(95% - 36px);
  }
  .about-container .historyPage .history-main .history-one {
    margin-top: 0;
  }
  .about-container .historyPage .history-img {
    margin-bottom: 26px;
  }
  .about-container .historyPage .history-main .history-one {
    margin-top: 24px;
  }
  .about-container .companyPage .companyTop .companyTop-title {
    font-size: 22px;
    line-height: 34px;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num {
    margin-top: 12px;
    margin-right: 4%;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num-desc {
    height: 56px;
  }
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num-main {
    font-size: 44px;
    line-height: 50px;
  }
  .aboutPage .companySecondNav-one {
    width: 33.33%;
    margin-right: 0;
    padding-right: 14px;
    min-width: 200px;
  }
  .aboutPage .companySecondNav-one .companySecondNav-title {
    width: calc(100% - 68px);
  }
  .coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-num {
    width: 60px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .coop-container .coopPage4 .coopProcess-swiper .coopProcess-index .coopProcess-line {
    height: 48px;
  }
  .coop-container .coopPage4 .coopProcess-swiper .coopProcess-con .coopProcess-title {
    width: 90%;
  }
  .coop-container .coopPage4 .coopProcess-swiper .coopProcess-index {
    width: 90%;
  }
  .coop-container .coopPage4 .coopProcess-swiper .coopProcess-con .coopProcess-desc {
    width: 90%;
  }
  .contactPage .indexPage-inner .form-desc {
    margin-top: 30px;
  }
  .contactPage .indexPage-inner .contact-infos {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .historyPage .history-main .history-one .history-con-main .history-con-intro {
    width: calc(100% - 80px);
  }
  .about-container .historyPage .history-main .history-one1 {
    position: relative;
  }
  .about-container .historyPage .history-main .history-one1 .history-con {
    padding-left: calc(5% + 36px);
  }
  .about-container .historyPage .history-main .history-one1 .history-dot-outer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .about-container .historyPage .history-main .history-one .history-dom {
    display: none;
  }
  .about-container .historyPage .history-main .history-line {
    opacity: 0;
  }
  .about-container .historyPage .history-main .history-one .history-con {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .proPage .classification {
    display: none;
  }
  .proPage .classifyAll-btn {
    display: block;
  }
  .proPage .pro-main {
    width: 100%;
    margin-left: 0;
  }
  .factory-container .aboutPage .company-title {
    margin-bottom: 42px;
  }
  .factory-container .factoryPage .factory-one .factory-text {
    font-size: 12px;
  }
  .factory-container .factoryPage .factory-one-production {
    width: 45%;
  }
  .aboutPage .companySecondNav-one .companySecondNav-title {
    font-size: 12px;
    line-height: 22px;
  }
  .aboutPage .companySecondNav-one {
    min-width: 150px;
  }
  .aboutPage .companySecondNav-one .companySecondNav-title {
    width: calc(100% - 46px);
  }
  .aboutPage .companySecondNav-one {
    margin-bottom: 16px;
    padding-right: 10px;
  }
  .aboutPage .companySecondNav-one:hover .companySecondNav-dot-outer .companySecondNav-line {
    width: 32px;
  }
  .aboutPage .companySecondNav-one .companySecondNav-dot-outer {
    width: 32px;
  }
  .aboutPage .companySecondNav-one-active .companySecondNav-dot-outer .companySecondNav-line {
    width: 32px;
  }
  .about-container .companyPage .companyTop .companyTop-desc1 {
    margin-top: 10px;
  }
  .coop-container .coopPage1 .coopPage1-con .coopPage1-con-one {
    width: 100%;
  }
  .about-container .companyPage .company-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .about-container .companyPage .companyTop .companyTop-right {
    margin: 22px 0 18px;
  }
}
@media only screen and (max-width: 521px) {
  .coop-container .coopPage1 .coopPage1-map .coopPage-dot {
    width: 16px;
    height: 16px;
  }
  .coop-container .coopPage1 .coopPage1-map .coopPage-companyImg {
    width: 80px;
  }
  .about-container .newsPage .news-item {
    width: 50% !important;
  }
  .about-container .newsPage .news-item:nth-child(2n+1) {
    padding: 7% 18px 0 0;
  }
  .about-container .newsPage .news-item:nth-child(2n) {
    padding: 7% 0 0 18px;
  }
  .about-container .newsPage .news-item:before {
    display: none;
  }
  .about-container .newsPage .news-item:nth-of-type(2n)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .about-container .newsPage .news-item:nth-of-type(1) {
    padding-top: 0;
  }
  .about-container .newsPage .news-item:nth-of-type(2) {
    padding-top: 0;
  }
  .factory-container .factoryPage .factory-one-video {
    width: calc((100% - 16px) / 2);
  }
  .factory-container .factoryPage .factory-one-video:nth-of-type(3) {
    margin-top: 20px;
  }
  .factory-container .factoryPage .factory-one-video:nth-of-type(3n) {
    margin-right: 16px;
  }
  .factory-container .factoryPage .factory-one-video:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-container .companyPage .companyBottom .companyBottom-img {
    bottom: 0;
  }
  .about-container .honorPage .honor-one {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .about-container .honorPage .honor-one:nth-of-type(3) {
    margin-top: 26px;
  }
  .about-container .honorPage .honor-one:nth-of-type(4n) {
    margin-right: 20px;
  }
  .about-container .honorPage .honor-one:nth-of-type(3n) {
    margin-right: 20px;
  }
  .about-container .honorPage .honor-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 12px;
    line-height: 22px;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text .responsibility-one-text1 {
    font-size: 14px;
  }
  .about-container .responsibilityPage .responsibility-outer .responsibility-one .responsibility-one-text .responsibility-one-text2 {
    font-size: 14px;
  }
  .about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-index {
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    margin-right: 8px;
    margin-top: 12px;
  }
  .about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-title-main .culture-con-title-text {
    padding-left: 26px;
    font-size: 14px;
    line-height: 22px;
  }
  .about-container .culturePage .culture-one .culture-con .culture-con-one .culture-con-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .aboutPage .companySecondNav-one {
    width: 50%;
  }
  .contactPage .indexPage-inner .form-input .input {
    width: 100%;
    margin-top: 16px;
  }
  .contactPage .indexPage-inner .formButton-box {
    margin-top: 20px;
  }
  .contactPage .indexPage-inner .form {
    margin-top: 0;
  }
  .contactPage .indexPage-inner .form-message {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .about-container .companyPage .companyTop .companyTop-nums .companyTop-num {
    margin-right: 10%;
  }
  .about-container .newsPage .news-item .news-time {
    font-size: 10px;
    line-height: 18px;
    margin-top: 12px;
  }
  .about-container .aboutPage .indexPage-inner {
    flex-wrap: wrap;
  }
  .about-container .responsibilityPage .responsibility-outer {
    width: 100%;
  }
  .about-container .responsibilityPage .responsibility-outer:nth-of-type(2) {
    margin-top: 22px;
  }
  .about-container .historyPage .history-main .history-one .history-con-main {
    flex-wrap: wrap;
  }
  .about-container .historyPage .history-main .history-one1 .history-con-main {
    width: 100%;
  }
  .about-container .historyPage .history-main .history-one .history-con-main .history-con-intro {
    width: 100%;
    margin-top: 18px;
  }
  .about-container .companyPage .companyTop .companyTop-title {
    font-size: 18px;
    line-height: 30px;
  }
  .aboutPage .companySecondNav-one {
    width: 50%;
  }
  .coop-container .coopPage .coopPage-title {
    margin-bottom: 50px;
  }
  .coop-container .coopPage1 .coopPage1-con .coopPage1-con-one {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 395px) {
  .webPage .pages-a {
    margin: 0 10px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info-address .contact-info-back {
    top: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .contactPage .indexPage-inner .contact-infos .contact-info {
    margin: 0 0 82px;
    padding-left: 24%;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info:nth-child(3n+2) {
    margin: 0 0 82px;
  }
  .contactPage .indexPage-inner .contact-infos .contact-info {
    width: 100%;
  }
}
@media only screen and (max-width: 341px) {
  .webPage .pages-a {
    font-size: 12px;
    margin: 0 6px;
  }
  .webPage .pageBtn {
    font-size: 12px;
  }
  .about-container .newsPage .news-item {
    width: 100% !important;
    padding: 0 0 !important;
    margin-top: 20px;
  }
  .about-container .newsPage .news-item:nth-of-type(1) {
    margin-top: 0;
  }
  .about-container .newsPage .news-item:nth-of-type(2n)::after {
    display: none;
  }
  .aboutPage .companySecondNav-one {
    width: 130px;
    min-width: 0;
  }
  .factory-container .factoryPage .factory-one-video:nth-of-type(2) {
    margin-top: 20px;
  }
  .factory-container .factoryPage .factory-one-video {
    width: 100%;
    margin-right: 0 !important;
  }
}
