header .banner-text {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}
header .banner-text p {
  width: 1560px;
  margin: 0 auto;
  font-size: 68px;
  color: white;
  line-height: 100px;
  letter-spacing: 10px;
}
/* 哈哈出行 s */
.hh-info {
  width: 100%;
  height: 577px;
  margin: 113px 0 125px;
  background: #F9F9F9;
}
.hh-info .container {
  text-align: center;
}
.hh-info .container p {
  display: inline-block;
  width: 515px;
  padding: 65px 75px 0 0;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #707070;
  line-height: 50px;
  text-align: left;
}
.hh-info .container img {
  position: relative;
  top: 150px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
}
/* 哈哈出行 e */

/* 产品介绍 s */
.product-info .synopsis {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #353535;
  line-height: 50px;
}
.product-info .boxs {
  padding: 150px 50px 120px;
  white-space: nowrap;
}
.product-info .boxs .column-line {
  display: none;
}
.product-info .boxs .box {
  display: inline-block;
  position: relative;
  width: 33.33%;
  text-align: center;
}
.product-info .boxs .border-r::before {
  display: block;
  position: absolute;
  top: 71px;
  right: 0;
  content: '';
  width: 2px;
  height: 294px;
  border-radius: 2px;
  background: #B5B5B5;

}
.product-info .boxs .box img {
  width: 80%;
  max-width: 410px;
  margin-bottom: 70px;
}
.product-info .boxs .box span {
  display: block;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #353535;
}
/* 产品介绍 e */

/* 社会价值 s */
.orientation-info {
  width: 100%;
  height: 881px;
  margin-top: 59px;
  background-image: url('../images/map_bg.png');
  background-size: 100%;
}
.orientation-info .boxs {
  padding: 87px 25px 0;
  white-space: nowrap;
}
.orientation-info .boxs .box {
  display: inline-block;
  position: relative;
  width: 33.1%;
  text-align: center;
}
.orientation-info .boxs .box img {
  width: 347px;
  height: 347px;
}
.orientation-info .boxs .box span {
  display: block;
  max-width: 260px;
  margin: 44px auto 0;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #353535;
  line-height: 42px;
  white-space: normal;
}
/* 社会价值 e */


@media screen and (max-width: 1560px) {
  header .banner-text p {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) and (max-width: 1300px) {
  
  header .banner-text p {
    width: 90%;
    margin: 0 auto;
    font-size: 54px;
    color: white;
    line-height: 80px;
    letter-spacing: 8px
  }
  .hh-info {
    height: auto;
    margin: 90px 0 100px;
  }
  .hh-info .container {
    width: 90%;
    white-space: nowrap;
  }
  
  .hh-info .container p {
    width: 50%;
    padding: 52px 50px 50px 0;
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .hh-info .container img {
    width: calc(50% - 50px);
    top: 120px;
    bottom: 50%
  }
  .product-info .synopsis {
    width: 90%;
    margin: 0 auto;
    padding-top: 58px;
    padding-top: 24px;
    font-size: 24px;
    line-height: 40px;
  }
  .product-info .boxs {
    padding: 96px 40px 96px;
  }
  .product-info .boxs .border-r::before {
    top: 50%;
    height: 235px;
    transform: translateY(-50%);
  }
  .product-info .boxs .box span {
    font-size:  22px;
  }
  .orientation-info {
    width: 100%;
    height: auto;
    margin: 52px 0 120px 0;
  }
  .orientation-info .boxs {
    padding: 69px 20px 0;
  }
  .orientation-info .boxs .box img {
    width: 80%;
    height: auto;
  }
  .orientation-info .boxs .box span {
    max-width: 208px;
    margin: 35px auto 0;
    font-size: 22px;
    line-height: 33px;
  }
}

@media screen and (max-width: 750px){
  
  header .banner-text {
    bottom: 25px;
  }
  header .banner-text p {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .hh-info {
    width: 100%;
    max-width: 750px;
    height: 201px;
    margin: 23px 0 110px;
  }
  .hh-info .container {
    position: relative;
  }
  .hh-info .container p {
    display: inline-block;
    width: 90%;
    padding: 12px 0;
    margin: 0 auto;
    font-size: 13px;
    line-height: 21px;
  }
  .hh-info .container img {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 191px;
    margin-right: 8%;
    margin-top: -10px;
  }
  .product-info .synopsis {
    width: 90%;
    padding-top: 12px;
    font-size: 13px;
    line-height: 21px;
  }
  .product-info .boxs {
    position: relative;
    width: 90%;
    padding: 0;
    margin: 64px 5% 54px;
  }
  .product-info .boxs .column-line {
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 24px;
    margin-left: -12px;
  }
  .product-info .boxs .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: -23px 0;
  }
  .product-info .boxs .box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .product-info .boxs .box:nth-child(even) span {
    flex-direction: row-reverse;
  }

  .product-info .boxs .box img {
    width: 120px;
    height: auto;
    margin: 0;
  }
  .product-info .boxs .box span {
    display: flex;
    align-items: center;
    width: 120px;
    height: 123px;
    font-size: 14px;
  }
  .product-info .boxs .border-r::before {
    display: none;
  }
  .orientation-info {
    width: 100%;
    height: 200px;
    margin-top: 27px;
    background-position: center;
    background-size: 118%;
  }
  .orientation-info .boxs {
    display: flex;
    padding: 19px 15px 0;
    white-space: nowrap;
  }
  .orientation-info .boxs .box img {
    width: 88px;
    height: 88px;
  }
  .orientation-info .boxs .box span {
    max-width: 90px;
    margin: 10px auto 0;
    font-size: 12px;
    white-space: normal;
    line-height: 21px;
  }
}
