.counter-item-box {
    padding: 40px 15px 14px!important;
}
.jgg .muti_row .box h5 {
    width: 100%;
}
.zhiqing-goods-center .box{padding:30px 0;}
.zhiqing-goods-center .box .txt h4{font-size:20px;color:#000; text-align:center;padding-top:10px}
.pro-text-5 .jwell-pic_text{background:#fff;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;align-items: center;}
.pro-text-5 .jwell-pic_text .txt{-webkit-flex:1;flex:1;}
.pro-text-5 .jwell-pic_text .txt h4{    color: #000;
    font-size: 24px;
    margin-bottom: 20px;}
.pro-text-5 .jwell-pic_text .txt p{
  line-height:20px
  
}
.pro-text-5 .jwell-pic_text .txt p{font-size:16px;line-height:22px;color:#4c4b4b;margin:15px 0 0;}

.pro-text-5 .jwell-pic_text .list{width:46.4%;position:relative;}
.pro-text-5 .jwell-pic_text .swiper-pagination-bullets{position:absolute;bottom: 10px;width:100%;}
.pro-text-5 .jwell-pic_text .swiper-pagination-bullet {height:6px;width:80px;margin:0 4px;background:#fff;border-radius:0;opacity:1;box-sizing:border-box;}
.pro-text-5 .jwell-pic_text .swiper-pagination-bullet-active{background: var(--color-primary);}

@media screen and (max-width:1500px){
  .pro-text-5 .jwell-pic_text{padding:60px 0 60px 5%;}
  .pro-text-5 .jwell-pic_text .txt{-webkit-flex:1;flex:1;}
  .pro-text-5 .jwell-pic_text .txt p{font-size:15px;margin:10px 0 0;}

  .pro-text-5 .jwell-pic_text .list{width:46.4%;}
  .pro-text-5 .jwell-pic_text .swiper-pagination-bullets{bottom:20px;}
  .pro-text-5 .jwell-pic_text .swiper-pagination-bullet {width:50px;height:5px;}
}

@media screen and (max-width:768px){
  .pro-text-5{padding:30px 0 0;-webkit-flex-direction:column;flex-direction:column;}
  .pro-text-5 .jwell-pic_text .txt{-webkit-flex:1;flex:1;text-align:center;}
  .pro-text-5 .jwell-pic_text .list{width:100%;margin:20px 0 0;}
  .pro-text-5 .jwell-pic_text .swiper-pagination-bullets{bottom:15px;}
  .pro-text-5 .jwell-pic_text .swiper-pagination-bullet{height:4px;width:50px;}
}
.pro-text-5 .pro-scroll{display:flex;}
.pro-text-5 .pro-faq{flex:1}
.pro-text-5 .pro-img{margin: 0px 0px 0 20px;width: 54%;}


.pro-text-5 .pro-faq ul{margin: 0px 0 0;}
.pro-text-5 .pro-faq ul li{width: 100%;border:1px solid #E2E2E2;border-radius:8px;}
.pro-text-5 .pro-faq ul li~li{margin-top: 8px;}
.pro-text-5 .pro-faq ul li .tit{padding: 0 15px;overflow:hidden;cursor:pointer;position:relative;display:flex;align-items:center;}
.pro-text-5 .pro-faq ul li .tit h5{
    background: none;
    text-align: left;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6em;
    font-size: 19px;
    color: #000;
    font-weight: 700;
}

.pro-text-5 .pro-faq ul li .con{padding:15px;display:none;border-top:1px solid #E2E2E2;}
.pro-text-5 .pro-faq ul li .con .con-box{display:flex;}
.pro-text-5 .pro-faq ul li .con .con-box .t{flex:1;font-size:18px;line-height:30px;color:#666;}

.indexC-arshine .swiper-slide{
  margin: 30px 0;
  justify-content: space-around;
  display:flex;
  align-items: center;
}
.indexC-arshine .swiper-slide .txt{
  width: 50%;
  padding: 20px;
}
.indexC-arshine .swiper-slide .txt h4{
 color:#000;
 font-size:24px;
 margin-bottom: 30px;
}
.indexC-arshine .swiper-slide .txt p{
  line-height:30px
}
.indexC-arshine .swiper-slide .pic{
  flex:1;
}
.pro_view {
  padding: 90px 0;
}
.pro_view .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.pro-text-5 .on ul {
    display: flex;
    flex-wrap: nowrap;
}
.pro-text-1 .tit,.pro-text-2 .tit,.pro-text-3 .tit.pro-text-4 .tit.pro-text-5 .tit{
padding-bottom:30px;
}
.pro_img {
  width: 50%;
}
.pro_img .view {
  width: 100%;
}
.pro_img .view .swiper-slide img {
  width: 100%;
  display: block;
}

.pro_img .preview {
  position: absolute;
  left: calc(50% + 130px);
  bottom: 45px;
  right: 0;
}
.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 20px 0 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.pro_img .preview .swiper-slide::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 10px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: var(--color-primary);
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 2px;
  box-sizing: border-box;
}
.pro_img .preview .active-nav img {
  border: 1px solid var(--color-primary);
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  text-align: center;
}
.pro_img .preview .arrow-left {
  left: -40px;
}
.pro_img .preview .arrow-right {
  right: -40px;
}
.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
  color: #999;
  font-size: 30px;
}
.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
  color: #212121;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 130px;
  overflow: hidden;
  margin-top: 45px;
}
.pro_view_inner h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}
.pro_view_inner .para {
  margin: 20px 0 0;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro_view_inner .para p {
  width: 100%;
  margin: 10px 0 0;
}
.pro_view_inner .para strong {
  font-weight: 600;
}
.pro_view_inner .para p:nth-child(-n + 6) {
  width: 50%;
}

.pro_view_inner h1 {
  font-size: 34px;
  font-weight: normal;
}

.pro_view_inner .btn-box {
  font-size: 0;
  margin: 40px 0 0;
}
.pro_view_inner .btn-box a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.pro_view_inner .btn-box a:hover{
  color: #fff;
 
}
.pro_view_inner .btn-box a i {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro_view_inner .book {
  background: var(--color-primary);
  border-radius: var(--button-radius);
}


.pro_view_inner .pdf {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  margin-left: 30px;
}


.pro-text-1 {
  margin: 0 auto;
  width: 1050px;
  padding: 0px 0 20px;
  text-align: center;
}
.pro-text-1 h5 {
  border-radius: 10px;
  margin: 0 auto;
  width: 50%;
  background: var(--color-primary);
  line-height: 1.6em;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.pro-text-1 p {
  line-height: 1.8;
  text-align: left;
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  word-wrap: break-word;
}
.pro-text-1 .video-box {
  position: relative;
  display: block;
}
.pro-text-1 .video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro-text-1 .v {
  max-width: 800px;
  margin: 0 auto;
}

.pro-text-2 {
  margin: 0 auto;
  width: 1410px;
  padding: 20px 0 70px;

}
.pro-text-2 .tit {
  text-align: center;
}
.pro-text-2 .tit h5 {
  line-height: 1.6em;
    margin: 0px 0px 10px;
    border-bottom: 2px solid rgb(204, 204, 204);
    text-align: left;
    font-size: 32px;
    color: #030303;
    font-weight: 700;
}
.pro-text-2 .tit h6 {
  font-size: 24px;
  color: #000000;
  margin: 18px 0 0;
}
.pro-text-2 .tit p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 8px 0 0;
}
.pro-text-2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-2 ul li {
  width: 33.333333%;
  padding: 0 15px;
  text-align: center;
}
.pro-text-2 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}
.pro-text-2 p {
  font-size: 16px;
}

.pro-text-3 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pro-text-3 .pic {
  width: 55%;
  overflow: hidden;
}
.pro-text-3 .pic img {
  width: 100%;
}
.pro-text-3 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.pro-text-3 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-3 .txt h6 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 25px 0 0;
}
.pro-text-3 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 15px 0 0;
}

.pro-text-4 {
  padding: 90px 0;
  background: #fff;
}
.pro-text-4 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pro-text-4 .pic {
  width: 42%;
  overflow: hidden;
}
.pro-text-4 .pic img {
  width: 100%;
}
.pro-text-4 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 120px;
}
.pro-text-4 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-4 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 30px 0 0;
}

