.container {
  max-width: 1000px;
}

.container.hall-header-container {
  max-width: 1200px;
}

body {
  background-color: #fff;
}

.product-hall-banner {
  width: 100%;
  height: 530px;
  background: url(../images/peidian/banner.jpg) center;
}

.product-hall-img {
  position: relative;
}

.product-hall-img .content {
  position: absolute;
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  max-width: 380px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-hall-img .content h2{
  color: #333;
}

.product-hall-img .container::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-hall-img1 {
  width: 100%;
  height: 519px;
  background: url(../images/peidian/1.jpg) center;
  text-align: center;
  color: #fff;
}

.product-hall-img1 .content {
  right: 20px;
  top: 210px;
  color: #fff;
}

.product-hall-img2 {
  width: 100%;
  height: 540px;
  background: url(../images/peidian/2.jpg) center;
  text-align: center;
}

.product-hall-img2 .content {
  right: 50px;
  top: 150px;
}

.product-hall-img3 {
  width: 100%;
  height: 540px;
  background: url(../images/peidian/3.jpg) center;
  text-align: center;
}

.product-hall-img3 .content {
  left: 50px;
  top: 200px;
}

.product-hall-img4 {
  width: 100%;
  height: 540px;
  background: url(../images/peidian/4.jpg) center;
}

.product-hall-img4 .content {
  right: 50px;
  top: 150px;
}

.product-hall-img5 {
  width: 100%;
  height: 519px;
  background: url(../images/peidian/5.jpg) center;
  text-align: center;
  top: -40px;
}

.main-support {
    width: 100%;
    /* height: 551px; */
    color: #333;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #fff;
    padding-bottom: 40px;
}

.main-support .support-title {
    font-size: 28px;
    font-weight: 200;
    font-family: "Ping Fang";
    margin: 70px 0 35px 0;
    text-transform: uppercase;
}

.main-support .support-slogan {
    font-size: 22px;
    font-weight: 700;
}

.main-support .support-arrow-down {
    opacity: .4;
    margin-top: 20px;
}