.servicepage .banner {
  width: 100%;
  height: 600px;
  padding: 70px 12.6% 80px 12.6%;
  background: #272727 center no-repeat;
  background-image: url("../img/service/bg.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.servicepage .banner > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.servicepage .banner > div:nth-child(2) {
  padding: 40px 0 30px 0;
  font-family: "PingFangSC-Light";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  letter-spacing: 1px;
  text-align: right;
}
.servicepage .banner > div:nth-child(3) {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  text-align: right;
  padding-bottom: 40px;
}
.servicepage .banner > div:nth-child(4) {
  width: 40px;
  height: 2px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}

.servicepage .servicebody .en {
  color: rgba(197, 168, 111, 0.8) !important;
}
.servicepage .servicebody .cn {
  color: #c5a86f !important;
  width: 100%;
}
.servicepage .servicebody .cn .line {
  width: 100%;
  height: 1px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
}
.servicepage .servicebody .cn > img {
  margin: 0 20px;
}
.servicepage .servicebody .cn > div:nth-child(3) {
  white-space: nowrap;
}

.servicepage .servicebody {
  padding: 0 12.6%;
  position: relative;
  /* height: 2000px; */
}
.servicepage .servicebody > img {
  width: 100%;
  height: 722px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.servicepage .servicebody > div:nth-child(1) {
  width: 100%;
  height: calc(100% - 80px);
  background: #272727;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
}
.servicepage .ecology {
  position: relative;
  z-index: 3;
  background: rgba(27, 27, 27, 0.8);
  margin-top: -80px;
  backdrop-filter: blur(5.5px);
  display: flex;
  justify-content: space-between;
  padding: 80px;
}
.servicepage .ecology .left {
  position: relative;
}
.servicepage .ecology .left > div:nth-child(1) {
  font-family: "PingFangSC-Medium";
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
}
.servicepage .ecology .left > div:nth-child(2) {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
  padding: 20px 0 60px 0;
}
.servicepage .ecology .left > div:nth-child(3) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.servicepage .ecology .left > div:nth-child(3) > span {
  height: 36px;
  border-radius: 0px 0px 0px 0px;
  display: block;
  box-sizing: border-box;
  /* text-align: center; */
}
.servicepage .ecology .left > div:nth-child(3) > span:first-of-type {
  /* width: 57px; */
  background: #c5a86f;
  padding: 10px 0px 10px 10px;
}
.servicepage .ecology .left > div:nth-child(3) > span:last-of-type {
  /* width: 93px; */
  border: 1px solid #c5a86f;
  padding: 10px;
}
.servicepage .ecology .left > img {
  height: 60px;
  width: auto;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.servicepage .ecology > img {
  height: 100%;
  width: auto;
  object-fit: contain;
  margin-left: 40px;
}

.servicepage .business {
  margin-top: 17.23vh;
  position: relative;
  z-index: 3;
}
.servicepage .business .top {
  display: flex;
  height: 202px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #272727 top no-repeat;
  background-image: url("../img/service/bg1.png");
  background-size: cover;
}
.servicepage .business .box {
  display: flex;
  align-items: center;
  height: 375px;
}
.servicepage .business .box > img {
  width: 50%;
  height: 375px;
  object-fit: cover;
}
.servicepage .business .box > .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 375px;
  background: #1b1b1b;
}
.servicepage .business .box > .right:hover {
  background: #c5a86f;
  transition: all 0.5s;
}
.servicepage .business .box > .right > div {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  letter-spacing: 1px;
  padding-top: 15px;
}
.servicepage .business .box > .right:hover > div {
  color: #1b1b1b;
  transition: all 0.5s;
}
.servicepage .business .box > .right > div:first-of-type {
  font-family: "PingFangSC-Medium";
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 0px;
  padding-bottom: 15px;
}
.servicepage .business .box > .right:hover > div:first-of-type {
  color: rgba(27, 27, 27, 0.8);
  transition: all 0.5s;
}

.servicepage .links {
  position: relative;
  z-index: 3;
  padding: 17.23vh 0 80px 0;
  background: rgba(27, 27, 27, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servicepage .links .box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 60px 80px 0 80px;
}
.servicepage .links .box .img {
  width: 22.66%;
}
.servicepage .links .box img {
  width: 100%;
  /* height: 290px; */
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.servicepage .links .box {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
}
