.innerPage {
  width: 100%;
  padding-top: 100px;
  word-break: break-word;
}
.innerPage .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.innerPage .innerPage-title {
  font-size: 60px;
  font-family: 'LamaSans-Medium';
  font-weight: 600;
  color: #333333;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.innerPage .innerPage-title::after {
  content: '';
  position: absolute;
  width: calc(100% + 5px);
  height: 16px;
  background: #1B8CDB;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.innerPageLast {
  padding-bottom: 100px;
}
.contact-way {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.contact-way .contact-way-one {
  width: 33%;
  padding: 0px 2%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: 'LamaSans-Regular';
  position: relative;
}
.contact-way .contact-way-one .contact-way-img {
  width: 58px;
  height: 58px;
  border: 1px solid #21BCE7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-way .contact-way-one .contact-way-img img {
  display: block;
  width: 60%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contact-way .contact-way-one .contact-way-type {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.contact-way .contact-way-one .contact-way-value {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  word-break: break-word;
  transition: 0.5s;
}
.contact-way .contact-way-one:hover .contact-way-value {
  color: #09b4e8;
  transition: 0.5s;
}
.contact-way .contact-way-one:hover .contact-way-img img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.contact-way .contact-way-one-cn {
  width: 33%;
}
.contact-way .contact-way-one::after {
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  content: '';
  background-color: #EFEFEF;
}
.contact-way .contact-way-one-last::after {
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  content: '';
  background-color: #ffffff;
}
.contact-desc {
  width: 80%;
  margin: 18px auto;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.contactPage-form {
  width: 100%;
  margin: 40px auto 0;
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'LamaSans-Regular';
}
.contactPage-form .input {
  width: 32%;
  margin-right: 2%;
  height: 60px;
  background: transparent;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  margin-bottom: 30px;
  text-indent: 20px;
  font-family: 'LamaSans-Regular';
}
.contactPage-form .input:focus {
  border: 0;
  color: #333;
  border: 1px solid #333;
  outline: none;
}
.contactPage-form .input:nth-of-type(3) {
  margin-right: 0px;
}
.contactPage-form .message::-webkit-input-placeholder {
  color: #999999;
  line-height: 22px;
}
.contactPage-form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.contactPage-form .message {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 126px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  background: transparent;
  font-family: 'LamaSans-Regular';
}
.contactPage-form .message:focus {
  color: #333;
  border: 1px solid #333;
  outline: none;
}
.contactPage-form .formButton {
  margin-top: 30px;
  width: 185px;
  height: 58px;
  cursor: pointer;
  background: #09b4e8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 58px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: 1px solid transparent;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}
.contactPage-form .formButton .el-upload-list__item-name {
  display: none;
}
.contactPage-form .el-upload-list__item-name {
  display: none;
}
.contactPage-form .formSubContact .sub-p {
  transition: 0.5s;
  position: relative;
}
.contactPage-form .formSubContact .sub-p::after {
  position: absolute;
  content: attr(data-title);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.contactPage-form .formSubContact:hover .sub-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.mapInnerPage {
  background: #fff;
}
.mapInnerPage .map-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerPage .map-main .map-main-one {
  width: 100%;
  margin-right: 0;
}
.mapInnerPage .map-main .map-main-one .map-main-first {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(27, 140, 219, 0.2);
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #1B8CDB;
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-first .first-icon {
  width: 40px;
  height: 40px;
  background: #1B8CDB;
  border-radius: 4px;
  transform: rotateZ(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapInnerPage .map-main .map-main-one .map-main-first .first-icon img {
  display: block;
  transform: rotateZ(-45deg) rotateY(0deg);
  width: 50%;
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-first .first-p {
  transform: translateX(0px);
  transition: 0.5s;
  margin-left: 20px;
}
.mapInnerPage .map-main .map-main-one .map-main-first:hover .first-icon img {
  transform: rotateZ(-45deg) rotateY(360deg);
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-first:hover .first-p {
  transform: translateX(10px);
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerPage .map-main .map-main-one .map-main-second .pros-icon {
  width: 31px;
  height: 31px;
  transform: rotateZ(45deg);
  border: 1px solid rgba(27, 140, 219, 0.2);
  background: #1B8CDB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapInnerPage .map-main .map-main-one .map-main-second .pros-icon img {
  width: 60%;
  transform: rotateZ(-45deg) rotateY(0deg);
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-second .pros-p {
  margin-left: 20px;
}
.mapInnerPage .map-main .map-main-one .map-main-second a {
  width: auto;
  margin-right: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  transition: 0.5s;
  border-bottom: 1px solid rgba(27, 140, 219, 0.5);
}
.mapInnerPage .map-main .map-main-one .map-main-second a:hover {
  color: #1b8cdb;
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second a:hover .el-icon-arrow-right {
  transform: translateX(0px);
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second a:hover .pros-icon img {
  transform: rotateZ(-45deg) rotateY(360deg);
  transition: 1s;
}
.mapInnerPage .map-main .map-main-one .map-main-second a .el-icon-arrow-right {
  font-size: 16px;
  margin-left: 30px;
  transform: translateX(-10px);
  color: rgba(27, 140, 219, 0.8);
  transition: 0.5s;
}
.mapInnerPage .map-main .map-main-one .map-main-second-pro {
  width: 100%;
  flex-wrap: wrap;
}
.mapInnerPage .map-main .map-main-one .map-main-second-pro a {
  width: calc((100% - 60px) / 3);
  margin-right: 20px;
  line-height: 18px;
  align-items: center;
  border-bottom: 0;
}
.mapInnerPage .map-main .map-main-one .map-main-second-pro .pros-icon {
  width: 13px;
  transform: rotateZ(-45deg);
  height: 13px;
  background: #1B8CDB;
  border-radius: 2px;
}
.mapInnerPage .map-main .map-main-right {
  width: 100%;
}
.mapInnerPage .map-main .map-main-right .map-main-one {
  width: 100%;
}
.mapInnerPage .map-main .map-main-right .map-main-one:nth-of-type(2n) {
  margin-right: 0;
}
.innerPage-contact {
  width: 100%;
  background: #092656 url('https://file.global86.cn/fileStore/website_new_v2/chengshuang/my/contact-back.jpg') no-repeat;
  background-size: 100% 100%;
}
.innerPage-contact .innerPage-title {
  color: #fff;
}
.innerPage-contact .innerPage-title-box {
  text-align: center;
}
.innerPage-contact .innerPage-inner {
  width: 94%;
  padding: 60px 0;
  max-width: 1800px;
  margin: 0 auto;
  background: linear-gradient(-30deg, #0e3069, #0a285a);
  border-radius: 20px;
  border: 1px solid rgba(27, 140, 219, 0.4);
}
.innerPage-contact .innerPage-inner .contacti-inner {
  width: 80%;
  margin: 0 auto;
}
.innerPage-contact .innerPage-inner .contacti-left {
  width: 90%;
  margin: 0 auto;
}
.innerPage-contact .innerPage-inner .contacti-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
}
.innerPage-contact .innerPage-inner .contacti-type {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 16px 0;
}
.innerPage-contact .innerPage-inner .contacti-type p {
  width: auto;
  margin-right: 40px;
}
.innerPage-contact .innerPage-inner .form {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 滚动条整体 */
}
.innerPage-contact .innerPage-inner .form .message::-webkit-input-placeholder {
  color: #7F96AF;
  text-indent: 0px;
}
.innerPage-contact .innerPage-inner .form .message::-webkit-scrollbar {
  display: none;
}
.innerPage-contact .innerPage-inner .form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7F96AF;
  text-indent: 0px;
}
.innerPage-contact .innerPage-inner .form .input {
  width: 32%;
  line-height: 42px;
  border-radius: 10px;
  padding-left: 10px;
  height: 42px;
  border: 1px solid #C8DDE9;
  font-family: 'LamaSans-Regular';
  background: transparent;
  margin-bottom: 20px;
  color: #fff;
}
.innerPage-contact .innerPage-inner .form .input:focus {
  border: 1px solid #fff;
  outline: none;
}
.innerPage-contact .innerPage-inner .form .message {
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 12px;
  border: 1px solid #C8DDE9;
  font-family: 'LamaSans-Regular';
  background: transparent;
  line-height: 22px;
  height: 126px;
}
.innerPage-contact .innerPage-inner .form .message:focus {
  border: 1px solid #fff;
  outline: none;
}
.innerPage-contact .innerPage-inner .form .formButton {
  width: 160px;
  height: 42px;
  background: #1B8CDB;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  margin-top: 20px;
  transition: 0.5s;
  border: 0;
  cursor: pointer;
}
.innerPage-contact .innerPage-inner .form .formButton p {
  position: relative;
  height: 42px;
  transition: 0.5s;
  line-height: 42px;
}
.innerPage-contact .innerPage-inner .form .formButton p::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(100%);
  transition: 0.5s;
  line-height: 42px;
}
.innerPage-contact .innerPage-inner .form .formButton:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .form .btns {
  display: flex;
  align-items: center;
}
.innerPage-contact .innerPage-inner .form .btns .formButton1 {
  margin-right: 30px;
}
.innerPage-contact .innerPage-inner .contacti-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type:hover .contacti-value-icon img {
  transform: rotateY(360deg);
  transition: 1s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type:hover .contacti-value-main {
  color: #1B8CDB;
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #C8DDE9;
  line-height: 30px;
  margin: 10px auto 0px;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #7F9DBC;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon img {
  width: 65%;
  display: block;
  transform: rotateY(0deg);
  transition: 1s;
}
.pros-main-data {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.pros-main-data .pros-main-img {
  overflow: hidden;
  background: #F8F8F8;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pros-main-data .pros-main-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.pros-main-data .pros-main-con {
  width: 75%;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #EFEFEF;
}
.pros-main-data .pros-main-con .pros-main-con-title {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.pros-main-data .pros-main-con .pros-main-con-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin: 20px 0px 27px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.pros-main-data:hover .pros-main-img {
  overflow: hidden;
}
.pros-main-data:hover .pros-main-img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.pros-main-data:hover .pros-main-con .pros-main-con-title {
  color: #21BCE7;
  transition: 0.5s;
}
.marketpage {
  width: 100%;
  background: #fff;
}
.marketpage .serviceMarket-main {
  width: 100%;
  margin: 40px 0 63px;
  display: flex;
  flex-wrap: wrap;
}
.marketpage .serviceMarket-main .serviceMarket-one-last {
  margin-right: 0;
}
.marketpage .serviceMarket-main .serviceMarket-one:nth-of-type(4n) {
  margin-right: 0;
}
.marketpage .serviceMarket-one-index {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 30px;
  font-family: 'LamaSans-SemiBoldCondensed';
  color: #1B8CDB;
  text-align: center;
  line-height: 85px;
  transform: rotateY(0deg);
  transition: 1s;
}
.marketpage .serviceMarket-one-title {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
  margin: 30px 0 12px;
  transform: translateY(0px);
  transition: 0.5s;
}
.marketpage .serviceMarket-one-value {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  transform: translateY(0px);
  transition: 0.5s;
}
.marketpage .serviceMarket-one {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  padding: 30px 20px;
  background: #0E3069;
  border-radius: 20px;
  margin-top: 30px;
  height: auto;
}
.marketpage .serviceMarket-one:hover .serviceMarket-one-index {
  transform: rotateY(360deg);
  transition: 1s;
}
.marketpage .serviceMarket-one:hover .serviceMarket-one-title {
  color: #1B8CDB;
  transform: translateY(-10px);
  transition: 0.5s;
}
.marketpage .serviceMarket-one:hover .serviceMarket-one-value {
  transform: translateY(-10px);
  transition: 0.5s;
}
.marketpage .serviceMarketSwiper {
  display: none;
  width: 100%;
  overflow: hidden;
}
.marketpage .serviceMarketSwiper .serviceMarket-scrollbar {
  width: 100%;
  height: 1px;
  background: #1B8CDB;
  margin-top: 20px;
}
.marketpage .serviceMarketSwiper .swiper-scrollbar-drag {
  background: #1B8CDB;
  width: 20% !important;
}
.marketpage .serviceMarket-main-title {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.marketpage .serviceMarket-main-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.marketpage .serviceMarket-main-word-last {
  margin-top: 20px;
}
.marketpage .serviceMarket-main-all {
  margin-top: -160px;
}
.marketpage .serviceMarket-main-all .serviceMarket-main-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.marketpage .serviceMarket-main-all .year-box {
  width: 200px;
  height: 120px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/chengshuang/my/sevice-10.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marketpage .serviceMarket-main-all .year-box .year-value {
  font-size: 60px;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-weight: normal;
  color: #1B8CDB;
}
.marketpage .serviceMarket-main-all .year-box .year-value-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.marketpage .serviceMarket-main-all .year-box .year-value-unit {
  font-size: 30px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #1B8CDB;
}
.marketpage .serviceMarket-main-all .year-box .year-value-type {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #1B8CDB;
}
.marketpage .serviceMarket-main-all .year-desc {
  width: 80%;
  max-width: calc(100% - 250px);
}
.service-map {
  width: 100%;
  position: relative;
  margin-top: 66px;
}
.service-map img {
  width: 100%;
  display: block;
}
.service-map .dot-other {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #71C5FF;
  border-radius: 50%;
}
.service-map .dot-other-special {
  width: 10px;
  height: 10px;
  background: #71C5FF;
  border-radius: 50%;
  position: absolute;
  left: 78%;
  bottom: auto;
  top: 30%;
  right: auto;
}
.service-map .dot-other-special .p-dot {
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(113, 197, 255, 0.3);
  border-radius: 50%;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.service-map .dot-other-special::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(113, 197, 255, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0.7s ease-in infinite;
}
.service-map .dot-other-special::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(113, 197, 255, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.service-map .dot-other:nth-of-type(1) {
  left: 48%;
  bottom: auto;
  top: 25%;
  right: auto;
}
.service-map .dot-other:nth-of-type(2) {
  left: 55%;
  bottom: auto;
  top: 40%;
  right: auto;
}
.service-map .dot-other:nth-of-type(3) {
  left: 56%;
  bottom: auto;
  top: 31%;
  right: auto;
}
.service-map .dot-other:nth-of-type(4) {
  left: 58%;
  bottom: auto;
  top: 39%;
  right: auto;
}
.service-map .dot-other:nth-of-type(5) {
  left: 59%;
  bottom: auto;
  top: 42%;
  right: auto;
}
.service-map .dot-other:nth-of-type(6) {
  left: 60%;
  bottom: auto;
  top: 45%;
  right: auto;
}
.service-map .dot-other:nth-of-type(7) {
  left: 60%;
  bottom: auto;
  top: 39%;
  right: auto;
}
.service-map .dot-other:nth-of-type(8) {
  left: 59%;
  bottom: auto;
  top: 36%;
  right: auto;
}
.service-map .dot-other:nth-of-type(9) {
  left: 62%;
  bottom: auto;
  top: 35%;
  right: auto;
}
.service-map .dot-other:nth-of-type(10) {
  left: 64%;
  bottom: auto;
  top: 38%;
  right: auto;
}
.service-map .dot-other:nth-of-type(11) {
  left: 64%;
  bottom: auto;
  top: 35%;
  right: auto;
}
.service-map .dot-other:nth-of-type(12) {
  left: 66%;
  bottom: auto;
  top: 37%;
  right: auto;
}
.service-map .dot-other:nth-of-type(13) {
  left: 75%;
  bottom: auto;
  top: 46%;
  right: auto;
}
.service-map .dot-other:nth-of-type(14) {
  left: 75%;
  bottom: auto;
  top: 59%;
  right: auto;
}
.service-map .dot-other:nth-of-type(15) {
  left: 81%;
  bottom: auto;
  top: 48%;
  right: auto;
}
.service-map .dot-other:nth-of-type(16) {
  left: 82%;
  bottom: auto;
  top: 32%;
  right: auto;
}
.service-map .dot-other:nth-of-type(17) {
  left: 85%;
  bottom: auto;
  top: 33%;
  right: auto;
}
.afterSalepage {
  background: #fff;
  margin-top: -1px;
}
.afterSalepage .afterSale-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.afterSalepage .afterSale-main-one {
  cursor: pointer;
  width: calc((100% - 30px) / 2);
  margin-top: 30px;
  background: #0E3B73;
  padding: 32px 24px;
  transition: 0.5s;
  border-bottom: 2px solid #0E3B73;
  height: auto;
}
.afterSalepage .afterSale-main-one .afterSale-main-value {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.afterSalepage .afterSale-main-one .afterSale-main-p {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  line-height: 24px;
  font-weight: 300;
  color: #FFFFFF;
}
.afterSalepage .afterSale-main-one:hover {
  background: linear-gradient(90deg, #1b8cdb, #0e3b73);
  transition: 0.5s;
}
.afterSalepage .afterSaleSwiper {
  display: none;
  width: 100%;
  overflow: hidden;
}
.cooperationProcesspage {
  background: #0E3069;
  width: 100%;
  margin-top: -1px;
  overflow: hidden;
}
.cooperationProcesspage .processPage {
  width: 114%;
  overflow: hidden;
}
.cooperationProcesspage .processPage .processSwiper {
  width: 100%;
  margin-top: 60px;
}
.cooperationProcesspage .processPage .processSwiper-scrollbar {
  width: 100%;
  height: 1px;
  background: #12519E;
  margin-top: 60px;
}
.cooperationProcesspage .processPage .swiper-scrollbar-drag {
  background: #1B8CDB;
  width: 20% !important;
}
.cooperationProcesspage .processPage .process-swiper-slide {
  width: 380px;
  min-height: 425px;
  margin-right: 30px;
  border: 1px solid #1B8CDB;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top {
  width: 100%;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-p {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  line-height: 24px;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-title {
  color: #1B8CDB;
  margin-top: 20px;
  transform: translateX(0px);
  transition: 0.5s;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-desc {
  color: #4a669f;
  transition: 0.5s;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-icon {
  width: 50px;
  height: 50px;
  background: #1B8CDB;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(45deg) rotateY(0deg);
  transition: 1s;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-icon img {
  transform: rotateZ(-45deg);
  width: 50%;
  display: block;
}
.cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-index {
  font-size: 60px;
  font-family: 'LamaSans-Medium';
  font-weight: bold;
  color: #1B8CDB;
  line-height: 24px;
  opacity: 0.2;
}
.cooperationProcesspage .processPage .process-swiper-slide:hover .process-swiper-desc {
  color: #1B8CDB;
  transition: 0.5s;
}
.cooperationProcesspage .processPage .process-swiper-slide:hover .process-swiper-title {
  transform: translateX(10px);
  transition: 0.5s;
}
.cooperationProcesspage .processPage .process-swiper-slide:hover .process-swiper-top-type .process-swiper-icon {
  transform: rotateZ(45deg) rotateY(360deg);
  transition: 1s;
}
.cooperationProcesspage .innerPage-title {
  color: #fff;
}
.intoPage {
  background: #fff;
  width: 100%;
  padding-top: 60px;
}
.intoPage .innerPage-inner .into-main {
  width: 100%;
}
.intoPage .innerPage-inner .into-main .into-main-one {
  width: 100%;
}
.intoPage .innerPage-inner .into-main .into-main-one .into-main-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 34px;
  background: #0E3B73;
  border-radius: 17px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  cursor: pointer;
}
.intoPage .innerPage-inner .into-main .into-main-one .into-main-type img {
  display: block;
  margin-right: 7px;
  width: 20px;
  transform: rotateY(0deg);
  transition: 1s;
}
.intoPage .innerPage-inner .into-main .into-main-one .into-main-type:hover img {
  transform: rotateY(360deg);
  transition: 1s;
}
.intoPage .innerPage-inner .into-main .into-main-desc {
  margin-top: 14px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.intoPage .innerPage-inner .into-main .into-main-desc-last {
  width: 80%;
}
.intoPage .innerPage-inner .into-main .into-main-desc-top {
  margin-top: 30px;
}
.intoPage .innerPage-inner .into-main .into-main-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
.intoPage .innerPage-inner .into-main .into-main-num {
  width: 100%;
  margin: 30px 0;
  height: 164px;
  display: flex;
  align-items: center;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
  padding: 35px 20px;
  min-width: 280px;
  height: 100%;
  background: #0E3B73;
  border-radius: 20px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(0deg, #0e3069, #1b8cdb);
  border-radius: 8px;
  border: 1px solid rgba(27, 140, 219, 0.75);
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-icon img {
  height: 24px;
  display: block;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value {
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 150px;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numValue {
  font-size: 60px;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-weight: normal;
  color: #FFFFFF;
  height: 65px;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numValue-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numUnit {
  height: 14px;
  font-size: 30px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numType {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numTitle {
  width: 100%;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  margin-top: 10px;
}
.intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one:nth-of-type(2) .abouti-main-num-value {
  width: 172px;
}
.intoPage .innerPage-inner .into-main .into-main-img-right {
  width: 50%;
}
.intoPage .innerPage-inner .into-main .into-main-last {
  margin-top: 30px;
}
.intoPage .innerPage-inner .into-main .into-main-img-left {
  width: calc(50% - 50px);
}
.intoPage .innerPage-inner .into-main .into-main-img-left img {
  max-width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.intoPage .innerPage-inner .into-main .into-main-img-left:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.intoPage .innerPage-inner .into-main-honor {
  width: 100%;
}
.intoPage .innerPage-inner .into-main-honor .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.intoPage .innerPage-inner .into-main-honor .list .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 5%;
  background: rgba(14, 48, 105, 0.9);
  border-radius: 20px;
  padding: 3% 3%;
}
.intoPage .innerPage-inner .into-main-honor .list .item .honor-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 20px;
}
.intoPage .innerPage-inner .into-main-honor .list .item .text {
  width: calc(100% - 54px);
}
.intoPage .innerPage-inner .into-main-honor .list .item .honor-icon {
  width: 30px;
  height: 31px;
}
.intoPage .innerPage-inner .into-main-honor .list .item .honor-icon img {
  width: 100%;
}
.intoPage .innerPage-inner .into-main-honor .list .item .img {
  display: block;
  width: 100%;
  aspect-ratio: 1.36111111;
  max-width: 490px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.intoPage .innerPage-inner .into-main-honor .list .item .img .pdf {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.intoPage .innerPage-inner .into-main-honor .list .item .img .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  transform: translateY(-50%);
}
.intoPage .innerPage-inner .into-main-honor .list .item .img .icon img {
  width: 40px;
  height: 40px;
}
.intoPage .innerPage-inner .into-main-honor .list .item .img .honor-img {
  width: 100%;
  height: 100%;
}
.intoPage .innerPage-inner .into-main-honor .list .item .img .honor-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  margin: 0 auto;
  transform: scale(1);
  transition: 0.5s;
}
.intoPage .innerPage-inner .into-main-honor .list .item .img:hover .honor-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.intoPage .innerPage-inner .into-main-honor .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.honorPage {
  background: #fff;
}
.factoryProcessPage {
  background: #fff;
}
.factoryProcessPage .innerPage-title-box {
  width: 100%;
  text-align: center;
}
.factoryProcessPage .factoryProcessPage-main {
  column-count: 3;
  column-gap: 20px;
  margin-top: 60px;
}
.factoryProcessPage .factoryProcessSwiper {
  width: 100%;
  overflow: hidden;
  display: none;
}
.factoryProcessPage .factoryProcessSwiper .factoryProcessPage-scrollbar {
  width: 100%;
  height: 2px;
  background: #0e3b73;
  margin-top: 20px;
  z-index: 10;
}
.factoryProcessPage .factoryProcessSwiper .swiper-scrollbar-drag {
  background: #1B8CDB;
  width: 20% !important;
}
.factoryProcessPage .factoryProcessPage-main-item {
  border: 1px solid #1B8CDB;
  border-radius: 20px;
  cursor: pointer;
  padding: 60px 20px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-main-img {
  width: 50px;
  height: 34px;
  position: relative;
  margin-bottom: 30px;
}
.factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-main-img .dom {
  width: 100%;
  position: absolute;
  bottom: 2px;
  object-fit: scale-down;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotateY(0deg);
  transition: 1s;
  display: block;
  z-index: 4;
  opacity: 0.85;
}
.factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-main-img .dizuo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: none;
  z-index: 1;
  bottom: -7px;
  transform: rotateX(60deg);
}
.factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-item-title {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #1B8CDB;
  margin-bottom: 10%;
  transform: translateX(0px);
  transition: 0.5s;
  word-break: break-word;
}
.factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-item-desc {
  word-break: break-word;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.factoryProcessPage .factoryProcessPage-main-item:hover img {
  transform: rotateY(360deg);
  transition: 1s;
}
.factoryProcessPage .factoryProcessPage-main-item:hover .factoryProcessPage-item-title {
  transform: translateX(15px);
  transition: 0.5s;
}
.factoryProcessPage .factoryProcessPage-con {
  margin-top: 50px;
}
.factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-p {
  padding: 10px 0;
  word-break: break-word;
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid rgba(27, 140, 219, 0.5);
}
.factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-one {
  margin-top: 30px;
  width: calc(50% - 10px);
}
.factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-title {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 600;
  color: #1B8CDB;
  word-break: break-word;
}
.factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-desc {
  font-size: 14px;
  margin-top: 12px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  word-break: break-word;
}
.workshopPage {
  background: #0E3069;
}
.workshopPage .innerPage-title-box {
  text-align: center;
}
.workshopPage .innerPage-title {
  color: #fff;
}
.workshopPage .workshopPage-main {
  display: block;
  column-count: 3;
  margin-top: 60px;
  position: relative;
}
.workshopPage .workshopPage-main-item {
  padding: 20px 30px;
}
.workshopPage .workshopPage-main-item .workshopPage-item-img {
  width: 100%;
  overflow: hidden;
}
.workshopPage .workshopPage-main-item .workshopPage-item-img img {
  display: block;
  border-radius: 10px;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.workshopPage .workshopPage-main-item:hover .workshopPage-item-img {
  overflow: hidden;
}
.workshopPage .workshopPage-main-item:hover .workshopPage-item-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.workshopPage .workshopPage-main-item:hover .workshopPage-item-title {
  color: #1B8CDB;
  transition: 0.5s;
}
.workshopPage .workshopPage-main-item:nth-of-type(3) {
  padding-top: 60px;
}
.workshopPage .workshopPage-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #1b8cdb;
}
.workshopPage .workshopPage-line:nth-of-type(1) {
  left: 0;
}
.workshopPage .workshopPage-line:nth-of-type(2) {
  left: calc(100% / 3);
}
.workshopPage .workshopPage-line:nth-of-type(3) {
  left: calc((100% / 3) * 2);
}
.workshopPage .workshopPage-line:nth-of-type(4) {
  right: 0;
}
.workshopPage .workshopPage-item-title {
  text-align: center;
  word-break: break-word;
  transition: 0.5s;
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
}
.workshopPage .workshopPageSwiper {
  display: none;
  overflow: hidden;
  width: 100%;
}
.workshopPage .workshopPageSwiper .workshopPageSwiper-scrollbar {
  width: 100%;
  height: 1px;
  background: #4D4B44;
  margin-top: 20px;
  z-index: 10;
}
.workshopPage .workshopPageSwiper .swiper-scrollbar-drag {
  background: #1B8CDB;
  width: 20% !important;
}
.serviceAdvantagepage {
  background: #fff;
  word-break: break-word;
}
.serviceAdvantagepage .innerPage-title-box {
  text-align: center;
}
.serviceAdvantagepage .serviceAdvantagepage-desc {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #66645D;
  text-align: center;
  margin: 30px auto 36px;
}
.serviceAdvantagepage .serviceAdvantagepage-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item {
  width: 50%;
  margin-top: 24px;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-icon {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-value {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: 'LamaSans-Regular';
  margin: 14px auto 40px;
  text-align: center;
  padding: 0 10px;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main {
  width: 100%;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one {
  width: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  cursor: pointer;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one img {
  width: 40px;
  display: block;
  transform: rotateY(0deg);
  transition: 1s;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word {
  width: calc(100% - 80px);
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word .serviceAdvantagepage-item-title {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333;
  transition: 0.5s;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word .serviceAdvantagepage-item-desc {
  font-size: 14px;
  margin-top: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #66645D;
  line-height: 20px;
  transition: 0.5s;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one:hover img {
  transform: rotateY(360deg);
  transition: 1s;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one:hover .serviceAdvantagepage-item-word .serviceAdvantagepage-item-title {
  color: #1B8CDB;
  transform: translateX(10px);
  transition: 0.5s;
}
.serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item:nth-of-type(2n) {
  border-left: 1px solid #1B8CDB;
}
.secondAbout {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.secondAbout .secondAbout-a {
  width: auto;
  padding: 0px 20px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid rgba(27, 140, 219, 0.8);
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #1B8CDB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 20px;
  margin-bottom: 20px;
}
.secondAbout .secondAbout-a .dot {
  width: 8px;
  height: 8px;
  background: #1B8CDB;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  transition: 0.5s;
}
.secondAbout .secondAbout-a .p2 {
  margin-left: 8px;
}
.secondAbout .secondAbout-a:hover {
  color: #fff;
  background: #1B8CDB;
  transition: 0.5s;
}
.secondAbout .secondAbout-a:hover .dot {
  background: #fff;
  transition: 0.5s;
}
.secondAbout .secondAbout-actvie {
  background: #1B8CDB;
  transition: 0.5s;
  color: #fff;
}
.secondAbout .secondAbout-actvie .dot {
  background: #fff;
  transition: 0.5s;
}
.applicationScenariospage {
  background: #fff;
  margin-top: -1px;
}
.applicationScenariospage .innerPage-title-box {
  text-align: center;
}
.applicationScenariospage .applicationScenario-main {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.applicationScenariospage .applicationScenario-main-item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  width: calc((100% - 40px) / 3);
}
.applicationScenariospage .applicationScenario-main-item img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.applicationScenariospage .applicationScenario-main-item p {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 22px 12px;
  background: #1B8CDB;
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.5s;
}
.applicationScenariospage .applicationScenario-main-item:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.applicationScenariospage .applicationScenario-main-item:hover p {
  padding: 32px 12px;
  transition: 0.5s;
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(1) {
  width: calc((100% - 20px)/3*2);
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(2) {
  width: calc((100% - 20px)/3);
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(4) {
  width: calc((100% - 20px)/3*2);
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(3) {
  width: calc((100% - 20px)/3);
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(2n) {
  margin-right: 0;
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(6) {
  margin-right: 20px;
}
.applicationScenariospage .applicationScenario-main-item:nth-of-type(7) {
  margin-right: 0;
}
.productspage {
  background: #fff;
}
.productspage .innerPage-inner {
  width: 90%;
  max-width: 1800px;
}
.productspage .proi-classify {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productspage .proi-classify-a {
  width: auto;
  padding: 0px 20px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #0E3B73;
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #0E3B73;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 20px;
  margin-bottom: 20px;
}
.productspage .proi-classify-a .proi-classify-square {
  width: 8px;
  height: 8px;
  background: #0E3B73;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  transition: 0.5s;
}
.productspage .proi-classify-a .proi-classify-value {
  margin-left: 8px;
}
.productspage .proi-classify-a:hover {
  color: #1B8CDB;
  background: #0E3B73;
  transition: 0.5s;
}
.productspage .proi-classify-a:hover .proi-classify-square {
  background: #1B8CDB;
}
.productspage .proi-classify-a-active {
  color: #1B8CDB;
  background: #0E3B73;
}
.productspage .proi-classify-a-active .proi-classify-square {
  background: #1B8CDB;
}
.productspage .proiClassifySwiper {
  width: 100%;
  display: none;
  overflow: hidden;
}
.productspage .pro-data-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.productspage .pro-data-main .pro-data-one {
  width: calc((100% - 120px)/4);
  margin-right: 40px;
  padding: 30px 20px;
  margin-bottom: 40px;
  background: #0E3B73;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productspage .pro-data-main .pro-data-one:hover .pro-data-title {
  color: #1B8CDB;
  transform: translateX(10px);
  transition: 0.5s;
}
.productspage .pro-data-main .pro-data-one:hover .pro-data-img {
  overflow: hidden;
}
.productspage .pro-data-main .pro-data-one:hover .pro-data-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.productspage .pro-data-main .pro-data-one:nth-of-type(4n) {
  margin-right: 0;
}
.productspage .pro-data-main .pro-data-title {
  font-size: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #fff;
  transition: 0.5s;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.productspage .pro-data-main .pro-data-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #CCCCCC;
  line-height: 24px;
  margin: 10px 0 14%;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 3;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.productspage .pro-data-main .pro-data-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #F2FAFF;
}
.productspage .pro-data-main .pro-data-img img {
  display: block;
  max-width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
@keyframes aniMapDotInner {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(113, 197, 255, 0.3);
  }
  100% {
    width: 42px;
    height: 42px;
    opacity: 0;
    background: rgba(113, 197, 255, 0.1);
  }
}
.nside-detail {
  width: 100%;
  padding: 15px 0px 25px;
  margin-top: 120px;
  background: #1B8CDB;
}
.nside-detail .nside-detail-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nside-detail .nside-detail-inner .el-icon-arrow-right {
  margin: 8px 10px 0px;
  font-size: 16px;
  color: #fff;
}
.nside-detail .nside-detail-inner svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 8px;
}
.nside-detail .nside-detail-inner a {
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
  margin-top: 10px;
}
.nside-detail .nside-detail-inner a:hover {
  color: #fff;
  transition: 0.5s;
}
.nside-detail .nside-detail-inner .lastA {
  color: #fff;
  white-space: wrap;
}
.proi-classify-detail {
  width: 100%;
  padding-top: 60px;
  background: #fffcf5;
  display: none;
}
.proi-classify-detail .proi-classify {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.proi-classify-detail .proi-classify-a {
  width: auto;
  padding: 0px 20px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #1B8CDB;
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #1B8CDB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 20px;
  margin-bottom: 20px;
}
.proi-classify-detail .proi-classify-a .proi-classify-square {
  width: 8px;
  height: 8px;
  background: #1B8CDB;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  transition: 0.5s;
}
.proi-classify-detail .proi-classify-a .proi-classify-value {
  margin-left: 8px;
}
.proi-classify-detail .proi-classify-a:hover {
  border: 1px solid #1B8CDB;
  background: #1B8CDB;
  color: #fff;
  transition: 0.5s;
}
.proi-classify-detail .proi-classify-a:hover .proi-classify-square {
  background: #ffffff;
  transition: 0.5s;
}
.proi-classify-detail .proi-classify-a-active {
  border: 1px solid #1B8CDB;
  background: #1B8CDB;
  color: #fff;
}
.proi-classify-detail .proi-classify-a-active .proi-classify-square {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  transform: rotateZ(-45deg);
}
.proi-classify-detail .proiClassifySwiper {
  width: 100%;
  display: none;
  overflow: hidden;
}
.detail-inner {
  width: 100%;
  padding-top: 60px;
  background: #fff;
}
.detail-inner .detail-main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.detail-inner .detail-innerProducts {
  width: 100%;
}
.detail-inner .detail-innerProducts .detail-innerProducts-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #1B8CDB;
  line-height: 30px;
}
.detail-inner .parametersProducts {
  margin-bottom: 60px;
}
.detail-inner .parametersProducts .productParameters {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-inner .parametersProducts .productParameters .productParameters-img {
  width: 24%;
  overflow: hidden;
  cursor: pointer;
  background: #2D2C29;
  border-radius: 10px;
}
.detail-inner .parametersProducts .productParameters .productParameters-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .parametersProducts .productParameters .productParameters-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .processProducts {
  margin-bottom: 60px;
}
.detail-inner .processProducts .productProcess {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-inner .processProducts .productProcess-item {
  width: 32%;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #999;
  line-height: 30px;
}
.detail-inner .processProducts .productProcess-item .productProcess-img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.detail-inner .processProducts .productProcess-item .productProcess-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .processProducts .productProcess-item .productProcess-p {
  text-align: center;
  line-height: 40px;
  padding: 0 12px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.detail-inner .processProducts .productProcess-item:hover .productProcess-img {
  overflow: hidden;
}
.detail-inner .processProducts .productProcess-item:hover .productProcess-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper {
  width: 100%;
  overflow: hidden;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
  width: 32%;
  margin-right: 2%;
  background: transparent;
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
  background: transparent;
  padding: 20px;
  text-align: center;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
  font-family: 'LamaSans-Regular';
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover {
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img {
  overflow: hidden;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p {
  background: transparent;
  padding: 20px;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p p {
  color: #1B8CDB;
  transition: 0.5s;
}
.detail-inner .detail-main-title {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .noData {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(143, 116, 63, 0.9);
  font-family: 'LamaSans-Medium';
}
.detail-inner .pros-detail-main-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-inner .proDetailPage-rightInfor {
  width: 40%;
}
.detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #0E3B73;
}
.detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
  margin-top: 33px;
  display: flex;
  align-items: center;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img {
  width: 30px;
  height: 30px;
  background: #0E3B73;
  border-radius: 50%;
  margin-right: 8px;
  transform: rotateY(0deg);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img img {
  width: 60%;
  display: block;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word {
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-p {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value {
  font-size: 16px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #0E3B73;
  line-height: 20px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value span {
  margin-right: 3px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-word {
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-word .proDetailPage-infor-value {
  color: #1B8CDB;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
  margin-top: 42px;
  display: flex;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a {
  cursor: pointer;
  height: 40px;
  background: #0E3B73;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  overflow: hidden;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a p {
  position: relative;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.detail-inner .pro-img-swiper {
  width: 56%;
  display: flex;
  position: relative;
}
.detail-inner .mySwiper2 {
  width: 500px;
  overflow: hidden;
  height: 500px;
  margin-left: 0 !important;
  margin-right: 20px;
  position: relative;
}
.detail-inner .mySwiper2 .swiper-slide {
  background: #FFFFFF;
  border: 1px solid #C9DEF3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.detail-inner .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn-prev {
  margin-right: 8px;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn {
  width: 45px;
  height: 30px;
  background: #0E3B73;
  border-radius: 2px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn i {
  font-size: 16px;
  color: #fff;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn:hover {
  border: 1px solid #0E3B73;
  background: transparent;
  transition: 0.5s;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .mySwiper2-btn:hover i {
  color: #0E3B73;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .swiper-button-disabled {
  background: transparent;
  border: 1px solid #0E3B73;
}
.detail-inner .mySwiper2 .mySwiper2-btn-box .swiper-button-disabled i {
  color: #0E3B73;
}
.detail-inner .rightImg {
  margin-right: 0 !important;
  width: 120px;
  height: 500px;
  padding-right: 0;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  /*滚动条样式*/
}
.detail-inner .rightImg::-webkit-scrollbar {
  width: 2px;
  display: none;
}
.detail-inner .rightImg::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 100px !important;
}
.detail-inner .rightImg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.detail-inner .rightImg .rightImg-slide {
  width: 100%;
  height: 120px !important;
  margin-bottom: 10px;
  opacity: 1;
  padding: 0px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #C9DEF3;
  border-radius: 6px;
  cursor: pointer;
}
.detail-inner .rightImg .rightImg-slide-active {
  border: 1px solid #1B8CDB;
  box-sizing: border-box;
}
.detail-inner .rightImg .rightImg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.detail-inner .rightImg .rightImg-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-inner .page-link {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.detail-inner .page-link .page-link-a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s;
  flex-wrap: wrap;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.detail-inner .page-link .page-link-a p {
  word-break: normal;
}
.detail-inner .page-link .page-link-a:hover {
  color: #0E3C74;
  transition: 0.5s;
}
.detail-inner1 {
  padding: 100px 0;
  background: #f2faff;
}
.news-detail-inner {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 0px;
  margin-top: -30px;
}
.news-detail-inner .relatedNews {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.news-detail-inner .relatedNews-title {
  font-size: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.news-detail-inner .relatedNewsSwiper {
  width: 100%;
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide {
  width: 30%;
  margin-right: 30px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover .relatedNewsSwiper-img {
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover .relatedNewsSwiper-img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  width: 0px;
  height: 2px;
  transition: 0.5s;
  background: #21bce7;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover::after {
  width: 100%;
  transition: 0.5s;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img-p {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding: 20px 12px;
  text-align: center;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img-p p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img {
  width: 100%;
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
#detailImage {
  width: 70%;
  display: none;
  position: absolute;
  left: 70%;
  top: 0;
  height: 100%;
  z-index: 3;
  background: #ffffff;
}
.detail-content {
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin: 30px 0px;
  font-family: 'LamaSans-Medium';
}
.detail-content strong {
  color: #0E3B73;
}
.detail-content .detail-content-word {
  margin-top: 60px;
}
.detail-content .detail-content-word .detail-content-title {
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #0E3B73;
  line-height: 30px;
}
.detail-content .detail-content-word .detail-content-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  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 #1B8CDB;
  padding: 8px;
  font-size: 16px;
  font-family: 'LamaSans-Medium';
  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 #1B8CDB;
  color: #666;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
}
.map-page {
  width: 90%;
  max-width: 1200px;
}
.map-page .map-page-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.map-page .map-page-one {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 20px;
}
.map-page .map-page-one .map-page-nav-first {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #C31B30;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.map-page .map-page-one .map-page-nav-second {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.map-page .map-page-one .map-page-nav-second .map-page-nav-a {
  padding: 20px;
  display: block;
  font-size: 18px;
  margin-right: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  transition: 0.5s;
}
.map-page .map-page-one .map-page-nav-second .map-page-nav-a:hover {
  color: #C31B30;
  transition: 0.5s;
}
.map-page .map-page-one:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1800px) {
  .cooperationProcesspage .processPage .process-swiper-slide {
    width: 350px;
    min-height: 390px;
  }
  .cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-icon {
    width: 42px;
    height: 42px;
  }
  .cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-index {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1440px) {
  .detail-inner1 {
    padding: 80px 0;
  }
  .secondAbout {
    margin-bottom: 22px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item .text {
    width: calc(100% - 36px);
  }
  .intoPage .innerPage-inner .into-main-honor .list .item {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item .honor-top {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item .honor-icon {
    width: 24px;
    height: 25px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item {
    margin-bottom: 3%;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first .first-icon {
    width: 30px;
    height: 30px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second-pro a {
    margin-bottom: 8px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second {
    margin: 30px 0 10px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second .pros-icon {
    width: 28px;
    height: 28px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first {
    padding: 24px 0px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first .first-p {
    margin-left: 18px;
  }
  .cooperationProcesspage .processPage .process-swiper-slide {
    margin-right: 20px;
    padding: 28px 26px;
  }
  .cooperationProcesspage .processPage .processSwiper-scrollbar {
    margin-top: 50px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one {
    width: calc(50% - 10px);
    margin-top: 26px;
    padding: 28px 26px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one .afterSale-main-value {
    margin-bottom: 8px;
  }
  .productspage .pro-data-main .pro-data-one {
    width: calc((100% - 70px)/4);
    margin-bottom: 24px;
    margin-right: 22px;
  }
  .innerPage {
    padding-top: 80px;
  }
  .innerPageLast {
    padding-bottom: 80px;
  }
  .innerPage-contact .innerPage-inner {
    padding: 40px 0;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin: 36px 0 25px;
  }
  .innerPage-contact .innerPage-inner .contacti-type {
    margin: 10px 0;
  }
  .innerPage-contact .innerPage-inner .form {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .detail-inner1 {
    padding: 70px 0;
  }
  .detail-inner .processProducts {
    margin-bottom: 40px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
    padding: 12px 10px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 16px;
  }
  .detail-inner .parametersProducts {
    margin-bottom: 40px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    margin-top: 4px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-top: 15px;
  }
  .detail-inner .rightImg {
    height: 450px;
    width: 100px;
  }
  .detail-inner .rightImg .rightImg-slide {
    height: 100px !important;
  }
  .detail-inner .page-link {
    margin-top: 15px;
    margin-bottom: 36px;
  }
  .proi-classify-detail {
    padding-top: 45px;
  }
  .detail-content .detail-content-word {
    margin-top: 45px;
  }
  .detail-inner {
    padding-top: 45px;
  }
  .nside-detail {
    padding: 15px 0px 20px;
    margin-top: 80px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second .pros-icon {
    width: 20px;
    height: 20px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    font-size: 14px;
    padding-bottom: 14px;
  }
  .mapInnerPage .map-main .map-main-right .map-main-one .map-main-second a {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .mapInnerPage .map-main .map-main-right .map-main-one .map-main-second .pros-icon {
    width: 25px;
    height: 25px;
  }
  .service-map {
    margin-top: 50px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one {
    width: calc((100% - 54px) / 4);
    margin-right: 16px;
    padding: 22px 16px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one-index {
    width: 52px;
    height: 52px;
    font-size: 26px;
    line-height: 64px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one-title {
    font-size: 16px;
    margin: 16px 0 4px;
  }
  .marketpage .serviceMarket-main-all {
    margin-top: -140px;
  }
  .marketpage .serviceMarket-main {
    margin: 8px 0 24px;
  }
  .marketpage .serviceMarket-main-all .serviceMarket-main-intro {
    margin-bottom: 16px;
  }
  .marketpage .serviceMarket-main-all .year-desc {
    max-width: calc(100% - 230px);
  }
  .cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-index {
    font-size: 50px;
  }
  .cooperationProcesspage .processPage .processSwiper {
    margin-top: 40px;
  }
  .cooperationProcesspage .processPage .process-swiper-slide .process-swiper-top-type .process-swiper-icon {
    width: 36px;
    height: 36px;
  }
  .cooperationProcesspage .processPage .process-swiper-slide {
    width: 330px;
    min-height: 340px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one {
    margin-top: 24px;
    padding: 24px 24px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one .afterSale-main-value {
    font-size: 16px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one .afterSale-main-p {
    line-height: 20px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numValue {
    font-size: 50px;
    height: 50px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-icon {
    width: 44px;
    height: 44px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one:nth-of-type(1) .abouti-main-num-value {
    width: 150px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value {
    margin-left: 10px;
    width: 120px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num {
    margin: 24px 0;
    height: 150px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
    padding: 35px 16px;
    min-width: 260px;
    margin-right: 18px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-desc {
    margin: 14px auto 50px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one {
    margin-bottom: 20px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one img {
    width: 34px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word .serviceAdvantagepage-item-desc {
    margin-top: 6px;
  }
  .productspage .pro-data-main .pro-data-one {
    width: calc((100% - 60px)/4);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .productspage .pro-data-main {
    margin-top: 20px;
  }
  .innerPage {
    padding-top: 70px;
  }
  .innerPageLast {
    padding-bottom: 70px;
  }
  .innerPage .innerPage-title {
    font-size: 50px;
  }
  .innerPage .innerPage-title::after {
    height: 10px;
    bottom: 5px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 50px;
    height: 50px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    margin: 4px auto 0px;
  }
  .innerPage-contact .innerPage-inner .contacti-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .detail-inner .mySwiper2 {
    height: 400px;
    width: 400px;
  }
  .detail-inner .rightImg {
    height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .intoPage .innerPage-inner .into-main-honor .list .item .img {
    aspect-ratio: 1;
  }
  .productspage .pro-data-main .pro-data-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .productspage .pro-data-main .pro-data-one:nth-of-type(4n) {
    margin-right: 20px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .innerPage-contact .innerPage-inner .contacti-inner {
    width: 90%;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
    width: 50%;
    margin-bottom: 20px;
  }
  .detail-inner1 {
    padding: 44px 0;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .detail-inner .processProducts {
    margin-bottom: 30px;
  }
  .detail-inner .parametersProducts {
    margin-bottom: 30px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box a {
    padding: 0px 12px;
  }
  .detail-content .detail-content-word {
    margin-top: 26px;
  }
  .detail-inner .page-link {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .proi-classify-detail .proi-classify-a {
    padding: 0px 16px;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
    line-height: 22px;
    margin-top: 3px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
    font-size: 22px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    margin-top: 5px;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    margin-top: 15px;
  }
  .detail-inner .pro-img-swiper {
    width: 64%;
  }
  .detail-inner .proDetailPage-rightInfor {
    width: 40%;
  }
  .detail-inner {
    padding-top: 30px;
  }
  .proi-classify-detail {
    padding-top: 30px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 14px;
    margin-top: 8px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second {
    margin: 20px 0 0px;
  }
  .marketpage .serviceMarket-main {
    flex-wrap: wrap;
  }
  .marketpage .serviceMarket-main-all {
    margin-top: -90px;
  }
  .marketpage .serviceMarket-main-all .serviceMarket-main-intro {
    flex-wrap: wrap;
  }
  .marketpage .serviceMarket-main .serviceMarket-one {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-top: 0;
  }
  .service-map {
    margin-top: 40px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one-title {
    margin: 4px 0 4px;
  }
  .marketpage .serviceMarket-main {
    margin: 30px 0 0;
  }
  .marketpage .serviceMarket-main .serviceMarket-one:nth-of-type(4n) {
    margin-right: 20px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .cooperationProcesspage .processPage .processSwiper-scrollbar {
    margin-top: 30px;
  }
  .cooperationProcesspage .processPage .process-swiper-slide {
    width: 280px;
  }
  .afterSalepage .afterSale-main {
    margin-top: 12px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num {
    margin: 12px 0;
    height: 120px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
    padding: 26px 12px;
    min-width: 230px;
    margin-right: 12px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one:nth-of-type(2) .abouti-main-num-value {
    width: 136px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numValue {
    font-size: 42px;
    height: 44px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-icon {
    width: 38px;
    height: 38px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numTitle {
    font-size: 12px;
    margin-top: 5px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-icon img {
    height: 18px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numUnit {
    font-size: 22px;
  }
  .intoPage .innerPage-inner .into-main .into-main-img-left {
    width: 100%;
    padding-left: 30%;
  }
  .intoPage .innerPage-inner .into-main .into-main-img-right {
    width: 100%;
    margin-top: -30px;
  }
  .intoPage .innerPage-inner .into-main .into-main-desc-top {
    margin-top: 10px;
  }
  .intoPage .innerPage-inner .into-main .into-main-img-left img {
    max-width: 90%;
  }
  .intoPage .innerPage-inner .into-main .into-main-last {
    margin-top: 20px;
  }
  .intoPage .innerPage-inner .into-main .into-main-desc-last {
    width: 100%;
  }
  .intoPage .innerPage-inner .into-main .into-main-img {
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .intoPage .innerPage-inner .into-main .into-main-one .into-main-type {
    padding: 0 12px;
  }
  .intoPage .innerPage-inner .into-main .into-main-img {
    margin-top: 20px;
  }
  .applicationScenariospage .applicationScenario-main-item:hover p {
    padding: 18px 12px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-desc {
    margin: 8px auto 32px;
    font-size: 14px;
  }
  .applicationScenariospage .applicationScenario-main {
    margin-top: 40px;
  }
  .applicationScenariospage .applicationScenario-main-item p {
    padding: 16px 12px;
    font-size: 16px;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(1) {
    width: calc((100% - 20px)/5*3);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(4) {
    width: calc((100% - 20px)/5*3);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(2) {
    width: calc((100% - 20px)/5*2);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(3) {
    width: calc((100% - 20px)/5*2);
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word {
    width: calc(100% - 60px);
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-icon {
    width: 60px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-value {
    font-size: 14px;
    margin: 5px auto 24px;
  }
  .productspage .pro-data-main {
    justify-content: flex-start;
  }
  .productspage .pro-data-main .pro-data-one {
    width: calc((100% - 44px)/3);
    margin-bottom: 20px;
    margin-right: 22px;
  }
  .productspage .pro-data-main .pro-data-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .workshopPage .workshopPage-main .workshopPage-main-item {
    padding: 20px 20px;
  }
  .workshopPage .workshopPage-main {
    margin-top: 40px;
  }
  .factoryProcessPage .factoryProcessPage-main-item img {
    margin-bottom: 22px;
  }
  .factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-item-title {
    margin-bottom: 6%;
  }
  .factoryProcessPage .factoryProcessPage-main {
    column-gap: 12px;
    margin-top: 40px;
  }
  .factoryProcessPage .factoryProcessPage-con {
    margin-top: 18px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-one {
    margin-top: 20px;
    width: 100%;
  }
  .factoryProcessPage .factoryProcessPage-main-item {
    padding: 30px 16px;
    margin-bottom: 12px;
  }
  .innerPage-contact .innerPage-inner {
    padding: 24px 0;
  }
  .innerPage {
    padding-top: 50px;
  }
  .innerPageLast {
    padding-bottom: 50px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin: 25px 0 20px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    margin: 0 auto;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 40px;
    height: 40px;
  }
  .innerPage .innerPage-title {
    font-size: 44px;
  }
  .innerPage .innerPage-title::after {
    height: 6px;
    bottom: 8px;
  }
}
@media only screen and (max-width: 1020px) {
  .detail-inner .pros-detail-main-left {
    flex-wrap: wrap;
  }
  .factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-main-img {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .detail-inner .proDetailPage-rightInfor {
    width: 100%;
  }
  .detail-inner .pro-img-swiper {
    width: 100%;
  }
  .detail-inner .proDetailPage-rightInfor {
    margin-top: 28px;
  }
  .factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-main-img {
    width: 40px;
  }
}
@media only screen and (max-width: 820px) {
  .applicationScenariospage .applicationScenario-main-item {
    border-radius: 12px;
  }
  .detail-inner1 {
    padding: 40px 0;
  }
  .secondAbout {
    margin-bottom: 18px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item {
    padding: 4% 3%;
    border-radius: 12px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item {
    width: calc((100% - 24px) / 3);
    margin-right: 12px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item .honor-top {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .productspage .pro-data-main .pro-data-one:nth-of-type(4n) {
    margin-right: 10px;
  }
  .detail-inner .processProducts {
    margin-bottom: 12px;
  }
  .detail-inner .parametersProducts {
    margin-bottom: 20px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .nside-detail {
    margin-top: 60px;
  }
  .productspage .pro-data-main .pro-data-one {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    padding: 18px 10px;
    margin-bottom: 10px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first {
    padding: 18px 0px;
    font-size: 16px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first .first-icon {
    width: 26px;
    height: 26px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first .first-p {
    margin-left: 16px;
  }
  .productspage .pro-data-main .pro-data-title {
    font-size: 16px;
  }
  .productspage .pro-data-main .pro-data-desc {
    margin: 5px 0 12px;
  }
  .marketpage .serviceMarket-main-all .year-desc {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .marketpage .serviceMarket-main-all .serviceMarket-main-intro {
    margin-bottom: 0px;
  }
  .marketpage .serviceMarket-main-all {
    margin-top: -160px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one-title {
    margin: 8px 0 4px;
    font-size: 14px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one-index {
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 58px;
  }
  @keyframes aniMapDotInner {
    0% {
      width: 7px;
      height: 7px;
      opacity: 1;
      background: rgba(113, 197, 255, 0.3);
    }
    100% {
      width: 32px;
      height: 32px;
      opacity: 0;
      background: rgba(113, 197, 255, 0.1);
    }
  }
  .service-map .dot-other {
    width: 7px;
    height: 7px;
  }
  .service-map .dot-other-special::before {
    width: 7px;
    height: 7px;
  }
  .service-map .dot-other-special {
    width: 7px;
    height: 7px;
  }
  .service-map .dot-other-special::after {
    width: 7px;
    height: 7px;
  }
  .service-map .dot-other-special .p-dot {
    width: 7px;
    height: 7px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numValue {
    font-size: 38px;
    height: 24px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numUnit {
    font-size: 18px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one .abouti-main-num-value .numType {
    font-size: 12px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
    padding: 20px 10px;
    min-width: 186px;
    margin-right: 5px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item {
    width: 100%;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main {
    flex-wrap: wrap;
  }
  .workshopPage .workshopPage-main {
    column-count: 2;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(1) {
    width: calc(50% - 20px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(2) {
    width: calc(50% - 20px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(3) {
    width: calc(50% - 20px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(4) {
    width: calc(50% - 20px);
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word .serviceAdvantagepage-item-desc {
    font-size: 12px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-icon {
    width: 50px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main {
    display: flex;
    flex-wrap: wrap;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one {
    width: 50%;
    padding: 0px 20px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item {
    border-bottom: 1px solid rgba(27, 140, 219, 0.8);
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item:nth-of-type(1) {
    border-right: 0;
    margin-bottom: 20px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item:nth-of-type(2n) {
    border-left: none;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item:nth-last-of-type(1) {
    border-bottom: none;
  }
  .workshopPage .workshopPage-main .workshopPage-line:nth-of-type(2) {
    left: 50%;
  }
  .workshopPage .workshopPage-main .workshopPage-main-item:nth-of-type(3) {
    padding-top: 20px;
  }
  .workshopPage .workshopPage-main .workshopPage-line:nth-of-type(3) {
    display: none;
  }
  .factoryProcessPage .factoryProcessPage-main {
    column-count: 2;
  }
  .factoryProcessPage .factoryProcessPage-main-item img {
    margin-bottom: 14px;
    width: 44px;
  }
  .factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-item-title {
    margin-bottom: 3%;
    font-size: 16px;
  }
  .factoryProcessPage .factoryProcessPage-con {
    margin-top: 0px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-p {
    padding: 8px 0;
    font-size: 16px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-one {
    margin-top: 14px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-desc {
    margin-top: 5px;
  }
  .factoryProcessPage .factoryProcessPage-main-item {
    padding: 24px 16px;
  }
  .innerPage {
    padding-top: 42px;
  }
  .innerPageLast {
    padding-bottom: 42px;
  }
  .innerPage-contact .innerPage-inner {
    padding: 20px 0 24px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    font-size: 14px;
  }
  .innerPage .innerPage-title {
    font-size: 40px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin: 16px 0 10px;
  }
  .innerPage-contact .innerPage-inner .contacti-type {
    margin: 2px 0;
  }
  .innerPage-contact .innerPage-inner .form {
    margin-top: 10px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second-pro a {
    width: 50%;
    padding-right: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .intoPage .innerPage-inner .into-main-honor .list .item .img .icon img {
    width: 30px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item {
    width: calc((100% - 12px) / 2);
    border-radius: 6px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .intoPage .innerPage-inner .into-main-honor .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    float: left;
    margin: 10px 10px 10px 0;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
    float: left;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one::after {
    content: '';
    visibility: hidden;
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box::after {
    content: '';
    visibility: hidden;
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .detail-inner .pro-img-swiper {
    width: 100%;
  }
  .detail-inner .pros-detail-main-left {
    flex-wrap: wrap;
  }
  .detail-inner .proDetailPage-rightInfor {
    width: 100%;
    margin-top: 30px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    font-size: 12px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .detail-inner1 {
    padding: 24px 0;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 14px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img {
    border-radius: 10px;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-img {
    border-radius: 5px;
  }
  .detail-inner .processProducts .productProcess-item .productProcess-img {
    border-radius: 10px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
    min-width: calc(50% - 10px);
  }
  .mapInnerPage .map-main {
    flex-wrap: wrap;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    margin-right: 18px;
  }
  .mapInnerPage .map-main .map-main-right {
    width: 100%;
  }
  .mapInnerPage .map-main .map-main-one {
    width: 100%;
    margin-right: 0;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first .first-icon img {
    width: 65%;
  }
  .productspage .pro-data-main .pro-data-one {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .productspage .pro-data-main .pro-data-one:nth-of-type(3n) {
    margin-right: 10px;
  }
  .productspage .pro-data-main .pro-data-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .marketpage .serviceMarket-main-all {
    margin-top: -100px;
  }
  .marketpage .serviceMarket-main-all .year-box {
    width: 150px;
    height: 100px;
  }
  .marketpage .serviceMarket-main-all .year-box .year-value {
    font-size: 45px;
    height: 52px;
  }
  .marketpage .serviceMarket-main-all .year-box .year-value-type {
    font-size: 12px;
  }
  .marketpage .serviceMarket-main-all .year-box .year-value-unit {
    font-size: 20px;
  }
  .marketpage .serviceMarket-main .serviceMarket-one {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one {
    padding: 18px 18px 14px;
  }
  .afterSalepage .afterSale-main {
    margin-top: 6px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one .afterSale-main-value {
    font-size: 14px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one .afterSale-main-p {
    font-size: 12px;
  }
  .afterSalepage .afterSale-main .afterSale-main-one {
    margin-top: 22px;
    padding: 18px 18px;
  }
  .intoPage .innerPage-inner .into-main .into-main-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num {
    flex-wrap: wrap;
    height: auto;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
    height: 110px;
    margin-top: 12px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
    padding: 20px 10px 0;
    min-width: calc(50% - 10px);
    width: calc(50% - 5px);
  }
  .intoPage .innerPage-inner .into-main .into-main-img-right {
    margin-top: 16px;
  }
  .intoPage .innerPage-inner .into-main .into-main-img-left {
    padding-left: 0%;
  }
  .applicationScenariospage .applicationScenario-main {
    margin-top: 32px;
  }
  .applicationScenariospage .applicationScenario-main-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .applicationScenariospage .applicationScenario-main-item:hover p {
    padding: 14px 12px;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(1) {
    width: calc(50% - 8px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(2) {
    width: calc(50% - 8px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(3) {
    width: calc(50% - 8px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(4) {
    width: calc(50% - 8px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(5) {
    width: calc(50% - 8px);
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(6) {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(7) {
    width: calc(50% - 8px);
  }
  .applicationScenariospage .applicationScenario-main-item p {
    padding: 12px 12px;
    font-size: 14px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one {
    width: 100%;
  }
  .workshopPage .workshopPage-main {
    margin-top: 30px;
  }
  .workshopPage .workshopPage-main .workshopPage-main-item {
    padding: 14px 14px;
  }
  .workshopPage .workshopPage-main .workshopPage-item-title {
    font-size: 14px;
    margin-top: 10px;
  }
  .factoryProcessPage .factoryProcessPage-main-item img {
    width: 40px;
  }
  .factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-item-desc {
    font-size: 12px;
  }
  .factoryProcessPage .factoryProcessPage-main {
    column-count: 1;
  }
  .factoryProcessPage .factoryProcessPage-main-item {
    padding: 20px 16px;
  }
  .factoryProcessPage .factoryProcessPage-main {
    margin-top: 30px;
  }
  .innerPage .innerPage-inner {
    width: 90%;
  }
  .innerPage .innerPage-title {
    font-size: 30px;
  }
  .innerPage .innerPage-title::after {
    height: 4px;
    bottom: 7px;
  }
  .innerPage-contact .innerPage-inner .contacti-inner {
    width: 90%;
    margin: 0 auto;
  }
  .innerPage-contact .innerPage-inner .form .formButton {
    width: 140px;
    height: 36px;
  }
  .innerPage-contact .innerPage-inner .form .formButton p {
    height: 36px;
    line-height: 36px;
  }
  .innerPage-contact .innerPage-inner .form .input {
    margin-bottom: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
    width: 50%;
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    flex-wrap: wrap;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    margin: 16px 0 0;
  }
  .innerPage-contact .innerPage-inner .form .input {
    width: 100%;
  }
  .productspage .proi-classify-a {
    width: 32%;
    font-size: 12px;
    padding: 0px 10px;
    margin-right: 6px;
    margin-bottom: 5px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second-pro a {
    width: 44%;
  }
}
@media only screen and (max-width: 520px) {
  .detail-content table {
    display: block;
  }
  .detail-inner .mySwiper2 {
    height: 270px;
    width: 270px;
  }
  .detail-inner .rightImg {
    height: 270px;
    width: 88px;
  }
  .detail-inner .rightImg .rightImg-slide {
    height: 88px !important;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 12px;
    margin-top: 6px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    margin: 8px 8px 0px;
    font-size: 14px;
  }
  .nside-detail .nside-detail-inner svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 3px;
  }
  .nside-detail {
    padding: 10px 0px 14px;
  }
  .proi-classify-detail .proi-classify {
    display: none;
  }
  .proi-classify-detail {
    padding: 30px 14px 0;
  }
  .proi-classify-detail .proiClassifySwiper {
    display: block;
  }
  .productspage .proi-classify-a {
    width: 48%;
  }
}
@media only screen and (max-width: 415px) {
  .detail-content table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin-top: 10px;
    margin-left: 0px !important;
    /* 滚动条整体 */
    /* 两个滚动条交接处 -- x轴和y轴 */
    /* 滚动条滑块 */
    /* 滚动条轨道 */
  }
  .detail-content table ::-webkit-scrollbar {
    height: 1px !important;
    width: 2px;
  }
  .detail-content table ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .detail-content table ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #d6af62;
    background: #d6af62;
  }
  .detail-content table ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
  .detail-content table tbody {
    display: block;
  }
  .detail-inner .mySwiper2 {
    width: 100%;
    margin-right: 0;
  }
  .detail-content table th {
    font-size: 14px;
  }
  .detail-inner .processProducts .productProcess-item .productProcess-p {
    padding: 0 4px;
    line-height: 36px;
  }
  .detail-inner .processProducts .productProcess-item {
    font-size: 12px;
  }
  .detail-inner .detail-innerProducts .detail-innerProducts-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .detail-inner .processProducts {
    margin-bottom: 4px;
  }
  .detail-inner .parametersProducts {
    margin-bottom: 4px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 5px;
  }
  .detail-inner .parametersProducts {
    margin-bottom: 8px;
  }
  .detail-inner .parametersProducts .productParameters {
    flex-wrap: wrap;
  }
  .detail-inner .parametersProducts .productParameters .productParameters-img {
    width: 48%;
    margin-bottom: 12px;
  }
  .detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 48%;
  }
  .detail-inner .processProducts .productProcess-item {
    width: 48%;
  }
  .proi-classify-detail {
    padding-top: 22px;
  }
  .detail-inner {
    padding-top: 20px;
  }
  .detail-inner1 {
    padding: 24px 0;
  }
  .detail-inner .rightImg .rightImg-slide {
    width: 100px;
    margin-right: 8px;
    margin-bottom: 0;
    height: 76px !important;
  }
  .detail-inner .pro-img-swiper {
    flex-wrap: wrap;
  }
  .detail-inner .rightImg {
    width: 100%;
    height: 84px;
    margin-top: 8px;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .proi-classify-detail .proi-classify-a {
    padding: 0px 12px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .detail-inner .proDetailPage-rightInfor {
    margin-top: 8px;
  }
  .nside-detail {
    margin-top: 50px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second a {
    font-size: 12px;
    padding-bottom: 6px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-first {
    padding: 14px 0px;
    font-size: 14px;
  }
  .mapInnerPage .map-main .map-main-right .map-main-one .map-main-second a {
    font-size: 12px;
    padding-bottom: 8px;
    margin-right: 16px;
    margin-bottom: 14px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second .pros-p {
    margin-left: 14px;
  }
  .mapInnerPage .map-main .map-main-right .map-main-one .map-main-second .pros-icon {
    width: 22px;
    height: 22px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second .pros-icon {
    width: 16px;
    height: 16px;
  }
  .productspage .proi-classify-a {
    font-size: 12px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .productspage .proi-classify-a:nth-of-type(2n) {
    margin-right: 0;
  }
  .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;
  }
  .productspage .pro-data-main .pro-data-desc {
    font-size: 12px;
  }
  .productspage .proi-classify .proi-classify-a {
    font-size: 12px;
  }
  .productspage .pro-data-main .pro-data-title {
    font-size: 14px;
  }
  .workshopPage .workshopPage-main-item {
    padding: 0 5px;
  }
  .workshopPage .workshopPage-main {
    display: none;
  }
  .workshopPage .workshopPageSwiper {
    display: block;
    margin: 22px 0;
  }
  .factoryProcessPage .factoryProcessPage-main {
    display: none;
  }
  .factoryProcessPage .factoryProcessSwiper {
    display: block;
    margin: 20px 0;
    border-top: 1px solid #1B8CDB;
    border-left: 1px solid #1B8CDB;
    border-right: 1px solid #1B8CDB;
    border-radius: 10px;
  }
  .factoryProcessPage .factoryProcessPage-main-item {
    border: 0;
    border-radius: 0;
  }
  .marketpage .serviceMarket-main-all {
    margin-top: -50px;
  }
  .marketpage .serviceMarket-main {
    display: none;
  }
  .marketpage .serviceMarketSwiper {
    display: block;
    margin: 24px 0;
  }
  .cooperationProcesspage .processPage .processSwiper {
    margin-top: 30px;
  }
  .marketpage .serviceMarket-one {
    width: 100%;
  }
  .afterSalepage .afterSaleSwiper {
    display: block;
    background: #0E3B73;
    border-bottom: 2px solid #1B8CDB;
    margin-top: 28px;
  }
  .afterSalepage .afterSale-main {
    display: none;
  }
  .afterSalepage .afterSale-main-one {
    width: 100%;
    height: auto;
    margin-top: 0;
    border-bottom: 0;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one {
    min-width: 100%;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one img {
    width: 30px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word {
    width: calc(100% - 45px);
  }
  .applicationScenariospage .applicationScenario-main-item:hover p {
    padding: 12px 10px;
  }
  .applicationScenariospage .applicationScenario-main-item p {
    padding: 10px 10px;
    font-size: 12px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one .serviceAdvantagepage-item-word .serviceAdvantagepage-item-title {
    font-size: 14px;
  }
  .serviceAdvantagepage .serviceAdvantagepage-main .serviceAdvantagepage-item-main .serviceAdvantagepage-item-one {
    padding: 0px 2px;
  }
  .workshopPage .workshopPage-main {
    margin-top: 24px;
  }
  .workshopPage .workshopPage-main .workshopPage-item-title {
    margin: 12px 0;
    padding: 0 10px;
  }
  .workshopPage .workshopPage-main .workshopPage-main-item:nth-of-type(3) {
    padding-top: 0;
  }
  .workshopPage .workshopPage-main .workshopPage-main-item {
    padding: 0;
  }
  .workshopPage .workshopPage-main .workshopPage-item-title {
    font-size: 12px;
  }
  .factoryProcessPage .factoryProcessPage-main {
    margin-top: 24px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-one {
    margin-top: 6px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-p {
    margin-bottom: 6px;
  }
  .factoryProcessPage .factoryProcessPage-main-item .factoryProcessPage-item-title {
    font-size: 14px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-title {
    font-size: 14px;
  }
  .factoryProcessPage .factoryProcessPage-con .factoryProcessPage-con-box .factoryProcessPage-con-desc {
    font-size: 12px;
  }
  footer .footer-inner .footer-share .other-icon-share {
    margin-bottom: 0;
  }
  .innerPage .innerPage-title {
    font-size: 24px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    justify-content: center;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
    width: 50%;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 32px;
    height: 32px;
  }
  .innerPage .innerPage-title::after {
    height: 5px;
    bottom: 0px;
  }
  .innerPage-contact .innerPage-inner .contacti-desc {
    font-size: 12px;
  }
  .innerPageLast {
    padding-bottom: 24px;
  }
  .innerPage {
    padding-top: 24px;
  }
  .innerPage-contact .innerPage-inner {
    padding: 16px 0 24px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one:nth-of-type(2) .abouti-main-num-value {
    width: 150px;
  }
  .intoPage .innerPage-inner .into-main .into-main-num .abouti-main-num-one:nth-of-type(3) .abouti-main-num-value {
    width: 150px;
  }
  .mapInnerPage .map-main .map-main-one .map-main-second-pro a {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .productspage .proi-classify-a {
    padding: 0px 5px;
  }
  .innerPage .innerPage-title {
    font-size: 20px;
  }
  .applicationScenariospage .applicationScenario-main-item {
    margin-right: 0;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(1) {
    width: 100%;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(2) {
    width: 100%;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(3) {
    width: 100%;
  }
  .applicationScenariospage .applicationScenario-main-item:nth-of-type(4) {
    width: 100%;
  }
  .factoryProcessPage .factoryProcessPage-main {
    column-count: 1;
  }
  .workshopPage .workshopPage-main {
    column-count: 1;
  }
  .workshopPage .workshopPage-main .workshopPage-line:nth-of-type(1) {
    display: none;
  }
  .workshopPage .workshopPage-main .workshopPage-line:nth-of-type(2) {
    display: none;
  }
  .workshopPage .workshopPage-main .workshopPage-line:nth-of-type(4) {
    display: none;
  }
}
