@charset 'utf-8';
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.main .construction {
  height: 600px;
  margin-top: 120px;
}
.main .construction .instruction {
  width: 400px;
  height: 600px;
}
.main .construction .instruction .title h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
.main .construction .instruction .introduce {
  margin-top: 50px;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 30px;
  height: 450px;
  overflow: hidden;
}
.main .construction .instruction .introduce .indent2 {
  text-indent: 2em;
}
.main .construction .instruction .load-more {
  display: block;
  margin-top: 30px;
  width: 40px;
  height: 40px;
  background: url('/dist/img/icon-plus.png') no-repeat;
  background-size: 100%;
}
.main .construction .phone-list {
  width: 800px;
  height: 600px;
  margin-left: 80px;
  position: relative;
  box-shadow: 0 0 15px #ccc;
}
.main .construction .phone-list .swiper-container {
  height: 100%;
}
.main .construction .phone-list .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.main .construction .phone-list .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main .construction .phone-list .swiper-container .swiper-wrapper .swiper-slide .biaoti {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 680px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.main .construction .phone-list .swiper-btns {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 40px;
  z-index: 9;
}
.main .construction .phone-list .swiper-btns a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.main .construction .phone-list .swiper-btns .prev {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url('/dist/img/venues-left.png');
}
.main .construction .phone-list .swiper-btns .next {
  background-color: #FFB400;
  background-image: url('/dist/img/venues-right.png');
}
.main .operations {
  margin-top: 200px;
  height: 630px;
  background: url('/dist/img/venues-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.main .operations .content-wrap .title h2 {
  font-size: 24px;
  color: #fff;
  padding-top: 80px;
  text-align: center;
}
.main .operations .content-wrap .introduce {
  width: 980px;
  margin: 50px auto 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 34px;
  letter-spacing: 1px;
}
.main .operations .content-wrap .o-list {
  width: 980px;
  margin: 80px auto 0;
  overflow: hidden;
}
.main .operations .content-wrap .o-list li {
  float: left;
  width: 280px;
  margin-right: 70px;
  text-align: center;
}
.main .operations .content-wrap .o-list li:last-child {
  margin-right: 0;
}
.main .operations .content-wrap .o-list li .number {
  font-size: 72px;
  color: #FFB400;
}
.main .operations .content-wrap .o-list li .desc {
  font-size: 18px;
  color: #fff;
}
.main .facilities {
  margin: 200px auto;
}
.main .facilities .title h2 {
  font-size: 24px;
  color: #000;
}
.main .facilities .introduce {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 36px;
  margin-top: 50px;
  text-indent: 2em;
}
.main .facilities .f-list {
  overflow: hidden;
  margin-top: 100px;
}
.main .facilities .f-list li {
  float: left;
  width: 400px;
  height: 300px;
  margin-right: 40px;
}
.main .facilities .f-list li:last-child {
  margin-right: 0;
}
