
.solution{
  /* width: 63%; */
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  justify-content: space-between;
  margin: 0 auto;


}
/* 产品列表宽 */
.soluction_region, .home_product_list{
  width: 100%;
}

/* 文章详情父容器 已设置为relative */
.soluction_region{
  height: 27%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 35px;
  /* border: 1px solid red; */

}
/* 产品列表 */
.home_product_list{
  height: 33%;
  margin: 0 auto;
  position: relative;
  /* top: 70px; */
  border: 1px solid bkack;


}

.soluction_region .solution_text_box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.solution_img .solution_img_product{
  position: relative;
  right: 90px;
  border-radius: 15px;
  overflow: hidden;
  /* border: 1px solid black; */
}
.solution_img_youtube{
  position: relative;
  right: -30px;
  top: -20px;
  
  border-radius: 15px;
  width: 90%;
  overflow: hidden;
}
/* 文章容器 首段容器 paragraph -- 首段图片 paragraph_img  */
.solution_article{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}
/* 首段文字容器 */
.paragraph{
  width: 65%;
}

/* 文章介绍图片容器 */
.paragraph_img{
  width: 30%;
  /* border: 1px solid black; */
  margin-right: -30px;
  
}
/* 图片样式 */
.paragraph_img img{
  border-radius: 15px;
  /* 图片自适应 */
  object-fit: cover;
}

/* 段落样式 */
.solution_article p{
  /* border: 1px solid red; */
  position: relative;
  left: -30px;
}

/* 文章段落p标签字体样式 */
.solution_text_box p{
  font-size: 17px;
  font-family: SourceHanSansCN-Normal;
}

.soluction_region h1{
  font-family: SourceHanSansCN-Bold;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #d70c19;
}
.soluction_region .title-big{
  margin-bottom: 30px;
}


/* moudle picture图片盒子 */
.title_big{
  /* position: relative; */
  margin-bottom: 30px;

}


/* 标题样式 */
.home_product_list .title_big h1{
    font-family: SourceHanSansCN-Bold;
    font-size:40px;
    font-weight: bold;
    font-stretch: normal;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-align: left;
    /* color: #333333; */
}


/* product列表父容器样式 */
.home_product_list .home_pro_con{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* margin: 0 auto; */
  flex-wrap: wrap;
  position: relative;
  left: -25px;
}

.home_pro_con .home_pro_img_container{
  width: 241px;
  height: 240px;
  margin: 20px auto;
  background-color: white;
  box-shadow: 0px 0px 27px 0px 
    rgba(130, 130, 130, 0.21);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
/* 产品列表图片等比例缩放 */
.home_pro_img_container img{
  width: 65%;
  height: 65%;
  object-fit: cover;
}