* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #004527;
  font-size: 12px;
}

.container {
  padding-left: 120px;
}

.welcome {
  background: url("../img/banner.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
}

.company-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 60px;
  color: #ffffff;
  padding-top: 119px;
  padding-left: 85px;
  font-style: italic;
}

.company-tips {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 60px;
  color: #004527;
  padding-top: 50px;
  padding-left: 85px;
  font-style: italic;
}

.company-publicity {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 34px;
  color: #004527;
  padding-left: 85px;
  padding-top: 40px;
}

.introduction {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  padding-right: 120px;
  padding-top: 50px;
  padding-bottom: 57px;
}

.our-box {
  margin-bottom: 41px;
  margin-right: 110px;
}

.our-title {
  width: 379px;
  height: 90px;
  background: #ffffff;
  border-radius: 45px 45px 45px 0px;
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 38px;
  color: #004527;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.our-content {
  display: flex;
  align-items: center;
}

.our-content ul {
  max-width: 976px;
}

.our-content ul li {
  margin-bottom: 32px;
}

.our-content ul li p {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 27px;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 20px;
}

.our-content ul li div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #a6dd9d;
  line-height: 47px;
}

.our-content img {
  width: 605px;
  height: 600px;
  margin-left: 50px;
}

.about-title {
  width: 379px;
  height: 90px;
  background: #ffffff;
  border-radius: 45px 45px 45px 0px;
  margin-top: 86px;
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 38px;
  color: #004527;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-content {
  background: url("../img/otherBg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 805px;
  padding-left: 120px;
}

.company-name {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 24px;
  padding-right: 120px;
}

.company-desc {
  margin-top: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 47px;
  padding-right: 120px;
}

.us {
  width: 379px;
  height: 90px;
  background: #ffffff;
  border-radius: 45px 45px 45px 0px;
  margin-top: 70px;
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 38px;
  color: #004527;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.addr {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 32px;
}

.email {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 32px;
}

.url-box {
  display: flex;
}

.url-box button {
  width: 230px;
  height: 44px;
  background: #3696f6;
  border-radius: 8px 8px 8px 8px;
  margin-right: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  border: none;
  cursor: pointer;
}

.url-box button a {
  text-decoration: none;
}

.copy {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 34px;
  margin-top: 40px;
}

.malig-box {
  max-width: 1248px;
  background: #fbffec;
  border-radius: 8px;
  padding-left: 45px;
  padding-top: 22px;
  padding-bottom: 39px;
  padding-right: 70px;
  margin-right: 33px;
  margin-left: 33px;
}

.malig-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #000000;
}

.malig-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #004527;
  line-height: 25px;
  margin-top: 20px;
}

.malig-other {
  margin-top: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

.malig-other span {
  color: #3496f4;
}
.about-box {
  display: flex;
  align-items: center;
}
