* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
  border: none !important;
  background-color: white !important;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  color: white;
  text-decoration: none;
  display: inline-block;
  outline: none;
}

button {
  outline: none;
}

table {
  border-spacing: 0;
}

html,
body {
  scroll-behavior: smooth;
}
.historical {
  width: 100vw;
  height: auto;
}
.historical-slider {
  width: 100%;
  height: 440px;
  background-image: url("/themes/pc/public/assets/images/about.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* .historical-article {
  width: 100%;
  height: auto;
  background-image: url("/themes/pc/public/assets/images/history12.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  object-fit: cover;
  padding-top: 20px;
} */

h4 {
  margin-top: 0px !important;
}
#garden-fifth {
  /* background-image: url("http://192.168.1.188:93/themes/pc/public/assets/images/history.jpg"); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  object-fit: cover;
  padding-top: 30px;
}
#garden-fifth .garden-fifth-top {
  height: 110px;
  padding-top: 22px;
}
#garden-fifth .garden-fifth-content {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 30px;
  min-height: 600px;
}
#garden-fifth .garden-fifth-content #swiperTop {
  height: 150px;
  /* width: 80%; */
  width: 1140px;
  margin: 0 auto;
  /* padding-left: 70px; */
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide {
  width: 100%;
  height: 150px;
  text-align: center;
  /* background: #fff; */
  margin-left: 0px;
  border: none;
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide strong {
  font-size: 22px;
  color: #999;
  font-style: italic;
  text-shadow: 0 8px 18px rgba(135, 135, 135, 0.38);
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide .line {
  height: 1px;
  border: none;
  margin-top: 10px;
  width: 100%;
  position: relative;
  background: #eee;
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide .line p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 1px;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide .line:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 4px solid #eee;
  border-radius: 15px;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  background: #fff;
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide-active strong {
  color: #2d7adb;
  text-shadow: 0 8px 18px #2d7adb;
}
#garden-fifth .garden-fifth-content #swiperTop .swiper-slide-active .line p {
  display: block;
}
#garden-fifth
  .garden-fifth-content
  #swiperTop
  .swiper-slide-active
  .line:after {
  border-color: #2d7adb;
}

.parBd {
  width: 660px;
  margin: 0 auto;
  border: none !important;
}
.swiper-slide {
  width: 660px;
  height: 1px;
}
.slideBox ul {
  background: white;
  position: relative;
}
/* .slideBox ul:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 22px;
  height: 100%;
  width: 1px;
  background: #d8d8da;
  display: block;
} */
.slideBox ul li {
  min-height: 50px;
}
.slideBox ul li i,
.slideBox ul li .info {
  display: inline-block;
  vertical-align: top;
}
.slideBox ul li i {
  /* width: 80px;
  height: 100%; */
  padding-top: 20px;
  /* position: absolute; */
  left: 36px;
}
.slideBox ul li i:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d8d8d8;
  display: block;
}
.slideBox ul li .info {
  width: 580px;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.slideBox ul li .info .time,
#garden-fifth .garden-fifth-content #swiperBottom .slideBox ul li .info .desc {
  display: inline-block;
  vertical-align: top;
}
.slideBox ul li .info .time {
  color: #666;
  font-size: 16px;
  width: 120px;
  float: left;
  font-weight: bold;
}
.slideBox ul li .info .desc {
  font-size: 15px;
  width: 460px;
  color: #666;
  line-height: 20px;
  text-align: justify;
  display: inline-block;
  padding-top: 3px;
}
.swiper-slide-active {
  width: 200px;
  height: auto;
  border: none !important;
}
