.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;
}
.contentItem .its:last-child .text {
  line-height: 30px !important;
}
.contentItem .its .it {
  width: 260px;
  height: 300px;
  background-color: #f7f8fa;
  padding-top: 20px;
  padding-left: 34px;
  padding-right: 34px;
  box-sizing: border-box;
}
.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%;
  height: 360px;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(37, 27, 27, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
}
.product .its .it:hover {
  background-color: #e3191c;
}
.product .its .it:hover a .imgbox {
  border-right: 2px dashed #fff;
}
.product .its .it:hover a .des .tit,
.product .its .it:hover a .des .text {
  color: #fff;
}
.product .its .it a {
  display: flex;
}
.product .its .it a .imgbox {
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: borer-box;
  border-right: 2px dashed #333333;
}
.product .its .it a .imgbox img {
  width: 249px;
  height: 249px;
}
.product .its .it a .des {
  padding-left: 60px;
  padding-top: 30px;
}
.product .its .it a .des .tit {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.product .its .it a .des .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 30px;
}
.qw .its {
  width: 100%;
  display: block;
}
.qw .its .it {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.qw .its .it .tit {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 41px;
  letter-spacing: 1px;
  color: #d50609;
  width: 460px;
}
.qw .its .it .tag {
  font-size: 24px;
  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;
}
.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;
}
.qw .its:last-child .it .content .imgbox {
  flex: 4;
}
.qw .its:last-child .it .content .text {
  flex: 6;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
