.w {
  width: 61.875vw;
  margin: 0 auto;
}
.banner {
  width: 100%;
  margin-top: 7.39583333vw;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.content {
  padding-top: 3.38541667vw;
  padding-bottom: 5.625vw;
  margin-top: 0 !important;
}
.content .title {
  display: flex;
  justify-content: center;
  margin-bottom: 2.08333333vw;
}
.content .title li {
  width: 7.8125vw;
  text-align: center;
  line-height: 4.0625vw;
  font-size: 1.66666667vw;
  color: #000;
  transition: all 0.3s;
  margin-right: 3.125vw;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-family: pingfangcu;
}
.content .title li.active {
  color: #0b563f;
  border-bottom: 1px solid #0b563f;
}
.content .title li:hover {
  color: #0b563f;
  border-bottom: 1px solid #0b563f;
}
.content .box-item li {
  transition: all 0.5s;
}
.content .box-item .item-l {
  height: 24.16666667vw;
  background: #f9f9f9;
  border-bottom: 0.41666667vw solid transparent;
  margin-bottom: 2.96875vw;
  padding: 1.5625vw 3.07291667vw 1.5625vw 0.88541667vw;
}
.content .box-item .item-l:hover {
  border-bottom: 0.41666667vw solid #0b563f;
}
.content .box-item .item-r {
  height: 24.16666667vw;
  background: #f9f9f9;
  border-bottom: 0.41666667vw solid transparent;
  margin-bottom: 2.96875vw;
  padding: 1.5625vw 0.88541667vw 1.5625vw 3.07291667vw;
}
.content .box-item .item-r:hover {
  border-bottom: 0.41666667vw solid #88b783;
}
.content .box-item li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.content .box-item li:last-child {
  margin-bottom: 0;
}
.content .box-item .item-left {
  width: 24.16666667vw;
  height: 20.98958333vw;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .box-item .item-left img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-out;
}
.content .box-item .item-left img:hover {
  transform: scale(1.3);
}
.content .box-item .item-right {
  width: 29.27083333vw;
  padding-top: 2.08333333vw;
  opacity: 0;
}
.content .box-item .item-right h5 {
  position: relative;
  color: #000000;
  font-size: 1.875vw;
}
.content .box-item .item-right h5 b {
  position: relative;
  z-index: 1;
  font-family: pingfangcu;
  font-weight: normal;
}
.content .box-item .item-right h5 span {
  position: absolute;
  top: -1.04166667vw;
  left: -2.55208333vw;
  width: 1.77083333vw;
  height: 1.77083333vw;
  border-radius: 50%;
  border: 0.3125vw solid #0b563f;
}
.content .box-item .item-right > p {
  font-size: 1.04166667vw;
  color: #434343;
  margin-top: 1.04166667vw;
  margin-bottom: 2.08333333vw;
}
.content .box-item .item-right .right-btm {
  display: flex;
  justify-content: space-between;
}
.content .box-item .item-right .right-btm p {
  line-height: 1.5625vw;
  font-size: 0.83333333vw;
  color: #434343;
}
.content .box-item .item-right .right-btm .btm-right {
  width: 9.84375vw;
  max-height: 20.83333333vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .box-item .item-right .right-btm .btm-right img {
  width: 100%;
}
.box-item li.active div:nth-child(1) {
  animation: fadeInLeft 2s forwards;
}
.box-item li.active div:nth-child(2) {
  animation: fadeInRight 2s forwards;
}
