.content {
  width: 83.3%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 50px;
}
.content .tit {
  width: 100%;
  height: 105px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  background: url(../img/z-tit-bg.png) no-repeat top;
}
.content .tit h2 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  margin-top: 25px;
}
.content .tit p {
  text-align: center;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 30px;
  text-transform: uppercase;
}
.content .bctr {
  width: 100%;
  height: auto;
  border: 1px solid #cbd4e0;
  margin-top: 35px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content .bctr .fg {
  width: 14px;
  height: 100%;
  position: absolute;
  left: 49.5%;
  top: -1px;
  background: url(../img/cus-fg.png);
}
.content .bctr .lbox {
  width: 50%;
  height: auto;
  padding: 30px 70px;
  padding-bottom: 35px;
}
.content .bctr .lbox h2 {
  display: block;
}
.content .bctr .lbox p {
  color: #484848;
  font-size: 15px;
  line-height: 32px;
  margin-top: 10px;
  text-align: justify;
}
@media (max-width: 1600px) {
  .content .bctr .lbox p {
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .content .bctr .lbox p {
    line-height: 28px;
    font-size: 14px;
  }
}
.content .bctr .lbox ul {
  margin-top: 10px;
}
.content .bctr .lbox ul li {
  display: flex;
  align-items: center;
  line-height: 42px;
  font-size: 15px;
}
.content .bctr .lbox ul li span {
  color: #7f7f7f;
  font-size: 15px;
  margin-left: 8px;
}
.content .bctr .lbox .map {
  width: 100%;
  height: 255px;
  margin-top: 15px;
  border: 1px solid #0187d0;
}
.content .bctr .rbox {
  width: 50%;
  height: 700px;
  padding: 30px 70px;
  padding-bottom: 35px;
}
.content .bctr .rbox .z-tit {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  border-bottom: 1px solid #cccccc;
  color: #2e2e2e;
  font-size: 25px;
  text-align: center;
}
.content .bctr .rbox .z-tit img {
  position: relative;
  left: -10px;
  top: 4px;
}
.content .bctr .rbox dl {
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .bctr .rbox dl dd {
  width: 48%;
  margin-top: 30px;
}
.content .bctr .rbox dl dd span {
  display: block;
}
.content .bctr .rbox dl dd span i {
  color: red;
  font-style: normal;
}
.content .bctr .rbox dl dd input {
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid #cccccc;
  margin-top: 12px;
  padding-left: 10px;
  border-radius: 2px;
  outline: none;
}
.content .bctr .rbox dl dt {
  width: 100%;
  margin-top: 32px;
}
.content .bctr .rbox dl dt span {
  display: block;
}
.content .bctr .rbox dl dt span i {
  color: red;
  font-style: normal;
}
.content .bctr .rbox dl dt input {
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid #cccccc;
  margin-top: 12px;
  padding-left: 10px;
  border-radius: 2px;
  outline: none;
}
.content .bctr .rbox dl dt textarea {
  display: block;
  border: 1px solid #cccccc;
  margin-top: 12px;
  width: 100%;
  height: 155px;
  padding: 10px;
  border-radius: 2px;
  outline: none;
}
.content .bctr .rbox .b-c {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.content .bctr .rbox .b-c .sub-btn {
  display: block;
  width: 100%;
  height: 38px;
  background: #0175e8;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s linear;
}
.content .bctr .rbox .b-c .sub-btn:hover {
  border: 1px solid #0175e8;
  background: #fff;
  color: #0175e8;
}
@media (max-width: 1024px) {
  .content {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 0.3rem;
  }
  .content .tit {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    background: url(../img/z-tit-bg.png) no-repeat top;
    background-size: 100% auto;
  }
  .content .tit h2 {
    text-align: center;
    font-size: 0.32rem;
    color: #000000;
    font-weight: normal;
    margin-top: 0.35rem;
  }
  .content .tit p {
    text-align: center;
    font-size: 0.24rem;
    color: #9a9a9a;
    margin-top: 0.4rem;
    text-transform: uppercase;
  }
  .content .bctr {
    width: 100%;
    height: auto;
    border: none;
    margin-top: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .bctr .fg {
    display: none;
  }
  .content .bctr .lbox {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.15rem;
  }
  .content .bctr .lbox h2 {
    display: block;
  }
  .content .bctr .lbox h2 img {
    display: block;
    width: 80%;
  }
  .content .bctr .lbox p {
    color: #484848;
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin-top: 10px;
    text-align: justify;
  }
  .content .bctr .lbox ul {
    margin-top: 0.2rem;
  }
  .content .bctr .lbox ul li {
    display: flex;
    align-items: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .content .bctr .lbox ul li img {
    display: block;
    width: 0.32rem;
  }
  .content .bctr .lbox ul li span {
    color: #7f7f7f;
    font-size: 0.24rem;
    margin-left: 8px;
  }
  .content .bctr .lbox .map {
    width: 100%;
    height: 4.5rem;
    margin-top: 0.2rem;
    border: 1px solid #0187d0;
  }
  .content .bctr .rbox {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.15rem;
    margin-top: 0.2rem;
  }
  .content .bctr .rbox .z-tit {
    width: 92%;
    margin: 0 auto;
    height: 1rem;
    border-bottom: 1px solid #cccccc;
    color: #2e2e2e;
    font-size: 0.4rem;
    text-align: center;
  }
  .content .bctr .rbox .z-tit img {
    position: relative;
    left: -0.2rem;
    top: 0.04rem;
    width: 0.5rem;
  }
  .content .bctr .rbox dl {
    display: flex;
    margin: 0 auto;
    width: 92%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .bctr .rbox dl dd {
    width: 48%;
    margin-top: 0.25rem;
  }
  .content .bctr .rbox dl dd span {
    display: block;
  }
  .content .bctr .rbox dl dd span i {
    color: red;
    font-style: normal;
  }
  .content .bctr .rbox dl dd input {
    display: block;
    width: 100%;
    height: 0.62rem;
    border: 1px solid #cccccc;
    margin-top: 0.15rem;
    padding-left: 0.1rem;
  }
  .content .bctr .rbox dl dt {
    width: 100%;
    margin-top: 0.25rem;
  }
  .content .bctr .rbox dl dt span {
    display: block;
  }
  .content .bctr .rbox dl dt span i {
    color: red;
    font-style: normal;
  }
  .content .bctr .rbox dl dt input {
    display: block;
    width: 100%;
    height: 0.62rem;
    border: 1px solid #cccccc;
    margin-top: 0.15rem;
    padding-left: 0.1rem;
  }
  .content .bctr .rbox dl dt textarea {
    display: block;
    border: 1px solid #cccccc;
    margin-top: 0.15rem;
    width: 100%;
    height: 3rem;
    padding: 0.1rem;
  }
  .content .bctr .rbox .b-c {
    width: 92%;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .content .bctr .rbox .b-c .sub-btn {
    display: block;
    width: 100%;
    height: 0.7rem;
    background: #0175e8;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    font-size: 0.28rem;
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .content .bctr .lbox p {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .content .bctr .lbox p {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .content .bctr .lbox ul li {
    line-height: 0.6rem;
  }
}
