.secondBoxabout {
  width: 100%;
  height: 300px;
  background: url(../images/about/banner.png) no-repeat;
  background-size: 100% 100%;
}
.thirdlyBoxAbout {
  width: 100%;
  padding-bottom: 30px;
  background-color: #F6F6F6;
}
.thirdlyBoxAbout .arear1AboutBox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.thirdlyBoxAbout .arear1AboutBox .arear1Left {
  width: 40%;
}
.thirdlyBoxAbout .arear1AboutBox .arear1Left .leftTitle {
  width: 100%;
  margin: 30px 0;
}
.thirdlyBoxAbout .arear1AboutBox .arear1Left .leftTitle img {
  width: 30%;
  height: auto;
}
.thirdlyBoxAbout .arear1AboutBox .arear1Left .leftContent {
  color: #333;
  letter-spacing: 3px;
  line-height: 1.5;
}
.thirdlyBoxAbout .arear1AboutBox .arearRight {
  width: 40%;
  text-align: right;
}
.thirdlyBoxAbout .arear1AboutBox .arearRight .greenBox {
  width: 80%;
  margin-left: 40%;
  height: 430px;
  background-color: #32AE1B;
  position: relative;
}
.thirdlyBoxAbout .arear1AboutBox .arearRight .greenBox .rightImg {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(0, -50%);
  width: 130%;
  height: auto;
}
.fourthlyAbout {
  width: 100%;
  padding-top: 80px;
  margin-bottom: 80px;
}
.fourthlyAbout .arear4AboutBox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fourthlyAbout .arear4AboutBox .arear4Left {
  width: 45%;
  position: relative;
}
.fourthlyAbout .arear4AboutBox .arear4Left img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
  height: auto;
}
.fourthlyAbout .arear4AboutBox .arear4Right {
  width: 45%;
}
.fourthlyAbout .arear4AboutBox .arear4Right .arear4title {
  width: 100%;
  margin: 0 0 30px;
}
.fourthlyAbout .arear4AboutBox .arear4Right .arear4title img {
  width: 30%;
  height: auto;
}
.fourthlyAbout .arear4AboutBox .arear4Right .arear4Content {
  color: #333;
  letter-spacing: 3px;
  line-height: 1.5;
}
.fifthAboutBox {
  width: 100%;
}
.fifthAboutBox .arear5AboutImg {
  width: 70%;
  margin: 120px auto 60px;
  text-align: center;
}
.fifthAboutBox .arear5AboutImg img {
  width: 15%;
  height: auto;
}
.fifthAboutBox .titleText {
  text-align: center;
  font-weight: 700;
  width: 70%;
  margin: 0 auto 30px;
  color: #333;
  letter-spacing: 3px;
  font-size: 16px;
}
.sixBox {
  width: 100%;
  height: 300px;
  background: url(../images/about/bg.png) no-repeat center;
  background-size: 100% 100%;
}
.sixBox .sixContent {
  width: 70%;
  height: 100%;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sixBox .sixContent .itemAbout {
  width: 30%;
  height: 100%;
  text-align: center;
}
.sixBox .sixContent .itemAbout .imgBox {
  width: 30%;
  margin: 0 auto;
}
.sixBox .sixContent .itemAbout .imgBox img {
  width: 100%;
  height: auto;
}
.sixBox .sixContent .itemAbout .title {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #32AE1B;
}
.sixBox .sixContent .itemAbout .arear6Content {
  color: #333;
  line-height: 2;
}
