
.shu {
  width: 1px;
  height: 94px;
  background-color: #4D4D4D;
}
/*品牌故事*/
.story-box, .cultrue-box,.method-box {
  /* width: 848px; */
  width: 1200px;
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  padding-top: 84px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid #000; */
}
.story-info-box {
  display: flex;
  align-items: center;
  margin-bottom: 84px;
}
.story-info {
  width: 608px;
  margin-left: 37px;
}
.story-info h5{
  border-bottom: 1px solid #E4CDB2;
  padding-bottom: 11px;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal-Medium, SourceHanSansCN-Normal;
  font-weight: 500;
  color: #303030;
  line-height: 30px;
}
.story-info .desc {
  font-size: 14px;
  font-family: SourceHanSansCN-Normal-Medium, SourceHanSansCN-Normal;
  font-weight: 500;
  color: #303030;
  line-height: 30px;
  margin-top: 16px;
}
.box2 {
  /* width: 100%; */
  width: 848px;
}
.box2 .title {
  background: url('../../imgs/know/icon1.png') no-repeat 12px top;
  height: 57px;
  padding-left: 65px;
  font-size: 20px;
  font-family: 'Source Han Sans CN-Medium, Source Han Sans CN';
  font-weight: 500;
  color: #303030;
  line-height: 57px;
  letter-spacing: 2px;
}
/*品牌文化*/
.box4 {
  /* width: 100%; */
  width: 848px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.box4 ul {
  display: flex;
  align-items: flex-start;
}
.box4 ul li {
  /* border-right: 1px solid #E9CCB3; */
  padding-right:20px;
  padding-left: 20px;
  width: 25px;
  font-size: 18px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 26px;
  box-sizing: content-box;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
  letter-spacing: 9px;
}
.box4 ul li:last-child {
  border-right: none;
}
/* 名医名方*/
.box3-list {
  display: flex; align-items: center; justify-content: space-around; width: 100%;
}
.box3-list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 253px;
  padding: 0 12px;
  box-sizing: border-box;
  height: 450px;
}
.box3-list-item-info .info-title {
  text-align: center;
}
.box3-list-item-info .info-title h5 {
  font-size: 24px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #303030;
  line-height: 32px;
  /* margin-bottom: 17px; */
  text-align: center;
  letter-spacing: 2px;
} 
.box3-list-item-info .info-statistic {
  margin-top:35px;
  margin-bottom: 28px;
  display: flex; width: 100%; align-items: center; justify-content: space-around;
}
.box3-list-item-info .info-statistic-item p{
  margin-bottom: 2px;
}
/* .know-content {
  display: flex;
  align-items: flex-start;
  padding-left: 696px;
}

.box1 {
  width: 866px;
  border: 1px solid #E4CCB1;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 52px;
}

.box1-content {
  background: url('../../imgs/know/box1Bg.png') no-repeat center;
  background-size: cover;
  width: 848px;
  height: 215px;
  padding: 21px 27px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.box1-content img {
  width: 173px;
  height: 173px;
  margin-right: 15px;
}

.box1-content .info {
  flex: 1;
}

.box1-content .title {
  border-bottom: 1px solid #E4CDB2;
  font-size: 17px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 40px;
  letter-spacing: 2px;
}

.box1-content .info-content, .box2 .info-content {
  font-size: 14px;
  font-family: SourceHanSansCN-Normal-Medium, SourceHanSansCN-Normal;
  font-weight: 500;
  color: #303030;
  line-height: 30px;
  padding-top: 10px;
}

.box3 {
  width: 866px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 61px;
}
.box3 img {
  width: 866px;
  margin-bottom: 55px;
}
.box4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 83px;
  width: 100%;
}
.box4-info {
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #303030;
  line-height: 32px;
  margin-top: 47px;
  margin-bottom: 51px;
} */
