.innerPage-title {
  font-size: 30px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 24px;
}
.innerPage-desc {
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 24px;
}
.nsideDetail {
  margin: 85px auto 0;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 30px;
  background-color: #F8F8F8;
  z-index: 10;
}
.nsideDetail .nsideDetail-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nsideDetail .nsideDetail-inner img {
  margin-right: 8px;
}
.nsideDetail .nsideDetail-inner .nside-right {
  width: 20px;
  margin-top: 8px;
}
.nsideDetail .nsideDetail-inner .nside-index {
  width: 26px;
  margin-top: -8px;
}
.nsideDetail .nsideDetail-inner .nside-a {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  line-height: 20px;
  transition: 0.5s;
  word-break: keep-all;
  color: #333333;
  cursor: pointer;
}
.nsideDetail .nsideDetail-inner .nside-a:hover {
  color: #4A9C8D;
  transition: 0.5s;
}
.nsideDetail .nsideDetail-inner .nside-a-last {
  color: #4A9C8D;
}
.innerPage-pros-classify {
  width: 260px;
  font-family: 'AlibabaPuHuiTi-Regular';
}
.innerPage-pros-classify .nav-classifys-first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 23px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding: 12px 20px 12px 40px;
}
.innerPage-pros-classify .nav-classifys-first a {
  display: inline-block;
  color: #333333;
  width: calc(100% - 30px);
  transition: 0.5s;
}
.innerPage-pros-classify .nav-classifys-first i {
  width: 30px;
  text-align: center;
}
.innerPage-pros-classify .nav-classifys-first:hover {
  color: #fff;
  transition: 0.5s;
  background: #21B99C;
}
.innerPage-pros-classify .nav-classifys-first:hover a {
  color: #fff;
  transition: 0.5s;
}
.innerPage-pros-classify .el-icon-second {
  transform: rotateZ(0deg);
  transition: 0.5s;
}
.innerPage-pros-classify .el-icon-second1 {
  transform: rotateZ(90deg);
  transition: 0.5s;
}
.innerPage-pros-classify .el-icon-arrow-right {
  transition: 0.5s;
}
.innerPage-pros-classify .nav-classifys-second {
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  transition: 0.5s;
  padding: 0 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerPage-pros-classify .nav-classifys-second a {
  display: inline-block;
  color: #333333;
  width: calc(100% - 30px);
  transition: 0.5s;
}
.innerPage-pros-classify .nav-classifys-second i {
  width: 30px;
  text-align: center;
}
.innerPage-pros-classify .nav-classifys-second:hover {
  color: #21B99C;
  transition: 0.5s;
}
.innerPage-pros-classify .nav-classifys-second:hover a {
  color: #21B99C;
  transition: 0.5s;
}
.innerPage-pros-classify .nav-classifys-three {
  font-size: 14px;
  width: 100%;
  display: block;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
  transition: 0.5s;
  padding: 0 20px 0 55px;
}
.innerPage-pros-classify .nav-classifys-three:hover {
  transition: 0.5s;
  color: #21B99C;
}
.innerPage-pros-classify .nav-classifys-three-active {
  transition: 0.5s;
  color: #21B99C;
}
.innerPage-pros-classify .nav-classifys-first-active {
  color: #fff;
  transition: 0.5s;
  background: #21B99C;
}
.innerPage-pros-classify .nav-classifys-first-active a {
  color: #fff;
  transition: 0.5s;
}
.innerPage-pros-classify .nav-classifys-second-active {
  transition: 0.5s;
  color: #21B99C;
}
.innerPage-pros-classify .nav-classifys-second-active a {
  transition: 0.5s;
  color: #21B99C;
}
.innerPage-pros-classify .pros-classify-second {
  width: 100%;
  margin-bottom: 26px;
  height: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s linear;
}
.innerPage-pros-classify .pros-classify-second-show {
  height: auto;
  overflow: visible;
  opacity: 1;
  max-height: 100vh;
  transition: max-height 0.5s linear;
  overflow-y: auto;
}
.innerPage-pros-classify .pros-classify-second-show::-webkit-scrollbar {
  width: 1px;
}
.innerPage-pros-classify .pros-classify-second-show::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  background: #ffffff !important;
}
.innerPage-pros-classify .pros-classify-second-show::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  background: transparent;
}
.innerPage-pros-classify .pros-classify-three {
  width: 100%;
  margin-bottom: 12px;
  height: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s linear;
}
.innerPage-pros-classify .pros-classify-three-show {
  height: auto;
  overflow: visible;
  opacity: 1;
  max-height: 520px;
  transition: max-height 0.5s linear;
}
.innerPage-pros-classify .nav-classifys-second-active {
  transition: 0.5s;
  color: #21B99C;
}
.prosPage-pages {
  margin-top: 30px;
}
.ModelPages {
  margin-top: 60px;
}
.prosPage {
  background: #F8F8F8;
  padding-top: 40px;
}
.prosPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.prosPage .prosPage-main {
  width: calc(97% - 260px);
}
.prosPage .prosPage-main .prosPage-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.prosPage .prosPage-main .prosPage-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 40px;
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 0 0;
  font-family: 'AlibabaPuHuiTi-Regular';
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:hover {
  box-shadow: 4px 15px 20px 0px rgba(225, 225, 225, 0.5);
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:hover .prosPage-one-title {
  color: #21B99C;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:hover .proi-more {
  background: #21B99C;
  border: 1px solid #21B99C;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:hover .proi-more .more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:hover .proi-more .more-right {
  transform: translateY(-100%);
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one-img {
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  margin: 10px 0 0;
  display: block;
}
.prosPage .prosPage-main .prosPage-one-title {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  padding: 0 15px;
}
.prosPage .prosPage-main .prosPage-one-line {
  width: 30px;
  height: 1px;
  display: none;
  background: #999999;
  margin-top: 8px;
}
.prosPage .prosPage-main .proi-more {
  display: none;
  margin: 0 auto;
  width: 140px;
  height: 36px;
  border: 1px solid #999999;
  background: transparent;
  color: #666666;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  padding: 0px 10px;
  font-family: 'AlibabaPuHuiTi-Regular';
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.prosPage .prosPage-main .proi-more .more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.prosPage .prosPage-main .proi-more .more-right {
  position: relative;
  height: 100%;
  transition: 0.5s;
  margin-left: 6px;
}
.prosPage .prosPage-main .proi-more .more-right img {
  height: 24px;
}
.prosPage .prosPage-main .proi-more .more-right p {
  height: 100%;
  display: flex;
  align-items: center;
}
.prosPage .prosPage-main .proi-more .more-right .more-right-active {
  position: absolute;
  top: 100%;
  left: 0;
}
.prosPage .prosPage-main .proi-more .more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:nth-of-type(3n) {
  margin-right: 0;
}
.innerPage-pros-all {
  width: 100%;
  background: #bd2122;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #fff;
  display: none;
  text-align: center;
}
.prosPageM-nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.prosPageM-nav .prosPageM-nav-inner {
  width: 80%;
  height: 100%;
  padding: 20px 14px;
  background: #fff;
  transform: translateX(100%);
  transition: 0.8s;
}
.prosPageM-nav .prosPageM_close {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prosPageM-nav .prosPageM_close .logo {
  width: 130px;
}
.prosPageM-nav .prosPageM_close .logo img {
  width: 100%;
  display: block;
}
.prosPageM-nav .prosPageM_close .icon {
  width: 30px;
  height: 30px;
}
.prosPageM-nav .innerPage-pros-classify {
  width: 100%;
  margin-top: 22px;
}
.prosPageM-nav .innerPage-pros-classify .nav-classifys-first {
  background: #f8f8f8;
}
.prosPageM-nav .innerPage-pros-classify .nav-classifys-first:hover {
  background: #21B99C;
}
.prosPageM-nav .innerPage-pros-classify .nav-classifys-first-active {
  background: #21B99C;
}
.showPro_nav {
  z-index: 2300;
  opacity: 1;
  transition: 0.3s;
}
.showPro_nav .prosPageM-nav-inner {
  transform: translateX(0);
  transition: 0.8s;
}
.innerPage-conDetail .newsDetail-con1 {
  padding: 60px 0;
}
.innerPage-conDetail .newsDetail-conMore {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.innerPage-conDetail .newsDetailSwiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.innerPage-conDetail .newsDetailSwiper .swiper-pagination-bullet {
  margin: 0 4px;
}
.innerPage-conDetail .newsDetailSwiper .swiper-pagination-bullet-active {
  background: #4A9C8D;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
  background-color: #ffffff;
  margin-right: 20px;
  padding: 20px 20px 50px;
  width: 25%;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneTitle {
  color: #4A9C8D;
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneImg {
  overflow: hidden;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneImg img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneImg {
  width: 100%;
  position: relative;
  display: block;
  min-height: 34px;
  overflow: hidden;
  background: #f5f5f5;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneImg img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneImg .newsDetailSwiper-oneTime {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  padding: 10px;
  background: #00877A;
  height: 34px;
  z-index: 11;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  font-family: 'costomFont-Regular';
  text-align: center;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneTitle {
  margin: 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #666;
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneDesc {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
.innerPage-conDetail .newsDetail-title {
  font-size: 24px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'LamaSans-Regular';
}
.innerPage-conDetail .newsDetail-title1 {
  margin-bottom: 30px;
  text-align: left;
}
.innerPage-conDetail .newsDetail-line {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transform: scaleY(0.5);
}
.innerPage-conDetail .newsDetail-desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  font-family: 'costomFont';
  min-height: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerPage-conDetail .newsDetail-desc span {
  font-family: 'costomFont-Regular';
  padding-right: 6px;
}
.innerPage-conDetail .newsDetail-intro {
  width: 100%;
  padding: 10px;
  background-color: #f2f2f2;
  margin-top: 20px;
  line-height: normal;
  font-size: 14px;
  color: #666666;
}
.innerPage-conDetail .newsDetail-con {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 1.8;
}
.innerPage-conDetail .newsDetail-con a {
  color: #00877A;
  font-weight: 550;
}
.pageLink {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageLink .pageLink-one {
  max-width: 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.pageLink .pageLink-one p {
  word-break: keep-all;
}
.pageLink .pageLink-one a {
  color: #333333;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pageLink .pageLink-one:hover {
  color: #21B99C;
  transition: 0.5s;
}
.pageLink .pageLink-one:hover a {
  color: #21B99C;
  transition: 0.5s;
}
.innerPage-proDetail {
  padding: 100px 0 80px;
  background: #FFFFFF;
  box-shadow: 4px 15px 20px 0px rgba(220, 237, 234, 0.5);
}
.innerPage-proDetail .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail .innerPage-proDetail-main {
  width: 900px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-left {
  width: 100%;
}
.innerPage-proDetail .innerPage-proDetail-main .mySwiper2 {
  width: 100%;
  height: 600px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.innerPage-proDetail .innerPage-proDetail-main .mySwiper2 .swiper-slide {
  width: 100%;
  cursor: pointer;
}
.innerPage-proDetail .innerPage-proDetail-main .mySwiper2 .swiper_trigger {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
}
.innerPage-proDetail .innerPage-proDetail-main .mySwiper2 .add-icon {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 50;
  background: rgba(0, 0, 0, 0.2);
}
.innerPage-proDetail .innerPage-proDetail-main .mySwiper2 .add-icon img {
  width: 60%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg {
  width: 100%;
  height: 100px;
  padding-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg .rightImg-slide {
  width: 120px;
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg .rightImg-slide img {
  width: 100%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg .rightImg-scrollbar {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  position: relative;
  bottom: -19px;
  left: 0;
  display: block !important;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg .swiper-scrollbar-drag {
  width: 60px !important;
  height: 1px;
  background: #21B99C;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg .rightImg-slide-active {
  border: 1px solid #21B99C;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .rightImg .swiper-slide-thumb-active {
  border: 1px solid #21B99C;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one {
  width: 33.3%;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-img {
  width: 40px;
  height: 40px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-img img {
  width: 60%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: calc(100% - 50px);
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-type .contact-type {
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #999999;
  line-height: 30px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-type a {
  color: #333333;
  font-family: 'LamaSans-Regular';
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-info {
  width: 100%;
  font-family: 'AlibabaPuHuiTi-Regular';
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-info .proDetail-main-title {
  font-size: 24px;
  font-weight: normal;
  color: #4A9C8D;
  line-height: 24px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-info .proDetail-main-desc {
  margin: 20px 0;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  word-break: keep-all;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .Relatedproducts-btn {
  width: 186px;
  height: 40px;
  line-height: 40px;
  background: #21B99C;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .Relatedproducts-btn img {
  margin-right: 8px;
  width: 15px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .Relatedproducts-btn:hover {
  border-radius: 20px;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .proDetail-main-btn1 p {
  position: relative;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .proDetail-main-btn1 p::after {
  content: attr(data-word);
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 100%;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .proDetail-main-btn1:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .Brochure-btn {
  width: 130px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  background: #21B99C;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: 0.5s;
  overflow: hidden;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .Brochure-btn img {
  margin-right: 8px;
  width: 18px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-btn .Brochure-btn:hover {
  border-radius: 20px;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other {
  padding: 60px 0;
  border-bottom: 1px solid #CCCCCC;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-industry {
  padding: 60px 0 0;
  border-bottom: 0px solid #CCCCCC;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage {
  width: 100%;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 20px;
  padding: 50px 6.6% 6.6%;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-top .ourAdvantage-dots {
  display: flex;
  align-items: center;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-top .ourAdvantage-dots p {
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-top .ourAdvantage-title {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantageTitle {
  width: 120px;
  font-size: 24px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 40px;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main {
  width: calc(90% - 120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one {
  width: 25%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one .ourAdvantage-main-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(-90deg, #ffffff, #eaf2f1);
  box-shadow: 0px 4px 6px 0px rgba(39, 133, 118, 0.29);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one .ourAdvantage-main-icon img {
  width: 50%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one p {
  font-size: 16px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 6px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-title .proDetail-main-other-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-title .proDetail-main-other-icon img {
  width: 90%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-title .proDetail-main-other-p {
  font-size: 24px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #4A9C8D;
  line-height: 24px;
}
.innerPage-proDetail .innerPage-proDetail-main .notes-main {
  font-family: 'AlibabaPuHuiTi-Regular';
}
.innerPage-proDetail .innerPage-proDetail-main .notes-main .notes-main-con {
  padding-left: 100px;
  margin-bottom: 40px;
  font-size: 14px;
  font-family: Alibaba PuHuiTi 2.0;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.innerPage-proDetail .innerPage-proDetail-main .notes-main .notes-main-con p {
  position: relative;
}
.innerPage-proDetail .innerPage-proDetail-main .notes-main .notes-main-con p::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -22px;
  background: #21B99C;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
}
.innerPage-proDetail .innerPage-proDetail-main .notes-main .notes-main-img {
  width: 100%;
}
.innerPage-proDetail .innerPage-proDetail-main .notes-main .notes-main-img img {
  width: 100%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .recommendedProSwiper {
  width: 100%;
  overflow: hidden;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  padding: 30px 30px 22px;
  font-family: 'AlibabaPuHuiTi-Regular';
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one:hover {
  box-shadow: 4px 15px 20px 0px rgba(225, 225, 225, 0.5);
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one:hover .prosPage-one-title {
  color: #21B99C;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one:hover .proi-more {
  background: #21B99C;
  border: 1px solid #21B99C;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one:hover .proi-more .more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one:hover .proi-more .more-right {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one-img {
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  margin: 20px 0;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one-title {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .prosPage-one-line {
  width: 30px;
  height: 1px;
  background: #999999;
  margin-top: 8px;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more {
  display: flex;
  margin: 0 auto;
  width: 140px;
  height: 36px;
  border: 1px solid #999999;
  background: transparent;
  color: #666666;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  padding: 0px 10px;
  font-family: 'AlibabaPuHuiTi-Regular';
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more .more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more .more-right {
  position: relative;
  height: 100%;
  transition: 0.5s;
  margin-left: 6px;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more .more-right img {
  height: 24px;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more .more-right p {
  height: 100%;
  display: flex;
  align-items: center;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more .more-right .more-right-active {
  position: absolute;
  top: 100%;
  left: 0;
}
.innerPage-proDetail .innerPage-proDetail-main .proi-more .more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con {
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one .industry-one-img {
  width: 100%;
  border-radius: 10px;
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one img {
  width: 100%;
  display: block;
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one p {
  width: 90%;
  margin: 0 auto;
  background: #F8F8F8;
  padding: 10px 6px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one:hover p {
  color: #fff;
  background: #21B99C;
  transition: 0.5s;
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one1 {
  width: calc((100% - 40px) / 3);
}
.innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one2 {
  width: calc(50% - 10px);
}
.innerPage-proDetail1 {
  padding: 60px 0;
}
.innerPage-proDetail1 .proDetail-main {
  margin-bottom: 40px;
}
.innerPage-proDetail1 .proDetail-main-left {
  position: relative;
}
.innerPage-proDetail1 .proDetail-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-left {
  width: 600px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info {
  width: calc(95% - 600px);
  font-family: 'LamaSans-Regular';
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin: 60px 0 30px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 40px;
  max-width: 80%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-line {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact {
  width: 100%;
  margin: 12% 0 55px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one {
  width: 100%;
  display: flex;
  align-items: center;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-img {
  width: 40px;
  height: 40px;
  background: #F2B225;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-img img {
  width: 62%;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-type {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-type a {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one:hover .proDetail-main-contact-img img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one1 {
  margin-bottom: 30px;
}
.innerPage-proDetail1 .innerPage-proDetail1-title {
  font-size: 24px;
  font-family: 'LamaSans-Regular';
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}
.innerPage-proDetail1 .proDetail-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne {
  margin-top: 40px;
  width: 32%;
  font-family: 'costomFont-Regular';
  cursor: pointer;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne:hover .proDetail-processOne-img {
  overflow: hidden;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne:hover .proDetail-processOne-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-index {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-index strong {
  color: #bd2122;
  font-size: 20px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-title {
  line-height: normal;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-proDetail1 .detail-content-all {
  width: 100%;
}
.innerPage-proDetail1 .detail-content-all .productDetail-con {
  width: 100%;
}
.innerPage-proDetail1 .detail-content-all .detail-content {
  font-size: 16px;
}
.innerPage-proDetail2 {
  background-color: #f5f5f5;
}
.innerPage-proDetail2 .process-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-proDetail2 .process-main .process-main-one {
  width: calc((100% - 81px) / 4);
}
.innerPage-proDetail2 .process-main .process-main-one .process-main-img {
  border-radius: 10px;
}
.innerPage-proDetail2 .process-main .process-main-one .process-main-p {
  text-align: center;
  margin: 20px 0;
  padding: 0 5px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #99968B;
  line-height: 24px;
}
.innerPage-proDetail3 .packagings {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail3 .packagings1 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  justify-content: space-between;
  flex-direction: column;
}
.innerPage-proDetail3 .packagings-one-img3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail3 .packagings2 {
  width: 23%;
}
.innerPage-proDetail3 .packagings2 .packagings-one-img2 {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.innerPage-proDetail3 .packagings2 .packagings-one-img2 .packagings-one-img1 {
  width: 100%;
  border-radius: 10px;
}
.innerPage-proDetail3 .packagings2 .packagings-one-img2 .packagings-one-img1 img {
  height: 100%;
  object-fit: cover;
}
.innerPage-proDetail3 .packagings-one .packagings-one-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.innerPage-proDetail3 .packagings-one .packagings-one-img1-top {
  width: 46.7%;
  border-radius: 10px;
}
.innerPage-proDetail3 .packagings-one .packagings-one-img1-bottom {
  width: 50%;
  border-radius: 10px;
}
.circle_process {
  position: relative;
  width: 199px;
  height: 200px;
}
.circle_process .wrapper {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.circle_process .right {
  right: 0;
}
.circle_process .left {
  left: 0;
}
.circle_process .circle {
  width: 200px;
  height: 200px;
  border: 20px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
.circle_process .rightcircle {
  border-top: 20px solid green;
  border-right: 20px solid green;
  right: 0;
  -webkit-animation: circle_right 5s linear infinite;
}
.circle_process .leftcircle {
  border-bottom: 20px solid green;
  border-left: 20px solid green;
  left: 0;
  -webkit-animation: circle_left 5s linear infinite;
}
@keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes circle_left {
  0%,
  50% {
    -webkit-transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
.solutionPage {
  background: #F8F8F8;
  padding-top: 40px;
}
.solutionPage .waterfall {
  column-count: 3;
  /* 列数 */
  column-gap: 60px;
  /* 列之间的间隔 */
}
.solutionPage .waterfall-img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 60px;
}
.solutionPage .loadMore {
  width: 140px;
  margin: 60px auto 0;
  height: 36px;
  cursor: pointer;
  background: #21B99C;
  border-radius: 18px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  overflow: hidden;
}
.solutionPage .loadMore .more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.solutionPage .loadMore .more-right {
  position: relative;
  height: 100%;
  transition: 0.5s;
  margin-left: 6px;
}
.solutionPage .loadMore .more-right img {
  width: 20px;
  margin-right: 12px;
}
.solutionPage .loadMore .more-right p {
  height: 100%;
  display: flex;
  align-items: center;
}
.solutionPage .loadMore .more-right .more-right-active {
  position: absolute;
  top: 100%;
  left: 0;
}
.solutionPage .loadMore .more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.solutionPage .loadMore:hover {
  background: #F56600;
  transition: 0.5s;
}
.solutionPage .loadMore:hover .more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.solutionPage .loadMore:hover .more-right {
  transform: translateY(-100%);
  transition: 0.5s;
}
.smartPage {
  padding-top: 10px;
}
.smartPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.smartPage .production-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}
.smartPage .production-one .el-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.smartPage .production-one:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage1 {
  padding-top: 60px;
  background: #F8F8F8;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.smartPage1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.smartPage1 .smartPage1-left {
  width: 62%;
  padding: 50px 0 100px;
}
.smartPage1 .smartPage1-left .smartPage1-title {
  font-size: 24px;
  color: #21B99C;
  line-height: 30px;
}
.smartPage1 .smartPage1-left .smartPage1-line {
  width: 48px;
  height: 1px;
  background: #21B99C;
  margin: 10px 0 14px;
}
.smartPage1 .smartPage1-left .smartPage1-desc {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
}
.smartPage1 .smartPage1-left .smartPage1-video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.smartPage1 .smartPage1-left .smartPage1-video video {
  width: 100%;
  display: block;
}
.smartPage1 .smartPage1-right {
  width: 340px;
}
.smartPage1 .smartPage1-right .swiperVideo {
  width: 100%;
  height: 800px;
  padding-right: 40px;
  position: relative;
}
.smartPage1 .smartPage1-right .swiperVideo1 {
  height: 800px !important;
}
.smartPage1 .smartPage1-right .swiperVideoPc {
  display: block;
}
.smartPage1 .smartPage1-right .swiperVideoM {
  display: none;
  width: 100%;
  height: 140px;
  align-items: center;
  margin-bottom: 20px;
}
.smartPage1 .smartPage1-right .swiperVideoM .video-scrollbar1 {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.smartPage1 .smartPage1-right .swiperVideoM .swiper-scrollbar-drag {
  width: 36px;
  height: 7px !important;
  background: #21B99C;
  border-radius: 6px;
  z-index: 30;
}
.smartPage1 .smartPage1-right .swiperVideoM .video-scrollbar1::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}
.smartPage1 .smartPage1-right .video-scrollbar {
  width: 11px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.smartPage1 .smartPage1-right .swiper-scrollbar-drag {
  width: 11px;
  height: 36px !important;
  background: #21B99C;
  border-radius: 6px;
  z-index: 30;
}
.smartPage1 .smartPage1-right .video-scrollbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background: #CCCCCC;
}
.smartPage1 .smartPage1-right .video-one {
  width: 300px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* 视频进度条 */
  /* 视频滑块 */
  /* 视频播放按钮 */
  /* 微信浏览器特定样式 */
  /* 微信浏览器特定样式（全屏模式下） */
  /* 视频音量控制条 */
  /* 视频全屏按钮 */
}
.smartPage1 .smartPage1-right .video-one video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
}
.smartPage1 .smartPage1-right .video-one .VideosImg-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 50;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage1 .smartPage1-right .video-one .VideosImg-mask img {
  width: 40px;
  height: 40px;
}
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-play-button {
  width: 40px;
  height: 40px;
}
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-timeline {
  /* 在这里设置进度条的样式 */
  height: 4px;
}
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-seek-back-button,
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-seek-forward-button {
  /* 在这里设置滑块的样式 */
  width: 2px;
  height: 2px;
}
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-play-button {
  width: 20px;
  height: 20px;
}
.smartPage1 .smartPage1-right .video-one video[x5-playsinline]::-webkit-media-controls-play-button {
  /* 在这里设置微信浏览器下播放按钮的样式 */
  width: 20px;
  height: 20px;
}
.smartPage1 .smartPage1-right .video-one video[x5-fullscreen]::-webkit-media-controls-play-button {
  /* 在这里设置微信浏览器下全屏模式播放按钮的样式 */
}
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-volume-slider {
  /* 在这里设置音量控制条的样式 */
}
.smartPage1 .smartPage1-right .video-one video::-webkit-media-controls-fullscreen-button {
  /* 在这里设置全屏按钮的样式 */
}
.cooperatePage {
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.problemPage .indexPage-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.problemPage .problemPage-left {
  width: 50%;
  cursor: pointer;
}
.problemPage .problemPage-right {
  width: 50%;
  padding-left: 40px;
  padding-right: 14px;
  height: 400px;
  overflow-y: auto;
}
.problemPage .problemPage-right::-webkit-scrollbar {
  width: 1px;
}
.problemPage .problemPage-right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.problemPage .problemPage-right::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px #ededed;
  background: #ededed !important;
}
.problemPage .problemPage-right .problemPage-one {
  width: 100%;
  padding: 30px 0;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}
.problemPage .problemPage-right .problemPage-one:hover .problemPage-title {
  color: #21B99C;
  transition: 0.5s;
}
.problemPage .problemPage-right .problemPage-one:nth-of-type(1) {
  border-top: 1px solid #EFEFEF;
}
.problemPage .problemPage-right .problemPage-one::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #21B99C;
  transition: 0.5s;
}
.problemPage .problemPage-right .problemPage-one:hover::after {
  width: 100%;
  transition: 0.5s;
}
.problemPage .problemPage-right .problemPage-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.problemPage .problemPage-right .problemPage-time {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.problemPage .problemPage-right .problemPage-main {
  width: calc(95% - 140px);
}
.problemPage .problem-more {
  background: #21B99C;
}
.problemPage .problem-more .more-p::after {
  color: #fff;
}
.problemPage .problem-more:hover {
  background: #F56600;
}
.afterSalePage {
  background: #f8f8f8 url('https://file.global86.cn/static/wanheng-recover/afterSale-back.png') no-repeat;
  background-size: cover;
}
.afterSalePage .afterSalePage-title {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  width: 100%;
  text-align: center;
}
.afterSalePage .afterSalePage-title1 {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  width: 100%;
  text-align: center;
}
.afterSalePage .afterSalePage-contact {
  display: flex;
  margin-top: 22px;
  justify-content: center;
}
.afterSalePage .afterSalePage-contact .afterSalePage-contact-one {
  width: 25%;
  padding-right: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.afterSalePage .afterSalePage-contact .afterSalePage-contact-one:hover .afterSalePage-contact-main a {
  color: #21B99C;
  transition: 0.5s;
}
.afterSalePage .afterSalePage-contact .afterSalePage-contact-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afterSalePage .afterSalePage-contact .afterSalePage-contact-icon img {
  width: 60%;
  display: block;
}
.afterSalePage .afterSalePage-contact .contact-type {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.afterSalePage .afterSalePage-contact .afterSalePage-contact-main {
  width: calc(100% - 52px);
}
.afterSalePage .afterSalePage-contact .afterSalePage-contact-main a {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  transition: 0.5s;
}
.afterSalePage .afterSale-main {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.afterSalePage .afterSale-one {
  width: calc((100% - 80px) / 4);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px 20px;
  cursor: pointer;
}
.afterSalePage .afterSale-one .afterSale-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.afterSalePage .afterSale-one .afterSale-icon img {
  width: 60%;
  display: block;
}
.afterSalePage .afterSale-one .afterSale-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.afterSalePage .afterSale-one .afterSale-desc {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.afterSalePage .afterSale-one:hover .afterSale-title {
  color: #21B99C;
  transition: 0.5s;
}
.marketPage {
  background: #F8F8F8;
  padding-top: 40px;
}
.marketPage .market-img {
  width: 100%;
}
.marketPage .market-img img {
  width: 100%;
  display: block;
}
.marketPage .market-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.marketPage .market-main .market-desc {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  width: calc(95% - 160px);
}
.marketPage .market-main .market-btn {
  width: 160px;
  height: 40px;
  background: #21B99C;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  padding: 0px 10px;
  font-family: 'AlibabaPuHuiTi-Regular';
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.marketPage .market-main .market-btn .more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.marketPage .market-main .market-btn .more-right {
  position: relative;
  height: 100%;
  transition: 0.5s;
  margin-right: 6px;
}
.marketPage .market-main .market-btn .more-right img {
  height: 16px;
}
.marketPage .market-main .market-btn .more-right p {
  height: 100%;
  display: flex;
  align-items: center;
}
.marketPage .market-main .market-btn .more-right .more-right-active {
  position: absolute;
  top: 100%;
  left: 0;
}
.marketPage .market-main .market-btn .more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.marketPage .market-main .market-btn:hover {
  background: #F56600;
  transition: 0.5s;
}
.marketPage .market-main .market-btn:hover .more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.marketPage .market-main .market-btn:hover .more-right {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage1 {
  padding-top: 40px;
}
.contactPage1 .indexPage-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contactPage1 .contactPage-infor {
  width: calc((100% / 3) - 60px);
  position: relative;
  z-index: 30;
}
.contactPage1 .contactPage-infor .contactPage-infor-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  cursor: pointer;
}
.contactPage1 .contactPage-infor .contactPage-infor-one:hover .contactPage-infor-dot {
  background: #21B99C;
  transition: 0.5s;
}
.contactPage1 .contactPage-infor .contactPage-infor-one:hover .contactPage-infor-value a {
  color: #21B99C;
  transition: 0.5s;
}
.contactPage1 .contactPage-infor .contactPage-infor-one:nth-of-type(1) {
  margin-top: 0;
}
.contactPage1 .contactPage-infor .contactPage-infor-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #21B99C;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  z-index: 10;
}
.contactPage1 .contactPage-infor .contactPage-infor-main {
  width: 88%;
  max-width: calc(100% - 40px);
  background: #F8F8F8;
  border-radius: 10px;
  padding: 10%;
  display: flex;
  align-items: center;
}
.contactPage1 .contactPage-infor .contactPage-infor-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contactPage1 .contactPage-infor .contactPage-infor-icon img {
  width: 50%;
}
.contactPage1 .contactPage-infor .contactPage-infor-value {
  font-size: 14px;
  max-width: calc(100% - 70px);
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #99968B;
  line-height: 30px;
}
.contactPage1 .contactPage-infor .contactPage-infor-value .companyInfo-value {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  transition: 0.5s;
}
.contactPage1 .contactPage-infor .contactPage-infor-value p {
  display: flex;
  align-items: center;
}
.contactPage1 .contactPage-infor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #31AA94;
  z-index: 1;
}
.contactPage1 .contactPage-from {
  width: calc(100% / 3 * 2);
  z-index: 30;
}
.contactPage1 .contactPage-from .contactPage-from-inner {
  width: 100%;
  padding: 7.5% 7.5% 3.75% 7.5%;
  background: #F8F8F8;
  box-shadow: 9px 31px 20px 0px rgba(236, 236, 236, 0.5);
  border-radius: 20px;
}
.contactPage1 .contactPage-from .contactPage-desc {
  margin: 18px 0 54px;
}
.contactPage1 .contactPage-from .contactPage-ways {
  display: flex;
  flex-wrap: wrap;
}
.contactPage1 .contactPage-from .contactPage-ways p {
  margin-right: 5px;
}
.contactPage1 .contactPage-from .innerPage-title {
  color: #21B99C;
}
.contactPage1 .contactPage-from .innerPage-desc {
  color: #666666;
}
.contactPage1 .contactPage-from .form {
  width: 100%;
}
.contactPage1 .contactPage-from .form .form-input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage1 .contactPage-from .form .form-input .inputName {
  width: calc((100% - 20px) / 2);
}
.contactPage1 .contactPage-from .form .form-input .inputEmail {
  width: calc((100% - 20px) / 2);
}
.contactPage1 .contactPage-from .form .form-input .inputPhone {
  width: 100%;
  margin-top: 20px;
}
.contactPage1 .contactPage-from .form .form-input .input {
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  border: 0;
  font-family: 'AlibabaPuHuiTi-Regular';
  padding: 0 20px;
}
.contactPage1 .contactPage-from .form .form-input .input:focus {
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  border: 0;
}
.contactPage1 .contactPage-from .form .form-input .input::placeholder {
  color: #666;
}
.contactPage1 .contactPage-from .form .form-message {
  width: 100%;
  margin: 20px 0 30px;
}
.contactPage1 .contactPage-from .form .form-message .message {
  width: 100%;
  height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 42px;
  color: #333333;
  padding: 0 20px;
  /* 滚动条整体 */
  /* 两个滚动条交接处 -- x轴和y轴 */
  /* 滚动条滑块 */
  /* 滚动条轨道 */
}
.contactPage1 .contactPage-from .form .form-message .message:focus {
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  border: 0;
}
.contactPage1 .contactPage-from .form .form-message .message::placeholder {
  color: #666;
}
.contactPage1 .contactPage-from .form .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 1px;
}
.contactPage1 .contactPage-from .form .form-message .message::-webkit-scrollbar-corner {
  background-color: transparent;
}
.contactPage1 .contactPage-from .form .form-message .message::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px transparent;
  background: transparent !important;
}
.contactPage1 .contactPage-from .form .form-message .message::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.contactPage1 .contactPage-from .form .formButton {
  width: 140px;
  height: 40px;
  background: #21B99C;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0px 10px;
  font-family: 'AlibabaPuHuiTi-Regular';
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.contactPage1 .contactPage-from .form .formButton .more-p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.contactPage1 .contactPage-from .form .formButton .more-right {
  position: relative;
  height: 100%;
  transition: 0.5s;
  margin-left: 6px;
}
.contactPage1 .contactPage-from .form .formButton .more-right img {
  height: 24px;
}
.contactPage1 .contactPage-from .form .formButton .more-right p {
  height: 100%;
  display: flex;
  align-items: center;
}
.contactPage1 .contactPage-from .form .formButton .more-right .more-right-active {
  position: absolute;
  top: 100%;
  left: 0;
}
.contactPage1 .contactPage-from .form .formButton .more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.contactPage1 .contactPage-from .form .formButton:hover {
  background: #F56600;
  transition: 0.5s;
}
.contactPage1 .contactPage-from .form .formButton:hover .more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage1 .contactPage-from .form .formButton:hover .more-right {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage2 {
  display: none;
  position: relative;
  background: url('https://file.global86.cn/static/wanheng-recover/contact-map.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 600px;
}
.contactPage2 .map-location {
  position: absolute;
  top: 50%;
  right: 460px;
  z-index: 5;
  width: 30%;
  max-width: 380px;
}
.contactPage2 .map-location img {
  width: 40px;
  height: 40px;
  margin-left: 30%;
  margin-bottom: 8px;
}
.contactPage2 .map-location .address-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #21B99C transparent;
  margin-left: 30%;
}
.contactPage2 .map-location .address-main {
  border-radius: 10px;
  font-family: 'LamaSans-Regular';
  font-weight: 500;
  line-height: 18px;
  padding: 37px 27px;
  background: #21B99C;
}
.contactPage2 .map-location .address-main .p1 {
  font-size: 16px;
  color: #fff;
}
.contactPage2 .map-location .address-main .p2 {
  font-size: 14px;
  color: #fff;
  margin-top: 18px;
}
.aboutPage {
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.aboutPage .aboutPage-left {
  width: 360px;
}
.aboutPage .aboutPage-left p {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.aboutPage .aboutPage-right {
  width: calc(95% - 360px);
}
.aboutPage .aboutPage-right .aboutPage-desc1 {
  width: 60%;
}
.aboutPage .aboutPage-right .aboutPage-desc-con {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-intro {
  width: calc((100% - 50px) / 3);
}
.aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-introTitle {
  font-weight: 600;
}
.aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-introTitle1 {
  margin-top: 30px;
}
.aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-introDesc {
  margin-top: 4px;
}
.aboutPage .aboutPage-right .aboutPage-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.aboutPage .aboutPage-right .aboutPage-profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.aboutPage .aboutPage-right .aboutPage-profile .aboutPage-profile-img {
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.aboutPage .aboutPage-right .aboutPage-profile .aboutPage-profile-img .aboutPage-profile-img1 {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}
.aboutPage .aboutPage-right .aboutPage-profile .aboutPage-profile-img .aboutPage-profile-img1 img {
  width: 100%;
}
.aboutPage .aboutPage-right .aboutPage-profile .aboutPage-profile-img .aboutPage-profile-img1:nth-of-type(1) {
  margin-top: 0;
}
.culturePage {
  background: #F8F8F8;
}
.culturePage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.culturePage .culturePage-left {
  width: 12.5%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
.culturePage .culturePage-left .culturePage-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.5s;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culturePage .culturePage-left .culturePage-icon img {
  width: 60%;
  display: block;
}
.culturePage .culturePage-left .culturePage-icon-active {
  background: #FFFFFF;
  box-shadow: 3px 10px 15px 0px rgba(225, 225, 225, 0.5);
  transition: 0.5s;
}
.culturePage .culturePage-right {
  width: 87.5%;
}
.culturePage .culturePage-right .culturePage-con {
  width: 60%;
  position: relative;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-one {
  width: 100%;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 60px 100px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.5s;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-one-active {
  opacity: 1;
  z-index: 20;
  transition: 0.5s;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 36px;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-top img {
  width: 70px;
  height: 55px;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-top .culturePage-con-title {
  width: calc(100% - 90px);
  color: #333333;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-top .p1 {
  font-size: 16px;
  line-height: 30px;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-top .p2 {
  font-size: 24px;
  line-height: 30px;
}
.culturePage .culturePage-right .culturePage-con .culturePage-con-one-dom {
  opacity: 0;
  z-index: -1;
  width: 100%;
  padding: 50px 60px 100px;
  background: #FFFFFF;
  border-radius: 10px;
}
.culturePage .culturePage-right .culturePage-imgs {
  width: 100%;
  margin-top: -50px;
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
}
.culturePage .culturePage-right .culturePage-imgs .culturePage-img-one {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.culturePage .culturePage-right .culturePage-imgs .culturePage-img-one img {
  width: 100%;
  display: block;
}
.culturePage .culturePage-right .culturePage-imgs .culturePage-img-one .culturePage-img-mask {
  opacity: 1;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.culturePage .culturePage-right .culturePage-imgs .culturePage-img-one-active .culturePage-img-mask {
  opacity: 0;
  transition: 0.5s;
}
.profilePage {
  padding-top: 40px;
}
.profilePage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.newsPage {
  background: #F8F8F8;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.newsPage .news-more {
  background: #21B99C;
}
.newsPage .news-more .more-p::after {
  color: #fff;
}
.newsPage .news-more:hover {
  background: #F56600;
}
.newsPage .newsPage1-one {
  padding: 40px 0;
  border-bottom: 1px solid #EFEFEF;
  background: #F8F8F8;
  transition: 0.5s;
}
.newsPage .newsPage1-one .indexPage-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsPage .newsPage1-one .newsPage1-icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsPage .newsPage1-one .newsPage1-icon img {
  width: 50%;
  display: block;
}
.newsPage .newsPage1-one .newsPage1-con {
  width: calc(90% - 260px);
}
.newsPage .newsPage1-one .newsPage1-title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.newsPage .newsPage1-one .newsPage1-desc {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 14px;
}
.newsPage .newsPage1-one:hover {
  background: #fff;
  transition: 0.5s;
}
.newsPage .newsPage1-one:hover .newsPage1-title {
  color: #21B99C;
  transition: 0.5s;
}
.newsPage .newsPage2-one {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.newsPage .newsPage2-one .newsPage2-title {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.newsPage .newsPage2-one .newsPage2-line {
  width: 100%;
  height: 1px;
  margin: 20px 0 28px;
  background: #f8f8f8;
  position: relative;
}
.newsPage .newsPage2-one .newsPage2-line::after {
  width: 0;
  height: 1px;
  background: #21B99C;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.newsPage .newsPage2-one .newsPage2-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.newsPage .newsPage2-one .newsPage2-con .newsPage2-desc {
  width: calc(95% - 140px);
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.newsPage .newsPage2-one:hover .newsPage2-title {
  color: #21B99C;
  transition: 0.5s;
}
.newsPage .newsPage2-one:hover .newsPage2-line::after {
  width: 100%;
  transition: 0.5s;
}
.newsPage .newsPage2-one:nth-of-type(1) {
  margin-top: 0;
}
.newsPage3 {
  padding-top: 60px;
}
.newsPage3 .newsPage3-inner {
  display: flex;
  flex-wrap: wrap;
}
.newsPage3 .newsPage3-one {
  width: calc((100% - 120px )/ 3);
  margin-right: 60px;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 40px 40px 60px;
  border-bottom: 4px solid #21B99C;
  transition: 0.5s;
}
.newsPage3 .newsPage3-one:hover {
  box-shadow: 0px 25px 20px 0px rgba(221, 221, 221, 0.5);
  transition: 0.5s;
}
.newsPage3 .newsPage3-one:hover .newsPage3-one-con .newsPage3-title {
  color: #21B99C;
  transition: 0.5s;
}
.newsPage3 .newsPage3-one-top {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.newsPage3 .newsPage3-one-top .newsPage3-one-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(-30deg, #44c8af, #1ea997);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.newsPage3 .newsPage3-one-top .newsPage3-one-icon img {
  width: 60%;
  display: block;
}
.newsPage3 .newsPage3-line {
  height: 1px;
  background: #EFEFEF;
  margin: 20px 0;
}
.newsPage3 .newsPage3-one-con {
  margin-bottom: 90px;
}
.newsPage3 .newsPage3-one-con .newsPage3-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 8px;
  transition: 0.5s;
}
.newsPage3 .newsPage3-one-con .newsPage3-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.newsPage3 .newsPage3-one:nth-of-type(3n) {
  margin-right: 0;
}
.newsPage2 {
  padding-top: 40px;
}
.newsPage-pages {
  margin-top: 60px;
}
#detailImage {
  width: 300px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 300px;
  z-index: 3;
  background: #ffffff;
}
.detail-content {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  line-height: 24px;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table th {
  background: transparent;
  color: #666;
  border: 1px solid #999;
  padding: 8px;
  font-size: 16px;
  font-family: 'costomFont';
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #666;
  font-size: 16px;
  padding: 12px 8px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #CCC7BA;
  color: #666;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
}
.mapInnerpage {
  background: #F8F8F8;
}
.mapInnerpage .innerPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one {
  width: 100%;
  padding: 52px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  align-items: center;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .line {
  width: 60px;
  height: 22px;
  background: #F56600;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-right: 14px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
  width: 100%;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a {
  width: calc(100% / 3);
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
  transition: 0.5s;
  padding: 0 6px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a:hover {
  color: #FF000C;
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one:nth-of-type(1) {
  border-top: 0;
}
@media only screen and (max-width: 1440px) {
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one .ourAdvantage-main-icon {
    width: 70px;
    height: 70px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main {
    width: calc(94% - 115px);
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantageTitle {
    width: 115px;
    font-size: 22px;
    margin-top: 34px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one {
    margin-top: 34px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .mySwiper2 {
    height: 520px;
  }
  .innerPage-proDetail .innerPage-proDetail-main {
    width: 780px;
  }
  .solutionPage .waterfall-img {
    margin-bottom: 50px;
  }
  .solutionPage .waterfall {
    column-gap: 50px;
  }
  .smartPage1 .smartPage1-left {
    width: calc(100% - 340px);
    padding: 40px 80px 90px 0;
  }
  .newsPage .newsPage2-one .newsPage2-title {
    font-size: 22px;
  }
  .newsPage3 {
    padding-top: 50px;
  }
  .newsPage3 .newsPage3-one-con {
    margin-bottom: 80px;
  }
  .newsPage3 .newsPage3-one {
    width: calc((100% - 100px )/ 3);
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 36px 36px 50px;
  }
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 100px;
    height: 100px;
  }
  .contactPage1 .contactPage-from .contactPage-from-inner {
    padding: 7% 6% 4% 6%;
  }
  .aboutPage .aboutPage-right .aboutPage-desc1 {
    width: 70%;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .innerPage-proDetail .innerPage-proDetail-main .prosPage-one {
    width: 40%;
    margin-right: 28px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con {
    flex-wrap: wrap;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantageTitle {
    width: 100%;
    font-size: 20px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main {
    width: 100%;
    margin-top: 0;
  }
  .innerPage-proDetail .innerPage-proDetail-main {
    width: 660px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .mySwiper2 {
    height: 440px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other {
    padding: 50px 0;
  }
  .innerPage-proDetail {
    padding: 60px 0 60px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-industry {
    padding: 50px 0 0 0;
  }
  .prosPage {
    padding-top: 20px;
  }
  .innerPage-pros-classify .nav-classifys-first {
    padding: 12px 16px 12px 24px;
  }
  .innerPage-pros-classify .nav-classifys-second {
    padding: 0 16px 0 24px;
  }
  .innerPage-pros-classify {
    width: 230px;
  }
  .prosPage .prosPage-main {
    width: calc(97% - 230px);
  }
  .prosPage .prosPage-main .prosPage-one {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-bottom: 30px;
  }
  .solutionPage {
    padding-top: 20px;
  }
  .solutionPage .loadMore {
    margin: 50px auto 0;
  }
  .solutionPage .waterfall-img {
    margin-bottom: 40px;
  }
  .solutionPage .waterfall {
    column-gap: 40px;
  }
  .smartPage1 .smartPage1-right {
    width: 234px;
  }
  .smartPage1 .smartPage1-left {
    width: calc(100% - 234px);
    padding: 40px 60px 90px 0;
  }
  .smartPage1 .smartPage1-right .swiperVideo {
    height: 600px;
    padding-right: 24px;
  }
  .smartPage1 .smartPage1-right .video-one {
    width: 210px;
    height: 140px;
  }
  .smartPage .production-one {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-top: 22px;
  }
  .ModelPages {
    margin-top: 46px;
  }
  .newsPage2 {
    padding-top: 20px;
  }
  .newsPage .newsPage2-one {
    padding: 26px;
    margin-top: 26px;
  }
  .newsPage .newsPage2-one .newsPage2-title {
    font-size: 20px;
  }
  .newsPage .newsPage2-one .newsPage2-con {
    margin-top: 20px;
  }
  .newsPage .newsPage2-one .newsPage2-line {
    margin: 18px 0 24px;
  }
  .newsPage3 {
    padding-top: 40px;
  }
  .newsPage3 .newsPage3-one-con .newsPage3-title {
    font-size: 16px;
  }
  .newsPage3 .newsPage3-one-con {
    margin-bottom: 40px;
  }
  .newsPage3 .newsPage3-one {
    width: calc((100% - 80px )/ 3);
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 32px 32px 40px;
  }
  .newsPage-pages {
    margin-top: 40px;
  }
  .newsPage .newsPage1-one {
    padding: 32px 0;
  }
  .newsPage .newsPage1-one .newsPage1-title {
    font-size: 16px;
  }
  .newsPage .newsPage1-one .newsPage1-con {
    width: calc(90% - 230px);
  }
  .newsPage .newsPage1-one .newsPage1-desc {
    margin-top: 6px;
  }
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 90px;
    height: 90px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p2 {
    font-size: 20px;
    line-height: 26px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-desc {
    margin-top: 26px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-one-dom {
    padding: 40px 50px 80px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-one {
    padding: 40px 50px 80px;
  }
  .aboutPage .aboutPage-left p {
    font-size: 20px;
    line-height: 28px;
  }
  .aboutPage .aboutPage-left {
    width: 300px;
  }
  .aboutPage .aboutPage-right {
    width: calc(95% - 300px);
  }
  .problemPage .problemPage-right .problemPage-title {
    font-size: 16px;
  }
  .problemPage .problemPage-right .problemPage-one {
    padding: 24px 0;
    margin-top: 8px;
  }
  .afterSalePage .afterSale-one .afterSale-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }
  .afterSalePage .afterSale-one .afterSale-title {
    font-size: 16px;
  }
  .contactPage1 .contactPage-infor {
    width: 330px;
  }
  .contactPage1 .contactPage-from {
    width: calc(100% - 370px);
  }
  .contactPage1 .contactPage-infor .contactPage-infor-main {
    max-width: calc(100% - 40px);
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 16px;
  }
  .innerPage-conDetail .newsDetail-con1 {
    padding: 50px 0;
  }
  .innerPage-conDetail .newsDetail-conMore {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .innerPage-proDetail .innerPage-proDetail-main .mySwiper2 {
    height: 412px;
  }
  .innerPage-proDetail .innerPage-proDetail-main {
    width: 618px;
  }
}
@media only screen and (max-width: 1024px) {
  .prosPage-pages {
    margin-top: 22px;
  }
  .contactPage1 {
    padding-top: 16px;
  }
  .contactPage1 .indexPage-inner {
    margin-bottom: 50px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one p {
    font-size: 16px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-title .proDetail-main-other-p {
    font-size: 22px;
  }
  .nsideDetail {
    margin: 80px auto 0;
  }
  .innerPage-pros-classify {
    width: 200px;
  }
  .prosPage .prosPage-main .proi-more .more-right img {
    height: 18px;
  }
  .prosPage .prosPage-main .proi-more {
    width: 124px;
  }
  .prosPage .prosPage-main .prosPage-one {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 26px;
  }
  .prosPage .prosPage-main {
    width: calc(97% - 200px);
  }
  .innerPage-pros-classify .nav-classifys-first {
    font-size: 16px;
  }
  .innerPage-pros-classify .nav-classifys-second {
    font-size: 14px;
  }
  .solutionPage .waterfall {
    column-gap: 30px;
  }
  .solutionPage .waterfall-img {
    margin-bottom: 30px;
  }
  .smartPage1 .smartPage1-left .smartPage1-title {
    font-size: 22px;
  }
  .solutionPage .loadMore {
    margin: 40px auto 0;
  }
  .smartPage {
    padding-top: 0;
  }
  .ModelPages {
    margin-top: 38px;
  }
  .smartPage .production-one {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-top: 18px;
  }
  .newsPage2 {
    padding-top: 14px;
  }
  .newsPage .newsPage2-one .newsPage2-con {
    margin-top: 0;
  }
  .newsPage .newsPage2-one .newsPage2-title {
    font-size: 16px;
  }
  .newsPage .newsPage2-one .newsPage2-line {
    margin: 16px 0 18px;
  }
  .newsPage3 {
    padding-top: 14px;
  }
  .newsPage3 .newsPage3-line {
    margin: 14px 0;
  }
  .newsPage3 .newsPage3-one-top .newsPage3-one-icon {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
  .newsPage3 .newsPage3-one {
    width: calc((100% - 60px )/ 3);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 28px 28px 30px;
  }
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 80px;
    height: 80px;
  }
  .newsPage .newsPage1-one .newsPage1-con {
    width: calc(90% - 210px);
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-one {
    padding: 34px 40px 75px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-one-dom {
    padding: 34px 40px 75px;
  }
  .culturePage .culturePage-right .culturePage-con {
    width: 80%;
  }
  .aboutPage .aboutPage-right .aboutPage-desc1 {
    width: 80%;
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-introTitle {
    margin-top: 12px;
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-introTitle1 {
    margin-top: 12px;
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con {
    flex-wrap: wrap;
    margin: 0px 0 30px;
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc-intro {
    width: 100%;
  }
  .problemPage .problemPage-right .problemPage-title {
    font-size: 14px;
  }
  .problemPage .problemPage-right .problemPage-main {
    width: calc(95% - 116px);
  }
  .problemPage .problem-more {
    font-size: 12px;
    width: 116px;
    height: 38px;
    line-height: 38px;
  }
  .problemPage .problemPage-right {
    padding-left: 32px;
    padding-right: 20px;
    height: 260px;
  }
  .problemPage .problemPage-right .problemPage-one {
    padding: 20px 0;
    margin-top: 4px;
  }
  .problemPage .problemPage-right .problemPage-time {
    font-size: 12px;
    line-height: 20px;
  }
  .afterSalePage .afterSale-one {
    width: calc((100% - 60px) / 4);
    padding: 30px 20px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-one {
    width: 33%;
  }
  .afterSalePage .afterSalePage-title {
    font-size: 22px;
  }
  .contactPage2 {
    height: 400px;
  }
  .contactPage2 .map-location .address-main {
    padding: 24px 20px;
  }
  .contactPage2 .map-location .address-triangle {
    border-width: 0 6px 12px 6px;
  }
  .contactPage2 .map-location .address-main .p2 {
    margin-top: 12px;
  }
  .contactPage2 .map-location .address-main .p1 {
    font-size: 14px;
  }
  .contactPage2 .map-location img {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
  }
  .contactPage2 .map-location {
    top: 48%;
    right: 190px;
    width: 50%;
  }
  .innerPage-desc {
    font-size: 14px;
  }
  .contactPage1 .contactPage-from .form .form-input .inputName {
    width: 100%;
    margin-bottom: 18px;
  }
  .contactPage1 .contactPage-infor {
    width: 280px;
  }
  .contactPage1 .contactPage-from {
    width: calc(100% - 310px);
  }
  .contactPage1 .contactPage-from .contactPage-from-inner {
    padding: 30px 30px 30px 30px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-icon {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-value {
    font-size: 12px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-main {
    width: 100%;
    max-width: calc(100% - 30px);
  }
  .contactPage1 .contactPage-infor .contactPage-infor-value .companyInfo-value {
    font-size: 14px;
  }
  .contactPage1 .contactPage-from .form .form-input .inputEmail {
    width: 100%;
    margin-bottom: 18px;
  }
  .contactPage1 .contactPage-from .form .form-input .inputPhone {
    margin-top: 0;
  }
  .contactPage1 .contactPage-from .contactPage-desc {
    margin: 18px 0;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-main {
    padding: 8%;
  }
  .mapInnerpage .indexPage-inner {
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 24px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 14px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 36px 0;
  }
  .innerPage-conDetail .newsDetail-conMore .indexPage-inner {
    width: 100%;
  }
  .innerPage-conDetail .newsDetail-con1 .indexPage-inner {
    width: 100%;
  }
  .innerPage-conDetail .newsDetail-con1 {
    padding: 40px 0;
  }
  .innerPage-conDetail .newsDetail-conMore {
    padding: 40px 0;
  }
  .innerPage-conDetail .newsDetail-con {
    margin-top: 20px;
  }
  .innerPage-conDetail .newsDetail-title1 {
    margin-bottom: 24px;
  }
  .innerPage-conDetail .newsDetail-title {
    font-size: 22px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
    width: 32%;
    padding: 20px 20px 40px;
  }
}
@media only screen and (max-width: 930px) {
  .innerPage-proDetail .innerPage-proDetail-main .mySwiper2 {
    height: 360px;
  }
  .innerPage-proDetail .innerPage-proDetail-main {
    width: 540px;
  }
}
@media only screen and (max-width: 820px) {
  .prosPage-pages {
    margin-top: 18px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage {
    padding: 36px 20px 6.6%;
  }
  .innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one p {
    font-size: 14px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one1 {
    width: calc((100% - 30px) / 3);
  }
  .innerPage-proDetail .innerPage-proDetail-main .rightImg .rightImg-slide {
    width: 90px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .rightImg {
    height: 70px;
    padding-bottom: 10px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-info .proDetail-main-title {
    font-size: 20px;
    line-height: 22px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-info .proDetail-main-desc {
    margin: 14px 0;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-type {
    font-size: 14px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-img {
    width: 32px;
    height: 32px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one .proDetail-main-contact-type .contact-type {
    font-size: 12px;
    line-height: 24px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other {
    padding: 32px 0;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-industry {
    padding: 32px 0 0 0;
  }
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-other-title .proDetail-main-other-p {
    font-size: 20px;
  }
  .innerPage-proDetail {
    padding: 30px 0 40px;
  }
  .innerPage-proDetail .innerPage-proDetail-main {
    width: 90vw;
  }
  .innerPage-proDetail .innerPage-proDetail-main .mySwiper2 {
    height: 60vw;
  }
  .innerPage-proDetail .indexPage-inner {
    flex-wrap: wrap;
  }
  .innerPage-proDetail .innerPage-pros-classify {
    display: none;
  }
  .innerPage-proDetail .innerPage-pros-all {
    display: block;
  }
  .nsideDetail {
    margin: 65px auto 0;
  }
  .innerPage-pros-classify {
    width: 180px;
  }
  .prosPage .prosPage-main {
    width: calc(97% - 180px);
  }
  .prosPage .prosPage-main .prosPage-one-title {
    font-size: 14px;
    line-height: 22px;
  }
  .innerPage-pros-classify .nav-classifys-first {
    font-size: 14px;
    padding: 10px 4px 10px 24px;
  }
  .innerPage-pros-classify .pros-classify-second {
    margin-bottom: 18px;
  }
  .innerPage-pros-classify .nav-classifys-three {
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
    padding: 0px 8px 0 38px;
  }
  .innerPage-pros-classify .nav-classifys-second {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 12px 0 24px;
  }
  .prosPage .prosPage-main .prosPage-one {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
  }
  .prosPage .prosPage-main .prosPage-one:nth-of-type(3n) {
    margin-right: 18px;
  }
  .prosPage .prosPage-main .prosPage-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .solutionPage {
    padding-top: 6px;
  }
  .solutionPage .loadMore .more-right img {
    width: 16px;
    margin-right: 8px;
  }
  .solutionPage .loadMore {
    margin: 34px auto 0;
    width: 126px;
    font-size: 12px;
  }
  .solutionPage .waterfall {
    column-gap: 22px;
  }
  .solutionPage .waterfall-img {
    margin-bottom: 22px;
    border-radius: 6px;
  }
  .smartPage1 .smartPage1-left {
    padding: 40px 50px 60px 0;
  }
  .smartPage1 .smartPage1-right .video-scrollbar {
    width: 6px;
  }
  .smartPage1 .smartPage1-right .swiper-scrollbar-drag {
    width: 6px;
  }
  .smartPage1 .smartPage1-left .smartPage1-title {
    font-size: 18px;
  }
  .smartPage1 .smartPage1-right .swiperVideo {
    padding-right: 15px;
  }
  .smartPage1 .smartPage1-left {
    padding: 35px 32px 50px 0;
  }
  .smartPage1 .smartPage1-left {
    width: calc(100% - 195px);
  }
  .smartPage1 .smartPage1-right {
    width: 195px;
  }
  .smartPage1 .smartPage1-right .video-one {
    width: 180px;
    height: 120px;
  }
  .smartPage1 .smartPage1-left .smartPage1-line {
    width: 42px;
  }
  .smartPage1 .smartPage1-right .swiperVideo {
    height: 500px;
  }
  .smartPage1 .smartPage1-left .smartPage1-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .ModelPages {
    margin-top: 24px;
  }
  .smartPage .production-one {
    width: calc((100% - 34px) / 3);
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .newsPage .newsPage2-one .newsPage2-title {
    font-size: 14px;
  }
  .newsPage .newsPage2-one {
    padding: 22px;
    margin-top: 22px;
  }
  .newsPage .newsPage2-one .newsPage2-con .newsPage2-desc {
    width: calc(95% - 120px);
    font-size: 12px;
    line-height: 22px;
  }
  .newsPage3 .newsPage3-one-top {
    font-size: 12px;
    line-height: 22px;
  }
  .newsPage .newsPage2-one .newsPage2-line {
    margin: 10px 0 12px;
  }
  .newsPage3 .newsPage3-one-con .newsPage3-title {
    font-size: 14px;
  }
  .newsPage3 .newsPage3-one-con {
    margin-bottom: 24px;
  }
  .newsPage3 .newsPage3-one-con .newsPage3-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .newsPage3 .newsPage3-one {
    width: calc((100% - 48px )/ 3);
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 24px 24px 26px;
  }
  .newsPage-pages {
    margin-top: 34px;
  }
  .newsPage .news-more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  .newsPage .news-more .more-right img {
    height: 20px;
  }
  .newsPage .newsPage1-one .newsPage1-con {
    width: calc(90% - 190px);
  }
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 70px;
    height: 70px;
  }
  .newsPage .newsPage1-one {
    padding: 28px 0;
  }
  .newsPage .newsPage1-one .newsPage1-title {
    font-size: 14px;
  }
  .newsPage .newsPage1-one .newsPage1-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p2 {
    font-size: 18px;
    line-height: 24px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-desc {
    margin-top: 15px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .culturePage .culturePage-right .culturePage-imgs {
    margin-top: -18px;
  }
  .culturePage .culturePage-right .culturePage-imgs .culturePage-img-one {
    width: calc((100% - 40px) / 3);
  }
  .profilePage .indexPage-inner {
    flex-wrap: wrap;
  }
  .profilePage {
    padding-top: 20px;
  }
  .aboutPage .aboutPage-left {
    width: 100%;
  }
  .aboutPage .aboutPage-right {
    width: 100%;
    margin-top: 30px;
  }
  .problemPage .problemPage-left {
    width: 42%;
  }
  .problemPage .problemPage-right {
    padding-left: 32px;
    padding-right: 20px;
    height: 220px;
    width: 58%;
  }
  .marketPage .market-main .market-desc {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 14px;
  }
  .marketPage .market-main {
    flex-wrap: wrap;
  }
  .contactPage2 {
    height: 350px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-one {
    width: 50%;
    padding: 0 20px;
    margin-top: 12px;
  }
  .afterSalePage .afterSalePage-contact {
    flex-wrap: wrap;
  }
  .afterSalePage .afterSale-main {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .afterSalePage .afterSale-one {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
  .contactPage2 .map-location .address-main .p2 {
    margin-top: 10px;
  }
  .contactPage2 .map-location .address-main {
    padding: 18px 18px;
  }
  .contactPage1 {
    padding-top: 0;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-main {
    max-width: calc(100% - 15px);
    padding: 6%;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-dot {
    display: none;
  }
  .contactPage1 .contactPage-infor::before {
    display: none;
  }
  .contactPage1 .contactPage-infor {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-one {
    width: 50%;
    margin-top: 20px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-one:nth-of-type(2) {
    margin-top: 0;
  }
  .contactPage1 .contactPage-from {
    width: 100%;
    margin-bottom: 30px;
  }
  .contactPage1 .indexPage-inner {
    margin-bottom: 0;
  }
  .contactPage1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .contactPage1 .contactPage-infor {
    width: 100%;
  }
  .pages .el-pager .number {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 12px;
  }
  .pages button {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneDesc {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneTitle {
    margin: 10px 0;
  }
  .innerPage-conDetail .newsDetail-title1 {
    margin-bottom: 16px;
  }
  .innerPage-conDetail .newsDetail-con1 {
    padding: 30px 0;
  }
  .innerPage-conDetail .newsDetail-conMore {
    padding: 30px 0;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneTitle {
    margin: 14px 0;
    font-size: 14px;
  }
  .innerPage-conDetail .newsDetail-title {
    font-size: 20px;
  }
  .detail-content {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
    width: 36%;
    padding: 16px 16px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .innerPage-proDetail .innerPage-proDetail-main .proDetail-main-contact .proDetail-main-contact-one {
    width: 100%;
    margin-top: 24px;
  }
  .prosPage {
    padding-top: 0;
  }
  .prosPage .indexPage-inner {
    flex-wrap: wrap;
  }
  .prosPage .prosPage-main {
    width: 100%;
  }
  .prosPage .innerPage-pros-classify {
    display: none;
  }
  .prosPage .innerPage-pros-all {
    display: block;
  }
  .smartPage1 .smartPage1-right .swiperVideo {
    height: 460px;
  }
  .smartPage .production-one .el-image {
    border-radius: 6px;
  }
  .ModelPages {
    margin-top: 14px;
  }
  .smartPage1 .smartPage1-left .smartPage1-video {
    border-radius: 6px;
  }
  .newsPage .newsPage2-one {
    padding: 20px;
    margin-top: 20px;
  }
  .newsPage2 {
    padding-top: 2px;
  }
  .newsPage .newsPage2-one .newsPage2-line {
    margin: 8px 0 8px;
  }
  .newsPage3 .newsPage3-one {
    width: calc((100% - 36px )/ 3);
    margin-right: 18px;
    margin-bottom: 18px;
    padding: 18px 18px 24px;
  }
  .newsPage3 {
    padding-top: 2px;
  }
  .newsPage3 .newsPage3-line {
    margin: 12px 0;
  }
  .newsPage3 .newsPage3-one-con .newsPage3-title {
    margin-bottom: 2px;
  }
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 60px;
    height: 60px;
  }
  .newsPage .newsPage1-one .newsPage1-desc {
    margin-top: 2px;
  }
  .newsPage .newsPage1-one {
    padding: 22px 0;
  }
  .culturePage .culturePage-right .culturePage-con {
    width: 100%;
  }
  .culturePage .culturePage-right .culturePage-imgs .culturePage-img-one {
    width: calc((100% - 20px) / 3);
  }
  .culturePage .culturePage-left {
    width: 40px;
  }
  .culturePage .culturePage-left .culturePage-icon {
    width: 40px;
    height: 40px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p2 {
    font-size: 16px;
    line-height: 22px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p1 {
    font-size: 14px;
  }
  .aboutPage .aboutPage-right .aboutPage-profile .aboutPage-profile-img .aboutPage-profile-img1 {
    margin-top: 10px;
  }
  .aboutPage .aboutPage-right .aboutPage-profile .aboutPage-profile-img {
    width: calc((100% - 20px) / 3);
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con .aboutPage-desc {
    width: 100%;
    margin-right: 0;
  }
  .aboutPage .aboutPage-left p {
    font-size: 16px;
    line-height: 24px;
  }
  .profilePage {
    padding-top: 5px;
  }
  .aboutPage .aboutPage-right {
    margin-top: 14px;
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con {
    flex-wrap: wrap;
    margin: 16px 0;
  }
  .problemPage .indexPage-inner {
    flex-wrap: wrap;
  }
  .problemPage .problemPage-left {
    width: 100%;
  }
  .problemPage .problemPage-right {
    width: 100%;
    margin-top: 22px;
    padding-left: 0;
    height: 260px;
  }
  .marketPage {
    padding-top: 22px;
  }
  .marketPage .market-main {
    margin-top: 0;
  }
  .marketPage .market-main .market-btn {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-one {
    padding: 0 2px;
  }
  .afterSalePage .afterSalePage-title {
    font-size: 20px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-icon {
    width: 34px;
    height: 34px;
  }
  .afterSalePage .afterSalePage-contact {
    margin-top: 12px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-main {
    width: calc(100% - 46px);
  }
  .afterSalePage .afterSalePage-contact .contact-type {
    font-size: 12px;
    line-height: 22px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-main a {
    font-size: 14px;
  }
  .afterSalePage .afterSalePage-title {
    margin-bottom: 20px;
  }
  .afterSalePage .afterSale-one .afterSale-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
  }
  .afterSalePage .afterSale-one .afterSale-title {
    font-size: 14px;
  }
  .afterSalePage .afterSale-one .afterSale-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .afterSalePage .afterSalePage-title1 {
    font-size: 12px;
    line-height: 20px;
  }
  .afterSalePage .afterSale-one {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
  }
  .contactPage2 {
    height: 280px;
  }
  .contactPage2 .map-location .address-main .p1 {
    font-size: 12px;
  }
  .contactPage2 .map-location .address-main .p2 {
    font-size: 12px;
  }
  .contactPage2 .map-location img {
    width: 28px;
    height: 28px;
  }
  .contactPage2 .map-location {
    top: 46%;
    right: 110px;
    width: 60%;
  }
  .contactPage2 .map-location {
    max-width: 100%;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-one {
    width: 100%;
  }
  .innerPage-title {
    font-size: 20px;
  }
  .innerPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .contactPage1 .contactPage-from .form .form-input .input {
    font-size: 12px;
    line-height: 20px;
  }
  .contactPage1 .contactPage-from .form .formButton {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
  }
  .contactPage1 .contactPage-from .form .form-input .input {
    height: 44px;
    margin-bottom: 14px;
  }
  .contactPage1 .contactPage-from .form .form-message {
    margin: 0 0 20px;
  }
  .contactPage1 .contactPage-from .contactPage-from-inner {
    padding: 26px 26px 26px 26px;
  }
  .contactPage1 .contactPage-from .contactPage-desc {
    margin: 6px 0 12px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-value .companyInfo-value {
    font-size: 12px;
    line-height: 20px;
  }
  .contactPage1 .contactPage-from .form .form-message .message {
    font-size: 12px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-main {
    max-width: 100%;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-one {
    margin-top: 16px;
  }
  .contactPage1 .contactPage-infor {
    margin: 0px 0 22px;
  }
  .contactPage1 .contactPage-infor .contactPage-infor-one:nth-of-type(2) {
    margin-top: 16px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 20px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    width: 48px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: 50%;
  }
  .innerPage-conDetail .newsDetail-desc {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetail-title {
    font-size: 16px;
  }
  .innerPage-conDetail .newsDetail-con {
    margin-top: 14px;
  }
  .innerPage-conDetail .newsDetail-intro {
    padding: 8px;
    margin-top: 12px;
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
    width: 44%;
    padding: 14px 14px 16px;
  }
}
@media only screen and (max-width: 520px) {
  .prosPage-pages {
    margin-top: 10px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .prosPage-one {
    width: 200px;
  }
  .innerPage-proDetail .innerPage-proDetail-main .ourAdvantage .ourAdvantage-con .ourAdvantage-main-one {
    width: 50%;
  }
  .innerPage-proDetail .innerPage-proDetail-main .notes-main .notes-main-con {
    padding-left: 5%;
  }
  .innerPage-proDetail .innerPage-proDetail-main .industry-con .industry-one p {
    font-size: 12px;
  }
  .nsideDetail {
    margin: 50px auto 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .solutionPage .waterfall {
    column-gap: 14px;
  }
  .solutionPage .loadMore {
    margin: 26px auto 0;
    width: 110px;
  }
  .solutionPage .waterfall-img {
    margin-bottom: 14px;
  }
  .smartPage1 .smartPage1-right .swiperVideoM {
    display: flex;
  }
  .smartPage1 .smartPage1-right .swiperVideoPc {
    display: none;
  }
  .smartPage1 .smartPage1-right .swiperVideo1 {
    height: auto !important;
  }
  .smartPage1 .smartPage1-right .video-one {
    margin-top: 0;
    margin-right: 20px;
  }
  .smartPage1 .indexPage-inner {
    flex-wrap: wrap;
  }
  .smartPage1 .smartPage1-left {
    width: 100%;
    padding: 30px 0px 20px 0;
  }
  .smartPage1 .smartPage1-right {
    width: 100%;
  }
  .ModelPages {
    margin-top: 10px;
  }
  .newsPage .newsPage2-one .newsPage2-con {
    flex-wrap: wrap;
  }
  .newsPage .newsPage2-one .newsPage2-con .newsPage2-desc {
    width: 100%;
    margin-bottom: 8px;
  }
  .newsPage3 .newsPage3-one {
    width: calc((100% - 20px )/ 2);
    margin-right: 20px;
  }
  .newsPage3 .newsPage3-one:nth-of-type(3n) {
    margin-right: 20px;
  }
  .newsPage3 .newsPage3-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 50px;
    height: 50px;
  }
  .newsPage .news-more .more-right img {
    height: 14px;
  }
  .newsPage-pages {
    margin-top: 28px;
  }
  .newsPage .news-more {
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
  .newsPage .newsPage1-one .newsPage1-con {
    width: calc(90% - 150px);
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p1 {
    font-size: 12px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .p2 {
    font-size: 14px;
    line-height: 20px;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top img {
    width: 60px;
    height: auto;
  }
  .culturePage .culturePage-right .culturePage-con .culturePage-con-top .culturePage-con-title {
    width: calc(100% - 80px);
  }
  .marketPage {
    padding-top: 10px;
  }
  .afterSalePage .afterSalePage-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .afterSalePage .afterSale-one {
    padding: 20px 20px;
  }
  .contactPage2 .map-location {
    top: 46%;
    right: 60px;
    width: 80%;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 28px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 12px;
    margin-top: 14px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 16px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 4px;
    min-width: 18px;
  }
  .pages .el-pager .number {
    line-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
  }
  .pages button {
    width: 24px !important;
    height: 24px !important;
  }
}
@media only screen and (max-width: 415px) {
  .indexPage-last {
    padding-bottom: 24px;
  }
  .prosPage-pages {
    margin-top: 4px;
  }
  .innerPage-pros-all {
    padding: 10px 15px;
    font-size: 12px;
  }
  .prosPage .prosPage-main .prosPage-one-title {
    font-size: 12px;
  }
  .smartPage .production-one {
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .newsPage3 .newsPage3-one-top .newsPage3-one-icon {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .newsPage3 .newsPage3-one-con {
    margin-bottom: 20px;
  }
  .newsPage .newsPage1-one {
    padding: 18px 0;
  }
  .aboutPage .aboutPage-right .aboutPage-desc1 {
    width: 100%;
  }
  .aboutPage .aboutPage-right .aboutPage-desc-con {
    margin: 10px 0;
  }
  .aboutPage .aboutPage-left p {
    font-size: 14px;
    line-height: 20px;
  }
  .aboutPage .aboutPage-right .aboutPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .marketPage {
    padding-top: 0;
  }
  .nside .nside-inner .nside-a img {
    width: 14px;
    margin-right: 4px;
  }
  .nside .nside-inner .nside-a .index-icon {
    width: 18px;
    margin-top: -2px;
  }
  .afterSalePage .afterSalePage-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .afterSalePage .afterSalePage-contact .afterSalePage-contact-one {
    width: 100%;
  }
  .afterSalePage .afterSale-one {
    width: 100%;
  }
  .contactPage2 {
    height: 230px;
    margin-bottom: 50px;
  }
  .contactPage2 .map-location .address-main {
    padding: 14px 14px;
  }
  .detail-content table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin-top: 10px;
    margin-left: 0px !important;
  }
  .detail-content table tbody {
    display: block;
  }
  .detail-inner .mySwiper2 {
    width: 100%;
    margin-right: 0;
  }
  .detail-content table th {
    font-size: 14px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 5px;
  }
}
@media only screen and (max-width: 340px) {
  .newsPage .newsPage1-one .newsPage1-icon {
    width: 40px;
    height: 40px;
  }
  .newsPage .newsPage1-one .newsPage1-title {
    font-size: 12px;
  }
  .newsPage .news-more .more-right {
    margin-left: 2px;
  }
  .newsPage .news-more .more-right img {
    height: 12px;
  }
  .newsPage .newsPage1-one .newsPage1-con {
    width: calc(90% - 130px);
  }
  .newsPage .news-more {
    width: 90px;
    height: 32px;
    line-height: 32px;
  }
}
