.swiper-container-m {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-container img,
.swiper-container-m img {
  width: 100%;
}
.swiper-pagination-bullet-active {
  background: white !important;
}
.content-title-container {
  padding: 40px 0;
}
.conteng-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 15px;
  text-align: center;
}
.content-title-container .list-container {
  margin: 10px 0;
  text-align: center;
}
.content-title-container .list-item {
  display: inline-block;
  margin: 5px;
  padding: 15px 60px;
  border: 1px solid black;
  color: black;
  font-size: 16px;
  letter-spacing: 5px;
  cursor: pointer;
  transition: background-color .5s, border-color .5s;
}
.content-title-container .list-item:hover {
  background-color: #eae8e4;
  border-color: #eae8e4;
}
.content-title-container .last-list-item img {
  width: 12px;
}
.content-title-container .list-active-item {
  background: black;
  color: white;
  transition: color .5s;
}
.content-title-container .list-active-item:hover {
  color: black;
}

.content {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1980px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  text-align: center;
}
.content-left {
  position: relative;
  padding: 2% 0;
}
.content-left .arrow-img,
.content-right .arrow-img {
  margin: 0 1%;
  width: 2%;
  opacity: .5;
}
.content-left .fish-img {
  padding: 2.5% 0;
  width: 85%;
  opacity: .5;
}
.content-left-title,
.content-right-title {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  word-break: break-all;
}
.content-left-tip,
.content-right-tip {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
}

/*.content-left-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}*/
.swiper-container1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-container1 .swiper-slide img {
  width: 80%;
}
#swiper-button-prev1,
#swiper-button-next1 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  z-index: 10;
}
#swiper-button-next1 {
  left: auto;
  right: 0;
  height: 100%;
}
#swiper-button-next1 img,
#swiper-button-prev1 img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content-right {
  padding: 0 0 2%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, .2);
}
.content-right-top {
  padding: 5% 0;
  height: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.content-right-top p {
  margin-top: 20px;
}
.content-right-des {
  color: #999;
}
.content-right-btn {
  display: inline-block;
  padding: 10px 30px;
  background: black;
  font-size: 18px;
  color: white;
  cursor: pointer;
}
.content-right-bottom {
  padding: 5% 0 0;
}
.content-right-img {
  margin-bottom: 2%;
  width: 90%;
  object-fit: cover;
}
.home-bottom {
  max-width: 1920px;
  padding: 0;
}
.home-bottom li {
  padding: 4%;
  border-right: 1px solid rgba(0, 0, 0, .2);
}
.home-bottom .last-img {
  border-right: none;
}
.home-bottom li img {
  width: 100%;
}
.home-bottom li p {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px){
  .swiper-container-m {
    display: block;
  }
  .swiper-container {
    display: none;
  }
  .home-bottom li {
    border: none;
  }
  .list-container .list-item {
    padding: 10px 0;
    width: 45%;
    font-size: 12px;
  }
}