.main {
  width: 100rem;
}
.main .main4 {
  width: 20rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  background: #015F3B;
  border-radius: 2.5rem;
  margin: 8.125rem auto 0;
}
.banner {
  width: 100%;
  height: 50rem;
  margin-top: 17rem;
}
.main .main3 .bot .bot1 .bot1-2 {
  width: 25rem;
  background: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
}
.main .main3 .bot .bot1 .text {
  width: 50rem;
  height: 16rem;
}
.main .title {
  font-size: 18px;
  color: #333;
}
.main .main1 .title1 {
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: 14px;
}
.location-list .location-addr h3 {
  font-weight: normal;
  margin-bottom: 5px;
  color: #212121;
  font-size: 16px;
}
.addr-info {
  font-size: 14px;
}
.main .main2 .bot {
  display: flex;
  margin-top: 5rem;
  margin-bottom: 5rem;
  flex-direction: column;
}
.main .main2 .bot .bot1 {
  margin-right: 0;
  color: #333;
  width: 100%;
  margin-bottom: 5rem;
}
.main .main2 .bot .bot1 .bot1-title {
  font-size: 16px;
  margin-bottom: 2rem;
  font-weight: bold;
}
.main .main2 .bot .bot1 .bot1-1 {
  font-size: 14px;
  margin-bottom: 2rem;
}
.main .main3 .bot .bot1 {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 3rem;
  width: 100%;
}
.main .main3 .bot .bot1 .bot1-1 {
  margin-bottom: 2rem;
  font-size: 16px;
}
.main .main3 .bot .bot1 .bot1-2 {
  width: 100%;
  height: 10rem;
}
.main .main3 .bot .bot1 .bot1-2 input {
  width: 100%;
  height: 90%;
}
.main .main3 .bot .bot1:nth-child(3n) {
  margin-right: 0;
}
.main .main3 .bot .bot1 .text {
  width: 100%;
  height: 25rem;
}
.main .main3 .bot .bot1 .bot1-2 textarea {
  width: 100%;
  height: 90%;
}
.main .main4 {
  width: 28rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 16px;
  background: #015F3B;
  border-radius: 5rem;
}
.main .title::after {
  background-color: #015F3B;
  position: absolute;
  width: 15rem;
  height: 2px;
  bottom: -4px;
  left: 0;
  right: 0;
  content: " ";
}
.location-list li {
  position: relative;
  height: 80px!important;

}
.banner img {
  content:url(../images/mob-call.png)!important;
}