.commodityinformation {
  display: flex;
  flex-wrap: wrap;
}

.midle h5 {
  display: block;
  margin-top: 110px;
  margin-left: 10%;
  text-align: left;
  font-size: 1.2em;
}

.swiper {
  max-height: 538px;
  max-width: 538px;
  z-index: 0 !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commodityinformation {

  position: relative;
  display: flex;
  justify-content: center;

  margin: 0 auto;
}

.midle ul {

  padding: 0%;
  margin-top: 40px;
  line-height: 3em;
  max-width: 645px;

}

.ultitle {
  font-size: 2em;
}

.midle li {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  margin: 14.5px 0;

}

.midleleftbox {
  margin-right: -9%;
}

.Lowerpart {

  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
  min-height: 500px;
  padding-top: 40px;
}

.Lowerpart .textbox {
  width: 1455px;
  font-size: .9em;
  max-width: 1455px;
}

.Lowerpart .textbox .titlebox {
  width: 100%;
  justify-content: space-around;
  display: flex;
  margin-bottom: 20px;

}

.Lowerpart .textbox p {

  line-height: 3em;

}

#maintext {
  padding: 0 25px;
}

.titlebox div {
  width: 30%;
  border-bottom: 1px solid #eeeded;
  line-height: 50px;
  text-align: center;
}

.titlebox div:hover {

  border-bottom: 1px solid #9f9f9f;

}

.textbox p {
  margin: 25px;
  white-space: pre-wrap;
}

.textbox h6 {
  line-height: 43px;

}

#innertext6 {
  width: 240px;
}

@media screen and (max-width: 1183px) {
  .midle ul {
    margin: 0 auto;
    margin-top: 10px;

  }

  #innertext6 {
    width: 180px;
  }
}

@media screen and (max-width: 550px) {
  .swiper {
    max-height: 338px;
    max-width: 338px;
    z-index: 0 !important;
  }

}