.banner img {
  height: 100%;
  position: absolute;
  transform: translate(-50%, 0);
}

.header-down {
  position: fixed;
  z-index: 49;
}

.section-1 {
  padding: 100px 0;
  text-align: center;
}

.section-1 .title span {
  font-size: 36px;
  color: #333333;
  letter-spacing: 2px;
}

.section-1 .title p {
  font-size: 18px;
  color: #666666;
  margin: 24px 0;
}

.section-1 .hardware {
  text-align: center;
}

.section-1 .hardware .item {
  height: 385px;
}

.section-1 .hardware .item .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 288px;
  background-color: #f2f2f2;
}

.section-1 .hardware .item .photo img {
  max-width: 90%;
  max-height: 90%;
}

.section-1 .hardware .item span {
  display: block;
  font-size: 18px;
  color: #333333;
  margin: 20px 0;
}

.section-1 .hardware .item p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  padding: 0 5%;
}

.section-1 .lookmore a {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 44px;
  background-color: #ff3333;
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 4px;
  margin-top: 80px;
}

.section-2 {
  padding: 100px 0;
  text-align: center;
  background-color: #f2f2f2;
}

.section-2 .title span {
  font-size: 36px;
  color: #333333;
  letter-spacing: 2px;
}

.section-2 .title p {
  font-size: 18px;
  color: #666666;
  margin: 24px 0;
}

.section-2 .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 482px;
}

.section-2 .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19%;
  height: 49%;
}

.section-2 .content .item img {
  max-width: 50px;
  max-height: 50px;
}

.section-2 .content .item span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 8px;
}

.section-2 .content .item:nth-child(1) {
  width: 59%;
  height: 100%;
}

.section-2 .content .item:nth-child(1) img {
  max-width: 120px;
  max-height: 120px;
}

.section-2 .content .item:nth-child(1) span {
  font-size: 34px;
  margin-top: 49px;
}

.section-2 .lookmore a {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 44px;
  background-color: #ff3333;
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 4px;
  margin-top: 80px;
}

.section-3 {
  padding: 100px 0;
  text-align: center;
}

.section-3 .title span {
  font-size: 36px;
  color: #333333;
  letter-spacing: 2px;
}

.section-3 .title p {
  font-size: 18px;
  color: #666666;
  margin: 24px 0;
}

.section-3 .solution-list {
  margin-top: 110px;
}

.section-3 .solution-list .solution-item {
  height: 460px;
}

.section-3 .solution-list .solution-item .bg {
  display: block;
  width: 100%;
  height: 400px;
}

.section-3 .solution-list .solution-item .bg .info {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0px;
  transition: height 1s;
  overflow: hidden;
  background-color: rgba(22, 22, 22, 0.9);
}

.section-3 .solution-list .solution-item .bg .info p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  padding: 0 5%;
}

.section-3 .solution-list .solution-item .bg:hover .info {
  height: 400px;
}

.section-3 .solution-list .solution-item .title {
  display: block;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #333333;
}

.section-3 .lookmore a {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 44px;
  background-color: #ff3333;
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 4px;
  margin-top: 80px;
}

.section-4 {
  padding: 100px 0;
  background: url(../../static/img/taihui/section3bg.png);
  background-size: cover;
  text-align: center;
}

.section-4 .title {
  color: #fff;
}

.section-4 .title span {
  font-size: 36px;
  letter-spacing: 2px;
}

.section-4 .title p {
  font-size: 18px;
  margin: 24px 0;
}

.section-4 .item {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.section-4 .item img {
  width: 130px;
  height: 130px;
}

.section-4 .item span {
  display: block;
  font-size: 24px;
  margin: 32px auto;
}

.section-4 .item p {
  padding: 0 10%;
  font-size: 16px;
}

.section-5 {
  padding: 100px 0;
  color: #666;
  text-align: center;
}

.section-5 .title {
  margin-bottom: 100px;
}

.section-5 .title span {
  font-size: 36px;
  letter-spacing: 2px;
}

.section-5 .title p {
  font-size: 18px;
  margin: 24px 0;
}

.section-5 .news .news_title {
  display: flex;
  justify-content: space-between;
}

.section-5 .news .news_title span {
  display: flex;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

.section-5 .news .news_title span i {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #06ab70;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.section-5 .news .news_title a {
  font-size: 16px;
  color: #06ab70;
}

.section-5 .news .item {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}

.section-5 .news .item .item_title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333333;
}

.section-5 .news .item .item_title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section-5 .news .item .item_title .date {
  width: 80px;
  font-size: 12px;
  color: #999999;
}

.section-5 .news .item .info {
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.section-5 .news .first {
  padding: 20px 0;
}

.section-5 .news .first a {
  display: flex;
}

.section-5 .news .first img {
  max-width: 270px;
  margin-right: 10px;
  height: 180px;
}

.section-5 .news .first .right {
  text-align: left;
}

.section-5 .news .first .right .item_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  line-height: 40px;
  color: #333333;
}

.section-5 .news .first .right .date {
  font-size: 12px;
  color: #999999;
  text-align: right;
  margin-top: 20px;
}

.section-5 .dynamics .dynamics_title {
  display: flex;
  justify-content: space-between;
}

.section-5 .dynamics .dynamics_title span {
  display: flex;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

.section-5 .dynamics .dynamics_title span i {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #06ab70;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.section-5 .dynamics .dynamics_title a {
  font-size: 16px;
  color: #06ab70;
}

.section-5 .dynamics .item {
  margin-top: 30px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

.section-5 .dynamics .item img {
  width: 100%;
  height: 469px;
}

.section-5 .dynamics .item .item_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 31px;
  font-size: 24px;
  color: #333333;
}

.section-5 .dynamics .item .date {
  font-size: 18px;
  color: #999999;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .section-1 {
    padding: 50px 0;
  }
  .section-1 .hardware-banner {
    display: none;
  }
  .section-1 .hardware-banner-mob {
    display: block;
  }
  .section-1 .hardware-banner-mob .item {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }
  .section-1 .hardware-banner-mob .item .itembg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 270px;
  }
  .section-1 .hardware-banner-mob .item .itembg img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    bottom: 0px;
  }
  .section-1 .hardware-banner-mob .item .info {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
  }
  .section-2 {
    padding: 50px 0;
  }
  .section-2 .content {
    height: 100%;
  }
  .section-2 .content .item {
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }
  .section-2 .content .item:nth-child(1) {
    width: 100%;
    height: 260px;
  }
  .section-2 .content .item:nth-child(1) img {
    max-width: 50px;
    max-height: 50px;
  }
  .section-2 .content .item:nth-child(1) span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 8px;
  }
  .section-3 {
    padding: 50px 0;
  }
  .section-3 .solution-list {
    margin-top: 50px;
  }
  .section-3 .lookmore a {
    margin-top: 40px;
  }
  .section-5 .news .item .item_title span {
    width: 250px;
    height: 22px;
    overflow: hidden;
  }
  .section-5 .news .item .item_title .date {
    width: 80px;
    height: 22px;
    line-height: 22px;
  }
  .section-5 .news .first {
    display: flex;
  }
  .section-5 .news .first img {
    display: none;
  }
  .section-5 .dynamics .item img {
    height: 100%;
  }
}
