 
.this_public {
  font-family: siyuan2;
}
.this_public .this_title3 h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.this_public .bannerWrapper .Wrapper .this_in {
  position: relative;
}
.this_public .bannerWrapper .Wrapper .this_in .img_b {
  width: 100%;
}
.this_public .bannerWrapper .Wrapper .this_in .img_b img {
  width: 100%;
}
.this_public .bannerWrapper .Wrapper .this_in .this_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.this_public .bannerWrapper .Wrapper .this_in .this_text .this_text_in h1 {
  font-size: 72px;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .this_public .this_title3 h2 {
    font-size: 28px;
  }
  .this_public .bannerWrapper .Wrapper .this_in .img_b img {
    min-height: 300px;
    object-fit: cover;
  }
  .this_public .bannerWrapper .Wrapper .this_in .this_text .this_text_in h1 {
    font-size: 40px;
  }
}
.aboutPage .modelWrapper1 .Wrapper {
  margin-top: 140px;
}
.aboutPage .modelWrapper1 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .left {
  width: 49%;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .left h2 {
  font-size: 40px;
  color: #000;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .left .this_text {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .left .this_text p {
  font-size: 16px;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .right {
  width: 43%;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .right .img_b {
  width: 100%;
}
.aboutPage .modelWrapper1 .Wrapper .this_in .right .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper2 .Wrapper {
  margin-top: 130px;
  background-color: var(--blue);
  padding: 60px 0 90px;
}
.aboutPage .modelWrapper2 .Wrapper .this_title3 h2 {
  color: #fff;
}
.aboutPage .modelWrapper2 .Wrapper .this_in {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.aboutPage .modelWrapper2 .Wrapper .this_in .this_child {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPage .modelWrapper2 .Wrapper .this_in .this_child .img_b {
  width: 90px;
}
.aboutPage .modelWrapper2 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper2 .Wrapper .this_in .this_child .this_text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPage .modelWrapper2 .Wrapper .this_in .this_child .this_text h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.aboutPage .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.aboutPage .modelWrapper3 .Wrapper {
  margin-top: 90px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in {
  margin-top: 70px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father {
  position: relative;
  padding-bottom: 220px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child {
  display: flex;
  justify-content: space-between;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .left {
  width: 36%;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .left h3 {
  font-size: 60px;
  color: var(--blue);
  font-weight: bold;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .left p {
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .right {
  width: 60%;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .right .img_b {
  width: 100%;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .right .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton {
  bottom: 0;
  top: auto;
  background-color: #eee;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: 1;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton:hover {
  background-color: var(--blue);
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton.swiper-button-prev {
  left: calc(50% - 55px);
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton.swiper-button-next {
  right: calc(50% - 55px);
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton i {
  color: #fff;
  font-size: 24px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton::before {
  display: none;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .lrButton::after {
  display: none;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  bottom: 60px;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: auto;
  overflow: visible;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet span {
  width: 100%;
  height: 1px;
  position: relative;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet span::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet span i {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 30px;
  transform: translate(0, -50%);
  background-color: var(--blue);
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet .spanText {
  display: inline-block;
  margin-top: 20px;
  font-size: 40px;
  white-space: nowrap;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet.swiper-pagination-bullet-active span i {
  display: block;
}
.aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet.swiper-pagination-bullet-active .spanText {
  color: var(--blue);
}
.aboutPage .modelWrapper4 .Wrapper {
  margin-top: 80px;
  padding: 90px 0 90px;
  background-color: #F3F3F3;
}
.aboutPage .modelWrapper4 .Wrapper .this_title h2 {
  color: #000000;
}
.aboutPage .modelWrapper4 .Wrapper .this_in {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutPage .modelWrapper4 .Wrapper .this_in .left {
  width: 42%;
}
.aboutPage .modelWrapper4 .Wrapper .this_in .left .this_text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.aboutPage .modelWrapper4 .Wrapper .this_in .left .this_text p {
  font-size: 16px;
}
.aboutPage .modelWrapper4 .Wrapper .this_in .right {
  width: 53%;
}
.aboutPage .modelWrapper4 .Wrapper .this_in .right .img_b {
  width: 100%;
}
.aboutPage .modelWrapper4 .Wrapper .this_in .right .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper5 .Wrapper {
  background-color: #F3F3F3;
}
.aboutPage .modelWrapper5 .Wrapper .this_in {
  padding-bottom: 170px;
  display: flex;
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .img_b {
  width: 66px;
  height: 66px;
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text h3 {
  display: flex;
  align-items: center;
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text h3 span {
  font-size: 40px;
  font-weight: bold;
  color: var(--blue);
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text h3 b {
  font-size: 40px;
  color: var(--blue);
}
.aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text p {
  text-align: center;
  font-size: 16px;
}
.aboutPage .modelWrapper6 .Wrapper {
  margin-top: 100px;
}
.aboutPage .modelWrapper6 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
}
.aboutPage .modelWrapper6 .Wrapper .this_in .this_child {
  width: 30%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 55px 30px;
  position: relative;
}
.aboutPage .modelWrapper6 .Wrapper .this_in .this_child .img_b {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.aboutPage .modelWrapper6 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper6 .Wrapper .this_in .this_child h3 {
  font-size: 20px;
}
.aboutPage .modelWrapper7 {
  background-color: var(--blue);
}
.aboutPage .modelWrapper7 .Wrapper {
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.aboutPage .modelWrapper7 .Wrapper .this_title3 h2 {
  color: #ffffff;
}
.aboutPage .modelWrapper7 .Wrapper .this_in {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map {
  position: relative;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .img_b {
  width: 100%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .img_b img {
  width: 100%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg {
  position: absolute;
  width: 70px;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg:hover img {
  transform: scale(1.3);
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg img {
  width: 100%;
  transition: all 0.5s;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg1 {
  right: 20%;
  top: 14%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg2 {
  right: 21%;
  top: 29%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg3 {
  right: 44%;
  top: 53%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg3 {
  right: 27%;
  top: 41%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg4 {
  right: 42.5%;
  top: 79%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg5 {
  right: 36.5%;
  top: 43%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg6 {
  right: 33%;
  top: 25%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg7 {
  right: 11%;
  top: 77%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg8 {
  right: 77%;
  top: 37%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg9 {
  right: 15%;
  top: 49%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg10 {
  right: 68%;
  top: 65%;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_map2 {
  display: none;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_button {
  margin-top: 30px;
  border-radius: 5px;
  display: block;
  padding: 20px 40px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_button span {
  color: #fff;
  font-size: 24px;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_text {
  margin-top: 60px;
}
.aboutPage .modelWrapper7 .Wrapper .this_in .this_text p {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet .spanText {
    font-size: 28px;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in .this_map .cimg {
    width: 50px;
  }
}
@media screen and (max-width: 950px) {
  .aboutPage .modelWrapper1 .Wrapper {
    margin-top: 70px;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_in {
    flex-direction: column;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_in .left {
    width: 100%;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_in .left h2 {
    font-size: 28px;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_in .left .this_text {
    margin-top: 20px;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_in .left .this_text p {
    font-size: 16px;
  }
  .aboutPage .modelWrapper1 .Wrapper .this_in .right {
    width: 100%;
  }
  .aboutPage .modelWrapper2 .Wrapper {
    margin-top: 65px;
  }
  .aboutPage .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
    gap: 50px;
  }
  .aboutPage .modelWrapper2 .Wrapper .this_in .this_child {
    width: 100%;
  }
  .aboutPage .modelWrapper2 .Wrapper .this_in .this_child .this_text h3 {
    font-size: 24px;
  }
  .aboutPage .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in {
    margin-top: 35px;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father {
    padding-bottom: 60px;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child {
    flex-direction: column;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .left {
    width: 100%;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .left h3 {
    font-size: 32px;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .left p {
    margin-top: 15px;
    font-size: 16px;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .swiper .this_child .right {
    margin-top: 20px;
    width: 100%;
  }
  .aboutPage .modelWrapper3 .Wrapper .this_in .swiper-father .next {
    display: none;
  }
  .aboutPage .modelWrapper4 .Wrapper {
    margin-top: 40px;
    padding: 45px 0 45px;
  }
  .aboutPage .modelWrapper4 .Wrapper .this_in {
    margin-top: 30px;
    flex-direction: column;
  }
  .aboutPage .modelWrapper4 .Wrapper .this_in .left {
    width: 100%;
  }
  .aboutPage .modelWrapper4 .Wrapper .this_in .left .this_text p {
    font-size: 16px;
  }
  .aboutPage .modelWrapper4 .Wrapper .this_in .right {
    margin-top: 30px;
    width: 100%;
  }
  .aboutPage .modelWrapper5 .Wrapper .this_in {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 85px;
  }
  .aboutPage .modelWrapper5 .Wrapper .this_in .this_child {
    width: 100%;
    padding: 15px;
    background-color: #fff;
  }
  .aboutPage .modelWrapper5 .Wrapper .this_in .this_child .img_b {
    width: 100px;
    height: 100px;
  }
  .aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text h3 span {
    font-size: 24px;
  }
  .aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text h3 b {
    font-size: 24px;
  }
  .aboutPage .modelWrapper5 .Wrapper .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .aboutPage .modelWrapper6 .Wrapper {
    margin-top: 50px;
  }
  .aboutPage .modelWrapper6 .Wrapper .this_in {
    gap: 30px;
    flex-direction: column;
  }
  .aboutPage .modelWrapper6 .Wrapper .this_in .this_child {
    width: 100%;
    padding: 15px 20px;
  }
  .aboutPage .modelWrapper6 .Wrapper .this_in .this_child .img_b {
    width: 80px;
  }
  .aboutPage .modelWrapper6 .Wrapper .this_in .this_child h3 {
    font-size: 18px;
  }
  .aboutPage .modelWrapper6 .Wrapper .this_in .this_child h3 br {
    display: none;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in {
    margin-top: 45px;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in .this_map {
    display: none;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in .this_map2 {
    display: block;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in .this_text p {
    font-size: 28px;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in .this_button {
    padding: 10px 30px;
  }
  .aboutPage .modelWrapper7 .Wrapper .this_in .this_button span {
    font-size: 16px;
  }
}
.productPage2 {
  background-color: #F8F7FC;
}
.productPage2 .modelWrapper1 {
  background-color: #fff;
  margin-bottom: 20px;
}
.productPage2 .modelWrapper1 .Wrapper .this_in {
  padding: 50px 0 60px;
}
.productPage2 .modelWrapper1 .Wrapper .this_in h2 {
  font-size: 40px;
}
.productPage2 .modelWrapper1 .Wrapper .this_in p {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
.productPage2 .modelWrapper2 .Wrapper {
  padding-bottom: 90px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left {
  width: 300px;
  background-color: #FFFFFF;
  padding: 30px 25px 30px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_search input {
  border: 1px solid #A0A0A0;
  padding: 10px 30px;
  width: 100%;
  display: inline-block;
  font-size: 24px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_search input::placeholder {
  font-size: 24px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list {
  margin-top: 45px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list h2 {
  font-size: 36px;
  padding-left: 40px;
  position: relative;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list h2::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid var(--blue);
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul {
  margin-top: 20px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul li {
  padding-left: 40px;
  position: relative;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid var(--blue);
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul li a {
  color: #999999;
  font-size: 24px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul li:first-child {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul li:first-child a {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .left .ProList .this_list ul li:first-child::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid var(--blue);
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right {
  width: calc(100% - 340px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 3.3%;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child {
  width: 30%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(95, 200, 244, 0.8) 0%, rgba(170, 231, 255, 0.3) 35.43307087%, rgba(255, 255, 255, 0.1) 82.67716535%, #ffffff 96.06299213%);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in {
  width: 100%;
  padding: 20px 20px 40px;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in .img_b {
  width: 100%;
  height: auto;
  padding-top: 120%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in .this_text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in .this_text h3 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in .this_text .iconWrap {
  width: 50px;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(200%, -50%);
  transition: all 0.5s;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child .this_child_in .this_text .iconWrap img {
  width: 100%;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child:hover::before {
  opacity: 1;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child:hover .this_child_in .this_text h3 {
  transform: translate(-20px, 0);
  color: #fff;
}
.productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child:hover .this_child_in .this_text .iconWrap {
  visibility: visible;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1280px) {
  .productPage2 .modelWrapper2 .Wrapper .this_in .right {
    gap: 20px 4%;
  }
  .productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child {
    width: 48%;
  }
}
@media screen and (max-width: 950px) {
  .productPage2 .modelWrapper1 .Wrapper .this_in h2 {
    font-size: 28px;
  }
  .productPage2 .modelWrapper1 .Wrapper .this_in p {
    margin-top: 10px;
    font-size: 16px;
  }
  .productPage2 .modelWrapper2 .Wrapper .this_in .left {
    display: none;
  }
  .productPage2 .modelWrapper2 .Wrapper .this_in .right {
    width: 100%;
  }
  .productPage2 .modelWrapper2 .Wrapper .this_in .right .this_child {
    width: 100%;
  }
}
.contactPage2 .modelWrapper1 .Wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.contactPage2 .modelWrapper1 .Wrapper .this_title3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactPage2 .modelWrapper1 .Wrapper .this_title3 p {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in {
  margin: auto;
  width: 730px;
  margin-top: 50px;
  padding: 60px 40px;
  background-color: #F7F8FC;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form .this_list {
  width: 100%;
  margin-bottom: 20px;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form .this_list input,
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form .this_list textarea {
  border: none;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  color: #333;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form .this_list input::placeholder,
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form .this_list textarea::placeholder {
  font-size: 18px;
  color: #999;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form input[type="submit"] {
  border: none;
  margin-top: 50px;
  padding: 16px 60px;
  background-color: var(--blue);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  border: 1px solid var(--blue);
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_form input[type="submit"]:hover {
  background-color: transparent;
  color: var(--blue);
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_sns {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_sns p {
  font-size: 18px;
  color: #565656;
  font-weight: 300;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_sns ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactPage2 .modelWrapper1 .Wrapper .this_in .this_sns ul li a i {
  font-size: 20px;
  color: #404040;
}
.contactPage2 .modelWrapper2 .Wrapper {
  margin-top: 120px;
  padding: 0 50px 100px;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in {
  margin-top: 80px;
  display: flex;
  gap: 40px 4%;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in .this_child {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 22%;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in .this_child .img_b {
  width: 50px;
  height: 50px;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in .this_child .this_text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in .this_child .this_text h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
}
.contactPage2 .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .contactPage2 .modelWrapper1 .Wrapper .this_in {
    width: 100%;
  }
  .contactPage2 .modelWrapper2 .Wrapper .this_in {
    flex-wrap: wrap;
  }
  .contactPage2 .modelWrapper2 .Wrapper .this_in .this_child {
    width: 48%;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .contactPage2 .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
  }
  .contactPage2 .modelWrapper2 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
.newsPage {
  background-color: #F8F7FC;
}
.newsPage .modelWrapper1 {
  background-color: #fff;
  margin-bottom: 20px;
}
.newsPage .modelWrapper1 .Wrapper .this_in {
  padding: 50px 0 60px;
}
.newsPage .modelWrapper1 .Wrapper .this_in h2 {
  font-size: 40px;
}
.newsPage .modelWrapper1 .Wrapper .this_in p {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
.newsPage .modelWrapper2 .Wrapper {
  padding-bottom: 100px;
}
.newsPage .modelWrapper2 .Wrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.5%;
}
@keyframes arrowRight2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  height: auto;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text h3 {
  font-size: 22px;
  transition: all 0.5s;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #474747;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text .this_button {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text .this_button span {
  color: #363636;
  font-size: 16px;
  transition: all 0.5s;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text .this_button i {
  transition: all 0.5s;
  color: #363636;
  font-size: 18px;
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child:hover .img_b img {
  transform: scale(1.1);
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child:hover .this_text h3 {
  color: var(--blue);
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child:hover .this_text .this_button span {
  color: var(--blue);
}
.newsPage .modelWrapper2 .Wrapper .this_in .this_child:hover .this_text .this_button i {
  color: var(--blue);
  animation: arrowRight 1s;
}
@media screen and (max-width: 950px) {
  .newsPage .modelWrapper1 .Wrapper .this_in h2 {
    font-size: 28px;
  }
  .newsPage .modelWrapper1 .Wrapper .this_in p {
    margin-top: 10px;
    font-size: 16px;
  }
  .newsPage .modelWrapper2 .Wrapper .this_in {
    gap: 40px 4%;
  }
  .newsPage .modelWrapper2 .Wrapper .this_in .this_child {
    width: 48%;
  }
  .newsPage .modelWrapper2 .Wrapper .this_in .this_child .this_text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .newsPage .modelWrapper2 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
.proDetailPage .modelWrapper1 .Wrapper {
  margin-top: 100px;
  margin-bottom: 50px;
}
.proDetailPage .modelWrapper1 .Wrapper .this_title3 h1 {
  font-size: 60px;
  text-align: center;
}
.proDetailPage .modelWrapper1 .Wrapper .this_in {
  margin-top: 50px;
}
.proDetailPage .modelWrapper1 .Wrapper .this_in .this_text {
  padding: 0 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.proDetailPage .modelWrapper1 .Wrapper .this_in .this_text p {
  font-size: 24px;
}
.proDetailPage .modelWrapper1 .Wrapper .this_in .img_b {
  margin-top: 80px;
}
.proDetailPage .modelWrapper1_2 .Wrapper {
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proDetailPage .modelWrapper1_2 .Wrapper .left {
  width: 49%;
}
.proDetailPage .modelWrapper1_2 .Wrapper .left .this_title3 h1 {
  font-size: 60px;
}
.proDetailPage .modelWrapper1_2 .Wrapper .left .this_in {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.proDetailPage .modelWrapper1_2 .Wrapper .left .this_in p {
  font-size: 16px;
}
.proDetailPage .modelWrapper1_2 .Wrapper .right {
  width: 40%;
}
.proDetailPage .modelWrapper1_2 .Wrapper .right .img_b {
  width: 100%;
}
.proDetailPage .modelWrapper1_2 .Wrapper .right .img_b img {
  width: 100%;
}
.proDetailPage .modelWrapper2 {
  background-color: #F8F7FC;
  margin-top: 50px;
}
.proDetailPage .modelWrapper2 .Wrapper {
  padding: 80px 0 120px;
}
.proDetailPage .modelWrapper2 .Wrapper .this_title3 h2 {
  text-align: start;
}
.proDetailPage .modelWrapper2 .Wrapper .this_in {
  margin-top: 110px;
  display: flex;
  gap: 2.5%;
}
.proDetailPage .modelWrapper2 .Wrapper .this_in .this_child {
  width: 18%;
}
.proDetailPage .modelWrapper2 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
}
.proDetailPage .modelWrapper2 .Wrapper .this_in .this_child .img_b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-position: center;
}
.proDetailPage .modelWrapper2 .Wrapper .this_in .this_child .this_text {
  margin-top: 30px;
}
.proDetailPage .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
  text-align: center;
  font-size: 14px;
}
.proDetailPage .modelWrapper2_2 .Wrapper {
  display: flex;
  align-items: stretch;
}
.proDetailPage .modelWrapper2_2 .Wrapper .left {
  width: 50%;
}
.proDetailPage .modelWrapper2_2 .Wrapper .left .img_b {
  width: 100%;
  height: 100%;
}
.proDetailPage .modelWrapper2_2 .Wrapper .left .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right {
  padding: 20px 0;
  width: 50%;
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_title3 {
  width: 50%;
  margin: 0 auto;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_title3 h2 {
  color: #fff;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_in {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 13%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_in .this_child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_in .this_child .img_b {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.proDetailPage .modelWrapper2_2 .Wrapper .right .this_in .this_child p {
  display: inline-block;
  width: calc(100% - 60px);
  font-size: 18px;
}
.proDetailPage .modelWrapper3 .Wrapper {
  margin-top: 110px;
  margin-bottom: 200px;
}
.proDetailPage .modelWrapper3 .Wrapper .this_title3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 160px;
}
.proDetailPage .modelWrapper3 .Wrapper .this_title3 .img_b {
  width: 350px;
  height: auto;
  padding-top: 350px;
  position: relative;
}
.proDetailPage .modelWrapper3 .Wrapper .this_title3 .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table {
  display: flex;
  flex-direction: column;
}
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table {
  border-collapse: initial !important;
  width: 100%;
  padding: 0 60px 30px;
  background-color: #F8F7FC;
}
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr th,
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr td {
  padding: 15px 30px;
  word-break: break-all;
  text-align: center;
}
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr th {
  font-size: 28px;
}
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr td {
  font-size: 14px;
}
.proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr:nth-child(even) td {
  background-color: #FFFFFF;
}
.proDetailPage .modelWrapper3_2 .Wrapper {
  margin-top: 110px;
  margin-bottom: 200px;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_title3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_title3 h2 {
  text-align: center;
  width: 100%;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in {
  margin-top: 50px;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table {
  display: flex;
  flex-direction: column;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table {
  border-collapse: collapse;
  width: 100%;
  background-color: #DAF1F9;
  padding-bottom: 20px;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr {
  border: 1px solid #DAF1F9;
  background-color: #fff;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr th,
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr td {
  padding: 15px 30px;
  word-break: break-all;
  text-align: center;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr th {
  font-size: 14px;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr td {
  font-size: 14px;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr:first-child {
  border: 1px solid var(--blue);
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr:nth-child(odd):not(:first-child) td {
  background-color: #DAF1F9;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr:nth-child(even):last-child {
  border-bottom: 5px solid #DAF1F9;
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr:first-child {
  background-color: var(--blue);
}
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr:first-child th,
.proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr:first-child td {
  color: #fff;
}
.proDetailPage .modelWrapper4 {
  background-color: #F7F5F8;
}
.proDetailPage .modelWrapper4 .Wrapper {
  padding: 100px 0;
}
.proDetailPage .modelWrapper4 .Wrapper .this_in {
  padding: 60px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.proDetailPage .modelWrapper4 .Wrapper .this_in h2 {
  font-size: 48px;
  color: var(--blue);
}
.proDetailPage .modelWrapper4 .Wrapper .this_in .this_button {
  display: block;
  margin-top: 40px;
  padding: 15px 50px;
  background-color: var(--blue);
  transition: all 0.5s;
  border: 1px solid var(--blue);
}
.proDetailPage .modelWrapper4 .Wrapper .this_in .this_button span {
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}
.proDetailPage .modelWrapper4 .Wrapper .this_in .this_button:hover {
  background-color: transparent;
}
.proDetailPage .modelWrapper4 .Wrapper .this_in .this_button:hover span {
  color: var(--blue);
}
@media screen and (max-width: 1280px) {
  .proDetailPage .modelWrapper3 .Wrapper .this_title3 {
    padding-left: 0;
  }
  .proDetailPage .modelWrapper3 .Wrapper .this_title3 .img_b {
    width: 50%;
    padding-top: 50%;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .right .this_title3 {
    width: 80%;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .right .this_in {
    width: 80%;
  }
}
@media screen and (max-width: 950px) {
  .proDetailPage .bannerWrapper .Wrapper .this_in .img_b img {
    height: auto;
    min-height: auto;
  }
  .proDetailPage .modelWrapper1 .Wrapper {
    margin-top: 50px;
  }
  .proDetailPage .modelWrapper1 .Wrapper .this_title3 h1 {
    font-size: 30px;
  }
  .proDetailPage .modelWrapper1 .Wrapper .this_in .this_text {
    padding: 0;
  }
  .proDetailPage .modelWrapper1 .Wrapper .this_in .this_text p {
    font-size: 16px;
  }
  .proDetailPage .modelWrapper2 .Wrapper {
    padding: 40px 0 60px;
  }
  .proDetailPage .modelWrapper2 .Wrapper .this_in {
    margin-top: 55px;
    flex-wrap: wrap;
    gap: 30px 3.3%;
  }
  .proDetailPage .modelWrapper2 .Wrapper .this_in .this_child {
    width: 31%;
  }
  .proDetailPage .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .proDetailPage .modelWrapper3 .Wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table {
    width: 100%;
    padding: 0 10px 10px;
  }
  .proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr th {
    padding: 10px;
    font-size: 20px;
  }
  .proDetailPage .modelWrapper3 .Wrapper .this_in .this_table table tr td {
    font-size: 16px;
    padding: 10px;
  }
  .proDetailPage .modelWrapper4 .Wrapper {
    padding: 50px 0;
  }
  .proDetailPage .modelWrapper4 .Wrapper .this_in {
    padding: 20px 30px;
  }
  .proDetailPage .modelWrapper4 .Wrapper .this_in h2 {
    font-size: 28px;
  }
  .proDetailPage .modelWrapper4 .Wrapper .this_in .this_button {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .proDetailPage .modelWrapper4 .Wrapper .this_in .this_button span {
    font-size: 16px;
  }
  .proDetailPage .modelWrapper1_2 .Wrapper {
    flex-direction: column;
    margin: 50px auto;
  }
  .proDetailPage .modelWrapper1_2 .Wrapper .left {
    width: 100%;
  }
  .proDetailPage .modelWrapper1_2 .Wrapper .right {
    width: 100%;
    margin-top: 20px;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper {
    flex-direction: column;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .left {
    width: 100%;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .right {
    width: 100%;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .right .this_title3 {
    width: 90vw;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .right .this_in {
    width: 90vw;
    padding: 0;
  }
  .proDetailPage .modelWrapper3_2 .Wrapper {
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .proDetailPage .modelWrapper1_2 .Wrapper .left .this_title3 h1 {
    font-size: 40px;
  }
  .proDetailPage .modelWrapper1_2 .Wrapper .left .this_in {
    margin-top: 30px;
  }
  .proDetailPage .modelWrapper2 .Wrapper .this_in {
    gap: 20px 2%;
  }
  .proDetailPage .modelWrapper2 .Wrapper .this_in .this_child {
    width: 49%;
  }
  .proDetailPage .modelWrapper2_2 .Wrapper .right .this_in .this_child p {
    font-size: 16px;
  }
  .proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr th {
    padding: 2px;
  }
  .proDetailPage .modelWrapper3_2 .Wrapper .this_in .this_table table tr td {
    padding: 2px;
  }
}
@media screen and (max-width: 500px) {
  .proDetailPage .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
    gap: 30px;
  }
  .proDetailPage .modelWrapper2 .Wrapper .this_in .this_child {
    width: 100%;
  }
  .proDetailPage .modelWrapper4 .Wrapper .this_in h2 br {
    display: none;
  }
}
.superMenuWrap {
  opacity: 0;
  z-index: 9999;
  transform: translate(0, -10px);
  transition: all 0.5s;
  display: flex;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  border-top: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF;
}
.superMenuWrap .Wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.superMenuWrap .Wrap .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.superMenuWrap .Wrap .left .contentWrap {
  width: 100%;
}
.superMenuWrap .Wrap .left .contentWrap .this_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.66666667%;
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child {
  width: 23%;
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child .this_text {
  padding: 8px;
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child h5 {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 20px;
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child:hover h5 {
  color: var(--blue);
}
.superMenuWrap .Wrap .left .contentWrap .this_content .this_child:hover .img_b img {
  transform: scale(1.1);
}