.pro-text-5 {
  margin: 0 auto;
  width: 1050px;
  padding: 20px 0 20px;
}
.pro-text-5 h5 {
    text-align: center;
    border-radius: 10px;
    margin: 0px auto 30px;
    width: 50%;
    background: var(--color-primary);
    line-height: 1.6em;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.pro-text-5 p {
       text-align: left;
    margin: 10px 0;
}
.pro-text-5 ul {
  margin: 50px -4px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-5 ul li {
  width: 50%;
  padding: 4px;
  text-align: center;
}
/*.pro-text-5 ul li:last-child {*/
/*  width: 100%;*/
/*}*/
.pro-text-5 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}

.pro-text-6 {
  background: #fff;
  padding: 90px 0 70px;
  text-align: center;
}
.pro-text-6 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-6 .pic {
  margin: 40px 0 0;
}

.rela-pro {
  padding: 60px 0;
}
.rela-pro h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.rela-pro ul {
  margin: 30px -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rela-pro ul li {
  width: 33.333333%;
  text-align: center;
  padding: 10px;
}
.rela-pro ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.rela-pro ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.rela-pro ul li h6 {
  margin-top: 20px;
  font-size: 18px;
}
.rela-pro ul li h6 a {
  color: #333;
  line-height: 22px;
}
.rela-pro ul li h6 a:hover {
  color: #0160bc;
}

.rela-pro ul li:hover h6 a {
  color: var(--color-primary);
}
.rela-pro ul li:hover a.pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}


.pro_text {
  margin: 30px 0 0;
  position: relative;
}

.pro_text .tit {
  height: 54px;
  background: #f3f3f3;
  padding: 12px 0 0;
  box-sizing: border-box;
}
.pro_text .tit h5 {
  border-left: 3px solid var(--color-primary);;
  padding: 0 0 0 15px;
  color: var(--text-color);
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Gadugi-Bold";
}

.pro-content {
  padding: 20px 15px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.pro-content p {
  margin-bottom: 15px;
}
.pro-content .row {
  margin-bottom: 15px;
}
.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pro-content table {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  color: #333;
}
.pro-content table tr > th {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  background: color-mix(in srgb, var(--color-primary) 0.7, transparent);
  font-weight: bold;
  color: #fff;
}
.pro-content table tr > td {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
}
.pro-content table tr > td p {
  margin: 0;
}

.pro-app {
  padding: 10px 0 0;
}
.pro-app ul {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-app ul li {
  width: 33.3333333%;
  padding: 10px;
  text-align: center;
}
.pro-app ul li p {
  margin-top: 10px;
  font-size: 17px;
  color: #333;
}

.pcontents table {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 20px;
  border: 1px solid #bdbdbd;
  color: #4b4b4b;
}
.pcontents table tr > th,
.pro_view_inner table tr.firstRow > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  background: #eef4f9;
  text-align: center;
}
.pcontents table tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
}

.pcontents table tr > td:first-child {
    background-color: #e9f2fb4d;
}

@media screen and (max-width: 1441px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 44px;
  }

  .pro-banner .txt h1 {
    font-size: 52px;
  }
  .pro-banner .txt h5 {
    font-size: 22px;
    margin-top: 25px;
  }
  .pro-banner .txt p {
    font-size: 22px;
    line-height: 1.5;
  }

  .pro_view_inner {
    margin-left: 80px;
  }
  .pro_view_inner .btn-box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 630px;
  }
}

