.home[data-class='home']{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/**banner-introduce 开始*/

.home[data-class='home'] .banner-introduce{
  width: 1184px;  /** 标准宽度1200*/
  padding: 8px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 #0000001a;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: -45px;
}

.home[data-class='home'] .banner-introduce-item{
  width: 359px;  
  padding: 16px 0;
  padding-left: 30px;
}

.home[data-class='home'] .introduce-item-name{
  color: #1d2129;
  font-family: "OPPOSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.home[data-class='home'] .introduce-item-detail{
  align-self: stretch;
  color: #4e5969;
  font-family: "OPPOSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 5px;
}

.home[data-class='home'] .banner-introduce-item:hover{
  background: linear-gradient(90deg, #17B29F 0%,  #39D98C 100%);
  border-radius: 4px;
  cursor: pointer;
}

.home[data-class='home'] .banner-introduce-item:hover>.introduce-item-name{
  color: #ffffff;
}

.home[data-class='home'] .banner-introduce-item:hover>.introduce-item-detail{
  color: #ffffff;
}

/**banner-introduce 结束*/

.home[data-class='home']  .data-display{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.home[data-class='home']  .data-display-item{
  display: flex;
  align-items: center;
}

.home[data-class='home']  .data-display-item > img{
  width: 120px;
  width: 120px;
}

.home[data-class='home']  .data-display-num{
  align-self: stretch;
  color: #1d2129;
  font-family: "OPPOSans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}

.home[data-class='home'] .data-display-font{
  color: #4e5969;
  font-family: "OPPOSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.home[data-class='home'] .szh{
  width: 1200px;
  margin-top: 100px;
}

.home[data-class='home']  .szh-left{
  width: 451px;
  aspect-ratio: 451/320;
}

.home[data-class='home']  .szh-left>img{
  width: 100%;
  height: 100%;
}

.home[data-class='home']  .szh-right>h1{
  color: #1d2129;
  font-family: "OPPOSans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}

.home[data-class='home']  .szh-right>p{
  align-self: stretch;
  color: #4e5969;
  font-family: "OPPOSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.home[data-class='home'] .yycj{
  margin-top: 160px;
}

.home[data-class='home'] .hbxxh{
  width: 100%;
  margin-top: 80px;
  background: url(../images/hbxxh.png), linear-gradient(90deg, #17B29F 0%, #39D98C 100%);
}

.home[data-class='home'] .hbxxh-box{
  width: 1200px;
}

.home[data-class='home']  .hbxxh-left{
  width: 451px;
  aspect-ratio: 150/100;
  margin-right: 40px;
}

.home[data-class='home']  .hbxxh-left>img{
  width: 100%;
  height: 100%;
}

.home[data-class='home']  .hbxxh-right{
  color: #fff;
}

 /* 768以下 */
 @media (max-width: 768px) {
  .home[data-class='home'] .banner-introduce{
    width: calc(100% - 24px);
    margin: 0 auto;
    margin-top: 12px;
    flex-direction: column;
  }

  .home[data-class='home'] .data-display{
    width: calc(100% - 24px);
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
  }

  .home[data-class='home'] .data-display-item{
    width: 50%;
  }

  .home[data-class='home'] .data-display-item > img {
    width: 64px;
    height: 64px;
  }

  .home[data-class='home'] .data-display-num {
      color: #1d2129;
      font-size: 18px;
      font-weight: 500;
  }

  .data-display-font{
    color: #4e5969;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }

  .home[data-class='home'] .szh{
    width: 100%;
  }

  .home[data-class='home'] .szh-left {
      width: 64vw;
      aspect-ratio: 240 / 170;
      margin: 0 auto;
  }

  .home[data-class='home'] .szh-right>h1{
    color: #1d2129;
    font-family: "OPPOSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .home[data-class='home'] .szh-right>p{
    align-self: stretch;
    color: #4e5969;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
  }

  .home[data-class='home'] .hbxxh-box{
    width: calc(100% - 24px);
    margin: 0 auto;
  }

  .home[data-class='home'] .hbxxh-left{
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }

  .home[data-class='home'] .hbxxh-right>h1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }

  .home[data-class='home'] .hbxxh-right>p {
    color: #ffffff;
    font-family: "OPPOSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    line-height: 22px;
  }
  .home[data-class='home'] .hbxxh-right {
    margin-bottom: 24px;
  }

}
