.banner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .left {
  width: 53.472%;
  aspect-ratio: 770/499;
}
.banner .left img {
  width: 100%;
  height: 100%;
}
.banner .right {
  width: 46.528%;
  font-family: "Noto Sans SC";
  font-size: 64px;
  font-weight: 800;
  line-height: 80px;
  text-align: center;
  color: #353535;
}
.content {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
}
.content .title {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  line-height: 36px;
  color: #404040;
}
.content .p {
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  color: #404040;
  margin-top: 30px;
}
.content .addList {
  width: 100%;
}
.content .addList .item {
  padding: 70px 0;
  border-bottom: solid 1px #D8D8D8;
  display: flex;
  justify-content: space-between;
}
.content .addList .item:last-child {
  border: 0;
}
.content .addList .item .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .addList .item .left .name {
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  color: #3D3D3D;
}
.content .addList .item .left .add {
  margin-top: 40px;
  display: flex;
}
.content .addList .item .left .add .add1 {
  width: 250px;
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #959595;
}
.content .addList .item .left .add .add2 {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #959595;
  margin-left: 70px;
}
.content .addList .item .right {
  width: 360px;
  display: flex;
  justify-content: space-between;
}
.content .addList .item .right .contact1 .name {
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  color: #3D3D3D;
}
.content .addList .item .right .contact1 .qrcode {
  width: 130px;
  margin-top: 20px;
  margin-left: 1px;
}
.content .addList .item .right .contact1 .qrcode img {
  width: 100%;
}
.content .addList .item .right .contact1 .phone {
  color: #797979;
  margin-top: 14px;
  margin-top: 10px;
}
.content .addList .item .right .contact1 .phone span:first-child {
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #959595;
}
.content .addList .item .right .contact1 .phone span:last-child {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #959595;
}
.content .addList .item .right .contact1 .email {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #959595;
}
.other {
  width: 90%;
  margin: 0 auto;
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.other .item {
  width: 21.913%;
  height: 100px;
  position: relative;
}
.other .item::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #101010;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.other .item a {
  width: calc(100% - 10px);
  height: calc(100% - 16px);
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 24px;
  line-height: 30px;
  color: #404040;
  padding-top: 16px;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  padding-left: 10px;
}
.other .item:hover::after {
  height: 100%;
}
.other .item:hover a {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .content .addList {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .banner .right {
    width: 46.528%;
    font-family: "Noto Sans SC";
    font-size: 54px;
    font-weight: 800;
    line-height: 66px;
    text-align: center;
    color: #353535;
  }
  .content .addList .item {
    width: 45%;
    padding: 70px 0;
    border-bottom: solid 0px #D8D8D8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .addList .item .right {
    width: 100%;
    margin-top: 30px;
  }
  .content .addList .item .left .add {
    margin-top: 40px;
    display: block;
  }
  .content .addList .item .right .contact1 .phone {
    color: #797979;
    margin-top: 14px;
    margin-top: 20px;
  }
  .content .addList .item .left .add .add2 {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    line-height: 20px;
    color: #959595;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .other {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .banner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner .right {
    width: 100%;
    font-family: "Noto Sans SC";
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
    color: #353535;
  }
  .banner .left {
    width: 90%;
    aspect-ratio: 770 / 499;
    margin-top: 30px;
  }
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .content .title {
    font-family: "Montserrat-Regular";
    font-size: 32px;
    line-height: 32px;
    color: #404040;
  }
  .content .p {
    font-family: "Noto Sans SC";
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    color: #404040;
    margin-top: 30px;
  }
  .content .addList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .addList .item {
    width: 100%;
    padding: 40px 0;
    border-bottom: solid 0px #D8D8D8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