@media screen and (max-width: 1367px) {
  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 70px 0;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 40px;
  }

  .pro_view_inner {
    margin-left: 60px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 660px;
    right: 50px;
  }
}

@media screen and (max-width: 1281px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 36px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 60px 0;
  }

  .pro_view_inner {
    margin-left: 50px;
  }
  .pro_view_inner .btn-box {
    margin: 35px 0 0;
  }
  .pro_view_inner .btn-box a {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }
  .pro_img {
    width: 500px;
  }
  .pro_img .preview {
    left: 600px;
    right: 40px;
    width: 35%;
  }

  .pro_img .preview .arrow-left {
    left: -30px;
  }
  .pro_img .preview .arrow-right {
    right: -30px;
  }

  .pro_view_inner .para {
    font-size: 17px;
    line-height: 28px;
  }
  .pro_view_inner .para p:nth-child(-n + 6) {
    width: 100%;
  }
}

@media screen and (max-width: 1171px) {
  .pro_view_inner {
    margin-left: 40px;
  }
  .pro_img {
    width: 480px;
  }
  .pro_img .preview {
    left: 570px;
    right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 32px;
  }

  .pro_view .container {
    display: block;
  }
  .pro_img {
    width: 80%;
    margin: 0 auto;
  }
  .pro_img .preview {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
  }
  .pro_view_inner {
    margin: 25px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pro-text-5 .jgg1 ul li{
    width: 33% !important;
  }
  .content2{
    max-width: 100% !important;
  }
  
  .jmutil_622 .muti_row{
    
    flex-direction: column;
  }
  .jmutil_622 .muti_row .hover_pic{
    width: 100% !important;
  }
  .jmutil_622 .muti_row .mutitxt {
    width: 100% !important;
}
.jmutil_622 .muti_row .box{
  padding: 0 !important;
}
.jmutil_622 .muti_row .box p {
    font-size: 12px;
    color: #514f4f;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: justify;
}
.pro-text-5 p {
    text-align: justify;
    margin: 10px 0;
    font-size: 12px;
}
.pro_view, .pro-text-1, .pro-text-2, .pro-text-3, .pro-text-4, .pro-text-5, .pro-text-6{
  padding: 15px 0 !important;
}

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 28px;
  }

  .pro-banner {
    padding: 30px 0;
  }
  .pro-banner .container {
    display: block;
  }
  .pro-banner .pic {
    width: 80%;
    margin: 0 auto;
  }
  .pro-banner .txt h1 {
    text-align: center;
  }
  .pro-banner .txt p {
    font-size: 18px;
    line-height: 1.4;
  }
  .pro-banner .txt h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 30px 0;
  }

  .pro_view_inner .para {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-1 p {
    font-size: 16px;
    margin: 5px 0;
  }
  .pro-text-2 .tit h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-2 .tit p {
    font-size: 16px;
  }

  .pro-text-2 ul {
    justify-content: center;
  }
  .pro-text-2 ul li {
    width: 50%;
    padding: 10px;
  }
  .pro-text-2 ul li p {
    font-size: 16px;
  }

  .pro-text-3 .container {
    display: block;
  }
  .pro-text-3 .pic {
    width: 100%;
  }
  .pro-text-3 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-3 .txt h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-3 .txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-4 .container {
    display: block;
  }
  .pro-text-4 .pic {
    width: 100%;
  }
  .pro-text-4 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-4 .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }

  .pro-text-5 ul {
    margin: 25px -4px 0;
  }

  .pro-text-6 .pic {
    margin: 25px 0 0;
  }

  .pro_view_inner .btn-box a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  
}

