.section5 .cell {
  padding: 0 150px;
}
.section5 .main-name {
  font-size: 36px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-weight: bold;
}
.section5 .response-transition {
  font-size: 16px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.section5 .main-images {
  height: 520px;
  margin-top: 20px;
  width: 100%;
}
.section5 .main-images ul {
  height: 520px;
  width: 100%;
}
.section5 .main-images ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.section5 .main-images ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.5s ease;
}
.section5 .main-images ul li .p_item {
  width: 100%;
  padding-top: 20px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 20px;
  background-color: rgba(240, 130, 0, 0);
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 40%;
  transition: all 0.5s ease;
}
.section5 .main-images ul li .p_item .s_title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.section5 .main-images ul li .p_item .e_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  text-align: center;
}
.section5 .main-images ul li.cur {
  width: 50%;
}
.section5 .main-images ul li.cur:after {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
}

.section5 .main-images ul li.cur .p_item {
  background-color: rgba(240, 130, 0, 0);
  bottom: 5%;
}
.section5 .main-images ul li .pic-images {
  width: 100%;
  height: 100%;
}
.section5 .main-images ul li .pic-images img {
  /* height: 520px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .section5 .cell {
    padding: 0;
  }
  .section5 .main-images ul li {
    float: none;
    width: 94%;
    height: 160px;
    margin: 0 auto 15px;
  }
  .section5 .main-images ul li.cur {
    background-color: rgba(0, 0, 0, 0.5);
    width: 94%;
  }
  .section5 .main-images ul li .p_item {
    bottom: 0;
  }
  .section5 .main-images ul li.cur .p_item {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
  }
  .section5 .main-images ul li .p_item .e_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
  }
}

.section3 {
  padding: 1px;
}
.section3 .swiper-container {
  /* margin-top: 30px; */
  width: 100%;
  height: 70%;
}
.section3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.section3 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.section3 .swiper-slide-active,
.section3 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.section3 .b-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.section3 .b-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.section3 .meun-list{
  overflow-x: hidden;
  overflow-y: auto;
}
.section3 .meun-list .meun-list-box{
  width: 1000px;
  margin: 20px auto;
  display: flex;
}
.section3 .meun-list .meun-list-box .meun-list-box-details{
  
  background-color: #eee;
  margin-right: 10px;
}
.section3 .meun-list .meun-list-box .meun-list-box-details a{
  padding: 9px 40px;
  background-color: #eee;
  display: block;
  font-size: 14px;
}
.section3 .meun-list .meun-list-box .meun-list-box-details a:hover{
  background-color: #d60000;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .section3 .swiper-slide {
    width: 100%;
  }
}


