* {
  margin: 0;
}
.root {
  /* padding-bottom: 160px; */
}
a {
  color: unset;
  text-decoration: none;
}
.flex-row {
  display: flex;
}
.flex-row_ver-center {
  display: flex;
  align-items: center;
}
.content1 {
  display: flex;
  padding-left: 67px;
}
.content2 {
  padding: 0 67px;
  margin-top: 20px;
}
.banner {
  border-radius: 8px;
  width: 80%;
}
.right-img {
  width: 50vw;
  height: 38vw;
  border-radius: 20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 55px;
  opacity: 0.8;
}
.font1 {
  color: #333333ff;
  font-weight: 900;
  font-size: 0;
  margin-top: 55px;
}
.font1 span {
  font-size: 52px;
}
.font2 {
  color: #333333ff;
  font-weight: 900;
  font-size: 42px;
}
.font3 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-top: 26px;
  line-height: 20.8px;
}
.font3 p {
  margin-top: 10px;
}
.contact-left {
  font-weight: 600;
  font-size: 35px;
  color: #333333;
}
.contact-right {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 45px;
}

.introduce {
  padding: 20px 67px;
  color: #333;
  font-size: 14px;
  margin-top: 26px;
}

.title {
  font-weight: 600;
  font-size: 35px;
  color: #333333;
  margin-bottom: 10px;
}

.footer {
  /* position: fixed;
  left: 0;
  right: 0;
  bottom: 0; */
  background: #f2f2f2;
  padding: 0 60px;
  height: 130px;
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.footer .btn_texts {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.8);
  font-size: 10px;
}

#amap_container {
  width: 100%;
  height: 30vw;
  border-radius: 8px;
  margin-top: 10px;
}