@media screen and (max-width: 576px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .pro-banner .txt p {
    font-size: 16px;
    line-height: 1.2;
  }

  .pro_img {
    width: 100%;
  }
  .pro_img .preview {
    padding: 0 30px;
  }
  .pro_img .preview .swiper-slide {
    width: 45px;
  }
  .pro_img .preview .arrow-left {
    left: 0;
  }
  .pro_img .preview .arrow-right {
    right: 0;
  }

  .pro_view_inner h1 {
    font-size: 20px;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 22px;
  }

  .pro-text-2 ul li {
    width: 100%;
  }
}





  .video-iframe {
                height: 100%;
                width: 100%;
                max-width: 800px;
                margin: 5px auto;
        }

        .video-iframe .v-box {
                height: 0;
                padding-bottom: 60%;
                position: relative;
        }

        .video-iframe .v-box iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                object-position: center;
                -o-object-position: center;
        }
        
        .pro-text-1{
          max-width: 100% !important;
          height: auto !important;
        }
        .pro-text-1 .list{
          display:flex;
        }
 .pro-text-1 .list .txt{
         margin: 5px 0 0 0;
        }
        .pro-text-5{
          max-width: 100% !important;
          height: auto !important;
        }
        
        
        
         .pro-text-1 img{
          max-width: 100% !important;
          height: auto !important;
        }
        
        .pro-text-5 img{
          max-width: 100% !important;
          height: auto !important;
        }
        
     
        
        
         .pro-text-2{
          max-width: 100% !important;
          height: auto !important;
        }
        
        .pro-text-3{
          max-width: 100% !important;
          height: auto !important;
        }
        
        
         .pro-text-4{
          max-width: 100% !important;
          height: auto !important;
        }

        
         .pro-text-2 img{
          max-width: 100% !important;
          height: auto !important;
        }
        
        .pro-text-3 img{
          max-width: 100% !important;
          height: auto !important;
        }
       
       
        .pro-text-4 img{
          max-width: 100% !important;
          height: auto !important;
        }
        
      
       
       
         .table-response {
    overflow-x: auto;
}  


