.innerPage-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 40px;
}
.innerPage-desc {
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.nsideDetail {
  margin: 120px auto 0;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 22px;
  background-color: #F8F8F8;
  z-index: 10;
}
.nsideDetail .nsideDetail-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nsideDetail .nsideDetail-inner img {
  margin-right: 8px;
}
.nsideDetail .nsideDetail-inner .nside-right {
  width: 15px;
}
.nsideDetail .nsideDetail-inner .nside-index {
  width: 20px;
}
.nsideDetail .nsideDetail-inner .nside-a {
  display: flex;
  align-items: center;
  margin-right: 8px;
  font-size: 16px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  line-height: 20px;
  transition: 0.5s;
  word-break: keep-all;
  color: #333333;
  cursor: pointer;
}
.nsideDetail .nsideDetail-inner .nside-a:hover {
  color: #ED2329;
  transition: 0.5s;
}
.nsideDetail .nsideDetail-inner .nside-a-last {
  color: #ED2329;
}
.innerPage-conDetail li,
.innerPage-conDetail i,
.innerPage-conDetail em {
  list-style: initial;
}
.innerPage-conDetail .newsDetail-con1 {
  padding: 60px 0;
}
.innerPage-conDetail .newsDetail-conMore {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.innerPage-conDetail .newsDetailSwiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.innerPage-conDetail .newsDetailSwiper .swiper-pagination-bullet {
  margin: 0 4px;
}
.innerPage-conDetail .newsDetailSwiper .swiper-pagination-bullet-active {
  background: #0F49B5;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
  background-color: #ffffff;
  margin-right: 20px;
  padding: 20px 20px 50px;
  width: 25%;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneTitle {
  color: #0F49B5;
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneImg {
  overflow: hidden;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one:hover .newsDetailSwiper-oneImg img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneImg {
  width: 100%;
  position: relative;
  display: block;
  min-height: 34px;
  overflow: hidden;
  background: #f5f5f5;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneImg img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneImg .newsDetailSwiper-oneTime {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  padding: 10px;
  background: #0F49B5;
  height: 34px;
  z-index: 11;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  font-family: 'costomFont-Regular';
  text-align: center;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneTitle {
  margin: 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #666;
  transition: 0.5s;
}
.innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneDesc {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
.innerPage-conDetail .newsDetail-title {
  font-size: 24px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'LamaSans-Regular';
}
.innerPage-conDetail .newsDetail-title1 {
  margin-bottom: 30px;
  text-align: left;
}
.innerPage-conDetail .newsDetail-line {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transform: scaleY(0.5);
}
.innerPage-conDetail .newsDetail-desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  font-family: 'costomFont';
  min-height: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerPage-conDetail .newsDetail-desc span {
  font-family: 'costomFont-Regular';
  padding-right: 6px;
}
.innerPage-conDetail .newsDetail-intro {
  width: 100%;
  padding: 10px;
  background-color: #f2f2f2;
  margin-top: 20px;
  line-height: normal;
  font-size: 14px;
  color: #666666;
}
.innerPage-conDetail .newsDetail-con {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 1.8;
}
.innerPage-pros-classify {
  width: 260px;
}
.innerPage-pros-classify .innerPage-pros-classify-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-pros-classify .nav-classifys-a {
  width: 100%;
  display: flex;
  padding: 16px 20px;
  font-size: 16px;
  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-classify .nav-classifys-a p {
  max-width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innerPage-pros-classify .nav-classifys-a:hover {
  transition: 0.5s;
  color: #fff;
  background: #0870D8;
}
.innerPage-pros-classify .nav-classifys-active {
  transition: 0.5s;
  color: #fff;
  background: #0F49B5;
}
.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 {
  max-width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innerPage-pros-classifyM .nav-classifys-a:hover {
  transition: 0.5s;
  color: #fff;
  background: #0870D8;
}
.innerPage-pros-classifyM .nav-classifys-active {
  transition: 0.5s;
  color: #fff;
  background: #0F49B5;
}
.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;
}
.prosPage {
  background: #F8F8F8;
}
.prosPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.prosPage .classifyAll-btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  display: none;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  background: #ED1E24;
}
.prosPage .prosPage-main {
  width: calc(100% - 300px);
}
.prosPage .prosPage-main .prosPage-main-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.prosPage .prosPage-main .prosPage-one {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  padding: 5% 5%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.prosPage .prosPage-main .prosPage-one:hover .prosPage-one-title {
  color: #ED1E24;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transform: scaleY(0.5);
  background: #0F49B5;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one:hover::after {
  width: 100%;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one-img {
  width: 22%;
}
.prosPage .prosPage-main .prosPage-one-con {
  width: 60%;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.prosPage .prosPage-main .prosPage-one-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one-desc {
  font-size: 14px;
  color: #666666;
  margin: 20px 0 22px;
  line-height: 24px;
}
.prosPage .prosPage-main .prosPage-one1 {
  width: calc((100% - 60px) / 3);
  border: 1px solid #EFEFEF;
  margin-right: 30px;
  margin-bottom: 30px;
}
.prosPage .prosPage-main .prosPage-one1 .prosPage-one-img1 {
  width: 100%;
  display: block;
}
.prosPage .prosPage-main .prosPage-one1 .prosPage-one-title1 {
  background: #EFEFEF;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
}
.prosPage .prosPage-main .prosPage-one1 .prosPage-one-title1 p {
  width: 100%;
}
.prosPage .prosPage-main .prosPage-one1:hover .prosPage-one-title1 {
  background: #0870D8;
  color: #fff;
  transition: 0.5s;
}
.prosPage .prosPage-main .prosPage-one1:nth-of-type(3n) {
  margin-right: 0;
}
.prosPage-pages {
  margin-top: 44px;
}
.pageLink {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  font-family: 'AlibabaPuHuiTi-Regular';
}
.pageLink .pageLink-one {
  max-width: 50%;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  transition: 0.5s;
}
.pageLink .pageLink-one p {
  word-break: keep-all;
}
.pageLink .pageLink-one a {
  color: #333;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pageLink .pageLink-one:hover {
  color: #0F49B5;
  transition: 0.5s;
}
.pageLink .pageLink-one:hover a {
  color: #0F49B5;
  transition: 0.5s;
}
.innerPage-proDetail .detail-content-inner {
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail .detail-content {
  width: 75%;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.innerPage-proDetail .detail-content-title {
  width: 25%;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  align-items: center;
  height: 50px;
}
.innerPage-proDetail .detail-content-title .detail-content-title-icon {
  width: 30px;
  height: 30px;
  background: #0F49B5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.innerPage-proDetail .detail-content-title .detail-content-title-icon img {
  width: 60%;
  display: block;
}
.innerPage-proDetail1 {
  padding: 60px 0;
}
.innerPage-proDetail1 .proDetail-main-left {
  position: relative;
}
.innerPage-proDetail1 .mySwiper2 {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
  background: #FBFBFB;
  overflow: hidden;
}
.innerPage-proDetail1 .mySwiper2 .swiper-slide {
  width: 100%;
  cursor: pointer;
}
.innerPage-proDetail1 .mySwiper2 .swiper_trigger {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
}
.innerPage-proDetail1 .rightImg {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.innerPage-proDetail1 .rightImg .rightImg-slide {
  width: 80px;
  margin-left: 20px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.innerPage-proDetail1 .rightImg .rightImg-slide img {
  width: 100%;
  display: block;
}
.innerPage-proDetail1 .rightImg .rightImg-slide-active {
  border: 1px solid #0F49B5;
  transition: 0.5s;
}
.innerPage-proDetail1 .rightImg .swiper-slide-thumb-active {
  border: 1px solid #0F49B5;
  transition: 0.5s;
}
.innerPage-proDetail1 .proDetail-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-left {
  width: 800px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info {
  width: calc(95% - 800px);
  font-family: 'AlibabaPuHuiTi-Regular';
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin: 60px 0 20px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 18%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact {
  width: 100%;
  margin-bottom: 18%;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one {
  width: 100%;
  display: flex;
  align-items: center;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-img {
  width: 40px;
  height: 40px;
  background: #0F49B5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-img img {
  width: 62%;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-type {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-type a {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one:hover .proDetail-main-contact-img img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one1 {
  margin-bottom: 30px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  word-break: keep-all;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Relatedproducts-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #0F49B5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Relatedproducts-btn img {
  margin-right: 6px;
  width: 15px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Relatedproducts-btn:hover {
  border-radius: 20px;
  transition: 0.5s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .proDetail-main-btn1 p {
  position: relative;
  transition: 0.5s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .proDetail-main-btn1 p::after {
  content: attr(data-word);
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 100%;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .proDetail-main-btn1:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Brochure-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background: #0F49B5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: 0.5s;
  overflow: hidden;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Brochure-btn img {
  margin-right: 6px;
  width: 18px;
}
.innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Brochure-btn:hover {
  border-radius: 20px;
  transition: 0.5s;
}
.innerPage-proDetail1 .innerPage-proDetail1-title {
  font-size: 24px;
  font-family: 'LamaSans-Regular';
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}
.innerPage-proDetail1 .proDetail-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne {
  margin-top: 40px;
  width: 32%;
  font-family: 'costomFont-Regular';
  cursor: pointer;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne:hover .proDetail-processOne-img {
  overflow: hidden;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne:hover .proDetail-processOne-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-index {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-index strong {
  color: #bd2122;
  font-size: 20px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-title {
  line-height: normal;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.innerPage-proDetail1 .proDetail-process .proDetail-processOne-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-proDetail-other {
  padding: 100px 0;
}
.innerPage-proDetail-other .detail-content-title {
  width: 100%;
  padding-right: 0;
  margin-bottom: 42px;
}
.innerPage-proDetail-other .recommendedProSwiper-outer {
  position: relative;
}
.innerPage-proDetail-other .recommended-btn {
  position: absolute;
  top: -80px;
  width: 46px;
  height: 46px;
  background: #0F49B5;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
}
.innerPage-proDetail-other .recommended-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.innerPage-proDetail-other .recommended-btn-prev {
  right: 60px;
}
.innerPage-proDetail-other .recommended-btn-next {
  right: 0;
}
.innerPage-proDetail-other .recommendedProSwiper {
  width: 100%;
  overflow: hidden;
}
.innerPage-proDetail-other .recommendedPro-slide {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background: #F2F2F2;
}
.innerPage-proDetail-other .recommendedPro-slide .recommendedPro-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  background: #E1E1E1;
  padding: 0 30px;
  transition: 0.5s;
  line-height: 60px;
}
.innerPage-proDetail-other .recommendedPro-slide .recommendedPro-title p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.innerPage-proDetail-other .recommendedPro-slide .recommendedPro-img {
  width: 100%;
  overflow: hidden;
  background: #F2F2F2;
  padding: 10%;
}
.innerPage-proDetail-other .recommendedPro-slide .recommendedPro-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-proDetail-other .recommendedPro-slide:hover .recommendedPro-title {
  color: #fff;
  background: #0F49B5;
  transition: 0.5s;
}
.innerPage-proDetail-other .recommendedPro-slide:hover .recommendedPro-img {
  overflow: hidden;
}
.innerPage-proDetail-other .recommendedPro-slide:hover .recommendedPro-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-proDetail-other .applications {
  width: 100%;
}
.innerPage-proDetail-other .applications .applications-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-proDetail-other .applications .applications-one .imgHover {
  border-radius: 10px;
  height: 100%;
}
.innerPage-proDetail-other .applications .applications-one .imgHover img {
  object-fit: cover;
}
.innerPage-proDetail-other .applications .applications-oneTop {
  margin-bottom: 22px;
}
.innerPage-proDetail-other .applications .applications-oneTop .applications-one1 {
  width: 48.3%;
}
.innerPage-proDetail-other .applications .applications-oneTop .applications-one2 {
  width: 23.3%;
}
.innerPage-proDetail-other .applications .applications-oneTop .applications-one3 {
  width: 25%;
}
.innerPage-proDetail-other .applications .applications-oneBottom .applications-one1 {
  width: 23.3%;
}
.innerPage-proDetail-other .applications .applications-oneBottom .applications-one2 {
  width: 25%;
}
.innerPage-proDetail-other .applications .applications-oneBottom .applications-one3 {
  width: 48.3%;
}
.innerPage-proDetail2 {
  background-color: #F8F8F8;
}
.innerPage-proDetail2 .cooperationProcess {
  width: 100%;
  display: flex;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one {
  width: 50%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 23px 76px;
  background: url('https://file.global86.cn/fileStore/website_new/yichen/pro-detail/cooperationProcess-back.png') no-repeat;
  background-size: cover;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main {
  width: 490px;
  height: 490px;
  position: relative;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-img {
  width: 126px;
  height: 126px;
  background: #0F49B5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-img img {
  width: 60%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-p {
  font-size: 24px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con-active {
  opacity: 1;
  transition: 0.5s;
  z-index: 50;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou {
  opacity: 0.5;
  transition: 0.5s;
  position: absolute;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  width: 42.4%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(2) {
  top: 46px;
  left: auto;
  right: -8px;
  bottom: auto;
  width: 23%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(3) {
  top: 54%;
  left: auto;
  right: 0;
  bottom: auto;
  width: 21.2%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(4) {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 42.4%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(5) {
  top: 54%;
  left: 0px;
  right: auto;
  bottom: auto;
  width: 23%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(6) {
  top: 46px;
  left: 8px;
  right: auto;
  bottom: auto;
  width: 21.2%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou-active {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dots-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(1) {
  top: 28px;
  left: auto;
  right: 115px;
  bottom: auto;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(2) {
  top: calc(50% - 4px);
  left: auto;
  right: -6px;
  bottom: auto;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(3) {
  top: auto;
  left: auto;
  right: 115px;
  bottom: 28px;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(4) {
  top: auto;
  left: 115px;
  right: auto;
  bottom: 28px;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(5) {
  top: calc(50% - 4px);
  left: 0px;
  right: auto;
  bottom: auto;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(6) {
  top: 32px;
  left: 120px;
  right: auto;
  bottom: auto;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot-active {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
  background: #E8EEF7;
  padding: 100px 76px;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .detail-content-title {
  margin-bottom: 8%;
  width: 100%;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 91px;
  height: 40px;
  background: #0F49B5;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn .cooperationProcess-btn-line {
  width: 1px;
  height: 14px;
  background: #ACC0E5;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn .cooperationProcess-btn-one {
  width: 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  opacity: 0.6;
  transition: 0.5s;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn .cooperationProcess-btn-prev {
  padding-left: 20px;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn .cooperationProcess-btn-next {
  padding-left: 10px;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn .cooperationProcess-btn-oneActive {
  opacity: 1;
  transition: 0.5s;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide {
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide .cooperationProcess-index {
  font-size: 14px;
  color: #0F49B5;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide .cooperationProcess-title {
  font-size: 18px;
  margin: 8px 0 14px;
  color: #333333;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide .cooperationProcess-line {
  width: 100%;
  height: 1px;
  background: #0F49B5;
  opacity: 0.3;
}
.innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide .cooperationProcess-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 28px;
  width: 80%;
}
.innerPage-proDetail3 {
  background: url('https://file.global86.cn/fileStore/website_new/yichen/pro-detail/honorCertificate.jpg') no-repeat;
  background-size: cover;
  padding: 0 !important;
  position: relative;
}
.innerPage-proDetail3 .honorCertificate-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.innerPage-proDetail3 .indexPage-inner {
  height: 100%;
}
.innerPage-proDetail3 .indexPage-outer {
  padding-top: 100px;
  height: 100%;
}
.innerPage-proDetail3 .honorCertificate {
  margin-top: -60px;
  position: relative;
  height: 480px;
}
.innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 15%;
}
.innerPage-proDetail3 .honorCertificate .honorCertificate-one1 {
  width: 25%;
  position: absolute;
  bottom: 43%;
  right: 18%;
}
.innerPage-proDetail3 .honorCertificate .honorCertificate-one2 {
  width: 25%;
  position: absolute;
  bottom: 12%;
  right: 24%;
}
.innerPage-proDetail3 .honorCertificate .honorCertificate-one3 {
  width: 25%;
  position: absolute;
  bottom: 24%;
  right: 46%;
}
.circle_process {
  position: relative;
  width: 199px;
  height: 200px;
}
.circle_process .wrapper {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.circle_process .right {
  right: 0;
}
.circle_process .left {
  left: 0;
}
.circle_process .circle {
  width: 200px;
  height: 200px;
  border: 20px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
.circle_process .rightcircle {
  border-top: 20px solid green;
  border-right: 20px solid green;
  right: 0;
  -webkit-animation: circle_right 5s linear infinite;
}
.circle_process .leftcircle {
  border-bottom: 20px solid green;
  border-left: 20px solid green;
  left: 0;
  -webkit-animation: circle_left 5s linear infinite;
}
@keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes circle_left {
  0%,
  50% {
    -webkit-transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
.previewImg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 5% 10% 10%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
}
.previewImg .close-btn {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.previewImg .close-btn img {
  width: 40px;
  height: 40px;
}
.previewImg #myPreviewImg {
  width: 80%;
  height: 80%;
  object-fit: scale-down;
}
.solutionPage .solution-data-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.solutionPage .solution-data-main .modelPage1-pages {
  margin-top: 20px;
}
.solutionPage .solution-data-main .machining-one {
  width: calc((100% - 60px) / 3);
  border: 1px solid #EFEFEF;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
}
.solutionPage .solution-data-main .machining-one .machining-img {
  display: block;
}
.solutionPage .solution-data-main .machining-one .machining-img img {
  width: 100%;
  display: block;
}
.solutionPage .solution-data-main .machining-p {
  background: #EFEFEF;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
}
.solutionPage .solution-data-main .machining-one:nth-of-type(3n) {
  margin-right: 0;
}
.solutionPage .solution-data-main .solution-data-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one1 {
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one1 .el-image {
  width: 100%;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one2 {
  width: 73.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one2 .solution-data-one2-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one2 .solution-data-one2-top .solution-data-one2-img1 {
  width: 65.9%;
  border-radius: 10px;
  overflow: hidden;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one2 .solution-data-one2-top .solution-data-one2-img1 .el-image {
  width: 100%;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one2 .solution-data-one2-top .solution-data-one2-img2 {
  width: 31.8%;
  border-radius: 10px;
  overflow: hidden;
}
.solutionPage .solution-data-main .solution-data-one .solution-data-one2 .solution-data-one2-top .solution-data-one2-img2 .el-image {
  width: 100%;
}
.solutionPage .solution-data-main .solution-data-one:nth-of-type(1) {
  margin-top: 0;
}
.solutionPage1 {
  background: #F8F8F8;
}
.solutionPage1 .innerPage-title {
  max-width: calc(100% - 140px);
}
.solutionPage1 .industry-story-swiper-outer {
  width: 100%;
  position: relative;
}
.solutionPage1 .industry-story-swiper-outer .industry-btn {
  position: absolute;
  top: -60px;
  width: 46px;
  height: 46px;
  background: #0F49B5;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
}
.solutionPage1 .industry-story-swiper-outer .industry-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.solutionPage1 .industry-story-swiper-outer .industry-btn-prev {
  right: 60px;
}
.solutionPage1 .industry-story-swiper-outer .industry-btn-next {
  right: 0;
}
.solutionPage1 .industry-story-swiper {
  width: 100%;
}
.solutionPage1 .industry-story-swiper .industry-story-slide {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.solutionPage1 .industry-story-swiper .industry-story-slide:hover .industry-story-title {
  color: #ED1E24;
  transition: 0.5s;
}
.solutionPage1 .industry-story-swiper .industry-story-img {
  width: 100%;
  display: block;
}
.solutionPage1 .industry-story-swiper .industry-story-main {
  padding: 40px 20px 50px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.solutionPage1 .industry-story-swiper .industry-story-time {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.solutionPage1 .industry-story-swiper .industry-story-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 4px 0 16px;
  transition: 0.5s;
}
.solutionPage1 .industry-story-swiper .industry-story-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px;
}
.smartPage {
  background: #F8F8F8;
}
.smartPage .productionList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smartPage .productionList .production-one {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.smartPage .productionList .production-one .production-img {
  width: 100%;
  border-radius: 10px;
  background: #fff;
}
.smartPage .productionList .production-one .production-img .el-image {
  width: 100%;
}
.smartPage .productionList .production-one .production-p {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  transition: 0.5s;
}
.smartPage .productionList .production-one:hover .production-p {
  color: #fff;
  background: #ED1E24;
  transition: 0.5s;
}
.smartPage .productionList .production-one:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage .innerPage-Videos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.smartPage .innerPage-inner-Videos {
  width: 75%;
  position: relative;
  background: #f8f8f8;
}
.smartPage .innerPage-inner-Videos .videoBox {
  width: 100%;
  opacity: 0;
  z-index: -1;
  position: relative;
}
.smartPage .innerPage-inner-Videos .videoMain {
  width: 100%;
  opacity: 1;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
  height: 100%;
}
.smartPage .innerPage-inner-Videos .videoMain-title {
  width: 100%;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .VideosImgSwiper {
  width: 23%;
  height: 600px;
  position: relative;
}
.smartPage .VideosImgSwiper .VideosImg-one {
  width: 100%;
  position: relative;
  cursor: pointer;
  height: calc((100% / 3) - 20px);
  margin-bottom: 20px;
  overflow: hidden;
  background: #f8f8f8;
}
.smartPage .VideosImgSwiper .VideosImg-one video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.smartPage .VideosImgSwiper .VideosImg-one .VideosImg-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.smartPage .VideosImgSwiper .VideosImg-active .VideosImg-mask {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.smartPage .VideosImgSwiper .video-btn {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #0F49B5;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 30;
  border-radius: 50%;
  cursor: pointer;
}
.smartPage .VideosImgSwiper .video-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.smartPage .VideosImgSwiper .video-btn-prev {
  top: calc((100% / 3) - 20px);
  bottom: auto;
}
.smartPage .VideosImgSwiper .video-btn-next {
  top: auto;
  bottom: calc(100% / 3);
}
.smartPage .VideosImgSwiper1 {
  width: 100%;
  display: none;
  margin-top: 14px;
}
.smartPage .VideosImgSwiper1 .VideosImg-one1 {
  width: 20%;
  height: 110px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  overflow: hidden;
  background: #f8f8f8;
}
.smartPage .VideosImgSwiper1 .VideosImg-one1 video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.smartPage .VideosImgSwiper1 .VideosImg-one1 .VideosImg-mask1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.smartPage .VideosImgSwiper1 .VideosImg-active1 .VideosImg-mask1 {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.smartPage .VideosImgSwiper1 .video-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  background: #0F49B5;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 16px);
  z-index: 30;
  border-radius: 50%;
}
.smartPage .VideosImgSwiper1 .video-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.smartPage .VideosImgSwiper1 .video-btn-prev1 {
  left: 20%;
}
.smartPage .VideosImgSwiper1 .video-btn-next1 {
  right: calc(20% - 80px);
}
.smartPage2 {
  background: #fff;
}
.smartPage3 {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 600px;
}
.smartPage3 .innerPage-title {
  margin-bottom: 30px;
  max-width: calc(100% - 98px);
}
.smartPage3 .newsCenter-img {
  width: 50%;
  height: 100%;
  cursor: pointer;
  background: url('../images/news-img-1.jpg') no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
}
.smartPage3 .newsCenter-img img {
  height: 100%;
  opacity: 0;
  object-fit: cover;
}
.smartPage3 .newsCenter-right {
  width: 50%;
  background: #F8F8F8;
  padding: 60px;
  height: 100%;
  overflow: hidden;
}
.smartPage3 .newsCenter-right-con-outer {
  position: relative;
  max-width: 480px;
}
.smartPage3 .newsCenter-right-con {
  max-width: 480px;
  margin-left: 0;
  height: 408px;
}
.smartPage3 .newsCenter-right-con .newsCenterOne {
  width: 100%;
  height: auto;
  max-height: 116px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  cursor: pointer;
}
.smartPage3 .newsCenter-right-con .newsCenterOne:hover .newsCenterOne-title {
  color: #0F49B5;
  transition: 0.5s;
}
.smartPage3 .newsCenter-right-con .newsCenterOne::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0F49B5;
  transition: 0.5s;
}
.smartPage3 .newsCenter-right-con .newsCenterOne:hover::after {
  width: 100%;
  transition: 0.5s;
}
.smartPage3 .newsCenter-right-con .newsCenterOne-title {
  width: 100%;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  transition: 0.5s;
}
.smartPage3 .newsCenter-right-con .newsCenterOne-desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 16px;
}
.smartPage3 .news-btn {
  position: absolute;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #0F49B5;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
}
.smartPage3 .news-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.smartPage3 .news-btn-prev {
  right: 50px;
}
.smartPage3 .news-btn-next {
  right: 0;
}
.swiper-button-disabled {
  cursor: no-drop;
}
.cooperatePage {
  background: #F8F8F8;
}
.cooperatePage .innerPage-title1 {
  margin-bottom: 0;
}
.cooperatePage .cooperatePage-desc1 {
  margin: 6px 0 40px;
}
.cooperatePage .cooperatePage-desc {
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 24px;
}
.cooperatePage .market-main {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cooperatePage .market-main-intro {
  width: 25%;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 25px;
}
.cooperatePage .market-main-intro .market-main-one {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 18px;
}
.cooperatePage .market-main-intro .market-main-one img {
  width: 20px;
  margin-right: 10px;
}
.cooperatePage .market-main-intro .market-main-desc {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.cooperatePage .market-main-intro .market-main-one1 {
  margin: 17% 0 5%;
}
.cooperatePage .market-main-map {
  width: 75%;
}
.cooperatePage .market-main-map .market-main-map-img {
  width: 100%;
  position: relative;
}
.cooperatePage .market-main-map img {
  width: 100%;
  display: block;
}
.cooperatePage .market-main-map .market-main-outer1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot {
  width: 10px;
  height: 10px;
  background: #0f49b5;
  border-radius: 50%;
  position: absolute;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot .p-dot {
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(15, 73, 181, 0.3);
  border-radius: 50%;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(15, 73, 181, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0.7s ease-in infinite;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(15, 73, 181, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(1) {
  left: 65%;
  bottom: auto;
  top: 34%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(2) {
  left: 48%;
  bottom: auto;
  top: 44%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(3) {
  left: 52%;
  bottom: auto;
  top: 66%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(4) {
  left: 30%;
  bottom: auto;
  top: 62%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(5) {
  left: 22%;
  bottom: auto;
  top: 32%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(6) {
  left: 17%;
  bottom: auto;
  top: 32%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer1 .market-main-inner .market-dot:nth-of-type(7) {
  left: 18%;
  bottom: auto;
  top: 23%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1 {
  width: 10px;
  height: 10px;
  background: #e61e24;
  border-radius: 50%;
  position: absolute;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1 .p-dot1 {
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(230, 30, 36, 0.3);
  border-radius: 50%;
  animation: aniMapDotInner1 2s 0s ease-in infinite;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(230, 30, 36, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner1 2s 0.7s ease-in infinite;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(230, 30, 36, 0.3);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner1 2s 0s ease-in infinite;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1:nth-of-type(1) {
  left: 76%;
  bottom: auto;
  top: 42%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1:nth-of-type(2) {
  left: 78%;
  bottom: auto;
  top: 36%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1:nth-of-type(3) {
  left: 74%;
  bottom: auto;
  top: 37%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1:nth-of-type(4) {
  left: 76%;
  bottom: auto;
  top: 33%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1:nth-of-type(5) {
  left: 78%;
  bottom: auto;
  top: 28%;
  right: auto;
}
.cooperatePage .market-main-map .market-main-outer2 .market-main-inner1 .market-dot1:nth-of-type(6) {
  left: 74%;
  bottom: auto;
  top: 30%;
  right: auto;
}
.cooperatePage .market-main-detail {
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
  font-family: 'AlibabaPuHuiTi-Medium';
  font-weight: normal;
}
.cooperatePage .market-main-detail .market-main-detail-one {
  width: calc(50% - 20px);
  background: #FFFFFF;
  border-radius: 20px;
  padding: 4% 3%;
  z-index: 20;
}
.cooperatePage .market-main-detail .market-main-detail-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 6px;
}
.cooperatePage .market-main-detail .market-main-detail-desc1 {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.cooperatePage .market-main-detail .market-main-detail-title1 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 6px;
}
.cooperatePage .market-main-detail .market-main-detail-intro {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .market-main-detail .market-main-detail-intro .market-main-detail-icon {
  width: 60px;
  height: 60px;
  background: #0F49B5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .market-main-detail .market-main-detail-intro .market-main-detail-icon .iconImg {
  width: 50%;
}
.cooperatePage .market-main-detail .market-main-detail-intro .market-main-detail-p {
  width: calc(100% - 80px);
}
@keyframes aniMapDotInner {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(15, 73, 181, 0.3);
  }
  100% {
    width: 42px;
    height: 42px;
    opacity: 0;
    background: rgba(15, 73, 181, 0.1);
  }
}
@keyframes aniMapDotInner1 {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(230, 30, 36, 0.3);
  }
  100% {
    width: 42px;
    height: 42px;
    opacity: 0;
    background: rgba(230, 30, 36, 0.3);
  }
}
.cooperatePage2 {
  background: #fff;
}
.cooperatePage2 .innerPage-title {
  text-align: center;
}
.cooperatePage2 .process-swiper {
  width: 100%;
  position: relative;
}
.cooperatePage2 .process-swiper .process-swiper-slide {
  width: calc((100% - 60px )/ 3);
  margin-right: 30px;
  padding-bottom: 50px;
  cursor: pointer;
}
.cooperatePage2 .process-swiper .process-swiper-slide:hover .process-swiper-con .process-swiper-title {
  color: #ED1E24;
  transition: 0.5s;
}
.cooperatePage2 .process-swiper .process-swiper-slide:hover .process-swiper-con .process-swiper-index {
  color: #0F49B5;
  transition: 0.5s;
}
.cooperatePage2 .process-swiper .process-swiper-icon {
  width: 100%;
  height: 100px;
  background: #0F49B5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage2 .process-swiper .process-swiper-icon img {
  width: 20%;
  display: block;
  max-width: 60px;
}
.cooperatePage2 .process-swiper .process-swiper-con {
  background: #EDF3FF;
  border-radius: 10px;
  padding: 40px 20px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  margin-top: 36px;
}
.cooperatePage2 .process-swiper .process-swiper-con .process-swiper-title {
  font-size: 18px;
  color: #333333;
  transition: 0.5s;
}
.cooperatePage2 .process-swiper .process-swiper-con .process-swiper-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 20px 0 40px;
}
.cooperatePage2 .process-swiper .process-swiper-con .process-swiper-index {
  font-size: 60px;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-weight: normal;
  color: #D6E1F5;
  line-height: 40px;
  text-align: center;
  transition: 0.5s;
}
.cooperatePage2 .process-swiper .process-swiper-slide:nth-of-type(2n) {
  transform: translateY(50px);
}
.cooperatePage2 .process-swiper .process-btn {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #0F49B5;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
  z-index: 30;
}
.cooperatePage2 .process-swiper .process-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.cooperatePage2 .process-swiper .process-btn-prev {
  left: calc((100% - 60px ) / 3);
}
.cooperatePage2 .process-swiper .process-btn-next {
  right: calc((100% - 60px ) / 3);
}
.cooperatePage3 {
  background: #0F49B5;
}
.cooperatePage3 .innerPage-title {
  color: #fff;
  width: 25%;
  height: 40px;
}
.cooperatePage3 .indexPage-inner {
  display: flex;
  justify-content: space-between;
}
.cooperatePage3 .cooperatePage3-main {
  width: 75%;
  overflow: hidden;
}
.cooperatePage3 .cooperatePage-desc {
  color: #fff;
}
.cooperatePage3 .cooperatePage-desc3 {
  margin: 22px 0 14px;
}
.cooperatePage3 .cooperatePage3-con {
  width: 100%;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  overflow: visible;
}
.cooperatePage3 .cooperatePage3-con .afterSales-btns {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-130%);
  display: flex;
  align-items: center;
}
.cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F49B5;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn:hover {
  color: #fff;
  background: #ED1E24;
  transition: 0.5s;
}
.cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn-prev {
  margin-right: 20px;
}
.cooperatePage3 .cooperatePage3-con .cooperatePage-con1 {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.cooperatePage3 .cooperatePage3-con .cooperatePage3-img {
  width: 100%;
  border-radius: 10px;
}
.cooperatePage3 .cooperatePage3-con .cooperatePage3-title {
  font-size: 18px;
  margin: 10px 0 8px;
}
.cooperatePage3 .cooperatePage3-con .cooperatePage3-desc {
  font-size: 14px;
}
.contactPage .contactWays {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contactPage .contactWays .contactWays-one {
  width: calc(50% - 20px);
  margin-right: 20px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 20px;
}
.contactPage .contactWays .contactWays-one .contactWays-icon {
  width: 30px;
  margin-bottom: 40%;
}
.contactPage .contactWays .contactWays-one .contactWays-default {
  display: block;
}
.contactPage .contactWays .contactWays-one .contactWays-active {
  display: none;
}
.contactPage .contactWays .contactWays-one .contactWays-type {
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #99968B;
  line-height: 30px;
  transition: 0.5s;
}
.contactPage .contactWays .contactWays-one .contactWays-value {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
}
.contactPage .contactWays .contactWays-one1 {
  margin-right: 0 !important;
}
.contactPage .contactWays .contactWays-one-active {
  background: #0F49B5;
  border: 1px solid #0F49B5;
  transition: 0.5s;
}
.contactPage .contactWays .contactWays-one-active .contactWays-default {
  display: none;
}
.contactPage .contactWays .contactWays-one-active .contactWays-active {
  display: block;
}
.contactPage .contactWays .contactWays-one-active .contactWays-type {
  color: #FFFFFF;
  transition: 0.5s;
}
.contactPage .contactWays .contactWays-one-active .contactWays-value {
  color: #FFFFFF;
  transition: 0.5s;
}
.contactPage .contactWays .contact-way-one-address .contactWays-icon {
  width: 40px;
}
.contactPage .contactWays .contactWays-kong {
  width: 25%;
  display: none;
}
.contactPage .contactWays .contactWays-img1 {
  width: 25%;
  position: relative;
  display: none;
}
.contactPage .contactWays .contactWays-img1 img {
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: -30%;
}
.contactPage .contactWays .contactWays-img2 {
  width: 25%;
  position: relative;
  display: none;
}
.contactPage .contactWays .contactWays-img2 img {
  width: 100%;
  position: absolute;
  bottom: 28px;
  right: -30%;
}
.contactPage .innerPage-title {
  width: 100%;
  margin-bottom: 14px;
}
.contactPage .form {
  width: 100%;
}
.contactPage .form .form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactPage .form .form-input .input {
  width: 30%;
  height: 42px;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  line-height: 42px;
  padding: 0 12px;
}
.contactPage .form .form-input .input:focus {
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  border: 1px solid #333;
}
.contactPage .form .form-input .input::placeholder {
  color: #999999;
}
.contactPage .form .form-message {
  width: 100%;
  margin: 20px 0 40px;
}
.contactPage .form .form-message .message {
  width: 100%;
  height: 180px;
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 10px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #333333;
  line-height: 42px;
  padding: 0 12px;
}
.contactPage .form .form-message .message:focus {
  outline: 0;
  border: 1px solid #333;
}
.contactPage .form .form-message .message::placeholder {
  color: #999999;
}
.contactPage .form .formButton {
  width: 200px;
  height: 52px;
  background: #0F49B5;
  border-radius: 6px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0px 15px;
  font-size: 14px;
  font-family: 'AlibabaPuHuiTi-Regular';
  line-height: 52px;
  text-align: center;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.contactPage .form .formButton p {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.contactPage .form .formButton p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.contactPage .form .formButton:hover {
  border-radius: 21px;
  transition: 0.5s;
}
.contactPage .form .formButton:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage .indexPage-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .contacti-ways {
  display: flex;
  flex-wrap: wrap;
}
.contactPage .contacti-ways .indexPage-desc {
  margin-right: 6px;
}
.contactPage .contactPage-left {
  width: calc(50% - 20px);
}
.contactPage .contactPage-right {
  width: 50%;
}
.contactPage2 {
  display: none;
  position: relative;
  background: url('https://file.global86.cn/fileStore/website_new/yichen/contact/contact-map.png') no-repeat;
  background-size: cover;
  background-position: center center;
  height: 616px;
}
.contactPage2 .map-location {
  position: absolute;
  top: 40%;
  right: 31%;
  z-index: 5;
  width: 30%;
  max-width: 380px;
}
.contactPage2 .map-location img {
  width: 40px;
  height: 40px;
  margin-left: 30%;
  margin-bottom: 8px;
}
.contactPage2 .map-location .address-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #FFFFFF transparent;
  margin-left: 30%;
}
.contactPage2 .map-location .address-main {
  border-radius: 10px;
  font-family: 'LamaSans-Regular';
  font-weight: 500;
  line-height: 18px;
  padding: 37px 27px;
  background: #fff;
}
.contactPage2 .map-location .address-main .p1 {
  font-size: 16px;
  color: #333333;
}
.contactPage2 .map-location .address-main .p2 {
  font-size: 14px;
  color: #666666;
  margin-top: 18px;
}
.aboutPage .profile-top {
  display: flex;
  justify-content: space-between;
}
.aboutPage .profile-top .profile-top-main {
  width: 50%;
  margin-right: 10%;
  font-family: 'AlibabaPuHuiTi-Regular';
}
.aboutPage .profile-top .profile-top-main .profile-top-title {
  font-size: 24px;
  font-weight: normal;
  color: #0870D8;
  line-height: 24px;
}
.aboutPage .profile-top .profile-top-main .innerPage-desc {
  margin-top: 30px;
}
.aboutPage .profile-img-bottom {
  margin-top: 40px;
  display: flex;
}
.aboutPage .profile-img-bottom .profile-img-one {
  width: 25%;
  margin-right: 20px;
  border-radius: 10px;
}
.aboutPage .profile-imgs {
  margin: 60px 0 40px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.aboutPage .profile-imgs .profile-img1 {
  width: 75%;
  overflow: visible;
}
.aboutPage .profile-imgs .profile-img1:hover {
  overflow: visible;
}
.aboutPage .profile-cons {
  display: flex;
  justify-content: space-between;
}
.aboutPage .profile-cons .profile-con1 {
  width: 24.3%;
}
.aboutPage .profile-cons .profile-con2 {
  width: 49.5%;
}
.aboutPage .profile-con-detail {
  display: flex;
  flex-wrap: wrap;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.aboutPage .profile-con-detail .profile-con-detail-one {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.aboutPage .profile-con-detail .profile-con-detail-one:nth-of-type(4) {
  margin-right: 0;
}
.aboutPage .profile-con-detail .profile-con-detail-line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 6px 0;
}
.aboutPage .profile-con-detail .profile-con-detail-line1 {
  background: transparent;
  margin: 3px 0;
}
.aboutPage .profile-con-detail .profile-con-detail-title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.aboutPage .profile-con-detail .profile-con-detail-desc {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
.aboutPage .profile-con-detail .profile-con-detail-one1 {
  width: 75%;
  margin-top: 40px;
}
.aboutPage .profile-con-detail .profile-con-detail-desc1 {
  margin-top: 20px;
}
.aboutPage1 {
  background: #F8F8F8;
}
.aboutPage1 .certification-swiper {
  width: 100%;
  padding-top: 60px;
  position: relative;
}
.aboutPage1 .certification-swiper .certification-swiper-slide {
  width: calc((100% - 380px) / 3);
  margin-right: 140px;
  position: relative;
  cursor: pointer;
  overflow: visible;
}
.aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 20;
  margin-left: 100px;
}
.aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner .certification-img {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 12;
  width: 95%;
  height: 95%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner .certification-kuang {
  width: 100%;
  z-index: 20;
  display: block;
  position: relative;
}
.aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner:hover .certification-img {
  transform: scale(1.1);
  transition: 0.5s;
}
.aboutPage1 .certification-swiper .certification-swiper-slide .certification-mask {
  width: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutPage1 .certification-swiper .certification-swiper-slide:nth-of-type(2n) {
  transform: translateY(-50px);
}
.aboutPage1 .certification-swiper .certification-btn {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #0F49B5;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50%;
  z-index: 30;
}
.aboutPage1 .certification-swiper .certification-btn:hover {
  background: #ED1E24;
  transition: 0.5s;
}
.aboutPage1 .certification-swiper .certification-btn-prev {
  left: calc((100% - 380px) / 3 + 140px);
}
.aboutPage1 .certification-swiper .certification-btn-next {
  right: calc((100% - 380px) / 3 + 50px);
}
.innerFirst {
  margin-top: 121px;
}
#detailImage {
  width: 300px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 300px;
  z-index: 3;
  background: #ffffff;
}
.detail-content caption {
  font-size: 18px;
  line-height: 2;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table th {
  background: transparent;
  color: #666;
  border: 1px solid #999;
  padding: 8px;
  font-size: 16px;
  font-family: 'costomFont';
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #666;
  font-size: 16px;
  padding: 12px 8px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #CCC7BA;
  color: #666;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
}
.mapInnerpage {
  background: #F8F8F8;
}
.mapInnerpage .innerPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one {
  width: 100%;
  padding: 52px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  align-items: center;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .line {
  width: 60px;
  height: 22px;
  background: #FF000C;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-right: 14px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
  width: 100%;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a {
  width: calc(100% / 3);
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
  transition: 0.5s;
  padding: 0 6px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a:hover {
  color: #FF000C;
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one:nth-of-type(1) {
  border-top: 0;
}
@media only screen and (max-width: 1440px) {
  .innerPage-proDetail-other .recommended-btn {
    top: -64px;
  }
  .prosPage .prosPage-main .prosPage-one1 .prosPage-one-title1 {
    font-size: 16px;
    height: 50px;
  }
  .solutionPage .solution-data-main .machining-p {
    font-size: 16px;
    height: 50px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one1 {
    width: 100%;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one:nth-of-type(2) {
    margin-right: 0;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one {
    width: calc((100% - 30px) / 2);
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one2 {
    bottom: 11%;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one1 {
    bottom: 40%;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one3 {
    bottom: 21%;
  }
  .innerPage-proDetail-other {
    padding: 80px 0;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    padding: 80px 60px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
    font-size: 22px;
    line-height: 24px;
    margin: 40px 0 18px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info {
    width: calc(100% - 800px);
    padding-left: 40px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one1 {
    margin-bottom: 26px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact {
    margin-bottom: 15%;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-desc {
    margin-bottom: 15%;
  }
  .innerPage-proDetail3 .indexPage-outer {
    padding-top: 80px;
  }
  .contactPage2 .map-location {
    right: 26%;
  }
  .innerPage-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  .contactPage .contactWays .contactWays-one {
    padding: 20px;
    margin-bottom: 24px;
  }
  .contactPage2 .map-location .address-main {
    padding: 30px 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .innerPage-proDetail-other .recommended-btn {
    top: -60px;
    width: 42px;
    height: 42px;
  }
  .innerPage-proDetail-other .recommended-btn-prev {
    right: 55px;
  }
  .nsideDetail {
    margin: 110px auto 0;
  }
  .solutionPage1 .industry-story-swiper-outer .industry-btn-prev {
    right: 50px;
  }
  .solutionPage1 .industry-story-swiper-outer .industry-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
    top: -55px;
  }
  .innerPage-pros-classify .nav-classifys-a {
    padding: 14px 16px;
    font-size: 14px;
    border-radius: 16px;
  }
  .innerPage-pros-classify {
    width: 240px;
  }
  .prosPage .prosPage-main {
    width: calc(100% - 280px);
  }
  .innerFirst {
    margin-top: 111px;
  }
  .cooperatePage .market-main-detail .market-main-detail-one {
    width: calc(50% - 10px);
    border-radius: 12px;
    padding: 3% 3%;
  }
  .innerPage-proDetail3 .indexPage-outer {
    padding-top: 70px;
  }
  .innerPage-proDetail3 .honorCertificate {
    height: 420px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
    height: 176px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 {
    width: 550px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    width: calc(100% - 550px);
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 {
    padding: 20px 20px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-img {
    width: 100px;
    height: 100px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    padding: 50px 50px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-p {
    font-size: 20px;
    margin-top: 12px;
  }
  .innerPage-proDetail-other .detail-content-title {
    margin-bottom: 36px;
  }
  .innerPage-proDetail-other .recommendedPro-slide .recommendedPro-title {
    font-size: 16px;
    padding: 0 28px;
    line-height: 54px;
  }
  .innerPage-proDetail1 {
    padding: 50px 0;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 15px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact {
    margin-bottom: 10%;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one1 {
    margin-bottom: 20px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-desc {
    margin-bottom: 10%;
    line-height: 24px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-left {
    width: 600px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info {
    width: calc(100% - 600px);
  }
  .innerPage-proDetail1 .mySwiper2 {
    height: 450px;
  }
  .smartPage3 .newsCenter-right {
    padding: 50px;
  }
  .smartPage3 {
    height: 580px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-main {
    padding: 32px 20px 40px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-title {
    font-size: 16px;
    margin: 4px 0 12px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-desc {
    margin-bottom: 22px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide {
    width: 40%;
    margin-right: 22px;
  }
  .cooperatePage2 .process-swiper .process-btn-prev {
    left: 40%;
  }
  .cooperatePage2 .process-swiper .process-btn-next {
    right: calc(20% - 44px);
  }
  .cooperatePage3 .cooperatePage3-con .cooperatePage3-title {
    font-size: 16px;
  }
  .aboutPage .profile-cons .profile-con1 {
    width: 30%;
  }
  .aboutPage .profile-imgs {
    margin: 40px 0;
  }
  .aboutPage .profile-img-bottom {
    margin-top: 40px;
  }
  .aboutPage .profile-top .profile-top-main .profile-top-title {
    font-size: 22px;
  }
  .aboutPage .profile-top .profile-top-main .innerPage-desc {
    margin-top: 22px;
  }
  .contactPage2 .map-location img {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }
  .contactPage2 .map-location {
    right: 22%;
    width: 40%;
  }
  .contactPage2 .map-location .address-main {
    padding: 24px 20px;
  }
  .contactPage2 .map-location .address-triangle {
    border-width: 0 6px 12px 6px;
  }
  .innerPage-conDetail .newsDetail-con1 {
    padding: 50px 0;
  }
  .innerPage-conDetail .newsDetail-conMore {
    padding: 50px 0;
  }
  .smartPage2 .innerPage-inner-Videos {
    width: 70%;
  }
  .smartPage2 .VideosImgSwiper {
    width: 25%;
    height: 540px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 16px;
  }
  .prosPage-pages {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .smartPage .innerPage-inner-Videos .videoMain-title {
    font-size: 14px;
  }
  .innerPage-proDetail-other .recommended-btn {
    top: -52px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .innerPage-proDetail-other .recommended-btn-prev {
    right: 50px;
  }
  .cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn-prev {
    margin-right: 12px;
  }
  .aboutPage1 .certification-swiper .certification-btn {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .innerPage-pros-classify {
    width: 24%;
  }
  .innerPage-pros-classify .nav-classifys-a {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 14px;
  }
  .prosPage .prosPage-main .prosPage-one1 .prosPage-one-title1 {
    font-size: 14px;
    height: 42px;
  }
  .solutionPage .solution-data-main .machining-p {
    font-size: 14px;
    height: 42px;
  }
  .solutionPage .solution-data-main .machining-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 22px;
  }
  .prosPage .prosPage-main {
    width: 72%;
  }
  .prosPage .prosPage-main .prosPage-one1 {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 22px;
  }
  .innerFirst {
    margin-top: 62px;
  }
  .cooperatePage .market-main {
    flex-wrap: wrap;
  }
  .cooperatePage .market-main-intro .market-main-one1 {
    margin: 20px 0;
  }
  .cooperatePage .market-main-intro {
    width: 100%;
    margin-top: 0px;
  }
  .cooperatePage .market-main-map {
    width: 100%;
    margin-top: 20px;
  }
  .cooperatePage .market-main-detail .market-main-detail-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cooperatePage .market-main-detail .market-main-detail-intro {
    margin-top: 20px;
  }
  .cooperatePage .market-main-detail .market-main-detail-intro .market-main-detail-icon {
    width: 50px;
    height: 50px;
  }
  .cooperatePage .market-main-detail .market-main-detail-title1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .contactPage .form .form-message {
    margin: 20px 0 25px;
  }
  .contactPage .form .form-input .input {
    width: 32%;
  }
  .contactPage .form .formButton {
    width: 170px;
    height: 48px;
    padding: 0px 8px;
    line-height: 48px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
    height: 166px;
  }
  .innerPage-proDetail3 .indexPage-outer {
    padding-top: 50px;
  }
  .innerPage-proDetail3 .honorCertificate {
    height: 400px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main {
    width: 400px;
    height: 400px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-img {
    width: 72px;
    height: 72px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-p {
    font-size: 16px;
    margin-top: 8px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(1) {
    top: 17px;
    right: 94px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(2) {
    top: calc(50% - 10px);
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(3) {
    right: 94px;
    bottom: 22px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(4) {
    left: 94px;
    bottom: 20px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(6) {
    top: 20px;
    left: 94px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(2) {
    top: 32px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(6) {
    top: 32px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 {
    width: 440px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    width: calc(100% - 440px);
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    padding: 46px 40px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide .cooperationProcess-title {
    font-size: 16px;
  }
  .innerPage-proDetail-other .applications .applications-oneTop {
    margin-bottom: 15px;
  }
  .innerPage-proDetail-other .recommendedPro-slide .recommendedPro-title {
    font-size: 14px;
    line-height: 52px;
  }
  .innerPage-proDetail-other .detail-content-title {
    margin-bottom: 30px;
  }
  .innerPage-proDetail .detail-content-title {
    width: 100%;
    padding-right: 0;
    font-size: 22px;
    height: 34px;
  }
  .innerPage-proDetail .detail-content {
    width: 100%;
    margin-top: 32px;
  }
  .innerPage-proDetail .detail-content-inner {
    flex-wrap: wrap;
  }
  #detailImage {
    width: 250px;
    height: 250px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
    font-size: 18px;
    margin: 15px 0 15px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-type {
    font-size: 12px;
    line-height: 24px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-type a {
    font-size: 14px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one .proDetail-main-contact-img {
    width: 32px;
    height: 32px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-left {
    width: 500px;
  }
  .innerPage-proDetail1 .mySwiper2 {
    height: 375px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info {
    width: calc(100% - 500px);
    padding-left: 34px;
  }
  .innerPage-proDetail1 {
    padding: 40px 0;
  }
  .smartPage3 .newsCenter-right {
    padding: 42px;
  }
  .smartPage3 {
    height: 560px;
  }
  .smartPage3 .innerPage-title {
    margin-bottom: 24px;
  }
  .smartPage .productionList .production-one .production-p {
    margin-top: 12px;
    font-size: 14px;
  }
  .smartPage .productionList .production-one {
    margin-bottom: 24px;
  }
  .pageLink .pageLink-one {
    line-height: 20px;
    font-size: 14px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-slide {
    width: 35%;
    margin-right: 25px;
  }
  .solutionPage .solution-data-main .solution-data-one {
    margin-top: 10px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con {
    padding: 24px 18px;
    margin-top: 32px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-title {
    font-size: 16px;
  }
  .cooperatePage2 .process-swiper .process-swiper-icon {
    height: 90px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-desc {
    margin: 14px 0 34px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-index {
    font-size: 45px;
  }
  .cooperatePage .cooperatePage-desc {
    font-size: 14px;
  }
  .cooperatePage3 .cooperatePage3-main {
    width: 100%;
    max-width: calc(100% - 110px);
    padding-left: 5%;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .certification-mask {
    width: 90px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner {
    margin-left: 80px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide {
    width: calc((100% - 300px) / 3);
    margin-right: 120px;
  }
  .aboutPage1 .certification-swiper .certification-btn-prev {
    left: calc((100% - 300px) / 3 + 110px);
  }
  .aboutPage1 .certification-swiper .certification-btn-next {
    right: calc((100% - 380px) / 3 + 50px);
  }
  .aboutPage .profile-top .profile-top-main .profile-top-title {
    font-size: 20px;
  }
  .aboutPage .profile-imgs {
    margin: 40px 0;
  }
  .aboutPage .profile-img-bottom {
    margin-top: 34px;
  }
  .aboutPage .profile-top .profile-top-main .innerPage-desc {
    margin-top: 16px;
  }
  .contactPage2 .map-location {
    right: 14%;
  }
  .contactPage2 {
    height: 480px;
  }
  .contactPage2 .map-location img {
    width: 28px;
    height: 28px;
    margin-bottom: 0px;
  }
  .contactPage2 .map-location .address-main .p1 {
    font-size: 14px;
  }
  .contactPage .contactWays .contactWays-one .contactWays-type {
    font-size: 12px;
    line-height: 24px;
  }
  .innerPage-title {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 30px;
  }
  .contactPage .contactWays .contact-way-one-address .contactWays-icon {
    width: 35px;
  }
  .contactPage .contactWays .contactWays-one {
    padding: 14px;
    margin-bottom: 12px;
    width: calc(50% - 12px);
    margin-right: 12px;
  }
  .nsideDetail {
    margin: 62px auto 0;
  }
  .nsideDetail .nsideDetail-inner {
    width: 100%;
  }
  .nsideDetail {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .nsideDetail .nsideDetail-inner .nside-index {
    width: 18px;
  }
  .nsideDetail .nsideDetail-inner img {
    margin-right: 6px;
  }
  .nsideDetail .nsideDetail-inner .nside-right {
    width: 12px;
  }
  .nsideDetail .nsideDetail-inner .nside-a {
    margin-right: 6px;
    font-size: 14px;
  }
  .innerPage-conDetail .newsDetail-conMore .indexPage-inner {
    width: 100%;
  }
  .innerPage-conDetail .newsDetail-con1 .indexPage-inner {
    width: 100%;
  }
  .innerPage-conDetail .newsDetail-con1 {
    padding: 40px 0;
  }
  .innerPage-conDetail .newsDetail-conMore {
    padding: 40px 0;
  }
  .innerPage-conDetail .newsDetail-con {
    margin-top: 20px;
  }
  .innerPage-conDetail .newsDetail-title1 {
    margin-bottom: 24px;
  }
  .innerPage-conDetail .newsDetail-title {
    font-size: 22px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
    width: 32%;
    padding: 20px 20px 40px;
  }
  .mapInnerpage .indexPage-inner {
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 24px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 14px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 36px 0;
  }
  .prosPage .prosPage-main .prosPage-one-title {
    font-size: 16px;
  }
  .prosPage .prosPage-main .prosPage-one-desc {
    margin: 12px 0 14px;
  }
  .prosPage .prosPage-main .prosPage-one-img {
    width: 25%;
  }
}
@media only screen and (max-width: 820px) {
  .solutionPage1 .industry-story-swiper-outer .industry-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
    top: -48px;
  }
  .solutionPage1 .industry-story-swiper-outer .industry-btn-prev {
    right: 45px;
  }
  .smartPage3 .news-btn {
    top: -38px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .smartPage3 .news-btn-prev {
    right: 42px;
  }
  .prosPage .prosPage-main .prosPage-one1 .prosPage-one-title1 {
    font-size: 12px;
    height: 38px;
  }
  .solutionPage .solution-data-main .machining-p {
    font-size: 12px;
    height: 38px;
  }
  .solutionPage .solution-data-main .machining-one {
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .innerPage-pros-classify .nav-classifys-a {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 10px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-title {
    font-size: 14px;
    line-height: 22px;
  }
  .prosPage .prosPage-main .prosPage-one1 {
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-desc {
    font-size: 12px;
    line-height: 21px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one {
    width: 100%;
    margin-right: 0;
    margin-top: 22px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one1 {
    margin-top: 22px;
  }
  .cooperatePage .cooperatePage-desc1 {
    margin: 6px 0 26px;
  }
  .cooperatePage .market-main-detail .market-main-detail-one {
    width: 100%;
    margin-top: 20px;
  }
  .cooperatePage .market-main-detail {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .innerFirst {
    margin-top: 62px;
  }
  .cooperatePage .market-main-detail .market-main-detail-desc1 {
    font-size: 12px;
    line-height: 18px;
  }
  .cooperatePage .market-main-detail .market-main-detail-intro .market-main-detail-p {
    width: calc(100% - 56px);
  }
  .cooperatePage .market-main-detail .market-main-detail-intro .market-main-detail-icon {
    width: 42px;
    height: 42px;
  }
  .contactPage .form .form-message {
    margin: 18px 0 26px;
  }
  .contactPage .contactWays {
    margin-top: 20px;
  }
  .contactPage .contactWays .contactWays-one {
    width: 35%;
  }
  .contactPage .contactPage-right {
    width: 100%;
    margin-top: 12px;
  }
  .contactPage .contactPage-left {
    width: 100%;
  }
  .innerPage-proDetail1 .rightImg .rightImg-slide {
    margin-left: 15px;
  }
  .innerPage-proDetail3 .indexPage-outer {
    padding-top: 42px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
    height: 140px;
  }
  .innerPage-proDetail3 .honorCertificate {
    height: 350px;
  }
  .innerPage-proDetail2 .cooperationProcess {
    flex-wrap: wrap;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    padding: 34px 34px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 {
    width: 100%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-btn {
    height: 32px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper {
    padding-bottom: 70px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .detail-content-title {
    margin-bottom: 4%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 {
    width: 100%;
    justify-content: center;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one2 .cooperationProcess-swiper-slide .cooperationProcess-desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
  }
  .innerPage-proDetail-other .applications .applications-oneTop {
    margin-bottom: 10px;
  }
  .innerPage-proDetail-other .applications .applications-one .imgHover {
    border-radius: 6px;
  }
  .innerPage-proDetail-other .recommendedPro-slide {
    margin-right: 24px;
  }
  .innerPage-proDetail-other .recommendedPro-slide .recommendedPro-title {
    font-size: 12px;
    line-height: 48px;
    padding: 0 18px;
  }
  .innerPage-proDetail-other .detail-content-title {
    margin-bottom: 26px;
  }
  .innerPage-proDetail-other .recommendedPro-slide .recommendedPro-img {
    padding: 6%;
  }
  .detail-content caption {
    font-size: 16px;
  }
  .detail-content table tr:first-child td {
    font-size: 14px;
    padding: 10px 8px;
    line-height: 24px;
  }
  .detail-content table td {
    font-size: 14px;
    padding: 6px;
  }
  .innerPage-proDetail .detail-content {
    font-size: 12px;
    line-height: 20px;
    margin-top: 25px;
  }
  .innerPage-proDetail .detail-content-title {
    font-size: 20px;
  }
  .innerPage-proDetail1 {
    padding: 30px 0;
  }
  #detailImage {
    display: none;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-left {
    width: 90vw;
  }
  .innerPage-proDetail1 .proDetail-main {
    flex-wrap: wrap;
  }
  .innerPage-proDetail1 .mySwiper2 {
    height: 67.5vw;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one {
    display: inline-flex;
    min-width: 50%;
    width: auto;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact-one1 {
    margin-top: 14px;
    margin-bottom: 0;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-contact {
    margin-bottom: 0;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-desc {
    margin-bottom: 0;
    line-height: 22px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Brochure-btn {
    margin-bottom: 0;
    margin-top: 14px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Relatedproducts-btn {
    margin-bottom: 0;
    margin-top: 14px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info {
    width: 100%;
    padding-left: 0;
  }
  .smartPage3 {
    height: 436px;
  }
  .smartPage3 .newsCenter-right-con .newsCenterOne-title {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .smartPage3 .newsCenter-right-con .newsCenterOne-desc {
    margin-top: 6px;
  }
  .smartPage3 .newsCenter-right-con {
    height: 320px;
  }
  .smartPage3 .newsCenter-right {
    padding: 36px;
  }
  .smartPage3 .innerPage-title {
    margin-bottom: 20px;
  }
  .smartPage3 .newsCenter-right-con .newsCenterOne-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .smartPage3 .newsCenter-right-con .newsCenterOne {
    max-height: 90px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .smartPage .productionList .production-one {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 20px;
  }
  .smartPage .productionList .production-one .production-p {
    margin-top: 10px;
    font-size: 12px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-time {
    font-size: 12px;
    line-height: 20px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-title {
    font-size: 14px;
    margin: 2px 0 6px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-slide {
    width: 40%;
    margin-right: 20px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-main {
    padding: 26px 18px 30px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-desc {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .cooperatePage .market-main-intro .market-main-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-desc {
    font-size: 12px;
    line-height: 20px;
    margin: 14px 0 26px;
  }
  .cooperatePage .market-main-intro .market-main-one {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide {
    padding-bottom: 40px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide {
    width: 50%;
  }
  .cooperatePage2 .process-swiper .process-btn {
    top: calc(50% - 21px);
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .cooperatePage2 .process-swiper .process-btn-prev {
    left: 0;
  }
  .cooperatePage2 .process-swiper .process-btn-next {
    right: 0;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide:nth-of-type(2n) {
    transform: translateY(40px);
  }
  .cooperatePage2 .process-swiper .process-swiper-icon {
    height: 70px;
  }
  .cooperatePage3 .indexPage-inner {
    flex-wrap: wrap;
  }
  .cooperatePage3 .innerPage-title {
    margin-bottom: 0;
    width: 100%;
  }
  .cooperatePage3 .cooperatePage-desc3 {
    margin: 10px 0 10px;
    width: 80%;
  }
  .cooperatePage3 .cooperatePage3-con .cooperatePage3-title {
    font-size: 14px;
  }
  .cooperatePage3 .cooperatePage3-con .cooperatePage3-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .cooperatePage3 .cooperatePage3-main {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .certification-mask {
    width: 50px;
    height: 50px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner {
    margin-left: 45px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide {
    width: calc((100% - 190px) / 3);
    margin-right: 70px;
  }
  .aboutPage1 .certification-swiper .certification-btn-prev {
    left: calc((100% - 190px) / 3 + 60px);
  }
  .aboutPage1 .certification-swiper .certification-btn-next {
    right: calc((100% - 190px) / 3 + 16px);
  }
  .aboutPage .profile-top .profile-top-main .profile-top-title {
    font-size: 18px;
  }
  .aboutPage .profile-top .profile-top-main .innerPage-desc {
    margin-top: 12px;
  }
  .innerPage-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .aboutPage .profile-cons .profile-con1 {
    width: 36%;
  }
  .contactPage .contactWays .contactWays-one .contactWays-value {
    font-size: 14px;
  }
  .contactPage2 .map-location .address-main .p2 {
    font-size: 12px;
    margin-top: 8px;
  }
  .contactPage2 .map-location .address-main {
    padding: 18px 20px;
  }
  .innerPage-title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
  }
  .contactPage .contactWays .contactWays-one .contactWays-value {
    font-size: 12px;
    line-height: 20px;
  }
  .contactPage .contactWays .contactWays-one .contactWays-icon {
    margin-bottom: 32%;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneDesc {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneTitle {
    margin: 10px 0;
  }
  .innerPage-conDetail .newsDetail-title1 {
    margin-bottom: 16px;
  }
  .innerPage-conDetail .newsDetail-con1 {
    padding: 30px 0;
  }
  .innerPage-conDetail .newsDetail-conMore {
    padding: 30px 0;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-oneTitle {
    margin: 14px 0;
    font-size: 14px;
  }
  .innerPage-conDetail .newsDetail-title {
    font-size: 20px;
  }
  .detail-content {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
    width: 36%;
    padding: 16px 16px 20px;
  }
  .smartPage2 .innerPage-Videos {
    flex-wrap: wrap;
  }
  .smartPage2 .innerPage-inner-Videos {
    width: 100%;
  }
  .smartPage2 .VideosImgSwiper {
    display: none;
  }
  .smartPage2 .VideosImgSwiper1 {
    display: block;
  }
  .prosPage .prosPage-main .prosPage-one-img {
    width: 40%;
  }
  .prosPage .prosPage-main .prosPage-one-con {
    width: 55%;
  }
  .prosPage .prosPage-main .prosPage-one-title {
    font-size: 14px;
    line-height: 20px;
  }
  .prosPage .prosPage-main .prosPage-one-desc {
    font-size: 12px;
    line-height: 22px;
    margin: 8px 0 14px;
  }
  .pages .el-pager .number {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 12px;
  }
  .pages button {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 640px) {
  .aboutPage1 .certification-swiper .certification-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .smartPage3 .news-btn {
    top: -36px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .smartPage3 .news-btn-prev {
    right: 38px;
  }
  .smartPage .VideosImgSwiper1 .VideosImg-one1 {
    height: 82px;
  }
  .innerFirst {
    margin-top: 50px;
  }
  .nsideDetail {
    margin: 50px auto 0;
  }
  .innerPage-pros-classify {
    width: 28%;
  }
  .prosPage .prosPage-main {
    width: 68%;
  }
  .prosPage .prosPage-main .prosPage-one1 {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .prosPage .prosPage-main .prosPage-one1:nth-of-type(3n) {
    margin-right: 14px;
  }
  .prosPage .prosPage-main .prosPage-one1:nth-of-type(2n) {
    margin-right: 0;
  }
  .solutionPage .solution-data-main .machining-one {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .solutionPage .solution-data-main .machining-one:nth-of-type(3n) {
    margin-right: 14px;
  }
  .solutionPage .solution-data-main .machining-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .cooperatePage3 .cooperatePage3-con .afterSales-btns {
    transform: translateY(-80%);
  }
  .cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .cooperatePage3 .cooperatePage3-con .afterSales-btns .afterSales-btn-prev {
    margin-right: 10px;
  }
  .contactPage .form .form-message {
    margin: 0 0 22px;
  }
  .contactPage .form .form-input {
    flex-wrap: wrap;
  }
  .contactPage .form .form-input .input {
    width: 100%;
    margin-bottom: 16px;
  }
  .innerPage-proDetail3 .honorCertificate {
    height: 270px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
    height: 110px;
  }
  .innerPage-proDetail-other .recommendedPro-slide {
    width: 40%;
    margin-right: 20px;
  }
  .innerPage-proDetail .detail-content-title {
    font-size: 16px;
  }
  .innerPage-proDetail .detail-content {
    margin-top: 22px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 12px;
  }
  .smartPage3 .newsCenter-right {
    padding: 30px 24px;
  }
  .smartPage3 {
    height: 380px;
  }
  .smartPage3 .innerPage-title {
    margin-bottom: 14px;
  }
  .smartPage3 .newsCenter-right-con {
    height: 284px;
  }
  .smartPage3 .newsCenter-right-con .newsCenterOne {
    max-height: 82px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-main {
    padding: 20px 16px 22px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-slide {
    width: 44%;
    margin-right: 18px;
  }
  .solutionPage .solution-data-main .solution-data-one {
    margin-top: 5px;
  }
  .cooperatePage .market-main-intro .market-main-one {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .cooperatePage .market-main {
    flex-wrap: wrap;
    position: relative;
  }
  .cooperatePage .market-main-intro .market-main-one {
    display: inline-flex;
    margin-right: 20px;
  }
  .cooperatePage .market-main-intro .market-main-desc {
    width: 100%;
  }
  .cooperatePage .market-main-map {
    width: 100%;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-title {
    font-size: 14px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-desc {
    margin: 8px 0 22px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide {
    width: 42%;
    margin-right: 15px;
  }
  .cooperatePage3 .cooperatePage3-con .cooperatePage-con1 {
    width: 70%;
    margin-top: 20px;
  }
  .cooperatePage2 .process-swiper .process-swiper-icon {
    height: 56px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con {
    padding: 16px 14px;
    margin-top: 20px;
  }
  .cooperatePage2 .process-swiper .process-swiper-con .process-swiper-index {
    font-size: 35px;
  }
  .cooperatePage .cooperatePage-desc {
    font-size: 12px;
  }
  .cooperatePage3 .cooperatePage-desc3 {
    margin: 10px 0 0px;
  }
  .cooperatePage3 .cooperatePage3-con {
    flex-wrap: wrap;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide:nth-of-type(2n) {
    transform: translateY(-30px);
  }
  .aboutPage1 .certification-swiper {
    padding-top: 40px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .certification-mask {
    width: 32px;
    height: 32px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner {
    margin-left: 30px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide {
    width: calc((100% - 140px) / 3);
    margin-right: 46px;
  }
  .aboutPage1 .certification-swiper .certification-btn-prev {
    left: 0;
  }
  .aboutPage1 .certification-swiper .certification-btn-next {
    right: 0;
  }
  .aboutPage .profile-top {
    flex-wrap: wrap;
  }
  .aboutPage .profile-top .innerPage-title {
    margin-bottom: 6px;
  }
  .aboutPage .profile-cons .profile-con1 {
    width: 100%;
  }
  .aboutPage .profile-cons {
    flex-wrap: wrap;
  }
  .aboutPage .profile-imgs {
    margin: 24px 0;
  }
  .aboutPage .profile-img-bottom {
    margin-top: 14px;
  }
  .aboutPage .profile-cons .profile-con2 {
    width: 100%;
    margin-top: 10px;
  }
  .aboutPage .profile-top .profile-top-main {
    width: 100%;
    margin-right: 0;
  }
  .aboutPage .profile-top .profile-top-main .profile-top-title {
    font-size: 16px;
  }
  .aboutPage .profile-imgs {
    margin: 30px 0;
  }
  .aboutPage .profile-imgs .profile-img1 {
    width: 100%;
    overflow: hidden;
  }
  .aboutPage .profile-imgs .profile-img1:hover {
    overflow: hidden;
  }
  .aboutPage .profile-imgs .profile-img1:hover img {
    transform: scale(1);
  }
  .aboutPage .profile-img-bottom .profile-img-one {
    margin-right: 10px;
    border-radius: 6px;
  }
  .contactPage2 .map-location {
    width: 60%;
    top: 42%;
    right: 8%;
  }
  .contactPage2 {
    height: 400px;
  }
  .contactPage2 .map-location .address-triangle {
    margin-left: 50%;
  }
  .contactPage2 .map-location img {
    width: 24px;
    height: 24px;
    margin-left: 50%;
  }
  .innerPage-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .contactPage .contactWays .contactWays-kong {
    display: none;
  }
  .contactPage .contactWays .contactWays-one {
    width: 42%;
  }
  .contactPage .contactWays .contactWays-img1 img {
    width: 120%;
    left: -40%;
  }
  .contactPage .contactWays .contactWays-img2 img {
    width: 120%;
    right: -40%;
  }
  .contactPage .contactWays .contactWays-img1 {
    width: 24%;
  }
  .contactPage .contactWays .contactWays-img2 {
    width: 24%;
  }
  .innerPage-conDetail .newsDetail-desc {
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetail-title {
    font-size: 16px;
  }
  .innerPage-conDetail .newsDetail-con {
    margin-top: 14px;
  }
  .innerPage-conDetail .newsDetail-intro {
    padding: 8px;
    margin-top: 12px;
    font-size: 12px;
  }
  .innerPage-conDetail .newsDetailSwiper .newsDetailSwiper-one {
    width: 44%;
    padding: 14px 14px 16px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 20px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    width: 48px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: 50%;
  }
  .prosPage-pages {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 520px) {
  .smartPage .innerPage-inner-Videos .videoMain-title {
    font-size: 12px;
  }
  .innerPage-proDetail-other .recommended-btn-prev {
    right: 45px;
  }
  .innerPage-proDetail-other .recommended-btn {
    top: -48px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .cooperatePage2 .process-swiper .process-btn {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 30px;
  }
  .smartPage .VideosImgSwiper1 .video-btn-prev1 {
    left: 0;
  }
  .smartPage .VideosImgSwiper1 .VideosImg-one1 {
    height: 70px;
  }
  .smartPage .VideosImgSwiper1 .video-btn-next1 {
    right: 0;
  }
  .innerPage-pros-classify {
    display: none;
  }
  .prosPage .indexPage-inner {
    flex-wrap: wrap;
  }
  .prosPage .classifyAll-btn {
    display: block;
  }
  .prosPage .prosPage-main {
    width: 100%;
  }
  .aboutPage .profile-imgs {
    margin: 18px 0;
  }
  .cooperatePage3 .cooperatePage3-con .cooperatePage-con1 {
    width: 80%;
  }
  .innerPage-proDetail .detail-content {
    margin-top: 0;
  }
  .innerPage-proDetail3 .indexPage-outer {
    padding-top: 26px;
  }
  .innerPage-proDetail3 .honorCertificate {
    height: 350px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one1 {
    width: 40%;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one2 {
    width: 40%;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one3 {
    width: 40%;
    right: 60%;
    bottom: 55px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one2 {
    bottom: 28px;
    right: 18%;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one1 {
    bottom: 105px;
    right: 4%;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
    width: 100%;
    right: 0%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-img {
    width: 62px;
    height: 62px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-con .cooperationProcess-con-p {
    font-size: 14px;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main {
    width: 90vw;
    height: 90vw;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(2) {
    top: 9%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-jiantous .cooperationProcess-jiantous-inner .cooperationProcess-jiantou:nth-of-type(6) {
    top: 9%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(1) {
    top: 5%;
    right: 24%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(3) {
    right: 24%;
    bottom: 6%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(4) {
    left: 24%;
    bottom: 6%;
  }
  .innerPage-proDetail2 .cooperationProcess .cooperationProcess-one1 .cooperationProcess-main .cooperationProcess-dots .cooperationProcess-dot:nth-of-type(6) {
    top: 6%;
    left: 24%;
  }
  .innerPage-proDetail .detail-content-title {
    font-size: 14px;
    margin-bottom: 22px;
    height: 28px;
  }
  .innerPage-proDetail .detail-content-title .detail-content-title-icon img {
    width: 50%;
  }
  .innerPage-proDetail .detail-content-title .detail-content-title-icon {
    width: 24px;
    height: 24px;
  }
  .innerPage-proDetail-other .recommendedPro-slide {
    width: 50%;
    margin-right: 15px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-desc {
    font-size: 12px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn {
    font-size: 12px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Relatedproducts-btn {
    width: 136px;
    margin-right: 16px;
    height: 38px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-btn .Brochure-btn {
    width: 136px;
    height: 38px;
  }
  .innerPage-proDetail1 .proDetail-main .proDetail-main-info .proDetail-main-title {
    font-size: 14px;
    margin: 15px 0 8px;
  }
  .smartPage3 .newsCenter-img {
    width: 100%;
    height: auto;
  }
  .smartPage3 .newsCenter-right {
    padding: 24px 24px;
  }
  .smartPage3 .newsCenter-right {
    width: 100%;
    height: 380px;
  }
  .smartPage3 {
    flex-wrap: wrap;
    height: auto;
  }
  .smartPage .productionList .production-one {
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .smartPage .productionList .production-one .production-p {
    margin-top: 6px;
  }
  .nsideDetail .nsideDetail-inner .nside-a {
    font-size: 12px;
  }
  .nsideDetail {
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .pageLink .pageLink-one {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
  }
  .pageLink {
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .solutionPage1 .industry-story-swiper .industry-story-slide {
    width: 50%;
    margin-right: 14px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide:nth-of-type(2n) {
    transform: translateY(26px);
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .certification-mask {
    width: 26px;
    height: 26px;
  }
  .cooperatePage2 .process-swiper .process-swiper-icon img {
    max-width: 36px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide {
    width: 98%;
    margin-right: 0;
    margin: 0 1%;
  }
  .cooperatePage2 .process-swiper .process-swiper-icon {
    height: 50px;
    border-radius: 26px;
  }
  .cooperatePage2 .process-swiper .process-swiper-slide {
    padding-bottom: 26px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide {
    width: calc((100% - 100px) / 3);
    margin-right: 40px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner {
    margin-left: 25px;
  }
  .aboutPage .profile-top .profile-top-main .profile-top-title {
    font-size: 14px;
  }
  .aboutPage .profile-top .profile-top-main .innerPage-desc {
    margin-top: 5px;
  }
  .innerPage-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }
  .smartPage2 .VideosImgSwiper1 .VideosImg-one1 {
    width: 25%;
    margin-right: 12px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 28px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 12px;
    margin-top: 14px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 16px;
  }
  .prosPage-pages {
    margin-top: 22px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 4px;
    min-width: 18px;
  }
  .pages .el-pager .number {
    line-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
  }
  .pages button {
    width: 24px !important;
    height: 24px !important;
  }
}
@media only screen and (max-width: 415px) {
  .solutionPage1 .industry-story-swiper-outer .industry-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: -40px;
  }
  .solutionPage1 .industry-story-swiper-outer .industry-btn-prev {
    right: 40px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one1 {
    margin-top: 12px;
  }
  .aboutPage .profile-con-detail .profile-con-detail-one {
    margin-top: 12px;
  }
  .contactPage .contactWays {
    margin-top: 10px;
  }
  .contactPage .contactPage-right {
    margin-top: 20px;
  }
  .contactPage .form .formButton {
    width: 150px;
    height: 40px;
    padding: 0px 8px;
    line-height: 40px;
    font-size: 12px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-dunzi {
    height: 80px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one1 {
    bottom: 74px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one2 {
    bottom: 20px;
  }
  .innerPage-proDetail3 .honorCertificate .honorCertificate-one3 {
    bottom: 40px;
  }
  .innerPage-proDetail3 .honorCertificate {
    height: 270px;
  }
  .innerPage-proDetail-other .recommendedPro-slide .recommendedPro-title {
    line-height: 40px;
    padding: 0 12px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .certification-mask {
    width: 20px;
    height: 20px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide {
    width: calc((100% - 30px) / 3);
    margin-right: 34px;
  }
  .aboutPage1 .certification-swiper .certification-swiper-slide .swiper-slide-inner {
    margin-left: 20px;
  }
  .contactPage2 .map-location img {
    margin-left: 70%;
  }
  .contactPage2 {
    height: 300px;
  }
  .contactPage2 .map-location .address-triangle {
    margin-left: 70%;
  }
  .contactPage2 .map-location {
    width: 80%;
    right: 14%;
  }
  .contactPage .contactWays .contactWays-img1 {
    display: none;
  }
  .contactPage .contactWays .contactWays-img2 {
    display: none;
  }
  .contactPage .contactWays .contactWays-one {
    width: 48%;
    margin: 1%;
  }
  .contactPage .contactWays .contactWays-one .contactWays-icon {
    width: 26px;
    margin-bottom: 26%;
  }
  .nsideDetail {
    margin: 50px auto 0;
  }
  .detail-content caption {
    font-size: 14px;
  }
  .detail-content table tr:first-child td {
    font-size: 12px;
    padding: 8px 8px;
    line-height: 20px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 4px;
  }
}
@media only screen and (max-width: 340px) {
  .innerPage-proDetail3 .honorCertificate {
    height: 220px;
  }
}
