.banner{
  width: 100%;
}
/* 栏目介绍 */
.introduce{
  position: relative;
}
.introduce-text{
  position: absolute;
  left: 15%;
  top: 26%;
  width: 44%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.introduce-title{
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.introduce-des{
  text-indent: 24px;
  line-height: 30px;
}
.introduce-icon{
  margin-top: 24px;
}
.introduce-icon span{
  display: inline-block;
  padding: 16px 64px;
  border-radius: 6px;
  background: #F2F3F5;
}
.introduce-icon span+span{
  margin-left: 10px;
}
.introduce-icon img{
  float: left;
  width: 20px;
  margin-right: 8px;
}
/* 产品介绍 */
.product{
  background: linear-gradient(259.48deg, #FFF0E7 -39.37%, #FFFFFF 102.27%);
  padding: 48px 0 98px;
}
.zzyh-title-01 {
  position: relative;
  margin-bottom: 24px;
}
.zzyh-title-01 span::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 4px;
  background: #C03A3A;
  border-radius: 8px;
}
.product-item{
  display: inline-block;
  width: 262px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E5E6EBBF;
  background: #F7F1F1;
}
.product-item + .product-item{
  margin-left: 24px;
}
.product-header{
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 34px 20px;
}
.product-header img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
.product-header p{
  position: relative;
  z-index: 1;
}
.product-header img + p{
  margin-bottom: 10px;
  font-style:oblique;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}
.product-header img + p::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #C03A3A;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 6px;
}
.product-body{
  height: 52px;
  margin: 20px 20px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #505968;
}
.product-body p +p {
  margin-top: 8px;
}
.product-body img{
  float: left;
  width: 14px;
  margin-right: 8px;
  margin-bottom: -2px;
}
.product-link{
  display: inline-block;
  margin-left: 20px;
  border-radius: 50px;
  border: 1px solid #C03A3A;
  padding: 4px 12px;
  color: #C03A3A;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.product-link:hover{
  color: #C03A3A;
}
.product-item2{
  background-color: rgba(143, 106, 169, 0.1);
}
.product-item3{
  background-color: rgba(122, 158, 150, 0.1);
}
.product-item4{
  background: #F6EDE6;
}
.product-text{
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: center;
}
.product-text span{
  padding: 0 10px;
}
.product-text img{
  height: 22px;
}
.product-btn{
  margin-top: 24px;
}
.product-btn a{
  display: inline-block;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  background: #C03A3A;
  color: #FFFFFF;
}
/* 移动端 */
@media (max-width: 1120px) {
  .introduce{
    display: none;
  }
  .product{
    padding: 20px;
  }
  .product-list{
    display: flex;
    flex-wrap: wrap;
  }
  .product-item{
    margin-bottom: 20px;
    margin-right: 24px;
    margin-left: 0 !important;
  }
  .introduce-text{
    top: 18%;
  }
  .product-header img{
    height: 100%;
  }
}
@media (max-width: 767px) {
  .product-item{
    width: 100%;
    margin-right: 0;
  }
  .product-text>{
    display: block;
  }
  .product-text>*{
    display: block;
    margin: 0 auto;
  }
}