.classifyAll-btn {
  width: 90vw;
  margin: 0 auto 22px;
  height: 40px;
  display: none;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  background: #77211a;
  cursor: pointer;
  text-transform: uppercase;
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 5%;
  z-index: 2300;
}
.innerPage-pros-classifyM .classification-one {
  width: 100%;
}
.innerPage-pros-classifyM .classification-one-active .types-a-second {
  max-height: 1080px;
  transition: max-height 0.8s;
}
.innerPage-pros-classifyM .classification-one-active .types-a-default {
  background: #9a0001;
  transition: 0.5s;
}
.innerPage-pros-classifyM .classification-one-active .types-a-default .types-a-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .classification-one-active .types-a-default .types-a-icon .active {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .classification-one-active .types-a-default::before {
  opacity: 1;
  left: 20px;
  transition: 0.5s;
}
.innerPage-pros-classifyM .classification-one-active .types-a-default::after {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default {
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  padding: 14px 20px 14px 45px;
  border-radius: 10px;
  position: relative;
}
.innerPage-pros-classifyM .types-a-default .types-a-icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.innerPage-pros-classifyM .types-a-default .types-a-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
  width: 14px;
  height: 14px;
}
.innerPage-pros-classifyM .types-a-default .types-a-icon .default {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default .types-a-icon .active {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default .types-a-name {
  width: calc(100% - 30px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default .types-a-name-active {
  color: #fff;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover {
  background: #9a0001;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover .types-a-name {
  color: #fff;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  background: #999;
  opacity: 0.2;
  height: 1px;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default::before {
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: "";
  opacity: 0;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/ling-bai-icon.png') no-repeat;
  background-size: 100% 100%;
}
.innerPage-pros-classifyM .types-a-default:hover::before {
  opacity: 1;
  left: 20px;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover::after {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:nth-last-of-type(1) {
  border-bottom: none;
}
.innerPage-pros-classifyM .types-a-second {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.8s;
}
.innerPage-pros-classifyM .types-a-second .types-a-second-default {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 12px 20px 12px 40px;
  transition: 0.5s;
  display: block;
}
.innerPage-pros-classifyM .types-a-second .types-a-second-default .types-a-name {
  width: 100%;
}
.innerPage-pros-classifyM .types-a-second .types-a-second-default:hover {
  color: #9a0001;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-second .types-a-second-active {
  color: #9a0001;
  transition: 0.5s;
}
.prosClassifyMActive {
  left: 20%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: block;
}
.about-container .culturePage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.about-container .culturePage .indexPage-inner .culture-one {
  width: calc((100% - 90px) / 3);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 24px;
  background: #F8F8F8;
  text-align: center;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-one-text {
  font-weight: 900;
  font-size: 42px;
  color: #9a0001;
  font-family: 'LamaSans-Black';
  line-height: 42px;
  text-align: left;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-one-img {
  width: 36px;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-one-img img {
  width: 100%;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-icon {
  width: 35px;
  height: 40px;
  position: relative;
  background-image: url('../images/culture/ling-icon-hui.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-icon img {
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.about-container .culturePage .indexPage-inner .culture-one .culture-icon .default {
  opacity: 1;
  z-index: 2;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-icon .active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-title {
  font-family: 'LamaSans-SemiBold';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
  color: #333333;
  text-transform: uppercase;
  margin: 18px 0 6px;
}
.about-container .culturePage .indexPage-inner .culture-one .culture-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-active {
  background: #9a0001;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-active .culture-icon {
  background-image: url('../images/culture/ling-icon-bai.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotateY(360deg);
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-active .culture-icon .default {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-active .culture-icon .active {
  opacity: 1;
  z-index: 2;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-active .culture-title {
  color: #FFF9F9;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-active .culture-desc {
  color: #FFF9F9;
  transition: 0.5s;
}
.about-container .culturePage .indexPage-inner .culture-one-first {
  width: 100% !important;
  background: transparent;
  padding: 0 0 !important;
  flex-direction: row;
  justify-content: space-between;
}
.about-container .culturePage .indexPage-inner .culture-one-other {
  align-items: center;
  justify-content: flex-start;
}
.about-container .culturePage .indexPage-inner .culture-one:nth-of-type(4n) {
  margin-right: 0;
}
.about-container .culturePage .indexPage-inner .culture-one1 {
  margin-bottom: 40px;
}
.about-container .company-seconds {
  background: #fff;
  border-bottom: 1px solid #DDDDDD;
}
.about-container .company-seconds .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.about-container .company-seconds .company-seconds-one {
  padding: 20px 20px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.about-container .company-seconds .company-seconds-one .company-seconds-icon {
  width: 24px;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
}
.about-container .company-seconds .company-seconds-one .company-seconds-icon img {
  width: 100%;
}
.about-container .company-seconds .company-seconds-one:hover {
  color: #9a0001;
  transition: 0.5s;
  font-family: 'LamaSans-Medium';
}
.about-container .company-seconds .company-seconds-one:hover .company-seconds-icon {
  opacity: 1;
  transform: translateX(-6px);
  transition: 0.5s;
}
.about-container .company-seconds .company-seconds-one-active {
  color: #9a0001;
  transition: 0.5s;
  font-family: 'LamaSans-Medium';
}
.about-container .company-seconds .company-seconds-one-active .company-seconds-icon {
  opacity: 1;
  transform: translateX(-6px);
  transition: 0.5s;
}
.about-container .companyPage .companyTop .companyTop-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.about-container .companyPage .companyTop .indexPage-inner {
  position: relative;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main {
  width: calc(94% - 330px);
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main .companyTop-desc {
  margin-top: 26px;
  z-index: 2;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main .outlined-text {
  font-size: 5vw;
  z-index: 2;
  line-height: 5.4vw;
  font-weight: bold;
  font-family: 'LamaSans-Bold';
  position: relative;
  text-transform: uppercase;
  color: white;
  text-shadow: -1px -1px 0 #9a0001, 1px -1px 0 #9a0001, -1px 1px 0 #9a0001, 1px 1px 0 #9a0001;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main .outlined-text::after {
  position: absolute;
  top: 3px;
  z-index: 4;
  white-space: nowrap;
  left: 5px;
  text-transform: uppercase;
  color: #9a0001;
  content: attr(data-word);
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-one {
  width: auto;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-line {
  width: 1px;
  height: 90%;
  margin-top: 2.5%;
  background: #CCCCCC;
  opacity: 0.8;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val {
  display: flex;
  align-items: flex-start;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-p {
  font-weight: 800;
  font-size: 70px;
  color: #9a0001;
  line-height: 72px;
  font-family: 'LamaSans-ExtraBold';
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-add {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 30px;
  color: #9a0001;
  line-height: 30px;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-desc {
  font-weight: 500;
  font-family: 'LamaSans-Medium';
  font-size: 16px;
  text-transform: uppercase;
  color: #666666;
  line-height: 24px;
  margin-top: 12px;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-desc {
  width: 50%;
  padding-left: 10px;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-pro {
  position: absolute;
  top: 3%;
  right: 10%;
  width: 40%;
  max-width: 398px;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-img {
  z-index: 1;
  width: 330px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .companyPage .companyTop .indexPage-inner .companyTop-img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.about-container .companyPage .companyTop .companyTop-img-m {
  display: none;
  width: 50%;
}
.about-container .companyPage .companyTop .companyTop-img-m img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .companyPage .companyTop .companyTop-img-m:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.about-container .companyPage .companyTop .companyTop-one-con {
  padding-right: 22px;
}
.about-container .companyPage .companyTop .companyTop-one {
  width: 50%;
}
.about-container .companyPage .companyTop .companyTop-one .companyTop-title {
  font-family: 'LamaSans-Bold';
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.about-container .companyPage .companyTop .companyTop-one .companyTop-title .companyTop-title-text1 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 54px;
  margin-right: 5%;
}
.about-container .companyPage .companyTop .companyTop-one .companyTop-title .companyTop-title-text2 {
  font-weight: bold;
  font-size: 28px;
  color: #45A954;
  line-height: 32px;
}
.about-container .companyPage .companyTop .companyTop-one .companyTop-line {
  width: 60px;
  height: 5px;
  background: #45A954;
  margin: 10px 0 22px;
}
.about-container .companyPage .companyTop .companyTop-one .companyTop-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.about-container .companyPage .companyTop .companyTop-video {
  width: 100%;
  position: relative;
}
.about-container .companyPage .companyTop .companyTop-video video {
  width: 100%;
}
.about-container .companyPage .companyTop .companyTop-video .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.about-container .companyPage .companyTop .companyTop-video .video-mask .about-play {
  width: 56px;
  height: 56px;
}
.about-container .companyPage .companyTop .companyTop-video .video-mask-active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.about-container .companyPage .companyBottom {
  background: url('https://file.global86.cn/fileStore/website_new/anlan/companyBottom-back.jpg') no-repeat;
  background-size: cover;
}
.about-container .companyPage .companyBottom .companyBottom-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: 'LamaSans-SemiBold';
  margin-bottom: 40px;
}
.about-container .companyPage .companyBottom .companyBottom-title .companyBottom-img {
  display: flex;
  justify-content: center;
}
.about-container .companyPage .companyBottom .companyBottom-title .companyBottom-img img {
  max-width: 100%;
  width: auto;
}
.about-container .companyPage .companyBottom .companyBottom-title p {
  margin-top: -16px;
}
.about-container .companyPage .companyBottom .companyBottom-desc {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  line-height: 24px;
  width: 100%;
  max-width: 900px;
}
.about-container .companyPage .companyBottom .companyBottom-desc1 {
  margin-top: 22px;
}
.about-container .newsPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-container .newsPage .news-item-first {
  width: 100%;
  display: flex;
  background: #9a0001;
  border-radius: 10px;
  overflow: hidden;
}
.about-container .newsPage .news-item-first .news-cur-img {
  width: calc(100% - 400px);
  border-radius: 0 !important;
}
.about-container .newsPage .news-item-first .news-cur-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-container .newsPage .news-item-first .news-cur-con {
  width: 400px;
  padding: 50px 50px 40px 40px;
}
.about-container .newsPage .news-item-first .news-cur-con .news-cur-title {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.about-container .newsPage .news-item-first .news-cur-con .news-cur-desc {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-family: 'LamaSans-Light';
  margin: 30px 0 60px;
}
.about-container .newsPage .news-item-first .news-cur-con .news-cur-more {
  width: 200px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'LamaSans-Medium';
  transform: translateY(0);
  transition: 0.5s;
}
.about-container .newsPage .news-item-first .news-cur-con .news-cur-more img {
  width: 24px;
  margin-left: 12px;
  transform: rotateZ(0deg);
  transition: 0.5s;
}
.about-container .newsPage .news-item-first .news-cur-con .news-cur-more:hover img {
  transform: rotateZ(45deg);
  transition: 0.5s;
}
.about-container .newsPage .news-item-first .news-cur-con:hover .news-cur-more {
  transform: translateY(-12px);
  transition: 0.5s;
}
.about-container .newsPage .news-item-other {
  width: 100%;
  display: flex;
  position: relative;
}
.about-container .newsPage .news-item-other .news-item-other-left {
  display: flex;
  align-items: flex-start;
  border-right: 1px solid #CCCCCC;
}
.about-container .newsPage .news-item-other .news-item-other-left .news-cur-img {
  width: 300px;
  border-radius: 10px;
  z-index: 12;
  display: block;
  overflow: hidden;
  position: relative;
}
.about-container .newsPage .news-item-other .news-item-other-left .news-cur-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-item-other-left .news-cur-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-item-other-left .news-item-other-time {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin: 0 12px;
  white-space: nowrap;
  display: none;
}
.about-container .newsPage .news-item-other .news-item-other-right {
  display: flex;
}
.about-container .newsPage .news-item-other .news-cur-title {
  width: 280px;
  font-weight: 500;
  font-family: 'LamaSans-Medium';
  font-size: 24px;
  color: #9a0001;
  margin: 0 20px;
}
.about-container .newsPage .news-item-other .news-cur-title p {
  width: 100%;
}
.about-container .newsPage .news-item-other .news-cur-con {
  width: 490px;
}
.about-container .newsPage .news-item-other .news-cur-desc {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  z-index: 12;
  line-height: 24px;
  transition: 0.5s;
  margin: 0 0 15%;
}
.about-container .newsPage .news-item-other .news-cur-more {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  font-family: 'LamaSans-Medium';
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-cur-more .right-top {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  position: relative;
}
.about-container .newsPage .news-item-other .news-cur-more .right-top img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.about-container .newsPage .news-item-other .news-cur-more .right-top .default {
  opacity: 1;
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-cur-more .right-top .active {
  opacity: 0;
  transform: translateY(-50%) rotateZ(0deg);
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-cur-more:hover {
  color: #9a0001;
  transform: translateY(-12px);
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-cur-more:hover .right-top .default {
  opacity: 0;
  transition: 0.5s;
}
.about-container .newsPage .news-item-other .news-cur-more:hover .right-top .active {
  opacity: 1;
  transform: translateY(-50%) rotateZ(45deg);
  transition: 0.5s;
}
.about-container .newsPage .news-item-no {
  width: 100%;
  padding: 6% 0;
  text-align: center;
  font-size: 22px;
}
.about-container .newsPage .news-item-no .news-title {
  width: 100%;
}
.about-container .newsPage .news-item {
  margin-top: 72px;
}
.about-container .newsPage .news-item:nth-of-type(1) {
  margin-top: 0;
}
.about-container .honorPage {
  background: #fff;
}
.about-container .honorPage .honor-main {
  width: 100%;
}
.about-container .honorPage .honor-main .honor-main-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.about-container .honorPage .honor-one {
  width: calc((100% - 76px) / 3);
  margin-right: 38px;
  margin-bottom: 60px;
  cursor: pointer;
  padding: 25px 28px 0 25px;
  background: linear-gradient(to bottom, #f8f8f8 88%, #ffffff 12%);
  transition: 0.8s;
}
.about-container .honorPage .honor-one .honor-dot {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  opacity: 0.8;
  transition: 0.5s;
}
.about-container .honorPage .honor-one .honor-text {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  margin: 10px 0 16px;
}
.about-container .honorPage .honor-one .honor-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about-container .honorPage .honor-one .honor-bottom-icon {
  width: 44px;
  height: 42px;
  position: relative;
  margin-bottom: 24%;
}
.about-container .honorPage .honor-one .honor-bottom-icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-container .honorPage .honor-one .honor-bottom-icon .default {
  opacity: 1;
  transition: 0.5s;
}
.about-container .honorPage .honor-one .honor-bottom-icon .active {
  opacity: 0;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-container .honorPage .honor-one .honor-img {
  width: 60%;
  max-width: calc(100% - 64px);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(122, 122, 122, 0.41);
}
.about-container .honorPage .honor-one .honor-img .el-image {
  width: 100%;
  display: block;
  border-radius: 0;
  margin: 0 auto;
}
.about-container .honorPage .honor-one:hover {
  background: linear-gradient(to bottom, #9a0001 88%, #ffffff 12%);
  transition: 0.8s;
}
.about-container .honorPage .honor-one:hover .honor-bottom-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover .honor-bottom-icon .active {
  opacity: 1;
  transform: rotateY(360deg);
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover .honor-dot {
  color: #fff;
  transition: 0.5s;
}
.about-container .honorPage .honor-one:hover .honor-text {
  color: #fff;
  transition: 0.5s;
}
.about-container .honorPage .honor-one:nth-of-type(3n) {
  margin-right: 0;
}
.about-container .honorPage .webPage {
  margin-top: 0;
}
.about-container .developmentPage .development-main {
  margin-top: 50px;
  position: relative;
}
.about-container .developmentPage .development-main .development-one {
  display: flex;
  padding-top: 80px;
}
.about-container .developmentPage .development-main .development-one .development-one-con {
  width: calc(50% + 12px);
  padding-top: 6%;
  z-index: 12;
}
.about-container .developmentPage .development-main .development-one .development-one-con .development-one-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.about-container .developmentPage .development-main .development-one .development-one-con .development-one-title .development-one-text {
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
  color: #9a0001;
  line-height: 24px;
  font-family: 'LamaSans-SemiBold';
  margin-right: 6px;
}
.about-container .developmentPage .development-main .development-one .development-one-con .development-one-title .development-one-text p:nth-of-type(2) {
  margin-top: 4px;
}
.about-container .developmentPage .development-main .development-one .development-one-con .development-one-title .development-one-line {
  height: 1px;
  width: 100%;
  background: #CCCCCC;
  position: relative;
}
.about-container .developmentPage .development-main .development-one .development-one-con .development-one-title .development-one-line::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  top: -7px;
  right: 0;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/development-one-dot.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .developmentPage .development-main .development-one .development-one-con .development-one-desc {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  width: 70%;
}
.about-container .developmentPage .development-main .development-one .development-one-img {
  width: 55%;
  z-index: 1;
  overflow: hidden;
}
.about-container .developmentPage .development-main .development-one .development-one-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-container .developmentPage .development-main .development-one .development-one-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.about-container .developmentPage .development-main .development-one-odd .development-one-con .development-one-title .development-one-line {
  height: 1px;
  width: 100%;
  background: #CCCCCC;
  position: relative;
}
.about-container .developmentPage .development-main .development-one-odd .development-one-con .development-one-title .development-one-line::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  top: -7px;
  right: 0;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/development-one-dot.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .developmentPage .development-main .development-one-odd .development-one-img {
  margin-left: calc((4% + 12px) * -1);
}
.about-container .developmentPage .development-main .development-one-event .development-one-con .development-one-title .development-one-text {
  margin-right: 0;
}
.about-container .developmentPage .development-main .development-one-event .development-one-con .development-one-title .development-one-line {
  height: 1px;
  width: calc(30% - 8px);
  margin-right: 8px;
  background: #CCCCCC;
  position: relative;
}
.about-container .developmentPage .development-main .development-one-event .development-one-con .development-one-title .development-one-line::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  top: -7px;
  left: 0;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/development-one-dot.png') no-repeat;
  background-size: 100% 100%;
}
.about-container .developmentPage .development-main .development-one-event .development-one-con .development-one-desc {
  width: 100% !important;
  padding-left: 30%;
}
.about-container .developmentPage .development-main .development-one-event .development-one-img {
  margin-right: calc((4% + 12px) * -1);
}
.about-container .developmentPage .development-main .development-outer-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 11;
  width: 66px;
}
.about-container .developmentPage .development-main .development-outer-line .development-line-icon {
  width: 66px;
  height: 77px;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/development-icon-back.jpg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-container .developmentPage .development-main .development-outer-line .development-line-icon img {
  width: 60%;
}
.about-container .developmentPage .development-main .development-outer-line .development-line-p {
  width: 1px;
  height: calc(100% - 60px);
  background: #CCCCCC;
}
.about-container .developmentPage .development-main .development-one:nth-of-type(1) {
  padding-top: 130px;
}
.about-container .developmentPage .development-main .moreL {
  width: 100%;
  display: flex;
  z-index: 20;
  position: relative;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #9a0001;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  cursor: pointer;
}
.about-container .developmentPage .development-main .moreL p {
  border-bottom: 1px solid #9a0001;
  margin-bottom: 12px;
}
.about-container .developmentPage .development-main .moreL svg {
  width: 30px;
  height: 24px;
  animation: moreL 0.8s infinite ease-in-out;
}
.about-container .developmentPage .development-main-pc {
  display: block;
}
.about-container .developmentPage .development-main-m {
  display: none;
}
@keyframes moreL {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(8px);
  }
}
.factoryPage {
  background: #f8f8f8;
}
.factoryPage .factory-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 50px;
}
.factoryPage .factory-one {
  margin-top: 38px;
  position: relative;
}
.factoryPage .factory-one .factory-one-inner {
  width: 100%;
  transition: 0.5s;
}
.factoryPage .factory-one .factory-img {
  width: 100%;
}
.factoryPage .factory-one .factory-img .el-image {
  border-radius: 0 !important;
}
.factoryPage .factory-one .factory-text {
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  line-height: 30px;
  padding: 14px 0 18px;
  transition: 0.5s;
}
.factoryPage .factory-one:hover .factory-one-inner {
  background: #F8F8F8;
  transition: 0.5s;
}
.factoryPage .factory-one:nth-of-type(1) {
  margin-top: 0;
}
.factoryPage .factory-one:nth-of-type(2) {
  margin-top: 0;
}
.factoryPage .factory-one:nth-of-type(3) {
  margin-top: 0;
}
.factoryPage .factory-one:nth-of-type(3n+1) {
  width: 32%;
  padding-right: 22px;
}
.factoryPage .factory-one:nth-of-type(3n+2) {
  padding: 0 22px;
  width: 34%;
  border-left: 1px solid rgba(204, 204, 204, 0.5);
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.factoryPage .factory-one:nth-of-type(3n+3) {
  width: 32%;
  padding-left: 22px;
}
.factoryPage .webPage {
  margin-top: 6%;
}
.factoryPage1 {
  background: #F8F8F8;
}
.factoryPage1 .factory-video-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 80px;
}
.factoryPage1 .factory-video-swiper .factory-video-one {
  width: 580px;
  margin-right: 40px;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .videos-main {
  width: 100%;
  display: block;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask {
  width: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 20px;
  opacity: 1;
  z-index: 2;
  transition: 0.5s;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-transform: uppercase;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type p {
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 2px 8px;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-btn {
  width: 100%;
  height: 56px;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-btn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  margin: 0 auto;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-title {
  font-family: 'LamaSans-Medium';
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .videos-main-mask-active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom1 {
  margin-top: 34px;
}
.factoryPage1 .factory-video-swiper .factory-video-one:nth-of-type(2n) {
  padding-top: 0;
}
.factoryPage1 .factory-video-swiper .factory-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 15;
  background: #fff;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid #7C1D15;
  text-align: center;
  line-height: 50px;
  color: #7C1D15;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
}
.factoryPage1 .factory-video-swiper .factory-btn:hover {
  background: #7C1D15;
  color: #fff;
  transition: 0.5s;
}
.factoryPage1 .factory-video-swiper .factory-btn-prev {
  right: 62px;
}
.factoryPage1 .factory-video-swiper .factory-btn-next {
  right: 0;
}
.applicationsPage .indexPage-inner .applications-one {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 6%;
}
.applicationsPage .indexPage-inner .applications-one .applications-main {
  width: 55%;
}
.applicationsPage .indexPage-inner .applications-one .applications-main .applications-title {
  display: flex;
  margin-bottom: 14px;
}
.applicationsPage .indexPage-inner .applications-one .applications-main .applications-icon {
  width: 32px;
  margin-right: 16px;
}
.applicationsPage .indexPage-inner .applications-one .applications-main .applications-icon img {
  width: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.applicationsPage .indexPage-inner .applications-one .applications-main .applications-text {
  font-family: 'LamaSans-SemiBold';
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 48px);
  transition: 0.5s;
}
.applicationsPage .indexPage-inner .applications-one .applications-main .applications-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.applicationsPage .indexPage-inner .applications-one .applications-main .applications-desc .p2 {
  margin-top: 14px;
}
.applicationsPage .indexPage-inner .applications-one .applications-main:hover .applications-text {
  color: #9a0001;
  transition: 0.5s;
}
.applicationsPage .indexPage-inner .applications-one .applications-main:hover .applications-icon img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.applicationsPage .indexPage-inner .applications-one .applications-img {
  width: 45%;
  overflow: hidden;
}
.applicationsPage .indexPage-inner .applications-one .applications-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.applicationsPage .indexPage-inner .applications-one .applications-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.applicationsPage .indexPage-inner .applications-one .applications-img-pc {
  display: block;
}
.applicationsPage .indexPage-inner .applications-one .applications-img-m {
  display: none;
}
.applicationsPage .indexPage-inner .applications-one:nth-of-type(1) {
  margin-top: 0;
}
.applicationsPage .indexPage-inner .applications-one1 .applications-main {
  padding-right: 5%;
}
.applicationsPage .indexPage-inner .applications-one2 .applications-main {
  padding-left: 5%;
}
.applicationsPage .indexPage-inner .applications-one3 .applications-img {
  width: 100%;
  margin-top: 30px;
}
.applicationsPage .indexPage-inner .applications-one3 .applications-main {
  width: 100%;
}
.coop-container .coopPage1 {
  background: #F8F8F8;
}
.coop-container .coopPage1 .coopPage1-map {
  width: 100%;
  position: relative;
}
.coop-container .coopPage1 .coopPage1-map .usedCoopMap {
  width: 100%;
  display: block;
}
.coop-container .coopPage1 .coopPage1-map .market-dot {
  width: 14px;
  height: 14px;
  background: #ae2e23;
  border-radius: 50%;
  position: absolute;
}
.coop-container .coopPage1 .coopPage1-map .market-dot .p-dot {
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  position: absolute;
  background: #ae2e23;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ae2e23;
  border-radius: 50%;
  z-index: 12;
}
.coop-container .coopPage1 .coopPage1-map .market-dot .p-dot::after {
  content: attr(data-string);
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  font-family: 'LamaSans-Medium';
}
.coop-container .coopPage1 .coopPage1-map .market-dot::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #ae2e23;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0.7s ease-in infinite;
}
.coop-container .coopPage1 .coopPage1-map .market-dot::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #ae2e23;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(1) {
  left: 18%;
  bottom: auto;
  top: 30%;
  right: auto;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(1) .p-dot::after {
  left: 26px;
  top: -4px;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(2) {
  left: 30%;
  bottom: auto;
  top: 70%;
  right: auto;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(2) .p-dot::after {
  left: 0;
  transform: translateX(-50%);
  top: 32px;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(3) {
  left: 55%;
  bottom: auto;
  top: 28%;
  right: auto;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(3) .p-dot::after {
  left: 0;
  transform: translateY(-100%) translateX(-50%);
  top: -12px;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(4) {
  left: 53.5%;
  bottom: auto;
  top: 76%;
  right: auto;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(4) .p-dot::after {
  left: 0;
  transform: translateX(-50%);
  top: 32px;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(5) {
  left: 78%;
  bottom: auto;
  top: 22%;
  right: auto;
}
.coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(5) .p-dot::after {
  left: 0;
  transform: translateX(-50%);
  top: 32px;
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main {
  width: 100px;
  height: 100px;
  background: rgba(169, 37, 27, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 36%;
  left: 72%;
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner {
  width: 53px;
  height: 53px;
  background: linear-gradient(-52deg, #e65050 0%, #a2291f 48%, #e65050 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  position: relative;
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot {
  width: 100%;
  height: 100%;
  font-family: 'LamaSans-Bold';
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  opacity: 0.9;
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other {
  position: absolute;
  left: 64px;
  top: 40px;
  width: 240px;
  height: auto;
  font-family: 'LamaSans-Bold';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border-radius: 6px;
  overflow: hidden;
  z-index: 30;
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other p {
  padding: 22px 20px;
  text-align: left;
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner::after {
  content: "";
  width: 704px;
  height: 704px;
  border-radius: 50%;
  border: 1px dashed #A9251B;
  opacity: 0.34;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main::after {
  content: "";
  width: 177px;
  height: 177px;
  border-radius: 50%;
  border: 1px dashed #A9251B;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.coop-container .coopPage1 .coopPage1-map .com-dot-main::before {
  content: "";
  width: 399px;
  height: 399px;
  border-radius: 50%;
  border: 1px dashed #A9251B;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.coop-container .coopPage1 .coopPage1-num {
  width: 100%;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one {
  display: flex;
  align-items: center;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .num {
  font-weight: 600;
  font-size: 56px;
  color: #9a0001;
  font-family: 'LamaSans-SemiBold';
  line-height: 60px;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  height: 70px;
  justify-content: space-between;
  font-family: 'LamaSans-Medium';
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-add {
  font-weight: 500;
  font-size: 24px;
  color: #9a0001;
  line-height: 26px;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-desc {
  font-weight: 500;
  font-size: 16px;
  color: #9a0001;
  text-transform: uppercase;
  line-height: 26px;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(1) .num {
  width: 160px;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) {
  margin: 0 4%;
  padding: 0 4%;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) .num {
  width: 114px;
}
.coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(3) .num {
  width: 104px;
}
@keyframes aniMapDotInner {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
    border: 1px solid #ae2e23;
  }
  50% {
    width: 34px;
    height: 34px;
    opacity: 1;
    border: 1px solid #ae2e23;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
    border: 1px solid rgba(174, 46, 35, 0.4);
  }
}
.coop-container .coopPage2 {
  background: url('../images/coop2-back.jpg') no-repeat;
  background-size: cover;
}
.coop-container .coopPage2 .indexPage-title {
  color: #fff;
}
.coop-container .coopPage2 .coopPage2-main {
  margin-top: 40px;
}
.coop-container .coopPage3 {
  background: #F2F2F2;
}
.webPage {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  line-height: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 16px;
}
.webPage .pageBtn {
  color: #666666;
  transition: 0.5s;
  cursor: pointer;
}
.webPage .pageBtn:hover {
  color: #9a0001;
  transition: 0.5s;
}
.webPage .webPage-num {
  display: flex;
  align-items: center;
}
.webPage .pageBtn-active {
  color: #9a0001;
  transition: 0.5s;
}
.webPage .pages-a {
  display: flex;
  align-items: center;
  margin: 0 12px;
  cursor: pointer;
}
.webPage .pages-a .pageNum-num {
  color: #888888;
  transition: 0.5s;
}
.webPage .pages-a .pageNum-line {
  margin-left: 6px;
  width: 0;
  height: 1px;
  background: #9a0001;
  transition: 0.8s;
}
.webPage .pages-a:hover .pageNum-num {
  color: #9a0001;
  transition: 0.5s;
}
.webPage .pages-a:hover .pageNum-line {
  width: 50px;
  transition: 0.8s;
}
.webPage .pre-pageBtn {
  margin-right: 7px;
}
.webPage .next-pageBtn {
  margin-left: 7px;
}
.webPage .pages-a-active .pageNum-num {
  color: #9a0001;
  transition: 0.5s;
}
.webPage .pages-a-active .pageNum-line {
  width: 50px;
  transition: 0.8s;
}
.proPage {
  background: #fff;
}
.proPage .indexPage-outer {
  display: flex;
  justify-content: space-between;
}
.proPage .indexPage-outer .classification {
  width: 260px;
}
.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 {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 40px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.proPage .pro-main .pro-item .proi-cur-img {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.proPage .pro-main .pro-item .proi-cur-img .pro-img-main {
  width: 100%;
}
.proPage .pro-main .pro-item .proi-cur-img .pro-img-main img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  font-size: 0;
  line-height: 0;
  display: block;
}
.proPage .pro-main .pro-item .proi-cur-img .proi-cur-more-outer {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(119, 33, 26, 0.3);
  transform: translateY(100%);
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.proPage .pro-main .pro-item .proi-cur-img .proi-cur-more-outer .proi-cur-more {
  height: 40px;
  background: #9a0001;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0 22px;
  min-width: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.proPage .pro-main .pro-item .proi-cur-img .proi-cur-more-outer .proi-cur-more img {
  margin-left: 10px;
  width: 24px;
  transform: rotateZ(0deg);
  transition: 0.5s;
}
.proPage .pro-main .pro-item .proi-cur-img .proi-cur-more-outer .proi-cur-more:hover img {
  transform: rotateZ(45deg);
  transition: 0.5s;
}
.proPage .pro-main .pro-item .pro-item-bottom {
  width: 100%;
  margin: 0 auto;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title .proi-cur-title-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover {
  box-shadow: 0 6px 30px 0 rgba(216, 216, 216, 0.5);
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover .proi-cur-img .pro-img-main img {
  transform: scale(1.05);
  transition: 0.5s;
}
.proPage .pro-main .pro-item:hover .proi-cur-img .proi-cur-more-outer {
  opacity: 1;
  z-index: 12;
  transform: translateY(0);
  transition: 0.5s;
}
.proPage .pro-main .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 3%;
}
.classification .classification-title {
  font-family: 'LamaSans-Bold';
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding: 14px 20px;
  background: #EEEEEE;
  margin-bottom: 14px;
}
.classification .classification-inner {
  width: 100%;
  overflow: hidden;
  background: #F8F8F8;
  padding-bottom: 14px;
}
.classification .classification-inner-main {
  width: 100%;
  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 {
  background: #9a0001;
  transition: 0.5s;
}
.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 .classification-one-active .types-a-default::before {
  opacity: 1;
  left: 20px;
  transition: 0.5s;
}
.classification .classification-one-active .types-a-default::after {
  opacity: 0;
  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 20px 14px 45px;
  border-radius: 10px;
  position: relative;
}
.classification .types-a-default .types-a-icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.classification .types-a-default .types-a-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
  width: 14px;
  height: 14px;
}
.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 {
  width: calc(100% - 30px);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.classification .types-a-default .types-a-name-active {
  color: #fff;
  transition: 0.5s;
}
.classification .types-a-default:hover {
  background: #9a0001;
  transition: 0.5s;
}
.classification .types-a-default:hover .types-a-name {
  color: #fff;
  transition: 0.5s;
}
.classification .types-a-default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  background: #999;
  opacity: 0.2;
  height: 1px;
  transition: 0.5s;
}
.classification .types-a-default::before {
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: "";
  opacity: 0;
  background: url('https://file.global86.cn/fileStore/website_new/anlan/ling-bai-icon.png') no-repeat;
  background-size: 100% 100%;
}
.classification .types-a-default:hover::before {
  opacity: 1;
  left: 20px;
  transition: 0.5s;
}
.classification .types-a-default:hover::after {
  opacity: 0;
  transition: 0.5s;
}
.classification .types-a-default:nth-last-of-type(1) {
  border-bottom: none;
}
.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: 16px;
  color: #666666;
  line-height: 24px;
  padding: 12px 20px 12px 40px;
  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 {
  color: #9a0001;
  transition: 0.5s;
}
.classification .types-a-second .types-a-second-active {
  color: #9a0001;
  transition: 0.5s;
}
.contactPage {
  background: #F8F8F8;
  margin-top: 100px;
}
.contactPage .indexPage-inner .contact-infos-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos-left {
  width: 45%;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comName {
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 18px;
  color: #9a0001;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comDesc {
  font-weight: 400;
  font-size: 16px;
  color: #1A191C;
  line-height: 30px;
  margin: 20px 0 24px;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comImgs {
  width: 100%;
  max-width: 176px;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comImgs img {
  width: 100%;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos {
  width: 45%;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-top: 20px;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other {
  display: flex;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-icon {
  width: 22px;
  height: 22px;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-type {
  font-family: 'LamaSans-Medium';
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  z-index: 12;
  transition: 0.5s;
  white-space: nowrap;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-right-other {
  display: flex;
  flex-wrap: wrap;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-right-other .contact-val {
  font-weight: 400;
  font-size: 16px;
  color: #9a0001;
  font-family: 'LamaSans-Medium';
  line-height: 24px;
  transition: 0.5s;
  z-index: 12;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info:hover .contact-info-left-other .contact-type {
  color: #9a0001;
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info:hover .contact-info-left-other .contact-icon img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info-other {
  font-weight: 400;
  font-size: 16px;
  color: #9a0001;
  font-family: 'LamaSans-Medium';
  line-height: 24px;
  transition: 0.5s;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info-other .contact-icon {
  width: 22px;
  height: 22px;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info-other .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info-other .contact-val {
  width: calc(100% - 30px);
}
.contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info-other:hover .contact-icon img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.contactPage .indexPage-inner .form-desc {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}
.contactPage .indexPage-inner .contactMenthods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'LamaSans-Medium';
}
.contactPage .indexPage-inner .contactMenthods p {
  font-size: 16px;
  line-height: 30px;
  color: #9a0001;
  position: relative;
}
.contactPage .indexPage-inner .contactMenthods .contactMenthods-p {
  width: 1px;
  height: 14px;
  background: transparent;
  margin: 0 6px;
}
.contactPage .indexPage-inner .form {
  width: 100%;
}
.contactPage .indexPage-inner .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .indexPage-inner .form-input .input {
  width: 30%;
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 50px;
  font-family: 'LamaSans-Medium';
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding: 0 5px 0 20px;
  background: transparent;
}
.contactPage .indexPage-inner .form-input .input:focus {
  color: #9a0001;
  border: 0;
  outline: none;
  border-bottom: 1px solid #77211a;
}
.contactPage .indexPage-inner .form-input .input::placeholder {
  color: #333333;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
.contactPage .indexPage-inner .form-message {
  width: 100%;
}
.contactPage .indexPage-inner .form-message .message {
  width: 100%;
  padding: 12px 5px 0 20px;
  height: 220px;
  background: transparent;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  border: 0;
  outline: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  font-family: 'LamaSans-Medium';
  line-height: 26px;
}
.contactPage .indexPage-inner .form-message .message:focus {
  color: #9a0001;
  border: 0;
  outline: none;
  border-bottom: 1px solid #77211a;
}
.contactPage .indexPage-inner .form-message .message::placeholder {
  color: #333333;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
.contactPage .indexPage-inner .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0;
}
.contactPage .indexPage-inner .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contactPage .indexPage-inner .formButton-box .formButton {
  width: 48%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background: #9a0001;
  text-transform: uppercase;
  font-family: 'LamaSans-Medium';
  padding: 0 18px;
  height: 56px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transform: rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 0 0 transparent;
  transition: 0.5s;
}
.contactPage .indexPage-inner .formButton-box .formButton .read-more-p {
  position: relative;
  transform: translateY(0);
  transition: 0.5s;
  color: #FFFFFF;
}
.contactPage .indexPage-inner .formButton-box .formButton .read-more-p::after {
  position: absolute;
  color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: attr(data-word);
}
.contactPage .indexPage-inner .formButton-box .formButton:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.contactPage .indexPage-inner .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage .indexPage-inner .formButton-box .formButton1 {
  margin-left: 4%;
}
@media only screen and (min-width: 721px) {
  .pro-container .innerPage-pros-classifyM {
    display: none;
  }
  .pro-container .prosClassifyMMaskActive {
    display: none;
  }
  .pro-container .prosClassifyMMask {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  .proDetail-container .innerPage-pros-classifyM {
    display: none;
  }
  .proDetail-container .prosClassifyMMaskActive {
    display: none;
  }
  .proDetail-container .prosClassifyMMask {
    display: none;
  }
}
@media only screen and (max-width: 1441px) {
  .factoryPage1 .factory-video-swiper .factory-video-one {
    width: 48%;
    margin-right: 4%;
  }
  .contactPage {
    margin-top: 80px;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 30px;
  }
  .proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title {
    padding: 15px 0;
  }
  .factoryPage .factory-inner {
    margin-top: 40px;
  }
  .factoryPage1 .factory-video-swiper {
    margin-top: 40px;
  }
  .coop-container .coopPage2 .coopPage2-main {
    margin-top: 30px;
  }
  .contactPage .indexPage-inner .form-desc {
    margin-top: 10px;
  }
  .contactPage .indexPage-inner .contact-infos-outer {
    margin-top: 5%;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comDesc {
    margin: 12px 0 24px;
  }
}
@media only screen and (max-width: 1281px) {
  .about-container .newsPage .news-item-first .news-cur-con {
    padding: 50px 40px 40px 40px;
  }
  .proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title {
    padding: 12px 0;
  }
  .proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title .proi-cur-title-text {
    font-size: 16px;
  }
  .classification .types-a-default .types-a-name {
    font-size: 16px;
  }
  .about-container .newsPage .news-item {
    margin-top: 50px;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    font-size: 20px;
    margin: 0 14px;
  }
  .about-container .newsPage .news-item-other .news-cur-desc {
    font-size: 16px;
    margin: 0 0 10%;
  }
  .about-container .newsPage .news-item-other .news-cur-more {
    font-size: 16px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-title {
    font-size: 20px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-more {
    width: 186px;
    height: 46px;
    border-radius: 8px;
    font-size: 14px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-desc {
    margin: 22px 0 50px;
  }
  .about-container .honorPage .honor-main .honor-main-inner {
    margin-top: 34px;
  }
  .about-container .honorPage .honor-one .honor-dot {
    font-size: 14px;
  }
  .about-container .honorPage .honor-one .honor-bottom-icon {
    width: 34px;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 16px;
  }
  .about-container .culturePage .indexPage-inner .culture-one1 {
    margin-bottom: 30px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-one-text {
    font-size: 34px;
    line-height: 38px;
  }
  .about-container .culturePage .indexPage-inner .culture-one {
    width: calc((100% - 66px) / 3);
    margin-right: 22px;
    padding: 26px 18px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main .companyTop-desc {
    margin-top: 20px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-p {
    font-size: 60px;
    line-height: 66px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title .companyBottom-img img {
    width: 46%;
  }
  .about-container .companyPage .companyBottom .companyBottom-title {
    margin-bottom: 28px;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc1 {
    margin-top: 16px;
  }
  .contactPage .indexPage-inner .formButton-box .formButton {
    min-width: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .proPage .indexPage-outer .classification {
    width: 220px;
  }
  .proPage .pro-main {
    width: calc(100% - 240px);
  }
  .about-container .developmentPage .development-main .development-outer-line .development-line-icon {
    width: 55px;
    height: 66px;
  }
  .about-container .developmentPage .development-main .development-outer-line .development-line-icon img {
    width: 55%;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con {
    padding-top: 5%;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-desc {
    font-size: 16px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-title {
    margin-bottom: 20px;
  }
  .about-container .developmentPage .development-main .development-one {
    padding-top: 60px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-desc .p2 {
    margin-top: 8px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-text {
    font-size: 16px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-desc {
    font-size: 14px;
  }
  .applicationsPage .indexPage-inner .applications-one1 .applications-main {
    padding-right: 4%;
  }
  .applicationsPage .indexPage-inner .applications-one2 .applications-main {
    padding-left: 4%;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-title {
    margin-bottom: 10px;
  }
  .factoryPage .factory-one {
    margin-top: 30px;
  }
  .applicationsPage .indexPage-inner .applications-one {
    margin-top: 5%;
  }
  .factoryPage .factory-inner {
    margin-top: 34px;
  }
  .factoryPage1 .factory-video-swiper {
    margin-top: 34px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask {
    padding: 18px 20px 14px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type {
    font-size: 14px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-btn {
    height: 50px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-title {
    line-height: 24px;
    font-size: 16px;
  }
  .factoryPage1 .factory-video-swiper {
    padding-bottom: 90px;
  }
  .factoryPage .webPage {
    margin-top: 5%;
  }
  .factoryPage .factory-one .factory-text {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0 14px;
  }
  .about-container .newsPage .news-item-other .news-cur-con {
    width: 300px;
  }
  .about-container .newsPage .news-item-other .news-cur-more {
    font-size: 14px;
  }
  .about-container .newsPage .news-item-other .news-cur-desc {
    font-size: 14px;
    margin: 0 0 6%;
  }
  .about-container .newsPage .news-item-other .news-item-other-left .news-item-other-time {
    font-size: 12px;
  }
  .about-container .newsPage .news-item-other .news-cur-more .right-top {
    margin-left: 6px;
    width: 20px;
    height: 20px;
  }
  .about-container .newsPage .news-item-other .news-item-other-left .news-cur-img {
    width: 220px;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    font-size: 18px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot .p-dot::after {
    font-size: 14px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other {
    left: 54px;
    top: 38px;
    width: 200px;
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(3) .num {
    width: 98px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(1) .num {
    width: 140px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) .num {
    width: 104px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .num {
    font-size: 48px;
    line-height: 54px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom {
    margin-left: 8px;
    height: 58px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-add {
    font-size: 20px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other p {
    padding: 14px 14px;
  }
}
@media only screen and (max-width: 1025px) {
  .contactPage {
    margin-top: 65px;
  }
  .about-container .developmentPage .development-main {
    margin-top: 30px;
  }
  .about-container .developmentPage .development-main .development-one:nth-of-type(1) {
    padding-top: 110px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-desc {
    width: 80%;
  }
  .about-container .developmentPage .development-main .development-one-event .development-one-con .development-one-title .development-one-line {
    width: calc(20% - 8px);
  }
  .about-container .developmentPage .development-main .development-one-event .development-one-con .development-one-desc {
    padding-left: 20%;
  }
  .webPage {
    font-size: 14px;
  }
  .webPage .pages-a {
    margin: 0 8px;
  }
  .webPage .pages-a:hover .pageNum-line {
    width: 30px;
    transition: 0.5s;
  }
  .webPage .pages-a-active .pageNum-line {
    width: 30px;
  }
  .about-container .honorPage .honor-main .honor-main-inner {
    margin-top: 26px;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 50px;
    padding: 22px 22px 0 22px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-title {
    font-size: 14px;
    margin: 12px 0 4px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .about-container .company-seconds .company-seconds-one .company-seconds-icon {
    width: 18px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title .companyBottom-img img {
    width: 400px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-line {
    height: 72%;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .about-container .company-seconds .company-seconds-one {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-pro {
    width: 25%;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-pro {
    top: -2%;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc {
    font-size: 14px;
  }
  .about-container .companyPage .companyTop .companyTop-desc {
    font-size: 14px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom {
    margin-left: 0;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) {
    margin: 0 3%;
    padding: 0 3%;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner::after {
    width: 504px;
    height: 504px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot {
    font-size: 22px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main {
    width: 80px;
    height: 80px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main::after {
    width: 150px;
    height: 150px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main::before {
    width: 300px;
    height: 300px;
  }
  .contactPage .indexPage-inner .form-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .contactPage .indexPage-inner .contactMenthods p {
    font-size: 14px;
    line-height: 26px;
  }
  .contactPage .indexPage-inner .formButton-box .formButton {
    min-width: 160px;
    height: 48px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 8px;
  }
  .contactPage .indexPage-inner .form-message .message {
    padding: 10px 5px 0 14px;
    height: 150px;
    margin-top: 12px;
    font-size: 14px;
  }
  .contactPage .indexPage-inner .form-input .input {
    width: 31%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    padding: 0 5px 0 14px;
  }
  .contactPage .indexPage-inner .contact-infos-outer {
    margin-top: 30px;
  }
  .contactPage .indexPage-inner .formButton-box {
    margin-top: 30px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 940px) {
  .proPage .pro-main .pro-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 22px;
  }
  .proPage .pro-main .pro-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .proPage .pro-main .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title .proi-cur-title-text {
    font-size: 14px;
  }
  .classification .types-a-default .types-a-name {
    font-size: 14px;
  }
  .classification .classification-title {
    font-size: 16px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-icon {
    width: 28px;
    margin-right: 14px;
  }
  .applicationsPage .indexPage-inner .applications-one {
    margin-top: 28px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-img-pc {
    display: none;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-img-m {
    display: block;
  }
  .applicationsPage .indexPage-inner .applications-one1 .applications-main {
    padding-right: 0;
    width: 100%;
  }
  .applicationsPage .indexPage-inner .applications-one2 .applications-main {
    padding-left: 0;
    width: 100%;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-img {
    width: 100%;
    margin-top: 20px;
  }
  .factoryPage .factory-one:nth-of-type(3n+3) {
    padding-left: 14px;
  }
  .factoryPage .factory-one:nth-of-type(3n+1) {
    padding-right: 14px;
  }
  .factoryPage .factory-one:nth-of-type(3n+2) {
    padding: 0 14px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom1 {
    margin-top: 24px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-btn {
    height: 38px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type p {
    padding: 2px 6px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type {
    font-size: 12px;
    line-height: 20px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-title {
    font-size: 14px;
  }
  .factoryPage .factory-inner {
    margin-top: 28px;
  }
  .factoryPage1 .factory-video-swiper {
    margin-top: 28px;
  }
  .factoryPage .factory-one .factory-text {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0 10px;
  }
  .about-container .newsPage .news-item-first .news-cur-img {
    width: 45%;
  }
  .about-container .newsPage .news-item-first .news-cur-con {
    width: 55%;
    padding: 30px 34px 34px 34px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-title {
    font-size: 18px;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    font-size: 16px;
  }
  .about-container .newsPage .news-item-other .news-cur-con {
    width: 270px;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    width: 200px;
  }
  .about-container .newsPage .news-item-other .news-item-other-left .news-cur-img {
    width: 180px;
  }
  .about-container .honorPage .honor-one .honor-dot {
    font-size: 12px;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 14px;
    margin: 6px 0 12px;
  }
  .about-container .honorPage .honor-one .honor-img {
    width: 80%;
    max-width: calc(100% - 45px);
  }
  .about-container .honorPage .honor-one .honor-bottom-icon {
    width: 28px;
  }
  .about-container .culturePage .indexPage-inner .culture-one {
    width: calc((100% - 22px) / 2);
    margin-bottom: 24px;
  }
  .about-container .culturePage .indexPage-inner .culture-one-other {
    margin-bottom: 24px;
  }
  .about-container .culturePage .indexPage-inner .culture-one-other:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .about-container .culturePage .indexPage-inner .culture-one-other:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .about-container .culturePage .indexPage-inner .culture-one:nth-of-type(3n) {
    margin-right: 22px;
  }
  .about-container .culturePage .indexPage-inner .culture-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-pro {
    top: 50%;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 {
    margin-top: 24px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 {
    flex-wrap: wrap;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-p {
    font-size: 50px;
    line-height: 52px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-desc {
    width: 50%;
    padding-top: 4%;
    padding-left: 4%;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main {
    width: 100%;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-img {
    display: none;
  }
  .about-container .companyPage .companyTop .companyTop-img-m {
    display: block;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-line {
    margin: 0 8%;
  }
}
@media only screen and (max-width: 821px) {
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-more {
    width: 160px;
    height: 42px;
    border-radius: 6px;
    font-size: 12px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-more img {
    width: 20px;
    margin-left: 8px;
  }
  .about-container .newsPage .news-item {
    margin-top: 40px;
  }
  .about-container .newsPage .news-item-other .news-item-other-right {
    flex-wrap: wrap;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    width: 100%;
    margin: 0 0;
    padding: 0 14px;
    -webkit-line-clamp: 2;
  }
  .about-container .newsPage .news-item-other .news-cur-con {
    width: 100%;
    padding: 0 14px;
  }
  .about-container .newsPage .news-item-other .news-cur-desc {
    -webkit-line-clamp: 2;
    margin: 14px 0;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-desc {
    margin: 12px 0 30px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-desc {
    font-size: 14px;
  }
  .about-container .company-seconds .company-seconds-one {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main .outlined-text {
    font-size: 8vw;
    line-height: 8vw;
  }
  .coop-container .coopPage1 .coopPage1-num {
    margin-top: 100px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(1) .num {
    width: 128px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) .num {
    width: 90px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(3) .num {
    width: 86px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .num {
    font-size: 42px;
    line-height: 48px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom {
    margin-left: 4px;
    height: 52px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-add {
    font-size: 18px;
    line-height: 22px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot .p-dot::after {
    font-size: 12px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other p {
    padding: 12px 10px 10px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other {
    left: 100%;
    top: 50px;
    width: 190px;
    font-size: 12px;
    line-height: 20px;
    transform: translateX(-50%);
  }
  .coop-container .coopPage2 .coopPage2-main {
    margin-top: 20px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left {
    width: 48%;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info {
    flex-wrap: wrap;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-right-other {
    width: 100%;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-type {
    font-size: 12px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-icon {
    width: 20px;
    height: 20px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comName {
    font-size: 16px;
  }
  .contactPage .indexPage-inner .formButton-box {
    margin-top: 22px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comDesc {
    font-size: 14px;
    line-height: 26px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-right-other .contact-val {
    font-size: 14px;
  }
}
@media only screen and (max-width: 721px) {
  .proPage .indexPage-outer {
    flex-wrap: wrap;
  }
  .proPage .classifyAll-btn {
    display: block;
  }
  .proPage .indexPage-outer .classification {
    display: none;
  }
  .proPage .pro-main {
    width: 100%;
  }
  .about-container .developmentPage .development-main {
    margin-top: 20px;
  }
  .about-container .developmentPage .development-main .moreL {
    font-size: 14px;
  }
  .about-container .developmentPage .development-main .development-outer-line .development-line-icon {
    width: 44px;
    height: 55px;
  }
  .about-container .developmentPage .development-main .development-one:nth-of-type(1) {
    padding-top: 88px;
  }
  .about-container .developmentPage .development-main .development-one {
    padding-top: 36px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con {
    padding-top: 20px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-title .development-one-text {
    font-size: 18px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-title {
    margin-bottom: 10px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-desc {
    font-size: 14px;
  }
  .factoryPage1 .factory-video-swiper {
    padding-bottom: 82px;
  }
  .factoryPage1 .factory-video-swiper .factory-btn {
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type {
    font-size: 10px;
    line-height: 16px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom1 {
    margin-top: 20px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask {
    padding: 12px 12px 10px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-title {
    font-size: 12px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-type p {
    padding: 1px 4px;
  }
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-btn {
    height: 34px;
  }
  .factoryPage .factory-inner {
    margin-top: 24px;
  }
  .factoryPage1 .factory-video-swiper {
    margin-top: 22px;
  }
  .factoryPage .factory-one .factory-text {
    font-size: 12px;
    line-height: 22px;
    padding: 6px 0 8px;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 42px;
    padding: 20px 18px 0 18px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom .num-add {
    font-size: 16px;
    line-height: 20px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(2) .p-dot::after {
    top: 14px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot .p-dot::after {
    font-size: 10px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(4) .p-dot::after {
    left: 0;
    top: 16px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(5) .p-dot::after {
    left: 0;
    transform: translateX(10%);
    top: -30px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(1) .p-dot::after {
    left: -30px;
    top: -34px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot:nth-of-type(3) .p-dot::after {
    left: 0;
    transform: translateY(-100%) translateX(-18%);
    top: -6px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .num {
    font-size: 32px;
    line-height: 36px;
  }
  .coop-container .coopPage1 .coopPage1-map {
    width: 90%;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot .p-dot {
    width: 10px;
    height: 10px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other {
    transform: translateX(-32%);
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one .coopPage1-num-bottom {
    height: 48px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(1) .num {
    width: 98px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) .num {
    width: 68px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(3) .num {
    width: 66px;
  }
  @keyframes aniMapDotInner {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
      border: 1px solid #ae2e23;
    }
    50% {
      width: 20px;
      height: 20px;
      opacity: 1;
      border: 1px solid #ae2e23;
    }
    100% {
      width: 32px;
      height: 32px;
      opacity: 0;
      border: 1px solid rgba(174, 46, 35, 0.4);
    }
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot {
    width: 10px;
    height: 10px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot::after {
    width: 10px;
    height: 10px;
  }
  .coop-container .coopPage1 .coopPage1-map .market-dot::before {
    width: 10px;
    height: 10px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main {
    width: 60px;
    height: 60px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner {
    width: 32px;
    height: 32px;
    line-height: 34px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot {
    font-size: 18px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one {
    min-width: 50%;
    padding-right: 12px;
    width: auto;
    margin-top: 20px;
  }
  .coop-container .coopPage1 .coopPage1-num .coopPage1-num-one:nth-of-type(2) {
    border: none;
    padding: 0 0;
    margin: 20px 0 0;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner::after {
    display: none;
  }
}
@media only screen and (max-width: 641px) {
  .contactPage {
    margin-top: 50px;
  }
  .about-container .developmentPage .development-main {
    margin-top: 16px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-title .development-one-text {
    font-size: 16px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-desc {
    font-size: 12px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-more {
    width: 140px;
    height: 38px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-title {
    font-size: 16px;
  }
  .about-container .newsPage .news-item-other .news-cur-desc {
    margin: 8px 0;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    font-size: 14px;
  }
  .about-container .newsPage .news-item-other .news-item-other-left .news-item-other-time {
    margin: 0 6px;
  }
  .about-container .newsPage .news-item-first .news-cur-con {
    padding: 24px 26px 30px 28px;
  }
  .about-container .newsPage .news-item-other .news-item-other-left .news-cur-img {
    width: 160px;
  }
  .newsPage .webPage {
    margin-top: 30px;
  }
  .about-container .newsPage .news-item {
    margin-top: 30px;
  }
  .about-container .newsPage .news-item-other .news-cur-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .about-container .newsPage .news-item-other .news-cur-more {
    font-size: 12px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-more img {
    width: 18px;
    margin-left: 6px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-one-img {
    width: 28px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-one-text {
    font-size: 30px;
    line-height: 34px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-add {
    font-size: 22px;
  }
  .about-container .companyPage .companyTop .companyTop-desc {
    font-size: 12px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-desc {
    padding-top: 0;
  }
  .about-container .companyPage .companyBottom .companyBottom-title .companyBottom-img img {
    width: 70%;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .about-container .companyPage .companyBottom .companyBottom-desc1 {
    margin-top: 12px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 581px) {
  .factoryPage1 .factory-video-swiper .factory-video-one .factory-video-dom .factory-video-mask .factory-video-title {
    line-height: 14px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-icon {
    width: 25px;
  }
  .applicationsPage .indexPage-inner .applications-one {
    margin-top: 20px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-desc {
    font-size: 12px;
  }
  .applicationsPage .indexPage-inner .applications-one .applications-main .applications-text {
    font-size: 14px;
  }
  .factoryPage .factory-one {
    width: 50% !important;
    padding: 0 10px !important;
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    border-right: 1px solid rgba(204, 204, 204, 0.5);
    margin-top: 20px;
  }
  .factoryPage .factory-one:nth-of-type(3) {
    margin-top: 20px;
  }
  .factoryPage .factory-one:nth-of-type(2n) {
    border-left: none !important;
  }
  .about-container .honorPage .honor-main .honor-main-inner {
    margin-top: 20px;
  }
  .about-container .honorPage .honor-one {
    width: calc((100% - 18px) / 2);
    margin-bottom: 30px;
  }
  .about-container .honorPage .honor-one:nth-of-type(3n) {
    margin-right: 18px;
  }
  .about-container .honorPage .honor-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .coop-container .coopPage1 .coopPage1-num {
    margin-top: 26px;
  }
  .coop-container .coopPage1 .coopPage1-map {
    width: 100%;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main .com-dot-inner .com-dot-inner-other {
    display: none;
  }
}
@media only screen and (max-width: 521px) {
  .about-container .developmentPage .development-main .development-one-odd .development-one-con .development-one-title .development-one-line::after {
    width: 10px;
    height: 12px;
    top: -6px;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con .development-one-desc {
    width: 100%;
  }
  .about-container .developmentPage .development-main {
    margin-top: 0;
  }
  .about-container .developmentPage .development-main .development-one:nth-of-type(1) {
    padding-top: 0;
  }
  .about-container .developmentPage .development-main .development-one {
    padding-top: 0;
  }
  .about-container .developmentPage .development-main .development-one {
    flex-wrap: wrap;
  }
  .about-container .developmentPage .development-main .development-one .development-one-con {
    width: 100%;
  }
  .about-container .developmentPage .development-main .development-one-odd .development-one-img {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
  .about-container .developmentPage .development-main-pc {
    display: none;
  }
  .about-container .developmentPage .development-main-m {
    display: block;
  }
  .webPage .pages-a-active .pageNum-line {
    width: 12px;
  }
  .webPage .pages-a {
    margin: 0 6px;
  }
  .webPage .pages-a:hover .pageNum-line {
    width: 12px;
    transition: 0.5s;
  }
  .webPage .next-pageBtn {
    margin-left: 4px;
  }
  .webPage .pre-pageBtn {
    margin-right: 4px;
  }
  .about-container .newsPage .news-item-other .news-cur-title {
    padding: 0 0;
  }
  .about-container .newsPage .news-item-other .news-cur-con {
    padding: 0 0;
  }
  .about-container .newsPage .news-item-other {
    flex-wrap: wrap;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 12px;
  }
  .about-container .newsPage .news-item-other .news-item-other-left {
    width: 100%;
    border-right: none;
  }
  .about-container .newsPage .news-item-other .news-item-other-right {
    width: 100%;
    margin-top: 14px;
  }
  .about-container .culturePage .indexPage-inner .culture-one-other {
    margin-bottom: 20px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-icon {
    width: 30px;
    height: 36px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .contactPage .indexPage-inner .contact-infos-outer {
    margin-top: 22px;
  }
  .contactPage .indexPage-inner .formButton-box {
    margin-top: 16px;
  }
  .contactPage .indexPage-inner .formButton-box .formButton {
    min-width: 138px;
    height: 44px;
    line-height: 46px;
    font-size: 12px;
    border-radius: 6px;
  }
  .contactPage .indexPage-inner .form-message .message {
    padding: 10px 5px 0 10px;
    height: 120px;
    margin-top: 10px;
    font-size: 12px;
  }
  .contactPage .indexPage-inner .form-input .input {
    width: 32%;
    margin-top: 17px;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    padding: 0 5px 0 10px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comName {
    font-size: 14px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comDesc {
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 431px) {
  .factoryPage1 .factory-video-swiper .factory-video-one {
    width: 96%;
  }
  .factoryPage1 .factory-video-swiper {
    padding-bottom: 72px;
  }
  .contactPage {
    margin-top: 42px;
  }
  .about-container .company-seconds .company-seconds-one .company-seconds-icon {
    width: 16px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-title {
    font-size: 14px;
  }
  .about-container .newsPage .news-item-first .news-cur-con .news-cur-desc {
    margin: 10px 0 20px;
  }
  .about-container .newsPage .news-item-first .news-cur-con {
    padding: 18px 18px 24px 20px;
  }
  .about-container .newsPage .news-item-first {
    flex-wrap: wrap;
  }
  .about-container .newsPage .news-item-first .news-cur-img {
    width: 100%;
  }
  .about-container .newsPage .news-item-first .news-cur-con {
    width: 100%;
  }
  .about-container .newsPage .news-item-other {
    padding-bottom: 6px;
  }
  .about-container .honorPage .honor-one .honor-img {
    max-width: calc(100% - 35px);
  }
  .about-container .honorPage .honor-one .honor-bottom-icon {
    width: 24px;
  }
  .about-container .honorPage .honor-one .honor-dot {
    font-size: 10px;
  }
  .about-container .honorPage .honor-one .honor-text {
    font-size: 12px;
    margin: 4px 0 8px;
    line-height: 20px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-title {
    line-height: 18px;
    margin: 8px 0 2px;
  }
  .about-container .culturePage .indexPage-inner .culture-one {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 20px;
    padding: 24px 14px;
  }
  .about-container .culturePage .indexPage-inner .culture-one:nth-of-type(3n) {
    margin-right: 18px;
  }
  .about-container .culturePage .indexPage-inner .culture-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-one-text {
    font-size: 22px;
    line-height: 28px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .about-container .companyPage .companyBottom .companyBottom-title p {
    margin-top: -4px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main .companyTop-desc {
    margin-top: 14px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 {
    margin-top: 16px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num {
    margin-bottom: 14px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-add {
    font-size: 18px;
    line-height: 20px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-num .companyTop-num-val .companyTop-num-p {
    font-size: 40px;
    line-height: 40px;
  }
  .about-container .companyPage .companyTop .companyTop-img-m {
    width: 100%;
    max-width: 320px;
  }
  .about-container .companyPage .companyTop .indexPage-inner .companyTop-main1 .companyTop-desc {
    padding-top: 14px;
    padding-left: 0;
    width: 100%;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main::after {
    width: 100px;
    height: 100px;
  }
  .coop-container .coopPage1 .coopPage1-map .com-dot-main::before {
    width: 240px;
    height: 240px;
  }
  .contactPage .indexPage-inner .form-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .contactPage .indexPage-inner .contactMenthods p {
    font-size: 12px;
    line-height: 24px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left .contact-infos-comDesc {
    margin: 10px 0 20px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .contactPage .indexPage-inner .contact-infos-outer {
    flex-wrap: wrap;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info {
    width: 50%;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info:nth-last-of-type(1) {
    width: 100%;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info:nth-last-of-type(2) {
    width: 100%;
  }
  .contactPage .indexPage-inner .form-input .input {
    width: 100%;
    margin-top: 10px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos-left {
    width: 100%;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info {
    width: 100%;
  }
  .classifyAll-btn {
    font-size: 12px;
  }
  .proPage .pro-main .pro-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .proPage .pro-main .pro-item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .proPage .pro-main .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title {
    padding: 8px 0;
  }
  .proPage .pro-main .pro-item .pro-item-bottom .proi-cur-title .proi-cur-title-text {
    font-size: 12px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-one-text {
    font-size: 18px;
    line-height: 26px;
  }
  .about-container .culturePage .indexPage-inner .culture-one .culture-one-img {
    margin-top: 14px;
    width: 24px;
  }
  .about-container .culturePage .indexPage-inner .culture-one {
    width: 100%;
    margin-right: 0 !important;
  }
  .about-container .culturePage .indexPage-inner .culture-one-other:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-left-other .contact-icon {
    width: 16px;
    height: 18px;
  }
  .contactPage .indexPage-inner .contact-infos-outer .contact-infos .contact-info .contact-info-right-other .contact-val {
    font-size: 12px;
  }
}
@media only screen and (max-width: 345px) {
  .webPage .pages-a {
    margin: 0 2px;
  }
}
