.pro_page{
  position: relative;
  overflow: unset!important;
  padding: 189px 0 114px;
}
.pro_search {
  width: 273px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 230px;
  top: 24px;
  z-index: 9999999999;
}
.pro_search input {
  padding: 0 0 0 18px;
  background: transparent;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #999999;
  border: none;
}
 button {
  background: transparent;
}
.pro_search button .iconfont {
  font-size: 20px;
  color: #484848;
}
.pro_page .wrap {
  width: 1680px;
  margin: auto;
  max-width: 90%;
  position: relative;
}
.pro_page .wrap .return {
  width: 1674px;
  margin: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.pro_page .wrap .last_tit{
  font-size: 42px;
  font-family: "Roboto b", sans-serif;
  font-weight: bold;
  line-height: 50px;
  color: #000;
  margin: 54px 0 0 0;
  text-align: center;
}
.pro_page .wrap .return .iconfont {
  font-size: 25px;
  color: #111111;
  margin: 0 16px 0 0;
}
.pro_page .wrap .return p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #111111;
}
.pro_page .wrap .matter1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 0 0;
}
.pro_page .wrap .matter1 .background {
  width: 780px;
  height: 635px;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_page .wrap .matter1 .background .swiper {
  width: 690px;
  height: 690px;
  max-width: 90%;
  max-height: 90%;
}
.pro_page .wrap .matter1 .background .swiper .swiper-pagination {
  bottom: 0;
}
.pro_page .wrap .matter1 .background .swiper .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 1!important;
  transition: 1s;
  margin: 0 15px 0 0!important;
}
.pro_page .wrap .matter1 .background .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
}
.pro_page .wrap .matter1 .background .swiper .swiper-pagination span:last-child {
  margin: 0!important;
}
.pro_page .wrap .matter1 .content {
  width: 800px;
}
.pro_page .wrap .matter1 .content .headline {
  font-size: 40px;
  font-family: "Roboto b", sans-serif;
  font-weight: bold;
  line-height: 50px;
  color: #030303;
  margin: 0 0 54px 0;
}
.pro_page .wrap .matter1 .content .text > * {
  transform: translateY(50px);
  transition: 1s;
  opacity: 0;
}
.pro_page .wrap .matter1 .content .text:not(:last-child) {
  margin: 0 0 50px 0;
}
.pro_page .wrap .matter1 .content .text span {
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
  display: block;
  margin: 0 0 20px 0;
}
.pro_page .wrap .matter1 .content .text p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
}
.pro_page .wrap .matter1 .content.aos-animate .text > * {
  transform: translateY(0);
  opacity: 1;
}
.pro_page .wrap .matter2 {
  padding: 66px 0 0 0;
}
.pro_page .wrap .matter2 span {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #030303;
  display: block;
  margin: 0 0 42px 0;
}
.pro_page .wrap .matter2 p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
}
html[lang="en"] .pro_page .wrap .matter2 p{
  text-align: justify;
  word-break: break-all;
}
.pro_page .wrap .matter3 {
  padding: 90px 0 0 0;
}
.pro_page .wrap .matter3 .headline {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  line-height: 37px;
  color: #030303;
  margin: 0 0 40px 0;
}
.pro_page .wrap .matter3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro_page .wrap .matter3 .content .item {
  width: 809px;
  height: 50px;
  background: rgba(244, 244, 244, 0.25);
  border-radius: 34px;
  margin: 0 0 25px 0;
  position: relative;
  overflow: hidden;
}
.pro_page .wrap .matter3 .content .item .color {
  height: 100%;
  transition: 2s;
  transform: scaleX(0);
  transform-origin: left;
}
.pro_page .wrap .matter3 .content .item .color.on{
  transform: scaleX(1);
}
.pro_page .wrap .matter3 .content .item .text {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
}
.pro_page .wrap .matter3 .content .item:nth-child(1) .color {
  /*width: 11px;*/
  background: #A4E672;
}
.pro_page .wrap .matter3 .content .item:nth-child(2) .color {
  /*width: 17px;*/
  background: #AEDC8B;
}
.pro_page .wrap .matter3 .content .item:nth-child(3) .color {
  /*width: 17px;*/
  background: #65A734;
}
.pro_page .wrap .matter3 .content .item:nth-child(4) .color {
  /*width: 17px;*/
  background: #55C700;
}
.pro_page .wrap .matter3 .content .item:nth-child(5) .color {
  /*width: 11px;*/
  background: #65A734;
}
.pro_page .wrap .matter3 .content .item:nth-child(6) .color {
  /*width: 17px;*/
  background: #5CAE20;
}
.pro_page .wrap .matter3 .content .item:nth-child(7) .color {
  /*width: 24px;*/
  background: #3C8704;
}
.pro_page .wrap .matter3 .content .item:nth-child(8) .color {
  /*width: 35px;*/
  background: #65A734;
}
.pro_page .wrap .matter3 .content .item:nth-child(9) .color {
  /*width: 50px;*/
  background: #317100;
}
.pro_page .wrap .matter3 .content .item:nth-child(10) .color {
  /*width: 17px;*/
  background: #3C8704;
}
.pro_page .wrap .matter3 .content .item:nth-child(11) .color {
  /*width: 64px;*/
  background: #AEDC8B;
}
.pro_page .wrap .matter3 .content .item:nth-child(12) .color {
  /*width: 74px;*/
  background: #A4E672;
}
.pro_page .wrap .matter3 .content .item:nth-child(13) .color {
  /*width: 144px;*/
  background: #92C76B;
}
.pro_page .wrap .matter3 .content .item:nth-child(14) .color {
  /*width: 438px;*/
  background: #079B42;
}
.pro_page2 {
  position: relative;
  z-index: 2;
}
.pro_page2 .wrap {
  width: 1620px;
  margin: 166px auto 192px;
  position: relative;
  z-index: 23;
  display: flex;
  justify-content: space-between;
}
.pro_page2 .wrap .item {
  text-align: center;
  position: relative;
}
.pro_page2 .wrap .item:not(:last-child):after {
  content: '';
  position: absolute;
  right: -105px;
  top: 185px;
  width: 1px;
  height: 159px;
  background: rgba(255, 255, 255, 0.1);
}
.pro_page2 .wrap .item .headline {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 140px 0;
}
.pro_page2 .wrap .item .display {
  display: flex;
  justify-content: center;
  position: relative;
}
.pro_page2 .wrap .item:not(:first-child) .add{
  display: none;
}
.pro_page2 .wrap .item .display .add{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 55px;
  height: 55px;
}
.pro_page2 .wrap .item .display .add:after{
  content: '';
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pro_page2 .wrap .item .display .add:before{
  content: '';
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pro_page2 .wrap .item .display .list .img {
  width: 58px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
}
.pro_page2 .wrap .item .display .list .text span {
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #FFFFFF;
}
.pro_page2 .wrap .item .display .list .text p {
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #FFFFFF;
  margin: 6px 0 0 0;
}
.pro_page2 .wrap .item:first-child .display .list:not(:last-child) {
  margin: 0 385px 0 0;
}
.pro_page2 .wrap .item:nth-child(2) .display .list:not(:last-child) {
  margin: 0 98px 0 0;
}
.pro_page3 .wrap {
  width: 1680px;
  background: #F4F4F4;
  border-radius: 30px;
  padding: 97px 50px;
  margin: 103px auto 90px;
  max-height: 1279px;
  overflow: hidden;
  position: relative;
}
.pro_page3 .wrap .click_show {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 72px;
  z-index: 9;
  width: 180px;
  height: 54px;
  background: #03B752;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  line-height: 19px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
.pro_page3 .wrap .click_show:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: 1s;
  z-index: -1;
  clip-path: polygon(0 100%, 100% 300%, 100% 100%, 0 100%);
  opacity: 0;
}
.pro_page3 .wrap .click_show:hover::after {
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.pro_page3 .wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 295px;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.36) 0%, #F4F4F4 100%);
  opacity: 1;
}
.pro_page3 .wrap .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
  margin: 0 0 60px 0;
}
.pro_page3 .wrap .content {
  overflow: hidden;
}
.pro_page3 .wrap .content .item:not(:last-child) {
  margin: 0 0 60px 0;
}
.pro_page3 .wrap .content .item table {
  width: 100%;
}
.pro_page3 .wrap .content .item table tr td {
  width: 142px;
  height: 60px;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
  background: #fff;
}
.pro_page3 .wrap .content .item table tr td:not([rowspan]):nth-child(1) {
  text-align: left;
  /*padding: 0 0 0 25px;*/
}
.pro_page3 .wrap .content .item table tr td[rowspan] {
  border: 1px solid #e7e7e7 !important;
}
.pro_page3 .wrap .content .item table tr:first-child td,
.pro_page3 .wrap .content .item table tr:nth-child(2) td {
  background: #707070 !important;
  color: #fff;
  border: 1px solid #838383 !important;
}
.pro_page3 .wrap .content .item table tr:nth-child(2n) td {
  background: #fff;
  border: 1px solid #F1F1F1;
}
.pro_page3 .wrap.on:after {
  opacity: 0;
}
.pro_page4 {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 0 0;
}
.pro_page4 .wrap {
  position: relative;
  z-index: 8555;
  width: 1680px;
}
.pro_page4 .wrap .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 98px 0;
}
.pro_page4 .wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro_page4 .wrap .content .item {
  width: 680px;
  display: flex;
  margin: 0 0 129px 0;
}
.pro_page4 .wrap .content .item .img {
  width: 53px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 27px 0 0;
}
.pro_page4 .wrap .content .item .text {
  margin: 6px 0 0 0;
}
.pro_page4 .wrap .content .item .text span {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 20px;
}
.pro_page4 .wrap .content .item .text p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF;
}
.pro_page5 .wrap {
  width: 1680px;
  margin: 70px auto 0;
}
.pro_page5 .wrap .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
  margin: 0 0 30px 0;
}
.pro_page5 .wrap .content .display {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 26px;
}
.pro_page5 .wrap .content .display .item {
  width: 100%;
  height: 400px;
  position: relative;
  background: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
}
.pro_page5 .wrap .content .display .item .bg {
  transition: 3s;
}
.pro_page5 .wrap .content .display .item .text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.pro_page5 .wrap .content .display .item .text .pick {
  display: flex;
  align-items: center;
  width: 89%;
}
.pro_page5 .wrap .content .display .item .text .pick img {
  margin: 0 10px 0 0;
}
.pro_page5 .wrap .content .display .item .text .pick p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
  word-break: break-all;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro_page5 .wrap .content .display .item .text .add {
  width: 14px;
  height: 14px;
  position: relative;
}
.pro_page5 .wrap .content .display .item .text .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #030303;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.pro_page5 .wrap .content .display .item .text .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #030303;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.pro_page5 .wrap .content .display .item:hover .bg {
  transform: scale(1.1);
}
@media screen and (max-width: 1856px) {
  .pro_page .wrap .matter1 .background{
    width: 46%;
  }
  .pro_page .wrap .matter1 .content {
    width: 48%;
  }

  .pro_page .wrap .matter3 .content .item{
    width: 49%;
  }
  .pro_page2 .wrap,.pro_page3 .wrap,.pro_page4 .wrap,.pro_page5 .wrap{
    max-width: 90%;
  }
}