@media only screen and (max-width:1280px) {
table{
	white-space: nowrap !important;
}
  }
  
  
  
  @media screen and (max-width:1100px){
.counter-number span {
    font-size: 26px !important;
}
.counter-number h2 {
    font-size: 26px !important;
}
}
  
  @media screen and (max-width:992px){
    .desc-content{
      font-size: 12px !important;
      text-align: justify;
      line-height: 20px !important;
    }
    .pro-text-1 p{
      font-size: 12px !important;
      text-align: justify;
      line-height: 20px !important;
    }
    .jgg .muti_row .box p{
            font-size: 12px !important;
      text-align: justify;
      line-height: 20px !important;
    }
    .jmutil_622 .muti_row .box p{
                  font-size: 12px !important;
      text-align: justify;
      line-height: 20px !important;
    }
    .jgg ul li{
      width: 100% !important;
    }
    .jgg .muti_row .hover_pic{
      width: 100% !important;
    }
    .jgg .muti_row .hover_pic img{
      width: 70% !important;
      margin-bottom: 15px !important;
    }
    .jgg .muti_row .mutitxt{
      width: 100% !important;
    }
    .jgg .muti_row .box h5 {
    font-size: 18px !important;
    color: #fff;
    margin-bottom: 15px !important;
}
.jgg .muti_row .box p {
    font-size: 12px !important;
    color: #514f4f;
    line-height: 20px !important; 
    margin: 10px 0 0 !important;
}
.pro-text-5 .col-lg-3{
  width: 50% !important;
}
.counter-text p {
    font-size: 10px !important;
    line-height: 30px !important;
}
.counter-number span {
    font-size: 22px !important;
    line-height: 24px !important;
}
.counter-number h2 {
    font-size: 24px !important;
    line-height: 26px !important;
}
.pro-text-5 .counter-section .col-lg-3 .counter-item-box .counter-icon img{
  height: 30px !important;
}

.counter-item-box{
  padding: 10px 0 0 10px !important;
}

.akin_inquiry h5{
  font-size: 24px !important;
}
    .akin_inquiry .cont_left .witr_section_title_inner p {
        font-size: 14px !important;
    }
        .akin_inquiry .cont_left .witr_section_title_inner h3 {
        font-size: 20px !important;
    }
        .akin_inquiry .col-lg-8 {
        padding: 0 15px 15px 15px !important;
    }
        .akin_inquiry .col-lg-8 .crm-form {
        padding: 15px !important;
    }
        .akin_inquiry .div_info h3 {
        font-size: 20px !important;
    }
        .jwell-featured_products .tit h3, .indexG .tit h3, .indexE .top .tit h3, .indexC .tit h3 {
        font-size: 20px !important;
        background-size: 220px auto;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
        .jwell-featured_products {
        padding: 30px 0 !important;
    }
  }
  
  
  
  
  
  
  
  
  
  
body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .richtext-detail img{
    width: 100%;
  }
  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:auto !important;margin: 0 !important;}
  table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  #detail_decorate_root [class*="magic-"] p{
    font-size:12px;
    line-height:1.4
  }
}
.ife-detail-decorate-table{
  overflow-x: auto;
  
  }

  .table-wrapper{

    overflow-x: auto;
  }
  .table-response{
    overflow-x: auto;
  }


.pcontents div{
 
  height: auto !important;
}


