.tit1 {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contentItem .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.contentItem .text p {
  text-indent: 2rem;
}
.contentItem .its {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contentItem .its:last-child .text {
  line-height: 30px !important;
}
.contentItem .its .it {
  background-color: #f7f8fa;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contentItem .its .it .num {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.contentItem .its .it .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.product .its {
  width: 100%;
  display: block;
}
.product .its .it {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(37, 27, 27, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
}
.product .its .it a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .its .it a .imgbox {
  box-sizing: borer-box;
}
.product .its .it a .imgbox img {
  width: 150px;
  height: 150px;
}
.product .its .it a .des .tit {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.product .its .it a .des .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}
.qw .its {
  width: 100%;
  display: block;
}
.qw .its .it {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.qw .its .it .tit {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 41px;
  letter-spacing: 1px;
  color: #d50609;
  width: 60%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.qw .its .it .tag {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #2f2725;
  margin-top: 20px;
  margin-bottom: 20px;
}
.qw .its .it .imgbox {
  display: flex;
  flex-direction: column;
}
.qw .its .it .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #2f2725;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 2rem;
}
.qw .its:last-child .it .content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.qw .its:last-child .it .content .imgbox {
  flex: 4;
}
.qw .its:last-child .it .content .text {
  flex: 6;
}
