.map-wrap {
  width: 100%;
  height: 4.15rem;
  border: .04rem solid #ff8000;
  box-sizing: border-box;
}

#map {
  width: 100%;
  height: 100%;
}

.info-box {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
}

.info-box .left {
  margin-right: .3rem;
  flex: 1;
}

.info-box .left .txt {
  padding-left: .45rem;
  line-height: .36rem;
  font-size: .28rem;
  color: #000000;
  background: url(../img/lx/tel-icon.png) center left no-repeat;
  background-size: .38rem;
}

.info-box .left .tel {
  font-size: .6rem;
  font-family: 'DIN';
  font-weight: bold;
  color: #ff8000;
}

.info-box .right {
  padding-left: .5rem;
  border-left: 1px solid #000;
}

.info-box .right .name {
  margin-bottom: .1rem;
  font-size: .32rem;
  color: #ff8000;
  font-weight: bold;
}

.info-box .right .adr strong {
  font-size: .2rem;
}

.info-box .right .adr {
  line-height: 1.5em;
  font-size: .16rem;
  color: #000;
}

.main .right-tit{
  margin-bottom: .75rem;
}
.form-box {
  padding-top: .55rem;
  padding-left: .5rem;
  width: 100%;
  height: 4.91rem;
  background: url(../img/lx/lx-img.jpg) top center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}

.form-box form {
  padding: 0 .2rem;
  width: 3.65rem;
  height: 3.95rem;
  background: rgba(255, 255, 255, .5);
  border-radius: .1rem;
  box-sizing: border-box;
  text-align: center;
}

.form-box .tit {
  padding-top: .3rem;
  margin-bottom: .2rem;
  text-align: center;
  font-size: .24rem;
  line-height: 1em;
  font-weight: bold;
  color: #ff8000;
}

.form-box .input-box,
.form-box .text-box {
  margin-bottom: .1rem;
  width: 100%;
  background: #fff;
  border-radius: .1rem;
  font-size: .16rem;
  line-height: .42rem;
  padding: 0 .15rem;
  box-sizing: border-box;
}

.form-box .text-box {
  height: 1rem;
  font-family: 'Microsoft YaHei';
  resize: none;
}

.form-box .submit {
  margin: 0 auto;
  width: 1rem;
  height: .35rem;
  background: #ff8000;
  border-radius: .06rem;
  font-size: .24rem;
  color: #fff;
}

