.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/fadian/banner.png) center no-repeat;
  /* background-size: 100% 100%; */
}

.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: 500px;
  background: url(../images/fadian/1.jpg) center;
  text-align: center;
}

.product-hall-img1 .content {
  left: 50px;
  top: 150px;
}

.product-hall-img2 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/2.jpg) center;
  text-align: center;
}

.product-hall-img2 .content {
  right: 50px;
  top: 160px;
}

.product-hall-img3 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/3.jpg) center;
}

.product-hall-img3 .content {
  left: 50px;
  top: 150px;
}

.product-hall-img4 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/4.jpg) center;
  text-align: center;
}

.product-hall-img4 .content {
  right: 50px;
  top: 150px;
}

.product-hall-img5 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/5.jpg) center;
}

.product-hall-img5 .content {
  left: 50px;
  top: 150px;
}

.product-hall-img6 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/6.jpg) center;
}

.product-hall-img6 .content {
  right: 50px;
  top: 150px;
}

.product-hall-img7 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/7.jpg) center;
}

.product-hall-img7 .content {
  left: 50px;
  top: 150px;
}

.product-hall-img8 {
  width: 100%;
  height: 500px;
  background: url(../images/fadian/8.jpg) center;
}

.product-hall-img8 .content {
  right: 50px;
  top: 150px;
}

.product-customer-img {
  width: 100%;
  height: 338px;
  background: url(../images/fadian/customer_value.png) center no-repeat;
}

.product-example-img {
  width: 100%;
  height: 520px;
  background: url(../images/fadian/example.png) center no-repeat;
}


.fadian-banner {
  width: 100%;
  height: 530px;
  background: url(../images/fadian/banner.jpg) center;
}

.fadian-content {
  width: 1000px;
  margin: 0 auto;
}

/* 客户价值 */
.product-card-wrap {
  position: absolute;
  font-size: 14px;
  top: 105px;
}

.product-card-wrap h2{
  text-align: center;
}

.card-wrap1{
  left: 46px;
}

.card-wrap2{
  left: 394px;
}
.card-wrap3{
  left: 761px;
}

.product-card-wrap ul{
  line-height: 30px;
  color: #666;
}

.product-card-wrap ul li{
  padding-left: 20px;
  position: relative;
}

.product-card-wrap ul li::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 5px;
  height: 5px;
  content: '';
  background: rgb(24, 144, 255);

}
/*# sourceMappingURL=fadian.css.map */