.pcontents img{
  max-width: 100% !important;
  height: auto !important;
}


@media screen and (max-width:768px){
.pcontents div{
  width: 100%;
}

.pro-text-5 ul li {
    width: 100%;
}

.pro-text-5 h5 {
    width: 100%;
}
.pro-text-1 h5 {
    width: 100%;
}

}


.jgg ul li {
    margin: 4px !important;
}



@media screen and (max-width:992px){
.pro-text-1 .list {
    flex-direction: column;
}

.pro-text-1 .list .txt{
	padding: 0 !important;
}
}



@media screen and (max-width:992px){
body [class*="jmutil_"]  .muti_row {
    flex-direction: column;
}

body [class*="jmutil_"] .muti_row .hover_pic {
    width: 100%;
}
body [class*="jmutil_"] .muti_row .mutitxt {
    width: 100%;
}

body [class*="jmutil_"] .muti_row .box {
    padding: 10px 0;
    margin-bottom: 0px;
}


body [class*="jmutil_"] .muti_row .box1 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}


body [class*="jmutil_"] .muti_row .box1 .jgg12 ul li p {
    margin: 0px !important;
    padding: 0px;
    margin-top: 5px;
    text-align: center;
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jgg12 ul li {
    width: 50% !important;
}

.indexC-arshine .swiper-slide {
    flex-direction: column;
}
.indexC-arshine .swiper-slide .txt {
    width: 100%;
}
.jgg_168 ul li {
    margin: 0 !important;
    width: 50% !important;
}



.jgg_168 ul {
    margin: 0;
}


.pro-text-5 .jwell-pic_text {
    flex-direction: column;
}
.pro-text-5 .pro-scroll {
    flex-direction: column;
}
.pro-text-5 .pro-img {
    margin: 10px 0;
    width: 100%;
}
.pro-text-5 .jwell-pic_text {
    padding: 60px 5%;
}
.pro-text-5 p {
    text-align: left !important;
}
.pro-text-5 ul li p {
    font-size: 14px;
}
body [class*="jmutil_"] .muti_row .box h3 {
    font-size: 16px;
}
body [class*="jmutil_"]  .muti_row .box p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
}
@media screen and (max-width:992px){
.jgg .muti_row .hover_pic p {
    text-align: center !important;
}
}


@media screen and (max-width:600px){
.jgg .muti_row .hover_pic p {
    text-align: center !important;
}
body [class*="pro-text-"] p{
  font-size: 16px !important;
  text-align: left;
      line-height: 20px !important;
}
body [class*="pro-text-"] p span{
  font-size: 16px !important;
  text-align: left;
      line-height: 20px !important;
}

body [class*="pro-text-"] span{
  font-size: 16px !important;
  text-align: left;
      line-height: 20px !important;
}
}



@media screen and (max-width:600px){
.akin_inquiry .container .row{
        margin-right: 0;
        margin-left: 0;
}

body .jgg12 ul li {
    width: 50% !important;
}

body [class*="pro-text-"] h5{
  width: 80% !important;
}



.jgg .muti_row .hover_pic p, .jgg .muti_row .mutitxt h5, .muti_row .mutitxt p, .jgg ul {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pro-text-5 .pro-faq h5{
   width: 100% !important;
}
}



@media screen and (max-width:768px){
.counter-section .counter-item-box{
       text-align: center !important;
}

.counter-section .counter-text p {
    text-align: center !important;
}
}



@media screen and (max-width:1370px){


body > div.akin_inquiry.container > div > div > div.col-lg-8.col-md-8 > div > form > div:nth-child(5){
	width: 48% !important;
}

}



@media screen and (max-width:600px){


body > div.akin_inquiry.container > div > div > div.col-lg-8.col-md-8 > div > form > div:nth-child(5){
	width: 100% !important;
}

}
@media screen and (max-width: 480px) {
    body > div.akin_inquiry.container > div > div > div.col-lg-8.col-md-8 > div > form > div:nth-child(5) {
        width: 100% !important;
    }
}


:not(.rich-text) img {
    max-width: 100%;
}
        .pro-text-5.zhiqing-goods-center img{
    padding: 6px;
}