@media screen and (max-width: 1550px) {
  .pro_page2 .wrap .item:first-child .display .list:not(:last-child) {
    margin: 0 285px 0 0;
  }
  .pro_page4 .wrap .content .item{
    width: 50%;
  }
}



@media screen and (max-width: 1500px) {
  .pro_page .wrap .matter1 .content .headline {
    word-break: break-all;
  }
  .pro_page2 .wrap .item .headline{
    font-size: 35px;
  }
  .pro_page4 .wrap .title{
    font-size: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .pro_page .wrap .matter1 .content .headline{
    font-size: 25px;
    line-height: 35px;
  }
  .pro_page .wrap .matter3 .headline{
    font-size: 25px;
  }
  .pro_page .wrap .matter1 .content .text span{
    font-size: 22px;
  }
  .pro_page2 .wrap .item:first-child .display .list:not(:last-child) {
    margin: 0 150px 0 0;
  }
  .pro_page2 .wrap .item .display .list .text p{
    font-size: 18px;
  }
  .pro_page2 .wrap .item .display .list .text span{
    font-size: 20px;
  }
  .pro_page4 .wrap .content .item .text p{
    font-size: 16px;
  }
  .pro_page4 .wrap .content .item .text span{
    font-size: 25px;
  }
}

@media screen and (max-width: 1090px) {
  .pro_page2 .wrap .item:nth-child(2) .display .list:not(:last-child) {
    margin: 0 68px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .pro_page .wrap .return p {
    font-size: 14px;
  }

  .pro_page .wrap .return .iconfont {
    font-size: 18px;
    margin: 0 11px 0 0;
  }

  .pro_page {
    overflow: hidden !important;
    padding: 189px 0 31px;
  }

  .header .other .text {
    color: #000;
  }

  .pro_page .wrap {
    width: 1680px;
    margin: auto;
    max-width: 90%;
  }

  .pro_page .wrap .matter1 {
    margin: 30px 0 0 0;
    flex-direction: column;
  }

  .pro_page .wrap .last_tit {
    font-size: 20px;
  }

  .pro_page .wrap .matter1 .background {
    width: 100%;
    height: auto;
  }

  .pro_page .wrap .matter1 .background .swiper {
    width: 100%;
    height: auto;
  }

  .pro_page .wrap .matter1 .background .swiper .swiper-slide {
    padding: 50px;
  }

  .pro_page .wrap .matter1 .background .swiper .swiper-pagination span {
    width: 7px;
    height: 7px;
  }

  .pro_page .wrap .matter1 .background .swiper .swiper-pagination span {
    margin: 0 8px 0 0 !important;
  }

  .pro_page .wrap .matter1 .background .swiper .swiper-pagination {
    bottom: 15px;
  }

  .pro_page .wrap .matter1 .content {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .pro_page .wrap .matter1 .content .headline {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 28px 0;
  }

  .pro_page .wrap .matter1 .content .text p {
    font-size: 13px;
    line-height: 25px;
  }

  .pro_page .wrap .matter1 .content .text:not(:last-child) {
    margin: 0 0 30px 0;
  }

  .pro_page .wrap .matter1 .content .text > * {
    opacity: 1 !important;
    transition-delay: unset !important;
    transform: none !important;
  }

  .pro_page .wrap .matter1 .content .text span {
    font-size: 18px;
  }

  .pro_page .wrap .matter2 span {
    font-size: 25px;
    margin: 0 0 20px 0;
  }

  .pro_page .wrap .matter2 p {
    font-size: 13px;
    line-height: 30px;
  }

  .pro_page .wrap .matter3 {
    padding: 34px 0 0 0;
  }

  .pro_page .wrap .matter3 .headline {
    font-size: 17px;
    line-height: 30px;
  }

  .pro_page .wrap .matter3 .content .item {
    width: 49%;
  }

  .pro_page .wrap .matter3 .content .item .text {
    font-size: 12px;
  }

  .pro_page2 .wrap {
    flex-direction: column;
    margin: 0 auto 73px;
  }

  .pro_page2 .wrap .item .headline {
    font-size: 25px;
    margin: 0 0 21px 0;
  }

  .pro_page2 .wrap .item .display .list .text p {
    font-size: 14px;
  }

  .pro_page2 .wrap .item:nth-child(2) .display .list:not(:last-child) {
    margin: 0 28px 0 0;
  }

  .pro_page2 .wrap .item .display .list .img {
    width: 30px;
    height: 40px;
  }

  .pro_page2 .wrap .item .display .list .text span {
    font-size: 16px;
  }

  .pro_page2 .wrap .item:first-child .display .list:not(:last-child) {
    margin: 0 12vw 0 0;
  }

  .pro_page2 .wrap .item {
    margin: 80px 0 0 0;
  }

  .pro_page3 .wrap {
    margin: 5% auto 40px;
    padding: 5%;
    border-radius: 15px;
  }

  .pro_page3 .wrap .title {
    font-size: 25px;
    margin: 0 0 23px 0;
  }

  .pro_page3 .wrap .content .item table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }

  .pro_page3 .wrap .content .item table tbody {
    display: block;
    width: max-content;
  }

  .pro_page3 .wrap .content .item table tr td {
    width: 140px;
    height: 28px;
    font-size: 14px;
  }

  .pro_page3 .wrap .click_show {
    bottom: 47px;
    font-size: 13px;
  }

  .pro_page3 .wrap:after {
    pointer-events: none;
  }

  .pro_page4 {
    height: auto;
  }

  .pro_page4 .wrap {
    margin: 50px auto;
  }

  .pro_page4 .wrap .title {
    font-size: 25px;
    margin: 0 0 40px;
  }

  .pro_page4 .wrap .content {
    flex-direction: column;
  }

  .pro_page4 .wrap .content .item {
    width: 100%;
    margin: 0 0 37px 0;
  }

  .pro_page4 .wrap .content .item .text span {
    font-size: 18px;
    margin: 0 0 11px;
  }

  .pro_page4 .wrap .content .item .img {
    width: 30px;
    height: 38px;
    margin: 0 25px 0 0;
  }

  .pro_page4 .wrap .content .item .text p {
    font-size: 13px;
    line-height: 30px;
  }

  .pro_page5 .wrap {
    margin: 46px auto 0;
  }

  .pro_page5 .wrap .title {
    font-size: 25px;
  }

  .pro_page5 .wrap .content .display {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 0;
  }

  .pro_page5 .wrap .content .display .item {
    height: auto;
    padding: 0 0 62px 0;
  }

  .pro_page5 .wrap .content .display .item .text {
    padding: 0 5%;
  }

  .pro_page5 .wrap .content .display .item .text .pick p {
    font-size: 13px;
  }

  .pro_search {
    padding: 0 5%;
    width: 100%;
    left: 0;
    right: unset;
    top: 100px;
    transform: none !important;
  }

  .pro_page2 .wrap .item .display .add {
    width: 25px;
    height: 25px;
  }

  .pro_page3 .wrap .content .item table {
    transform-origin: top left;
    display: block;
    /*transform: scale(0.25);*/
  }

  .pro_search {
    padding: 0 5% 0 0;
    width: 90%;
    left: 5%;
  }

  .pro_search input {
    font-size: 13px;
  }

  html[lang="en"] .pro_page .wrap .last_tit {
    line-height: 1.3;
  }

  html[lang="en"] .pro_page2 .wrap .item .display .list .text span {
    font-size: 13px;
    line-height: 19px;
  }

  .pro_page4 .wrap .content .item {
    flex-direction: column;
  }

  html[lang="en"] .pro_page2 .wrap .item .headline {
    font-size: 21px;
  }


  html[lang="en"] .pro_page3 .wrap .content .item:not(:last-child) {
    margin: 0 0 11px 0;
  }

  html[lang="en"] .pro_page .wrap .matter2 p {
    text-align: justify;
    word-break: break-all;
  }

  html[lang="en"] .pro_page4 .wrap .content .item .text p {
    text-align: justify;
    word-break: break-all;
  }

  .pro_page3 .wrap{
    max-height: unset!important;
  }
  .pro_page3 .wrap .content .item table tr td {
    width: fit-content!important;
    height: 35px!important;
    font-size: 12px!important;
    white-space: nowrap;
    padding: 10px 15px;
  }
  .pro_page3 .wrap .content .item:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .pro_page3 .wrap .content .item table{
    height: auto!important;
  }
  .pro_page3 .wrap .content .item{
    height: auto!important;
  }
  .pro_page3 .wrap .click_show{
    display: none;
  }
  .pro_page3 .wrap:after{
    display: none;
  }
}
/*# sourceMappingURL=products_page.css.map */
