.container {
  background-color: #f9f9f9;
}
.container-header {
  width: 100%;
  position: absolute;
}
.container-header img {
  height: 300px;
  width: 100%;
  /* position: relative; */
}
.container-body {
  position: relative;
  /* top: 0; */
  /* left: 15%; */
  width: 70%;
  margin: 0 auto;
  /* background-color: #f9f9f9; */
}
.container-info {
  color: #fff;
  font-size: 18px;
  /* line-height: 22px; */
  height: 300px;
  /* background-color: red; */
}

.container-info h3 {
  font-size: 38px;
  /* line-height: 26px; */
  font-weight: normal;
}
.container-box1 {
  width: 100%;
  height: 100px;
  background-color: #fff;
  padding: 50px 0 30px;
}
.container-box1 div {
  font-size: 16px;
  /* width: 80%; */
  line-height: 1.5;
}
.container-box1-title {
  /* font-weight: bold; */
  font-size: 28px !important;
  line-height: 40px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.container-box2 {
  width: 100%;
  margin-top: 50px;
}
.hwyzy-op {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ul,
.ul > li,
.dl,
.dl > dd,
.dl > dt {
  list-style: none;
  font-weight: normal;
}

.li {
  /* width: 10%; */
  background: #fff;
  border: 1px solid #e6e6e6;
  /* padding: 0.05rem 0.2rem 0.05rem 0.3rem; */
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
  margin-top: -1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
  line-height: 1.5;
  height: 60px;
  /* position: absolute; */
  font-size: 16px;
}
.on {
  position: relative;
  z-index: 2;
  background: #eb5c5c;
  width: calc(100% + 5px);
  border-color: #eb5c5c;
  box-shadow: 0 10px 10px rgb(225 73 88 / 29%);
  color: #fff !important;
}
.box2-box1 {
  width: 20%;
}
.box2-box2 {
  margin-left: 1%;
  width: 79%;
  background-color: #fff;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #fff 0 -100px no-repeat;
  background-size: contain;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 50%;
  line-height: 50px;
  /* position: relative; */
  margin-right: 5%;
  margin-left: 20%;
}
.icon-box img {
  position: relative;
  bottom: 10px;
}

.hwyzy-line {
  color: #eb5c5c;
  font-size: 16px;
  position: relative;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hwyzy-line:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #eb5c5c;
  position: absolute;
  right: 100%;
  /* margin-right: 0.26rem; */
  margin-right: 10px;
  top: -10%;
  /* margin-top: -0.09rem; */
}
.hwyzy-tt {
  width: 60%;
  margin-left: 20px;
  line-height: 20px;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  /* border: 1px solid #e6e6e6; */
  /* background-color: red; */
  /* transition: all 1s; */
}
.hwyzy-tt:hover {
  /* transform: scale(1.05); */
  -webkit-box-shadow: #ccc 0px 5px 5px;
  -moz-box-shadow: #ccc 0px 5px 5px;
  box-shadow: #ccc 0px 5px 5px;
  transform: translate(0, -5px);
}
.hwyzy-box-none {
  display: none;
}
