.banner img {
  width: 100%;
}
.information-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* max-height: 4.5rem; */
}
.information-content-left {
  max-height: 4.5rem;
  width: 100%;
  min-height: 4.5rem;
}
.information-content-right {
  width: 100%;
  padding: 0.2rem;
}
.information-content-right-title {
  margin-top: 0.2rem;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: space-around;

  /* height: 60%; */
}
.information-content-right-title p {
  font-size: 0.2rem;
  text-align: left;
  margin-bottom: 0.1rem;
  font-weight: 300;
}
.culture-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
  flex-direction: column;
  align-items: center;
}
.culture-content-one {
  width: 100%;
}
.culture-all {
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid white;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.culture-all .share {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.4rem;
}
.culture-all:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.culture-all img {
  width: 100%;
  height: 100%;
}
.culture-one {
  margin-top: 0.3rem;
  /* margin-left: -0.2rem; */
  width: 90%;
  height: auto;
  background-color: white;
  font-size: 0.15rem;
  min-height: 1.5rem;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.culture-xian-left {
  height: 1px;
  width: 10%;
  border: 1px solid black;
  position: absolute;
  background: black;
  left: 28%;
  top: 40%;
  display: none;
}
.culture-xian {
  height: 1px;
  width: 10%;
  border: 1px solid black;
  position: absolute;
  background: black;
  right: 28%;
  top: 40%;
  display: none;
}
.culture-one .title {
  font-size: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

.case-bg-img {
  width: 100%;
  height: auto;
}

.history-bg-img {
  height: 3rem;
}
.section {
  color: #fff;
  text-align: center;
  margin-top: 0.83rem;
}
.section .title .desc {
  font-size: 0.3rem;
  margin-bottom: 0.22rem;
}
.section .title .info {
  font-size: 0.22rem;
  margin-bottom: 0.76rem;
}
.section .showlist {
  margin-bottom: 0.9rem;
  /* margin-top: 0.5rem; */
  overflow: hidden;
}

.change-page {
  margin-bottom: 0.14rem;
  text-align: right;
  height: 0.36rem;
}

.change-page .left,
.change-page .right {
  width: 0.42rem;
  cursor: pointer;
}

.section .showlist .list {
  width: 23.75%;
  margin-right: 1.6%;

  /* background-color:#b6885d; */
  float: left;
  position: relative;
}
.section .showlist .list .play {
  width: 30%;
  position: absolute;
  top: 50%;
  margin-top: -15%;
  left: 50%;
  margin-left: -15%;
  cursor: pointer;
  z-index: 3;
}
/* .section .showlist .list:hover{
    transform: translateY(-10px);
    box-shadow: 0 0  15px rgba(255,255,255,0.85);
} */
.section .showlist .clear-right {
  margin-right: 0;
}
.list .video {
  width: 100%;
  display: block;
}
.list .from {
  padding: 0.2rem;
  font-size: 0.2rem;
  color: #000;
  background-color: #fff;
}
.nextPage {
  display: none;
}
.beianinfo {
  display: inline-block;
  margin-left: 0.65rem;
}
