/*公用banner代码*/

.banner {
  width: 100%;
  height: auto;
}

.carousel-control {
  top: 50%;
}

.box1 {
  width: 1200px;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

.box2 {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin:40px auto;
  .h2 {
    width: 1200px;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;

  }
}

.box6 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  li {
    width: 385px;
    list-style: none;
    img {
      width: auto;
      display: block;
    }
    .h2 {
      font-size: 18px;
      text-align: center;
      margin:40px 0;
    }
  }
}

.box7 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  li {
    width: 572px;
    list-style: none;
    .h2 {
      width: 558px;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 32px;
      // color: #333333;
      margin:40px auto;
    }
    img{
      width: auto;
    }
  }
}

.box8 {
  width: 1200px;
  height: 580px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  img{
    width: auto;
  }
  .box8-l {
    width: 597px;
    height: 580px;
  }
  .box8-r {
    width: 572px;
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.box9 {
  width: 1200px;
  margin: 0 auto;
  .h2 {
    width: 1190px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin:40px auto;
  }
}

.box10 {
  width: 1200px;
  height: 471px;
  margin: 0 auto;
  img{
    width: auto;
  }
}

.box11 {
  width: 1200px;
  margin: 0 auto;
  img{
    width: auto;
  }
}
.box13 {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  img{
    width: 300px;
    margin-bottom: 20px;
  }
  .h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
  }
  .h3{
    width: 640px;
    font-size: 20px;
    color: #070606;
    line-height:30px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .h4{
    font-size: 20px;
    color: #070606;
    line-height:26px;
    margin-top: 10px;
  }
}