.classifyAll-btn {
  width: 90vw;
  margin: 0 auto 22px;
  height: 40px;
  display: none;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  background: #004A9F;
  cursor: pointer;
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 5%;
  z-index: 2300;
}
.innerPage-pros-classifyM .nav-classifys-a {
  width: 100%;
  display: flex;
  padding: 10px 15px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  color: #333333;
  font-family: 'AlibabaPuHuiTi-Regular';
  border-radius: 16px;
  line-height: 20px;
  transition: 0.5s;
  margin-bottom: 14px;
  background: #E9E9E9;
}
.innerPage-pros-classifyM .nav-classifys-a p {
  width: calc(100% - 42px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innerPage-pros-classifyM .nav-classifys-a .proi-classify-img {
  width: 34px;
  height: 34px;
  position: relative;
}
.innerPage-pros-classifyM .nav-classifys-a .proi-classify-img img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.innerPage-pros-classifyM .nav-classifys-a .proi-classify-img .proi-classify-img-default {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .nav-classifys-a .proi-classify-img .proi-classify-img-active {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .nav-classifys-a:hover {
  transition: 0.5s;
  color: #fff;
  background: #004A9F;
}
.innerPage-pros-classifyM .nav-classifys-a:hover .proi-classify-img .proi-classify-img-default {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .nav-classifys-a:hover .proi-classify-img .proi-classify-img-active {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .nav-classifys-active {
  transition: 0.5s;
  color: #fff !important;
  background: #004A9F;
}
.prosClassifyMActive {
  left: 20%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: block;
}
.contacti-pro {
  z-index: 102;
}
.footer-pro {
  z-index: 102;
  position: relative;
}
.proDetailPage-con {
  margin-top: 0;
}
.nside-proMenus {
  width: 100%;
  margin-top: 80px;
  padding: 35px 0 30px;
}
.nside-proMenus .indexPage-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside-proMenus .index-nside {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.nside-proMenus .index-nside .index-icon {
  width: 28px;
  height: 24px;
  margin-right: 5px;
}
.nside-proMenus .nside-right {
  font-size: 16px;
  margin: 0 5px;
  color: #DDDDDD;
}
.nside-proMenus .nside-a {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.nside-proMenus .nside-a:hover {
  color: #004A9F;
  transition: 0.5s;
}
.nside-proMenus .nside-a-last {
  color: #004A9F;
  transition: 0.5s;
  white-space: normal;
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 5%;
  z-index: 2300;
}
.innerPage-pros-classifyM .types-a-default {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 12px 5%;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default .types-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 12px;
}
.innerPage-pros-classifyM .types-a-default .types-icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.innerPage-pros-classifyM .types-a-default .types-icon .default {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default .types-icon .active {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default .types-a-name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover {
  background: #004A9F;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover .types-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover .types-icon .active {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-default:hover .types-a-name {
  color: #FFFFFF;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-active {
  background: #004A9F;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-active .types-icon .default {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-active .types-icon .active {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-pros-classifyM .types-a-active .types-a-name {
  color: #FFFFFF;
  transition: 0.5s;
}
.prosClassifyMActive {
  left: 20%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: block;
}
.nside-detail {
  width: 100%;
  padding: 15px 0px 25px;
  margin-top: 125px;
  background: #F8F8F8;
}
.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: #999;
}
.nside-detail .nside-detail-inner svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 8px;
}
.nside-detail .nside-detail-inner a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
  margin-top: 10px;
}
.nside-detail .nside-detail-inner a:hover {
  color: #004A9F;
  transition: 0.5s;
}
.nside-detail .nside-detail-inner .lastA {
  color: #004A9F;
  white-space: normal;
}
.proDetail-inner {
  width: 100%;
  position: relative;
}
.proDetail-inner .detail-main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.proDetail-inner .pro-img-swiper {
  width: 760px;
  display: flex;
  position: relative;
  flex-direction: column;
}
.proDetail-inner .pro-intro {
  width: calc(100% - 760px);
  padding-left: 30px;
  position: relative;
}
.proDetail-inner .pro-intro .pro-intro-title {
  font-weight: normal;
  font-size: 18px;
  color: #004A9F;
  line-height: 24px;
  margin-top: 160px;
}
.proDetail-inner .pro-intro .pro-intro-desc {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 18px 0 10%;
}
.proDetail-inner .pro-intro .pro-intro-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.proDetail-inner .pro-intro .Brochure-btn {
  width: 140px;
  height: 40px;
  background: #004A9F;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  cursor: pointer;
}
.proDetail-inner .pro-intro .Brochure-btn img {
  width: 22px;
  margin-right: 10px;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.proDetail-inner .pro-intro .Brochure-btn:hover img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.proDetail-inner .pro-intro .relatedProducts-btn {
  margin-top: 24px;
  min-width: 140px;
  height: 40px;
  background: #004A9F;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  cursor: pointer;
}
.proDetail-inner .pro-intro .relatedProducts-btn img {
  width: 22px;
  margin-right: 10px;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.proDetail-inner .pro-intro .relatedProducts-btn:hover img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.proDetail-inner .pro-intro .swiper-pagination-lock {
  display: block;
}
.proDetail-inner .pro-intro .rightImg-btn {
  width: 50px;
  height: 30px;
  background: transparent;
  border: 1px solid #004A9F;
  border-radius: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  text-align: center;
  justify-content: center;
  top: 85px;
  font-size: 20px;
  color: #004A9F;
  transition: 0.5s;
}
.proDetail-inner .pro-intro .rightImg-btn:hover {
  background: #004A9F;
  color: #fff;
  transition: 0.5s;
}
.proDetail-inner .pro-intro .rightImg-btn-prev {
  left: 30px;
}
.proDetail-inner .pro-intro .rightImg-btn-next {
  left: 92px;
}
.proDetail-inner .detail-main-imgs {
  background: #f5f9ff;
}
.proDetail-inner .detail-main-muiText {
  display: flex;
  background: url('../images/web/inner1-back1.png') no-repeat;
  background-size: cover;
  background-position: left bottom;
  justify-content: space-between;
  align-items: flex-end;
}
.proDetail-inner .detail-main-muiText .detail-main {
  align-items: flex-end;
}
.proDetail-inner .detail-main-muiText .detail-content-pro {
  width: 66%;
}
.proDetail-inner .detail-main-muiText .page-link-pro {
  width: 30%;
  margin: 0 0 !important;
}
.proDetail-inner .mySwiper2 {
  width: 760px;
  height: 480px;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0;
  position: relative;
  background: #fff;
}
.proDetail-inner .mySwiper2 .swiper-slide {
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.proDetail-inner .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.proDetail-inner .mySwiper2 .mySwiper2-btn {
  width: 50px;
  height: 30px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
  z-index: 50;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  bottom: 20px;
  text-align: center;
  justify-content: center;
}
.proDetail-inner .mySwiper2 .mySwiper2-btn i {
  font-size: 20px;
  color: #fff;
  transition: 0.5s;
}
.proDetail-inner .mySwiper2 .mySwiper2-btn:hover {
  background: #004A9F;
  border: 1px solid #004A9F;
  transition: 0.5s;
}
.proDetail-inner .mySwiper2 .mySwiper2-btn:hover i {
  color: #fff;
  transition: 0.5s;
}
.proDetail-inner .mySwiper2 .mySwiper2-btn-prev {
  right: 80px;
}
.proDetail-inner .mySwiper2 .mySwiper2-btn-next {
  right: 20px;
}
.proDetail-inner .rightImg {
  margin-right: 0 !important;
  width: calc(100% - 30px);
  padding-right: 0px;
  overflow: hidden;
  height: 69px;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 30px;
}
.proDetail-inner .rightImg .rightImg-slide {
  width: 110px;
  height: 69px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 14px;
}
.proDetail-inner .rightImg .rightImg-slide-active {
  border: 2px solid #004A9F;
  transition: 0.5s;
}
.proDetail-inner .rightImg .rightImg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetail-inner .rightImg .rightImg-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetail-inner .detail-main-title {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.proDetail-inner .detail-main-title .detail-main-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proDetail-inner .detail-main-title .detail-one-title {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
}
.proDetail-inner .detail-main-title .detail-one-title p {
  z-index: 2;
  position: relative;
}
.proDetail-inner .detail-main-title .detail-one-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: calc(100% + 6px);
  height: 12px;
  z-index: 1;
  background: #CCDFFF;
  border-radius: 6px;
}
.proDetail-inner .proDetail-inner-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.proDetail-inner .proDetail-inner-line img {
  width: 25%;
}
.proDetail-inner .proDetail-inner-title1 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 12px;
  margin-top: 20px;
  color: #0A0A0A;
  line-height: 30px;
}
.proDetail-classification {
  position: absolute;
  width: 220px;
  max-height: 70vh;
  overflow-y: auto;
  left: 0;
  top: 20%;
  z-index: 100;
}
.proDetail-classification .classification-first {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10%;
  background: #083E99;
  border-radius: 0px 30px 30px 0px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  transition: 0.5s;
}
.proDetail-classification .classification-first i {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  transition: 0.5s;
  margin-left: 20px;
}
.proDetail-classification .classification-first-active {
  border-radius: 0px 20px 0px 0px;
  transition: 0.5s;
}
.proDetail-classification .classification-first-active i {
  transform: rotateZ(90deg);
  transition: 0.5s;
}
.proDetail-classification .classification-main {
  width: 100%;
  background: #F5F9FF;
  box-shadow: 0px 20px 40px 0px rgba(215, 224, 237, 0.46);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.proDetail-classification .classification-main .classification-main-inner {
  padding: 30px 15%;
}
.proDetail-classification .classification-main .classification-one {
  width: 100%;
}
.proDetail-classification .classification-main .classification-one .pros-types {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.proDetail-classification .classification-main .classification-one .pros-types-active .classification-title {
  color: #083E99;
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one .classification-icon {
  width: 18px;
  height: 18px;
  background: #083E99;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  display: flex;
}
.proDetail-classification .classification-main .classification-one .classification-icon .el-icon-minus {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 19px;
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one .classification-icon .el-icon-plus {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 19px;
  transform: translateX(0);
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one .classification-title {
  width: calc(100% - 28px);
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one .classification-title:hover {
  color: #083E99;
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one .pros-lists {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.proDetail-classification .classification-main .classification-one .pros-title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  transition: 0.5s;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.proDetail-classification .classification-main .classification-one .pros-title:hover {
  color: #083E99;
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one .pros-title-active {
  color: #083E99;
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one-active .classification-icon .el-icon-minus {
  transform: translateX(100%);
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one-active .classification-icon .el-icon-plus {
  transform: translateX(100%);
  transition: 0.5s;
}
.proDetail-classification .classification-main .classification-one-active .pros-lists {
  max-height: 300vh;
  transition: max-height 0.5s;
}
.proDetail-classification .classification-main-active {
  max-height: 100vh;
  overflow-y: auto;
  transition: max-height 0.5s;
}
.sticky {
  position: fixed;
  left: 0;
  top: 160px;
}
.proDetail-inner1 .detail-main {
  align-items: flex-start;
  justify-content: space-between;
}
.proDetail-cases {
  background: url('../images/web/cases-back.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.proDetail-cases .cases-inner {
  width: 100%;
  display: flex;
}
.proDetail-cases .cases-titles {
  min-width: 220px;
  margin-right: 5%;
}
.proDetail-cases .cases-title:nth-of-type(1) {
  border-top: 1px solid #EFEFEF;
}
.proDetail-cases .cases-title {
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 20px 14px;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.5s;
  position: relative;
}
.proDetail-cases .cases-title .cases-title-text {
  display: flex;
  width: calc(100% - 22px);
  align-items: center;
}
.proDetail-cases .cases-title .cases-title-text .cases-title-index {
  width: 20px;
  transition: 0.5s;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-right: 12%;
  line-height: 24px;
}
.proDetail-cases .cases-title .cases-title-text .cases-title-p {
  width: calc(88% - 20px);
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.proDetail-cases .cases-title .el-icon-top-right {
  width: 22px;
  color: #666666;
  line-height: 24px;
  font-size: 20px;
}
.proDetail-cases .cases-title::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #083E99;
  transition: 0.5s;
}
.proDetail-cases .cases-title-active .cases-title-text .cases-title-index {
  color: #083E99;
  transition: 0.5s;
}
.proDetail-cases .cases-title-active .cases-title-text .cases-title-p {
  color: #083E99;
  transition: 0.5s;
}
.proDetail-cases .cases-title-active::after {
  width: 100%;
  transition: 0.5s;
}
.proDetail-cases .cases-imgs-swiper {
  width: 50%;
  overflow: hidden;
}
.proDetail-cases .cases-imgs-swiper .cases-imgs-slide {
  width: 100%;
}
.proDetail-cases .cases-imgs-swiper .cases-imgs-slide img {
  width: 100%;
}
.proDetail-process {
  background: #F5F9FF;
}
.proDetail-process .process-inner {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.proDetail-process .process-inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px dashed #083E99;
  content: "";
  width: 1px;
  z-index: 5;
}
.proDetail-process .process-outer {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.proDetail-process .process-outer .process-one {
  width: calc(50% + 30px);
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}
.proDetail-process .process-outer .process-one .process-main {
  width: 60%;
  max-width: calc(100% - 90px);
  margin-right: 30px;
}
.proDetail-process .process-outer .process-one .process-title {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.proDetail-process .process-outer .process-one .process-desc {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 14px;
}
.proDetail-process .process-outer .process-one .process-icon {
  width: 60px;
  height: 60px;
  background: #083E99;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proDetail-process .process-outer .process-one .process-icon img {
  width: 50%;
}
.proDetail-process .process-outer:nth-of-type(1) {
  margin-top: 0;
}
.proDetail-process .process-outer-event {
  justify-content: flex-end;
}
.proDetail-process .process-outer-event .process-one {
  justify-content: flex-start;
}
.proDetail-process .process-outer-event .process-one .process-main {
  margin-right: 0;
  margin-left: 30px;
}
.proDetail-afterSales .afterSales-swiper .afterSales-btns .afterSales-btn {
  border: 1px solid #004A9F;
}
.proDetail-afterSales .afterSales-swiper .afterSales-btns .afterSales-btn:hover {
  background: #004A9F;
  color: #fff;
}
.proDetail-relatedProducts .relatedProductsSwiper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  position: relative;
}
.proDetail-relatedProducts .relatedProductsSwiper::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #CCDFFF;
  bottom: 13px;
  left: 0;
  z-index: 6;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide {
  overflow: hidden;
  width: calc((100% - 60px ) / 3);
  margin-right: 30px;
  cursor: pointer;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneTitle {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin: 14px 0;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneTitle p {
  width: calc(100% - 30px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneTitle i {
  color: #004A9F;
  width: 30px;
  font-size: 20px;
  line-height: 24px;
  transform: translateX(-10px);
  opacity: 0;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneImg {
  width: 100%;
  background: #fff;
  display: block;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneDesc {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide:hover .proiSwiper-oneTitle {
  color: #004A9F;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedProducts-swiper-slide:hover .proiSwiper-oneTitle i {
  line-height: 24px;
  transform: translateX(0px);
  opacity: 1;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedPro-btn-outer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proDetail-relatedProducts .relatedPro-btn {
  width: 50px;
  cursor: pointer;
  height: 27px;
  background: #F5F9FF;
  border-radius: 13px;
  border: 1px solid #083E99;
  color: #083E99;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  transition: 0.5s;
  z-index: 20;
}
.proDetail-relatedProducts .relatedPro-btn:hover {
  color: #fff;
  background: #004A9F;
  transition: 0.5s;
}
.proDetail-relatedProducts .relatedPro-btn-prev {
  margin-right: 12px;
}
.proDetail-inner2 .detail-main-pro-con {
  width: 100%;
}
.page-link {
  width: 100%;
  margin: 30px 0;
}
.page-link .page-link-inner {
  display: flex;
  flex-wrap: wrap;
}
.page-link .page-link-a {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  border-radius: 10px;
  border: 1px solid #333;
  padding: 14px 30px;
  display: flex;
  margin-top: 18px;
  transition: 0.5s;
}
.page-link .page-link-a .page-link-word {
  white-space: nowrap;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.page-link .page-link-a .page-link-word .page-dot {
  width: 7px;
  height: 7px;
  background: #333;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.5s;
}
.page-link .page-link-a:hover {
  border: 1px solid #004A9F;
  color: #004A9F;
  transition: 0.5s;
}
.page-link .page-link-a:hover .page-link-word .page-dot {
  background: #004A9F;
  transition: 0.5s;
}
.page-link-pro {
  margin-bottom: 0 !important;
}
.detail-inner {
  width: 100%;
  padding: 60px 0;
  color: #333;
}
.innerPage-outer {
  width: calc(100% - 120px);
  margin: 0 auto;
}
#detailImage {
  width: 300px;
  display: none;
  background: #fff;
  position: absolute;
  left: 760px;
  top: 0;
  height: 300px;
  z-index: 3;
}
.detail-content {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table caption {
  width: 100%;
  text-align: left;
  padding: 24px 30px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #3C4883;
  background: #121940;
  border-radius: 10px 10px 0 0;
}
.detail-content table::-webkit-scrollbar {
  height: 10px;
}
.detail-content table th {
  background: #121940;
  color: #fff;
  border: 1px solid #3C4883;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #fff;
  font-size: 16px;
  padding: 24px 30px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: #121940;
  text-align: center;
  border: 1px solid #3C4883;
  color: #fff;
  font-size: 16px;
  padding: 12px 18px;
  white-space: nowrap;
}
@media only screen and (max-width: 1441px) {
  .proDetail-inner .pro-intro .pro-intro-desc {
    margin: 14px 0 8%;
  }
  #detailImage {
    left: 610px;
  }
  .proDetail-inner .mySwiper2 {
    width: 610px;
    height: 385px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 610px;
  }
  .proDetail-inner .pro-intro {
    width: calc(100% - 610px);
  }
  .detail-content {
    font-size: 14px;
  }
  .proDetail-inner .detail-main-title .detail-one-title {
    font-size: 30px;
    line-height: 36px;
  }
  .proDetail-inner .detail-main-title {
    margin: 0 auto 32px;
  }
}
@media only screen and (max-width: 1281px) {
  .proDetail-inner .pro-intro .pro-intro-title {
    margin-top: 140px;
  }
  .proDetail-inner .rightImg {
    height: 69px;
  }
  .proDetail-inner .rightImg .rightImg-slide {
    width: 110px;
    height: 69px;
  }
  #detailImage {
    left: 560px;
    width: 200px;
    height: 200px;
  }
  .proDetail-classification {
    top: 14%;
  }
  .proDetail-inner .mySwiper2 {
    width: 560px;
    height: 354px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 560px;
  }
  .proDetail-inner .pro-intro {
    width: calc(100% - 560px);
  }
  .page-link-pro .page-link-a {
    margin-top: 0;
  }
  .proDetail-inner .detail-main-muiText .detail-content-pro {
    width: 100%;
  }
  .proDetail-inner .detail-main-muiText .page-link-pro {
    width: 100% !important;
  }
  .proDetail-inner .detail-main-muiText .detail-content-pro {
    margin-bottom: 22px;
  }
  .page-link .page-link-a {
    border: 1px solid transparent;
    padding: 6px 30px 0 6px;
    border-radius: 4px;
  }
  .proDetail-classification {
    width: 220px;
  }
  .proDetail-classification .classification-first {
    padding: 16px 6%;
    font-size: 16px;
    line-height: 22px;
  }
  .proDetail-classification .classification-main .classification-main-inner {
    padding: 26px 10%;
  }
  .proDetail-classification .classification-main .classification-one .pros-types {
    margin-bottom: 18px;
  }
  .proDetail-classification .classification-main .classification-one .pros-title {
    margin-bottom: 14px;
  }
  .proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    font-size: 16px;
    margin: 12px 0 8px;
  }
  .proDetail-cases .cases-title .cases-title-text .cases-title-p {
    font-size: 16px;
  }
  .proDetail-cases .cases-title .el-icon-top-right {
    width: 20px;
    font-size: 16px;
  }
  .proDetail-process .process-inner {
    padding-top: 50px;
  }
  .proDetail-process .process-outer .process-one .process-main {
    width: 80%;
  }
  .proDetail-process .process-outer .process-one .process-title {
    font-size: 16px;
  }
  .proDetail-process .process-outer .process-one .process-desc {
    margin-top: 10px;
  }
  .page-link .page-link-a {
    width: 100%;
    font-size: 16px;
  }
  .nside-detail {
    margin-top: 110px;
  }
  .detail-content {
    font-size: 14px;
  }
  .detail-content table tr:first-child td {
    font-size: 14px;
    padding: 18px 24px;
    line-height: 26px;
  }
  .detail-content table caption {
    padding: 18px 24px;
  }
  .detail-content table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1150px) {
  #detailImage {
    left: 500px;
  }
  .proDetail-inner .mySwiper2 {
    width: 500px;
    height: 316px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 500px;
  }
  .proDetail-inner .pro-intro {
    width: calc(100% - 500px);
    padding-left: 20px;
  }
  .proDetail-inner .rightImg {
    left: 20px;
    width: calc(100% - 20px);
  }
  .proDetail-inner .pro-intro .rightImg-btn-prev {
    left: 20px;
  }
  .proDetail-inner .pro-intro .rightImg-btn-next {
    left: 74px;
  }
  .proDetail-inner .pro-intro .rightImg-btn {
    width: 42px;
    height: 24px;
  }
  .proDetail-inner .mySwiper2 .mySwiper2-btn i {
    font-size: 16px;
  }
  .proDetail-inner .mySwiper2 .mySwiper2-btn-next {
    right: 16px;
  }
  .proDetail-inner .mySwiper2 .mySwiper2-btn-prev {
    right: 74px;
  }
  .proDetail-inner .mySwiper2 .mySwiper2-btn {
    width: 42px;
    height: 24px;
    font-size: 16px;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1025px) {
  .proDetail-inner .pro-intro .pro-intro-title {
    margin-top: 125px;
  }
  #detailImage {
    left: 450px;
  }
  .proDetail-inner .mySwiper2 {
    width: 450px;
    height: 284px;
  }
  .proDetail-inner .pro-intro .pro-intro-desc {
    margin: 14px 0 6%;
  }
  .proDetail-inner .pro-intro .relatedProducts-btn {
    margin-top: 20px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 450px;
  }
  .proDetail-inner .pro-intro {
    width: calc(100% - 450px);
  }
  .proDetail-relatedProducts .relatedProducts-swiper-slide {
    width: 35%;
    margin-right: 20px;
  }
  .proDetail-cases .cases-title .cases-title-text .cases-title-p {
    font-size: 14px;
  }
  .proDetail-cases .cases-title {
    padding: 14px 10px;
  }
  .proDetail-cases .cases-inner {
    justify-content: center;
  }
  .proDetail-cases .cases-imgs-swiper {
    width: calc(95% - 220px);
    max-width: 440px;
  }
  .proDetail-inner .detail-main {
    width: 100%;
  }
  .proDetail-process .process-inner {
    padding-top: 40px;
  }
  .proDetail-process .process-outer .process-one .process-icon {
    width: 52px;
    height: 52px;
  }
  .proDetail-process .process-outer .process-one {
    width: calc(50% + 26px);
  }
  .proDetail-inner .detail-main-title {
    margin: 0 auto 28px;
  }
  .proDetail-inner .detail-main-title .detail-main-dot {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
  .proDetail-inner .detail-main-title .detail-one-title {
    font-size: 20px;
  }
  .page-link {
    margin: 20px 0;
  }
  .nside-detail {
    margin-top: 65px;
  }
  .nside-detail-news .nside-detail-inner {
    width: 90% !important;
    margin: 0 auto;
  }
  .detail-content table caption {
    padding: 16px 18px;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
  }
  .detail-content table tr:first-child td {
    font-size: 12px;
    padding: 14px 18px;
    line-height: 24px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 14px 18px;
    line-height: 24px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 14px;
  }
  .nside-detail .nside-detail-inner {
    width: 100%;
  }
  .detail-content table td {
    padding: 18px 14px;
  }
  .nside-detail {
    margin-top: 65px;
  }
  .innerPage-outer {
    width: 90%;
  }
  .detail-inner .detail-main {
    width: 100%;
  }
  .detail-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 821px) {
  .proDetail-inner .rightImg {
    width: 100%;
    left: 0;
    height: 63px;
  }
  .proDetail-inner .rightImg .rightImg-slide {
    width: 100px;
    height: 63px;
  }
  .proDetail-inner .pro-intro .rightImg-btn {
    top: 80px;
  }
  .proDetail-inner .pro-intro .rightImg-btn-prev {
    left: 0;
  }
  .proDetail-inner .pro-intro .rightImg-btn-next {
    left: 58px;
  }
  .proDetail-inner .pro-intro .pro-intro-title {
    margin-top: 122px;
  }
  #detailImage {
    display: none;
  }
  .proDetail-inner .pro-img-swiper {
    width: 70vw;
  }
  .proDetail-inner .mySwiper2 {
    width: 70vw;
    height: 44.21vw;
  }
  .proDetail-inner .pro-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 22px;
  }
  .proDetail-inner .pro-intro .pro-intro-desc {
    margin: 6px 0 20px;
  }
  .proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneTitle {
    font-size: 14px;
    margin: 10px 0 4px;
  }
  .proDetail-relatedProducts .relatedProducts-swiper-slide .proiSwiper-oneDesc {
    font-size: 12px;
    line-height: 20px;
  }
  .proDetail-cases .cases-title {
    width: 33.33%;
  }
  .proDetail-cases .cases-inner {
    flex-wrap: wrap;
  }
  .proDetail-cases .cases-title:nth-of-type(1) {
    border-top: 0 solid transparent;
  }
  .proDetail-cases .cases-titles {
    width: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 22px;
    border-top: 1px solid #EFEFEF;
    flex-wrap: wrap;
  }
  .proDetail-cases .cases-imgs-swiper {
    width: 100%;
  }
  .proDetail-process .process-outer .process-one .process-icon {
    width: 44px;
    height: 44px;
  }
  .proDetail-process .process-outer .process-one {
    width: calc(50% + 22px);
  }
  .proDetail-process .process-inner {
    padding-top: 32px;
  }
  .proDetail-process .process-outer .process-one .process-desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .proDetail-process .process-outer .process-one .process-main {
    width: 100%;
    max-width: calc(100% - 68px);
    margin-left: 20px;
  }
  .proDetail-process .process-outer-odd .process-one .process-main {
    margin-right: 20px;
    margin-left: 0;
  }
  .proDetail-process .process-outer .process-one .process-title {
    font-size: 14px;
  }
  .nside-detail {
    padding: 10px 0px 16px;
  }
  .detail-content table td {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 641px) {
  .proDetail-inner .pro-intro .pro-intro-title {
    font-size: 16px;
    line-height: 22px;
  }
  .proDetail-inner .pro-intro .pro-intro-desc {
    font-size: 12px;
  }
  .proDetail-inner .pro-img-swiper {
    width: 90vw;
  }
  .proDetail-inner .mySwiper2 {
    width: 90vw;
    height: 56.84vw;
  }
  .proDetail-classification {
    display: none;
  }
  .classifyAll-btn {
    display: block;
  }
  .proDetail-relatedProducts .relatedProducts-swiper-slide {
    width: 42%;
  }
  .proDetail-cases .cases-title {
    width: 50%;
  }
  .proDetail-process .process-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .proDetail-cases .cases-title .cases-title-text .cases-title-index {
    width: 16px;
    font-size: 12px;
    margin-right: 8%;
    line-height: 20px;
  }
  .proDetail-cases .cases-title {
    padding: 12px 10px;
  }
  .proDetail-cases .cases-title .el-icon-top-right {
    width: 16px;
    font-size: 14px;
  }
  .proDetail-cases .cases-title .cases-title-text .cases-title-p {
    font-size: 12px;
    width: calc(92% - 16px);
  }
  .proDetail-process .process-inner {
    padding-top: 0;
  }
  .proDetail-process .process-outer .process-one {
    width: 100%;
  }
  .proDetail-process .process-outer-odd .process-one {
    position: relative;
  }
  .proDetail-process .process-outer-odd .process-one .process-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .proDetail-process .process-outer-odd .process-one .process-main {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-left: 64px;
  }
  .proDetail-process .process-outer {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .proDetail-process .process-inner::before {
    display: none;
  }
  .page-link .page-link-a {
    font-size: 14px;
  }
  .nside-detail {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 521px) {
  .detail-content {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 431px) {
  .proDetail-relatedProducts .relatedPro-btn {
    width: 42px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
  }
  .proDetail-relatedProducts .relatedProducts-swiper-slide {
    width: 48%;
  }
  .nside-detail {
    margin-top: 42px;
  }
  .detail-content table::-webkit-scrollbar {
    height: 4px;
  }
  .page-link .page-link-a {
    font-size: 12px;
    line-height: 22px;
  }
  .detail-content table caption {
    padding: 12px 14px;
    font-size: 12px;
  }
  .detail-content table tr:first-child td {
    padding: 12px 14px;
    line-height: 20px;
  }
  .detail-content table td {
    padding: 12px 14px;
  }
}
