.innerPage {
  width: 100%;
  padding-top: 60px;
  word-break: break-word;
}
.innerPage-inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.innerPage-title {
  line-height: normal;
  text-align: left;
  font-size: 40px;
  font-family: 'costomFont';
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.innerPageLast {
  padding-bottom: 60px;
}
.innerPage-pros {
  width: 100%;
  padding-bottom: 50px;
}
.innerPage-pros .innerPage-inner {
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-pros .innerPage-pros-main {
  width: 75%;
}
.innerPage-pros .innerPage-pros-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.innerPage-pros .innerPage-pros-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-img {
  width: 100%;
  overflow: hidden;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-title p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  font-family: 'costomFont-Regular';
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  background: #bd2122e0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-more .innerPage-pros-more-inner {
  color: #fff;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-more .innerPage-pros-more-inner p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-more .innerPage-pros-more-inner p:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 12px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerPage-pros .innerPage-pros-one .innerPage-pros-more .innerPage-pros-more-inner p:nth-of-type(2) {
  line-height: 1.5;
  font-size: 16px;
  text-decoration: underline;
}
.innerPage-pros .innerPage-pros-one:hover .innerPage-pros-img {
  overflow: hidden;
}
.innerPage-pros .innerPage-pros-one:hover .innerPage-pros-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-pros .innerPage-pros-one:hover .innerPage-pros-more {
  height: 100%;
  transition: 0.5s;
}
.innerPage-pros .innerPage-pros-one:nth-of-type(3n) {
  margin-right: 0;
}
.innerPage-pros-classify {
  width: 22%;
}
.innerPage-pros-classify .innerPage-pros-classifyInner {
  width: 100%;
  position: sticky;
  top: 120px;
}
.innerPage-pros-classify .innerPage-title-classify {
  line-height: 1.8;
  font-size: 24px;
  font-weight: normal;
  color: #bd2122;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 10px;
  font-family: 'costomFont';
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.innerPage-pros-classify .innerPage-nav-classifys a {
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #00000010;
  font-size: 18px;
  transition: all ease .3s;
  width: 100%;
  color: #1b242b;
  background: #ffffff;
}
.innerPage-pros-classify .innerPage-nav-classifys a i {
  color: #999;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: all ease .3s;
}
.innerPage-pros-classify .innerPage-nav-classifys a:hover {
  transition: all ease .3s;
  color: #bd2122;
}
.innerPage-pros-classify .innerPage-nav-classifys a:hover i {
  color: #bd2122;
  transition: all ease .3s;
}
.innerPage-pros-classify .innerPage-nav-classifys .nav-classifys-active {
  transition: all ease .3s;
  color: #bd2122;
}
.innerPage-pros-classify .innerPage-nav-classifys .nav-classifys-active i {
  color: #bd2122;
  transition: all ease .3s;
}
.pros-classifyAll {
  width: 100%;
  display: none;
  background: #bd2122;
  padding: 14px 15px;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  outline: none;
  margin-bottom: 22px;
}
.smartInnerpage .smartInnerpage-process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smartInnerpage .smartInnerpage-processOne {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding: 50px 30px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  color: #666;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-icon {
  width: 60px;
  height: 60px;
}
.smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-icon svg {
  max-width: 60px;
  height: 60px;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-title {
  font-size: 24px;
  width: auto;
  display: inline-block;
  margin: 10px 0 30px;
  font-family: 'costomFont';
  transition: 0.8s;
}
.smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-desc {
  font-size: 14px;
  font-family: 'costomFont-Regular';
  min-height: 120px;
}
.smartInnerpage .smartInnerpage-processOne:hover .smartInnerpage-processOne-icon svg {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.smartInnerpage .smartInnerpage-processOne:hover .smartInnerpage-processOne-title {
  text-decoration: underline;
  transition: 0.8s;
}
.smartInnerpage .smartInnerpage-processOne:nth-of-type(3n) {
  margin-right: 0;
}
.smartInnerpage .smartInnerpage-two {
  margin-top: 10px;
}
.smartInnerpage .smartInnerpage-two .smartInnerpage-keyPoints {
  font-size: clamp(0.875rem, 1.004rem, 1rem);
  color: #666;
  line-height: 1.8;
  font-family: 'costomFont-Regular';
  padding-left: 10px;
  padding-right: 10px;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshops {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne {
  width: calc((100% - 90px) / 3);
  cursor: pointer;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne:hover .smartInnerpage-workshopsOne-img {
  overflow: hidden;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne:hover .smartInnerpage-workshopsOne-img img {
  transform: scale(1.1);
  transition: .5s;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne-img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: .5s;
}
.smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne-p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
.smartInnerpage1 {
  background-color: #f5f5f5;
}
.innerPage-cooperate {
  width: 100%;
}
.innerPage-cooperate .cooperate-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-cooperate .cooperate-main-one {
  width: calc((100% - 60px) / 4);
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  word-wrap: break-word !important;
  word-break: keep-all !important;
  cursor: pointer;
}
.innerPage-cooperate .cooperate-main-one .cooperate-main-one-title {
  line-height: 1;
  color: #666;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'costomFont';
  transition: 0.5s;
}
.innerPage-cooperate .cooperate-main-one .cooperate-main-one-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-family: 'costomFont-Regular';
}
.innerPage-cooperate .cooperate-main-one:hover .cooperate-main-one-title {
  color: #bd2122;
  transform: translateX(12px);
  transition: 0.5s;
}
.innerPage-cooperate .cooperate-main-one1 {
  background: linear-gradient(0deg, #e4e4e4, #ffffff);
}
.innerPage-cooperate .cooperate-main-one2 {
  background: #fff;
}
.innerPage-cooperate .after-sales-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-cooperate .after-sales-main .after-sales-one {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  padding: 50px 30px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all .5s ease;
  margin-bottom: 20px;
}
.innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 50px;
}
.innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon svg {
  height: 50px;
  max-width: 50px;
}
.innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon .iconCai {
  display: block;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon .iconBai {
  display: none;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one .after-sales-title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 10px;
  transition: all .5s ease;
  color: #333333;
  min-height: 48px;
  font-family: 'costomFont';
}
.innerPage-cooperate .after-sales-main .after-sales-one .after-sales-desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  font-family: 'costomFont-Regular';
  min-height: 80px;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one:hover {
  background: #bd2122;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one:hover .after-sales-icon .iconCai {
  display: none;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one:hover .after-sales-icon .iconBai {
  display: block;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one:hover .after-sales-title {
  transition: all .5s ease;
  color: #ffffff;
}
.innerPage-cooperate .after-sales-main .after-sales-one:hover .after-sales-desc {
  color: #ffffff;
  transition: all .5s ease;
}
.innerPage-cooperate .after-sales-main .after-sales-one:nth-of-type(4n) {
  margin-right: 0;
}
.innerPage-cooperate1 {
  background-color: #f5f5f5;
}
.innerPage-news .innerPage-news-two {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-news .innerPage-news-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneImg {
  width: 50%;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.innerPage-news .innerPage-news-one .innerPage-news-oneImg img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-news .innerPage-news-one:hover .innerPage-news-oneImg {
  overflow: hidden;
}
.innerPage-news .innerPage-news-one:hover .innerPage-news-oneImg img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-news .innerPage-news-one:hover .innerPage-news-oneMain .innerPage-news-oneTitle {
  color: #bd2122;
  transition: 0.5s;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain {
  width: 50%;
  padding: 20px 50px;
  font-family: 'costomFont';
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTime {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  font-weight: normal;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTitle {
  line-height: 1;
  color: #333333;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneDesc {
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
  word-break: break-all;
  font-family: 'costomFont-Regular';
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 3;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more {
  border-radius: 60px;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #bd2122;
  color: #bd2122;
  font-size: 16px;
  font-family: 'costomFont';
  background-color: #fff;
  transition: all .6s ease;
  margin-top: 50px;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more p {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 12;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more:hover {
  color: #fff;
  background-color: #bd2122;
  transition: all .6s ease;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more:hover::before {
  animation: hovercaret 0.6s ease-in;
}
.innerPage-news .innerPage-news-two {
  width: 100%;
}
.innerPage-news .innerPage-news-two .innerPage-news-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
}
.innerPage-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneImg {
  width: 100%;
}
.innerPage-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneMain {
  width: 100%;
  padding: 30px;
}
.innerPage-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTitle {
  font-size: 18px;
}
.innerPage-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTime {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  font-weight: normal;
}
.innerPage-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneDesc {
  color: #666666;
  -webkit-line-clamp: 2;
}
.innerPage-news .innerPage-news-one1:nth-of-type(3n) {
  margin-right: 0;
}
.innerPage-contact {
  width: 100%;
  background: #fff;
  margin-top: 100px;
  display: flex;
  padding-left: 6%;
}
.innerPage-contact .innerPage-contact-left {
  width: 50%;
  padding-right: 5%;
  padding-bottom: 100px;
}
.innerPage-contact .innerPage-contact-left .nsideContact {
  border-bottom: 0;
}
.innerPage-contact .innerPage-contact-left .nsideContact .nside-inner {
  width: 100%;
}
.innerPage-contact .innerPage-contact-left .innerPage-contact-desc {
  font-weight: normal;
  color: #333333;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: 'costomFont';
  line-height: 1;
}
.innerPage-contact .innerPage-contact-left .innerPage-contact-desc1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'costomFont';
  margin-bottom: 80px;
}
.innerPage-contact .innerPage-contact-left .form {
  width: 100%;
}
.innerPage-contact .innerPage-contact-left .form .form-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.innerPage-contact .innerPage-contact-left .form .form-label {
  color: #666;
  font-size: 14px;
  line-height: 1.66666;
  display: flex;
  height: 33px;
}
.innerPage-contact .innerPage-contact-left .form .form-label span {
  color: #bd2122;
  padding-left: 5px;
  font-weight: 700;
  font-size: 1.4em;
}
.innerPage-contact .innerPage-contact-left .form .form-input {
  width: calc((100% - 60px) / 3);
}
.innerPage-contact .innerPage-contact-left .form .form-input .input {
  width: 100%;
  border: 0;
  height: 50px;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}
.innerPage-contact .innerPage-contact-left .form .form-input .input:focus {
  border-bottom: 1px solid #dc3545;
}
.innerPage-contact .innerPage-contact-left .form .form-message {
  width: 100%;
  margin-bottom: 20px;
}
.innerPage-contact .innerPage-contact-left .form .form-message .message {
  width: 100%;
  height: 100px;
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}
.innerPage-contact .innerPage-contact-left .form .form-message .message:focus {
  border-bottom: 1px solid #dc3545;
}
.innerPage-contact .innerPage-contact-left .form .formNote {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #999999;
  font-size: 14px;
}
.innerPage-contact .innerPage-contact-left .form .formButton {
  border-radius: 4px;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #bd2122;
  color: #fff;
  font-size: 16px;
  font-family: 'costomFont';
  background-color: #bd2122;
  transition: all .3s ease;
  cursor: pointer;
}
.innerPage-contact .innerPage-contact-left .form .formButton p {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 12;
  transform: scale(1);
  transition: all .3s ease;
}
.innerPage-contact .innerPage-contact-left .form .formButton::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.innerPage-contact .innerPage-contact-left .form .formButton:hover::before {
  animation: hovercaret 0.6s ease-in;
}
.innerPage-contact .innerPage-contact-info {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 150px;
  padding-left: 5%;
  padding-right: 5%;
  background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023120121182641665/cms/image/7af3be5f-48f1-4ef6-b621-42c701a33b48.jpg);
  background-position: center right;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-title {
  font-weight: normal;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: 'costomFont';
  line-height: 1;
  margin-bottom: 50px;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-infoAll {
  width: 100%;
  margin-bottom: 50px;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-infoA {
  line-height: 1.5;
  font-size: 20px;
  color: #ffffff;
  font-family: 'costomFont';
  max-width: 450px;
  display: flex;
  margin: 10px 0;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-infoA .icon {
  max-width: 30px;
  margin-right: 10px;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-infoA .innerPage-contact-infoA-main {
  max-width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-transition {
  width: 100%;
  display: flex;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-transition .innerPage-contact-transition1 {
  width: 50%;
  min-width: 130px;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-transition .innerPage-contact-transition1 img {
  width: 130px;
}
.innerPage-contact .innerPage-contact-info .innerPage-contact-transition .innerPage-contact-transition1 p {
  line-height: 1.5;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  max-width: 130px;
  font-family: 'costomFont';
}
.innerPage-about .innerPage-about-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-about .innerPage-about-one .innerPage-about-oneLeft {
  width: 47%;
}
.innerPage-about .innerPage-about-one .innerPage-about-oneRight {
  width: 48%;
  overflow: hidden;
}
.innerPage-about .innerPage-about-one .innerPage-about-oneRight img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-one .innerPage-about-oneRight:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-about .innerPage-about-one .innerPage-about-oneTitle {
  line-height: normal;
  color: #3d3d3d;
  font-size: 36px;
  font-weight: normal;
  font-family: 'costomFont';
  margin-bottom: 10px;
}
.innerPage-about .innerPage-about-one hr {
  margin: 30px 0;
  transform: scaleY(0.5);
}
.innerPage-about .innerPage-about-one .innerPage-about-oneDesc {
  line-height: 1.2;
  font-size: 36px;
  margin-bottom: 0px;
  font-family: 'costomFont';
  color: #bd2122;
}
.innerPage-about .innerPage-about-oneDesc-p {
  font-size: clamp(0.875rem, 1.004rem, 1rem);
  color: #666;
  line-height: 1.8;
  text-align: left;
  font-family: 'costomFont-Regular';
}
.innerPage-about .innerPage-about-two {
  margin-top: 50px;
}
.innerPage-about .innerPage-about-two .innerPage-about-oneDesc-p1 {
  margin-bottom: 22px;
}
.innerPage-about .innerPage-about-two .abouti-num {
  width: 100%;
  display: flex;
  margin: 50px 0;
}
.innerPage-about .innerPage-about-two .abouti-num-one {
  width: 25%;
  display: flex;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-img {
  width: 50px;
  height: 50px;
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-img svg {
  height: 50px;
  max-width: 50px;
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-p {
  max-width: calc(100% - 50px);
  padding-left: 20px;
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main {
  width: 100%;
  display: flex;
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-count {
  line-height: 1;
  font-size: 60px;
  color: #bd2122;
  font-family: 'costomFont';
  height: auto;
  margin-bottom: 10px;
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-unit {
  font-size: 16px;
  line-height: 1.5;
  color: #bd2122;
}
.innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-desc {
  width: 100%;
  font-family: 'costomFont-Regular';
  line-height: 1.5;
  color: #333333;
  font-size: 16px;
}
.innerPage-about1 {
  background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023120121182641665/cms/image/2783214e-ee67-4a49-82e3-708cc6249f16.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  background-attachment: fixed;
}
.innerPage-about1 .innerPage-inner1 {
  padding: 100px 0 200px;
}
.innerPage-about1 .innerPage-title {
  color: #fff;
  text-align: center;
}
.innerPage-about1 .innerPage-about1-desc {
  font-size: clamp(0.875rem, 1.004rem, 1rem);
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -26px;
}
.innerPage-about2 {
  background-color: #f5f5f5;
}
.innerPage-about2 .innerPage-inner {
  display: flex;
  justify-content: space-between;
}
.innerPage-about2 .about-market-one {
  width: calc((100% - 60px) / 3);
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 2%;
  transition: all .5s ease;
  position: relative;
  overflow: hidden;
  margin-top: -150px;
}
.innerPage-about2 .about-market-one .about-market-img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one .about-market-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.innerPage-about2 .about-market-one .about-market-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #bd2122;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 20;
  position: relative;
}
.innerPage-about2 .about-market-one .about-market-icon svg {
  width: 80%;
  max-height: 70px;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one .about-market-icon .iconBai {
  display: block;
}
.innerPage-about2 .about-market-one .about-market-icon .iconCai {
  display: none;
}
.innerPage-about2 .about-market-one .about-market-title {
  font-size: 24px;
  line-height: 2;
  color: #1b242b;
  margin-top: 20px;
  font-family: 'costomFont';
  transition: 0.5s;
  z-index: 20;
  position: relative;
}
.innerPage-about2 .about-market-one .about-market-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  transition: 0.5s;
  z-index: 20;
  position: relative;
}
.innerPage-about2 .about-market-one:hover {
  background-color: #a82122;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one:hover .about-market-img {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one:hover .about-market-icon {
  background: #fff;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one:hover .about-market-icon .iconBai {
  display: none;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one:hover .about-market-icon .iconCai {
  display: block;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one:hover .about-market-title {
  color: #fff;
  transition: 0.5s;
}
.innerPage-about2 .about-market-one:hover .about-market-desc {
  color: #fff;
  transition: 0.5s;
}
.innerPage-about3 {
  background-color: #f5f5f5;
}
.innerPage-about3 .innerPage-title {
  line-height: normal;
  color: #333;
  font-size: 30px;
  font-family: 'costomFont';
  margin-bottom: 10px;
}
.innerPage-about3 .innerPage-about3-desc {
  font-size: clamp(0.875rem, 1.004rem, 1rem);
  color: #666;
  line-height: 1.8;
  font-family: 'costomFont-Regular';
  padding: 0 10px;
}
.innerPage-about3 .industries {
  width: 100%;
}
.innerPage-about3 .industries .industries-one {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.innerPage-about3 .industries .industries-one .industries-one-title {
  width: 50%;
  line-height: normal;
  font-family: 'costomFont';
  font-size: 24px;
  color: #bd2122;
  padding-right: 20px;
}
.innerPage-about3 .industries .industries-one .industries-one-desc {
  width: 50%;
  font-size: clamp(0.875rem, 1.004rem, 1rem);
  color: #666;
  line-height: 1.8;
  font-family: 'costomFont-Regular';
}
.innerPage-about3 .industries .industries-one::before {
  content: "";
  background: #bd2122;
  width: 0;
  height: 2px;
  bottom: -1px;
  left: 0;
  position: absolute;
  transition: 0.5s;
}
.innerPage-about3 .industries .industries-one:hover::before {
  width: 100%;
  transition: 0.5s;
}
.innerPage-conDetail {
  margin-top: 100px;
}
.innerPage-conDetail .nside {
  padding-top: 20px;
}
.innerPage-conDetail .newsDetail-inner {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.innerPage-conDetail .newsDetail-inner1 .innerPage-inner {
  padding: 50px 0;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetail-title1 {
  line-height: 1.5;
  color: #666;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'costomFont';
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .swiper-pagination-bullet {
  margin: 0 4px;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .swiper-pagination-bullet-active {
  background: #c61a09;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one {
  background-color: #f5f5f5;
  margin-right: 20px;
  padding: 20px 20px 50px;
  width: 25%;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneTitle {
  color: #bd2122;
  transition: 0.5s;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneImg {
  overflow: hidden;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneImg img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-oneImg {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-oneImg img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-oneImg .newsDetailSwiper-oneTime {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  padding: 10px;
  background: #bd2122;
  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 .newsDetail-inner1 .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 .newsDetail-inner1 .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 .innerPage-inner {
  padding: 50px 30px;
  background: #fff;
}
.innerPage-conDetail .innerPage-inner .newsDetail-title {
  font-size: 24px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'costomFont';
}
.innerPage-conDetail .innerPage-inner .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 .innerPage-inner .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 .innerPage-inner .newsDetail-desc span {
  font-family: 'costomFont-Regular';
  padding-right: 6px;
}
.innerPage-conDetail .innerPage-inner .newsDetail-intro {
  width: 100%;
  padding: 10px;
  background-color: #f2f2f2;
  margin-top: 20px;
  line-height: normal;
  font-size: 14px;
  color: #666666;
}
.innerPage-conDetail .innerPage-inner .newsDetail-con {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-top: 30px;
  font-family: 'costomFont-Regular';
  margin-bottom: 20px;
}
.innerPage-conDetail .innerPage-inner .newsDetail-con p {
  font-size: 16px !important;
}
.innerPage-conDetail .innerPage-inner .newsDetail-keywords {
  width: 100%;
  margin-bottom: 25px;
  border: 1px dotted #d3d3d3;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  display: flex;
}
.innerPage-conDetail .innerPage-inner .newsDetail-keywords .keywordsTitle {
  line-height: 1.5;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  width: 80px;
  margin-right: 12px;
}
.innerPage-conDetail .innerPage-inner .newsDetail-keywords .keywordsMain {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 1.66666;
  word-wrap: break-word !important;
  word-break: keep-all !important;
}
.innerPage-proDetail .innerPage-inner {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail .proDetail-inner {
  width: 75%;
}
.innerPage-proDetail .proDetail-inner .proDetail-innerTop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-proDetail .proDetail-inner .pro-img-swiper {
  width: 580px;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 {
  width: 500px;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .move-view {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  background-color: rgba(204, 204, 204, 0.5);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 13;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 12;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #ccc;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-icon img {
  width: 18px;
  display: block;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #efefef;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .swiper-slide .el-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn-prev {
  margin-right: 8px;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn {
  width: 45px;
  height: 30px;
  background: #ED1C24;
  border-radius: 2px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn i {
  font-size: 16px;
  color: #fff;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn:hover {
  border: 1px solid #ED1C24;
  background: transparent;
  transition: 0.5s;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn:hover i {
  color: #ED1C24;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .swiper-button-disabled {
  background: transparent;
  border: 1px solid #ED1C24;
}
.innerPage-proDetail .proDetail-inner .mySwiper2 .mySwiper2-btn-box .swiper-button-disabled i {
  color: #ED1C24;
}
.innerPage-proDetail .proDetail-inner .mySwiper {
  width: 60px;
  height: 100%;
  padding: 30px 0;
  position: relative;
}
.innerPage-proDetail .proDetail-inner .mySwiper .mySwiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.innerPage-proDetail .proDetail-inner .mySwiper .mySwiper-button-next {
  bottom: 0;
}
.innerPage-proDetail .proDetail-inner .mySwiper .mySwiper-button-prev {
  top: 0;
}
.innerPage-proDetail .proDetail-inner .mySwiper .rightImg-slide {
  width: 100%;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.innerPage-proDetail .proDetail-inner .mySwiper .rightImg-slide-active {
  border-color: red;
  box-sizing: border-box;
}
.innerPage-proDetail .proDetail-inner .mySwiper .rightImg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.innerPage-proDetail .proDetail-inner .mySwiper .rightImg-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerPage-proDetail .proDetail-inner .proDetail-info {
  width: 40%;
  padding-left: 3%;
  padding-top: 30px;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-title {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'costomFont';
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-desc {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-desc p {
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-allsTitle {
  line-height: 1.8;
  font-size: 16px;
  color: #999999;
  padding-left: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'costomFont';
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-allsCon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-One {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
  background-color: #f5f5f5;
  width: 48%;
  font-family: 'costomFont';
  transition: 0.5s;
  margin-bottom: 20px;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-One:hover {
  color: #bd2122;
  transition: 0.5s;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn {
  width: 48%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  font-family: 'costomFont';
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 20px;
  background: #bd212200;
  border: 2px solid #bd2122;
  transition: 0.5s;
  background-color: #bd212200;
  color: #bd2122;
  word-wrap: break-word !important;
  word-break: keep-all !important;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: 0.5s;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn .iconBai {
  display: none;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn .iconCai {
  display: block;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn:hover {
  background-color: #bd2122;
  color: #fff;
  transition: 0.5s;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn:hover .iconBai {
  display: block;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn:hover .iconCai {
  display: none;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn1 {
  background-color: #bd2122;
  color: #fff;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn:hover::before {
  animation: hovercaret 0.6s ease-in;
}
.innerPage-proDetail .proDetail-inner .proDetail-innerBottom {
  width: 100%;
}
.innerPage-proDetail .proDetail-inner .proDetail-innerBottom-title {
  font-family: 'costomFont';
  color: #bd2122;
  font-size: 18px;
  margin: 15px 0 16px;
  padding: 10px 15px;
  background: #f5f5f5;
  border-left: 5px solid #bd2122;
}
.innerPage-proDetail .proDetail-inner .proDetail-con {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  margin-bottom: 50px;
  font-family: 'costomFont-Regular';
}
.innerPage-proDetail1 {
  padding: 60px 0;
  background-color: #29333c;
}
.innerPage-proDetail1 .innerPage-proDetail1-title {
  font-size: 40px;
  line-height: normal;
  font-family: 'costomFont';
  color: #ffffff;
}
.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-proDetail2 {
  background-color: #f5f5f5;
}
.innerPage-proDetail2 .innerPage-proDetail1-title {
  color: #333333;
}
.innerPage-proDetail2 .recommendedProSwiper {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}
.innerPage-proDetail2 .recommendedProSwiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.innerPage-proDetail2 .swiper-pagination-bullet {
  margin: 0 4px;
}
.innerPage-proDetail2 .swiper-pagination-bullet-active {
  background: #bd2122;
}
.innerPage-proDetail2 .recommendedPro-slide {
  width: 20%;
  margin-right: 20px;
  background: #fff;
  padding-bottom: 20px;
}
.innerPage-proDetail2 .recommendedPro-slide p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  color: #666;
  transition: 0.5s;
}
.innerPage-proDetail2 .recommendedPro-slide .recommendedPro-img {
  width: 100%;
  overflow: hidden;
}
.innerPage-proDetail2 .recommendedPro-slide .recommendedPro-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-proDetail2 .recommendedPro-slide:hover p {
  color: #bd2122;
  transition: 0.5s;
}
.innerPage-proDetail2 .recommendedPro-slide:hover .recommendedPro-img {
  overflow: hidden;
}
.innerPage-proDetail2 .recommendedPro-slide:hover .recommendedPro-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-proDetail3 {
  background: #fff;
}
.innerPage-proDetail3 .innerPage-proDetail1-title {
  text-align: center;
  color: #2c2c2c;
  line-height: 1.5;
}
.innerPage-proDetail3 .innerPage-proDetail1-desc {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #171717;
  margin-top: 0px;
  font-weight: normal;
  margin-bottom: 30px;
}
.innerPage-proDetail3 .product-curName {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 0.5rem;
  background: #f5f5f5;
  width: 100%;
  border: 1px solid #ced4da;
  padding-left: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #212529;
}
.innerPage-proDetail3 .contactInfo {
  width: 100%;
}
.innerPage-proDetail3 .contactInfo .contactInfo-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-proDetail3 .contactInfo .form-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.innerPage-proDetail3 .contactInfo .form-inputs .input {
  width: calc(50% - 10px);
  height: 56px;
  border-radius: 0.5rem !important;
  background: #fff;
  border: 1px solid #E1E1E1;
  color: #666;
  padding: 0 15px;
  line-height: 1;
  font-family: 'costomFont-Regular';
}
.innerPage-proDetail3 .contactInfo .form-inputs .input:focus {
  -webkit-box-shadow: 0 0 3px #007aff;
  /*点击input 外阴影*/
  -moz-box-shadow: 0 0 3px #007aff;
  box-shadow: 0 0 3px #007aff;
  border-color: #fff ;
  /*黑色边框改为白色*/
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  background: #fff;
  /*input内背景为白色*/
}
.innerPage-proDetail3 .contactInfo .form-message {
  width: 100%;
  margin-bottom: 30px;
}
.innerPage-proDetail3 .contactInfo .form-message .message {
  width: 100%;
  border-radius: 0.5rem !important;
  background: #fff;
  height: 130px;
  border: 1px solid #E1E1E1;
  color: #666;
  padding: 10px 15px;
  line-height: 1;
  font-family: 'costomFont-Regular';
}
.innerPage-proDetail3 .contactInfo .form-message .message:focus {
  -webkit-box-shadow: 0 0 3px #007aff;
  /*点击input 外阴影*/
  -moz-box-shadow: 0 0 3px #007aff;
  box-shadow: 0 0 3px #007aff;
  border-color: #fff ;
  /*黑色边框改为白色*/
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  background: #fff;
  /*input内背景为白色*/
}
.innerPage-proDetail3 .contactInfo .formButton {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 8px;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  transition: all 0.5s;
  background: #bd2122;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 300px;
  font-size: 18px;
  color: #fff;
  word-wrap: break-word !important;
  word-break: keep-all !important;
  cursor: pointer;
}
.innerPage-proDetail3 .contactInfo .formButton::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.innerPage-proDetail3 .contactInfo .formButton:hover::before {
  animation: hovercaret 0.6s ease-in;
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 3%;
  z-index: 2300;
}
.innerPage-pros-classifyM a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.innerPage-pros-classifyM a:hover {
  color: #bd2122;
}
.prosClassifyMActive {
  left: 20%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: block;
}
.proDetailImg {
  width: 100vw;
  height: 100vh;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  display: none;
}
.proDetailImg .close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2101;
  width: 40px;
  height: 40px;
  background-color: #bd2122 !important;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}
.proDetailImg .imgSwiper {
  width: 90%;
  height: 80%;
  margin: 10% auto;
  position: relative;
}
.proDetailImg .imgSwiper .proDetailImg-button {
  width: 40px;
  height: 40px;
  background-color: #bd2122 !important;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  z-index: 2301;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  display: block;
  cursor: pointer;
}
.proDetailImg .imgSwiper .proDetailImg-button-next {
  right: 50px;
}
.proDetailImg .imgSwiper .proDetailImg-button-prev {
  left: 50px;
}
.proDetailImg .imgSwiper .proDetailImg-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proDetailImg .imgSwiper .proDetailImg-slide img {
  max-width: 500px;
  width: 50%;
}
.proDetailImg .imgSwiper .proDetailImg-index {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2101;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#detailImage {
  width: 300px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 300px;
  z-index: 3;
  background: #ffffff;
}
.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: #FF000C;
  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 .proDetail-inner .mySwiper2 {
    width: 450px;
    height: 450px;
  }
  .innerPage-proDetail .proDetail-inner .pro-img-swiper {
    width: 530px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info {
    width: calc(100% - 550px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .innerPage-proDetail .proDetail-inner .mySwiper2 {
    width: 400px;
    height: 400px;
  }
  .innerPage-proDetail .proDetail-inner .pro-img-swiper {
    width: 480px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info {
    width: 100%;
    padding-left: 0;
    padding-bottom: 22px;
  }
  .innerPage-pros .innerPage-pros-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-contact-left .innerPage-contact-desc {
    font-size: 30px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-title {
    font-size: 30px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-count {
    font-size: 42px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-img {
    width: 42px;
    height: 42px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-img svg {
    height: 42px;
    max-width: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .innerPage-proDetail2 .recommendedPro-slide p {
    font-size: 16px;
  }
  .innerPage-proDetail2 .recommendedPro-slide {
    width: 30%;
  }
  .innerPage-proDetail1 {
    padding: 50px 0;
  }
  .innerPage-proDetail1 .innerPage-proDetail1-title {
    font-size: 30px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne {
    margin-top: 30px;
  }
  .innerPage-pros .innerPage-pros-one {
    width: calc((100% - 20px) / 2);
  }
  .innerPage-proDetail .proDetail-inner .proDetail-con {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .innerPage-pros .innerPage-pros-one:nth-of-type(3n) {
    margin-right: 20px;
  }
  .innerPage-pros .innerPage-pros-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerPage-pros .innerPage-pros-one .innerPage-pros-title p {
    font-size: 16px;
  }
  .innerPage-pros-classify .innerPage-nav-classifys a {
    padding: 12px 0;
    font-size: 16px;
  }
  .innerPage-conDetail .innerPage-inner {
    padding: 42px 30px;
  }
  .innerPage-conDetail {
    margin-top: 80px;
  }
  .innerPage-conDetail .innerPage-inner .newsDetail-keywords {
    margin-bottom: 10px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetail-title1 {
    font-size: 26px;
  }
  .innerPage-news .innerPage-news-two .innerPage-news-one {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    border-radius: 10px;
  }
  .innerPage-news .innerPage-news-two .innerPage-news-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more {
    margin-top: 30px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain {
    padding: 20px 40px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-oneTitle {
    font-size: 26px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTitle {
    margin-bottom: 14px;
    font-size: 22px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-p {
    max-width: calc(100% - 42px);
    padding-left: 10px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-unit {
    font-size: 14px;
  }
  .innerPage-about2 .about-market-one {
    width: calc((100% - 34px) / 3);
    padding: 34px 20px;
    margin-top: -125px;
  }
  .innerPage-about2 .about-market-one .about-market-icon {
    width: 60px;
    height: 60px;
  }
  .innerPage-about2 .about-market-one .about-market-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .innerPage-about1 .innerPage-inner1 {
    padding: 70px 0 180px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-desc {
    line-height: 1.2;
    font-size: 14px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-count {
    font-size: 34px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-oneDesc {
    font-size: 26px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one {
    width: calc((100% - 48px) / 3);
    margin-right: 16px;
    padding: 40px 25px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one:nth-of-type(4n) {
    margin-right: 16px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 36px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon svg {
    height: 42px;
    max-width: 42px;
  }
  .innerPage-cooperate .cooperate-main-one .cooperate-main-one-title {
    font-size: 20px;
  }
  .innerPage-cooperate .cooperate-main-one {
    padding: 40px 10px;
  }
  .smartInnerpage .smartInnerpage-processOne {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 36px 24px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .innerPage-contact {
    margin-top: 80px;
    padding-left: 0;
  }
  .innerPage-contact .innerPage-contact-left .innerPage-contact-desc {
    font-size: 24px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .innerPage-proDetail3 .innerPage-proDetail1-desc {
    font-size: 12px;
  }
  .innerPage-proDetail3 .product-curName {
    margin-bottom: 18px;
    height: 50px;
    font-size: 12px;
  }
  .innerPage-proDetail3 .contactInfo .form-inputs .input {
    height: 50px;
    width: 100%;
    margin-bottom: 12px;
  }
  .innerPage-proDetail3 .contactInfo .form-message {
    margin-bottom: 20px;
  }
  .innerPage-proDetail3 .contactInfo .formButton {
    width: 200px;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 400;
    font-family: 'costomFont-Regular';
  }
  .innerPage-proDetail3 .contactInfo .form-inputs {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .innerPage-proDetail2 .recommendedPro-slide {
    width: 35%;
    padding-bottom: 14px;
  }
  .innerPage-proDetail2 .recommendedProSwiper {
    margin-top: 26px;
    padding-bottom: 40px;
  }
  .innerPage-proDetail2 .recommendedProSwiper-pagination {
    margin-top: 16px;
  }
  .innerPage-proDetail2 .recommendedPro-slide p {
    font-size: 14px;
    margin-top: 14px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne-index {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne {
    margin-top: 22px;
  }
  .innerPage-proDetail1 .innerPage-proDetail1-title {
    font-size: 20px;
    text-align: center;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne-title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .innerPage-proDetail1 {
    padding: 30px 0;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-con {
    margin-bottom: 12px;
  }
  .innerPage-proDetail .proDetail-inner .mySwiper2 {
    width: 320px;
    height: 320px;
  }
  .innerPage-proDetail .proDetail-inner .pro-img-swiper {
    width: 400px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-title {
    font-size: 20px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-allsTitle {
    font-size: 14px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-desc {
    font-size: 12px;
  }
  .innerPage-pros-classify .innerPage-title-classify {
    font-size: 20px;
  }
  .innerPage-pros-classify .innerPage-nav-classifys a {
    padding: 10px 0;
    font-size: 14px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one {
    margin-right: 16px;
    padding: 20px 20px 20px;
    width: 30%;
  }
  .innerPage-conDetail .newsDetail-inner1 .innerPage-inner {
    padding: 30px 0;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper {
    padding-bottom: 30px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-pagination {
    margin-top: 14px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetail-title1 {
    font-size: 18px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-oneTitle {
    margin: 12px 0 8px;
    font-size: 14px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-oneDesc {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetail-inner {
    padding: 30px 0;
  }
  .innerPage-conDetail {
    margin-top: 65px;
  }
  .innerPage-conDetail .innerPage-inner {
    padding: 30px 15px;
  }
  .innerPage-conDetail .innerPage-inner .newsDetail-con {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 22px;
    margin-bottom: 16px;
  }
  .innerPage-conDetail .innerPage-inner .newsDetail-title {
    font-size: 18px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneImg {
    width: 100%;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain {
    width: 100%;
  }
  .innerPage-news .innerPage-news-one {
    flex-wrap: wrap;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTitle {
    font-size: 16px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-more {
    margin-top: 20px;
    width: 180px;
    font-size: 14px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain {
    padding: 20px 20px;
  }
  .innerPage-news .innerPage-news-two .innerPage-news-one {
    width: 100%;
    margin-right: 0;
  }
  .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-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneMain {
    padding: 20px;
  }
  .innerPage-news .innerPage-news-two .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneTitle {
    font-size: 16px;
  }
  .innerPage-news .innerPage-news-one .innerPage-news-oneMain .innerPage-news-oneDesc {
    font-size: 12px;
    line-height: 1.5;
  }
  .innerPageLast {
    padding-bottom: 30px;
  }
  .nside {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .innerPage-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .innerPage-about .innerPage-about-one hr {
    margin: 20px 0;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-oneLeft {
    width: 100%;
    margin-bottom: 30px;
  }
  .innerPage-about3 .industries .industries-one {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-oneTitle {
    font-size: 20px;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-oneDesc {
    font-size: 20px;
  }
  .innerPage-about3 .innerPage-title {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
    text-align: left;
    padding: 0 0;
  }
  .innerPage-about3 .innerPage-about3-desc {
    padding: 0 0;
    font-size: 12px;
  }
  .innerPage-about3 .industries .industries-one .industries-one-title {
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }
  .innerPage-about3 .industries .industries-one .industries-one-desc {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }
  .innerPage-about .innerPage-about-two {
    margin-top: 30px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one {
    width: 50%;
    border-right: none;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-img svg {
    height: 30px;
    max-width: 30px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-count {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .innerPage-about2 .innerPage-inner {
    flex-wrap: wrap;
  }
  .innerPage-about2 .about-market-one {
    width: 100%;
    padding: 40px 20px;
    margin-top: 20px;
  }
  .innerPage-about2 .about-market-one:nth-of-type(1) {
    margin-top: -115px;
  }
  .innerPage-about2 .about-market-one .about-market-icon {
    height: 50px;
    width: 50px;
  }
  .innerPage-about2 .about-market-one .about-market-title {
    font-size: 16px;
  }
  .innerPage-about2 .about-market-one .about-market-desc {
    font-size: 12px;
  }
  .innerPage-about2 .about-market-one .about-market-icon svg {
    max-height: 50px;
  }
  .innerPage-about .innerPage-about-two .abouti-num {
    margin: 50px 0 30px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-p {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-desc {
    font-size: 12px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-img {
    width: 30px;
    height: 30px;
  }
  .innerPage-about .innerPage-about-two .abouti-num {
    flex-wrap: wrap;
  }
  .innerPage-about .innerPage-about-one .innerPage-about-oneRight {
    width: 100%;
  }
  .innerPage-about .innerPage-about-one {
    flex-wrap: wrap;
  }
  .innerPage-about1 .innerPage-about1-desc {
    font-size: 12px;
    line-height: 1.5;
    margin-top: -14px;
  }
  .innerPage-cooperate .cooperate-main {
    flex-wrap: wrap;
  }
  .innerPage-cooperate .cooperate-main-one .cooperate-main-one-title {
    margin-bottom: 10px;
  }
  .innerPage-cooperate .cooperate-main-one .cooperate-main-one-desc {
    font-size: 12px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  .innerPage-cooperate .cooperate-main-one:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-desc {
    font-size: 12px;
    min-height: 0px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-icon svg {
    height: 40px;
    max-width: 40px;
  }
  .innerPage-cooperate .after-sales-main .after-sales-one .after-sales-title {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 0px;
  }
  .innerPage-cooperate .cooperate-main-one {
    width: 100%;
    margin-right: 0;
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-icon {
    width: 40px;
    height: 40px;
  }
  .smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-icon svg {
    max-width: 40px;
    height: 40px;
  }
  .smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne {
    width: calc((100% - 44px) / 3);
  }
  .smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne-p {
    font-size: 14px;
    margin-top: 14px;
  }
  .smartInnerpage .smartInnerpage-processOne .smartInnerpage-processOne-desc {
    font-size: 12px;
    line-height: 1.5;
    min-height: 0px;
  }
  .smartInnerpage .smartInnerpage-process {
    margin-bottom: 30px;
  }
  .smartInnerpage .smartInnerpage-processOne {
    width: 100%;
    margin-right: 0;
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .innerPage {
    padding-top: 30px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-infoA {
    font-size: 16px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-transition .innerPage-contact-transition1 img {
    width: 100px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-transition .innerPage-contact-transition1 {
    min-width: 100px;
  }
  .innerPage-contact .innerPage-contact-left .form .formButton {
    height: 40px;
    line-height: 40px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-transition .innerPage-contact-transition1 p {
    max-width: 100px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-infoAll {
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-contact-left .nsideContact {
    padding-top: 20px;
  }
  .innerPage-contact .innerPage-contact-left .innerPage-contact-desc1 {
    font-size: 14px;
  }
  .nside .nside-inner .nside-a {
    font-size: 14px;
  }
  .innerPage-contact .innerPage-contact-info .innerPage-contact-title {
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-contact-left .form .formNote {
    font-size: 12px;
  }
  .innerPage-contact .innerPage-contact-left .form .formButton {
    font-size: 14px;
    font-family: 'costomFont-Regular';
  }
  .innerPage-contact .innerPage-contact-left {
    width: 100%;
    padding-right: 3%;
    padding-bottom: 30px;
    padding-left: 3%;
  }
  .innerPage-contact .innerPage-contact-left .form .form-input .input {
    height: 42px;
  }
  .innerPage-contact .innerPage-contact-left .innerPage-contact-desc1 {
    margin-bottom: 14px;
  }
  .innerPage-contact .innerPage-contact-left .form .form-message .message {
    height: 42px;
  }
  .innerPage-contact .innerPage-contact-left .form .form-label {
    height: 22px;
  }
  .innerPage-contact .innerPage-contact-left .form .form-inputs {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .innerPage-contact .innerPage-contact-left .form .form-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-contact-info {
    width: 100%;
    padding: 30px 3%;
  }
  .innerPage-contact {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .mapInnerpage .innerPage-map-one {
    padding: 30px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    width: 50px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 22px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: calc(100% / 2);
    font-size: 14px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne {
    width: 48%;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne-img {
    border-radius: 10px;
  }
  .innerPage-proDetail .proDetail-inner {
    width: 100%;
  }
  .innerPage-pros-classify {
    display: none;
  }
  .innerPage-pros .innerPage-inner {
    margin: 20px auto;
  }
  .pros-classifyAll {
    display: block;
  }
  .innerPage-pros {
    padding-bottom: 20px;
  }
  .innerPage-pros .innerPage-pros-main {
    width: 100%;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one {
    margin-right: 14px;
    padding: 16px 16px 16px;
    width: 40%;
  }
}
@media only screen and (max-width: 520px) {
  .innerPage-proDetail3 .product-curName {
    margin-bottom: 14px;
    height: 42px;
  }
  .innerPage-proDetail1 .innerPage-proDetail1-title {
    line-height: 1.2;
  }
  .innerPage-proDetail3 .contactInfo .form-inputs .input {
    height: 42px;
  }
  .innerPage-proDetail2 .recommendedProSwiper {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .innerPage-proDetail2 .recommendedProSwiper-pagination {
    margin-top: 12px;
  }
  .innerPage-proDetail2 .recommendedPro-slide {
    width: 55%;
    margin-right: 14px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne-index strong {
    font-size: 18px;
  }
  .innerPage-proDetail1 .proDetail-process .proDetail-processOne-index {
    font-size: 12px;
  }
  .innerPage-pros .innerPage-inner {
    margin: 20px auto 0;
  }
  .innerPage-proDetail .proDetail-inner .mySwiper2 {
    width: 250px;
    height: 250px;
  }
  .innerPage-proDetail .proDetail-inner .mySwiper .rightImg-slide {
    height: 50px;
    width: 50px;
    margin-bottom: 6px;
  }
  .innerPage-proDetail .proDetail-inner .mySwiper {
    width: 50px;
  }
  .innerPage-proDetail .proDetail-inner .pro-img-swiper {
    width: 310px;
    margin: 0 auto;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn {
    width: 100%;
    margin-top: 14px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info {
    padding-bottom: 0;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-One {
    margin-bottom: 6px;
  }
  .pros-classifyAll {
    padding: 12px 12px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .innerPage-pros .innerPage-pros-one {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .innerPage-pros .innerPage-pros-one:nth-of-type(3n) {
    margin-right: 12px;
  }
  .innerPage-pros .innerPage-pros-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerPage-pros .innerPage-pros-one .innerPage-pros-title p {
    font-size: 14px;
  }
  .innerPage-pros .innerPage-pros-one .innerPage-pros-title {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one {
    width: 50%;
  }
  .innerPage-about .innerPage-about-two .abouti-num {
    margin: 30px 0 10px;
  }
  .innerPage-about .innerPage-about-two .abouti-num-one .abouti-num-main .abouti-num-unit {
    font-size: 12px;
  }
  .smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne {
    width: calc((100% - 24px) / 3);
  }
  .smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne-img {
    border-radius: 8px;
  }
  .smartInnerpage .smartInnerpage-three .smartInnerpage-workshopsOne-p {
    font-size: 12px;
    margin-top: 10px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 4px;
    min-width: 18px;
  }
  .pages .el-pager .number {
    line-height: 24px;
  }
  .pages button {
    width: 24px;
    height: 24px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 415px) {
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn {
    font-size: 12px;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-One {
    font-size: 12px;
    width: 100%;
  }
  .innerPage-proDetail .proDetail-inner .proDetail-info .proDetail-info-btn {
    margin-top: 6px;
  }
  .innerPage-proDetail .proDetail-inner .mySwiper2 {
    max-width: calc(100% - 60px);
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-oneImg .newsDetailSwiper-oneTime {
    width: 110px;
    height: 30px;
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetail-inner1 .newsDetailSwiper .newsDetailSwiper-one {
    width: 80%;
  }
  .innerPage-conDetail .innerPage-inner .newsDetail-intro {
    margin-top: 16px;
    font-size: 12px;
  }
  .innerPage-conDetail .innerPage-inner .newsDetail-keywords .keywordsTitle {
    font-size: 12px;
    width: 64px;
  }
  .innerPage-conDetail .innerPage-inner .newsDetail-keywords .keywordsMain {
    font-size: 12px;
  }
  .innerPage-conDetail {
    margin-top: 50px;
  }
  .nside {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nside .nside-inner .nside-a svg {
    width: 15px;
  }
  .nside .nside-inner .nside-a p {
    font-size: 14px;
    margin-right: 4px;
  }
  .nside .nside-inner .nside-a {
    font-size: 12px;
    margin-right: 4px;
  }
  .innerPage-contact {
    margin-top: 50px;
  }
  .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;
  }
}
