.home {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #homeHeader{
      width: 100%;
      height: 72px;
      line-height: 80px;
      font-size: 16px;
      background: #fff;
    }
  .home-content .banner {
    width: 100%;
    position: relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background: rgba(0,0,0,0.3);
  }
  .home-content .banner .banner-title {
    font-size: 54px;
    color: #fff;
    line-height:84px
  }
  .home-content .banner .banner-text {
    font-size: 20px;
    color: #fff;
    font-weight:Regular;
    line-height:30px
  }
  .home-content .banner .banner-btn {
    font-size: 26px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #2758ec;
    text-align: center;
    color: #fff;
    cursor: pointer;
    user-select:none;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 60px;
  }
  .container1 {
    width: 100%;
  }
  .container1 .content1 {
    width: 1200px;
    height: 100%;
    margin:0 auto;
  }
  .container {
    width: 100%;
    background: url(https://qnjs.ruwii.com/mihecloud/resources/images/shop/back03.jpg) no-repeat;
    /* background-color: #dddddd; */
    background: #fff;
  }
  .container .content {
    width: 1200px;
    height: 100%;
    background: #fff;
    margin:0 auto;
    padding: 100px 0 0 0;
    text-align: center;
  }
  .content .title{
    height: 56px;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    font-family: PingFangSC, PingFangSC-Regular;
    line-height: 56px;
    margin-bottom:9px;
  }
  .content .text{
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    font-family: PingFangSC, PingFangSC-Regular;
    color: #999999;
    line-height: 40px;
    margin-bottom:50px;
  }
  .content .newbox{
    width: 1020px;
    margin-bottom:108px;
  }
  .content .box1{
    width: 1010px;
    margin-bottom:156px;
  }
  .content .box2{
    width: 1200px;
    margin-bottom:172px;
  }
  .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:36.5px;
  }
  .flex .xian {
    width: 42%;
    height: 1px;
    border: 1px solid;
    border-image: linear-gradient(297deg, #eeeeee 0%, #bdbdbd 42%, #eeeeee 83%) 1 1;
  }
  .flex .zi{
    margin: 0 36.5px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
  }
  