.section1 {
  height: 4.88rem;
  background-image: url('/static/home/images/about/we_bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  
}

.section1  .title1 {
	position: absolute !important;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
}
.section1 .content {
  width: 2.79rem;
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
.section1 .content .after {
  position: relative;
  margin-bottom: 12px;
}
.section1 .content .after::after {
  content: '';
  position: absolute;
  width: 0.64rem;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #62b400;
}
.section1 .content h3 {
  font-size: 0.19rem;
  color: #62b400;
  line-height: 1.5;
  font-weight: bold;
}
.section1 .content p {
  line-height: 2;
}
.section1 .content .en {
  font-size: 0.08rem;
  color: #62b400;
  padding-bottom: 12px;
}
.section1 .content .desc {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}

.section2 .title .en {
  opacity: 0;
}
.section2 .content .list {
  display: flex;
  flex-wrap: wrap;
}
.section2 .content .list > li {
  width: 25%;
  margin-bottom: 0.27rem;
  flex: 1;
  min-width: 25%;
  max-width: 25%;
  padding: 25px;
}
.section2 .content .list > li > a {
  width: 100%;
}
.section2 .content .list > li > a > .img-box {
  width: 100%;
  overflow: hidden;
  height: 278px;
}
.section2 .content .list > li > a > .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease 0s;
}
.section2 .content .list > li > a > .text {
  padding: 19px 27px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}
.section2 .content .list > li > a > .text > p {
  line-height: 2;
  transition: all 0.5s ease 0s;
}
.section2 .content .list > li > a > .text .p1 {
  font-size: 16px;
  color: #333333;
}
.section2 .content .list > li > a > .text .p2 {
  font-size: .09rem;
  color: #000;
}
.section2 .content .list > li:hover > a > .text {
  box-shadow: none;
  border: 1px solid #62b400;
}
.section2 .content .list > li:hover > a > .text .p2 {
  color: #62b400;
}
.section2 .content .list > li:hover > a > .img-box img {
  transform: scale(1.05);
}@media screen and (max-width: 1600px) {
	.section1 .content .desc {
		font-size: 16px;
		line-height: 24px;
	}
	.section2 .content .list > li > a > .img-box {
		height: 200px;
	}
	.section2 .content .list > li {
		  width: 33.33%;
    margin-bottom: 0.27rem;
    flex: 1;
    min-width: 33.33%;
    max-width: 33.33%;
    padding: 25px;
	}
} 
@media screen and (max-width: 1024px) {
	.section1 .content {
		width: 50%;
	}
  .section2 .content .list > li {
    width: 33.3%;
    min-width: 33.3%;
    max-width: 33.3%;
    padding: 12px;
  }
  .section2 .content .list > li a div {
    padding: 0;
  }
  	.section2 .content .list > li > a > .img-box {
		height: 200px;
	}
}
@media screen and (max-width: 414px) {
	.section1 .content h3 {
		font-size: 16px
	}
	.section1 .content .en {
		font-size: 14px
	}
	.section1 .content .desc {
		font-size: 12px;
		line-height: 1.5;
	}
	.section1 {
		height: 300px;
	}
		.section1 .content {
		width: 100%;
		position: static;
	} 
  .section2 .content .list > li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .section2 .content .list > li a div {
    padding: 0;
  }
  .section2 .content .list > li > a > .text .p1 {
  	font-size: 16px
  }
  .section2 .content .list > li > a > .text .p2 {
  	font-size: 16px
  }
}
<!--ºÄÊ±1759477625.7737Ãë-->