.l-lx {
  margin-top: 94px;
  overflow: hidden;
}
.l-lx #map {
  width: 50.4%;
  height: 98.1%;
  top: 2px;
  right: 0;
}
.l-lx .container .l-lx-lf {
  width: 43.1%;
}
.l-lx .container .l-lx-lf ul:nth-child(2) {
  margin-top: 37px;
  padding-bottom: 29px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ecf0f2;
}
.l-lx .container .l-lx-lf ul:nth-child(2) li {
  display: flex;
  margin-bottom: 23px;
  transition: all 0.5s;
}
.l-lx .container .l-lx-lf ul:nth-child(2) li .icon {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 11px;
}
.l-lx .container .l-lx-lf ul:nth-child(2) li div:nth-child(2) {
  flex: 1;
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
}
.l-lx .container .l-lx-lf ul:nth-child(2) li:hover {
  transform: translateX(3px);
}
.l-lx .container .l-lx-lf ul:nth-child(2) li:hover div:nth-child(2) {
  color: #0094de;
}
.l-lx .container .l-lx-lf ul:nth-child(2) li:last-child {
  margin-bottom: 0;
}
.l-lx .container .l-lx-lf ul:nth-child(3) {
  display: flex;
}
.l-lx .container .l-lx-lf ul:nth-child(3) li {
  margin-right: 2.08vw;
  transition: all 0.5s;
}
.l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(1) {
  width: 110px;
  height: 110px;
  background-color: #ecf0f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(1) img {
  max-height: 100%;
}
.l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(2) {
  font-size: 14px;
  text-align: center;
  color: #666666;
  margin-top: 7px;
  transition: all 0.5s;
}
.l-lx .container .l-lx-lf ul:nth-child(3) li:hover {
  transform: translateY(-3px);
}
.l-lx .container .l-lx-lf ul:nth-child(3) li:hover div:nth-child(2) {
  color: #0094de;
}
.l-lx .container .l-lx-lf ul:nth-child(3) li:last-child {
  margin-right: 0;
}
.l-bt {
  font-size: 30px;
  position: relative;
  color: #333333;
  padding-bottom: 15px;
}
.l-bt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 4px;
  background-color: #0094de;
  border-radius: 2px;
}
.l-ly {
  background-color: #f0f4f7;
  margin-top: 93px;
  padding-bottom: 100px;
  padding-top: 73px;
}
.l-ly .container {
  display: flex;
  justify-content: space-between;
}
.l-ly .container .lly-lf {
  width: 52.78%;
}
.l-ly .container .lly-lf .desc {
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
}
.l-ly .container .lly-lf form {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-ly .container .lly-lf form .items {
  width: 47.4%;
  margin-bottom: 15px;
}
.l-ly .container .lly-lf form .items div:nth-child(1) {
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
}
.l-ly .container .lly-lf form .items div textarea {
  min-height: 120px;
}
.l-ly .container .lly-lf form .items div ::-webkit-input-placeholder {
  color: #bbb;
}
.l-ly .container .lly-lf form .items div :-moz-placeholder {
  color: #bbb;
}
.l-ly .container .lly-lf form .items div ::-moz-placeholder {
  color: #bbb;
}
.l-ly .container .lly-lf form .items div :-ms-input-placeholder {
  color: #bbb;
}
.l-ly .container .lly-lf form .items div ::-ms-input-placeholder {
  color: #bbb;
}
.l-ly .container .lly-lf form .items div input,
.l-ly .container .lly-lf form .items div textarea {
  background-color: #ffffff;
  border-radius: 17px;
  display: block;
  width: 100%;
  line-height: 1.5;
  border: solid 1px #dddddd;
  font-size: 16px;
  color: #000;
  padding: 17px 19px;
}
.l-ly .container .lly-lf form .items button {
  width: 180px;
  height: 60px;
  background-color: #0094de;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.5s;
}
.l-ly .container .lly-lf form .items button:hover {
  transform: translateX(4px);
  box-shadow: 1px 1px 10px #0094de;
}
.l-ly .container .lly-lf form .items:nth-last-child(1),
.l-ly .container .lly-lf form .items:nth-last-child(2) {
  width: 100%;
}
.l-ly .container .lly-lf form .items:nth-last-child(2) {
  margin-bottom: 40px;
}
.l-ly .container .lly-lf form .items:nth-last-child(1) {
  margin-bottom: 0;
}
.l-ly .container .lly-rt {
  margin-top: 28px;
  width: 37.5%;
}
.l-ly .container .lly-rt div {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1700px) {
  .l-lx #map {
    height: 97%;
  }
  .l-ly .container .lly-rt div {
    height: 550px;
  }
}
@media (max-width: 1599px) {
  .l-lx {
    margin-top: 80px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) li {
    margin-bottom: 20px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  .l-ly {
    margin-top: 80px;
    padding-top: 65px;
    padding-bottom: 90px;
  }
  .l-ly form .items input,
  .l-ly form .items textarea {
    padding: 15px 17px;
  }
  .l-ly form .items button {
    width: 170px;
    height: 55px;
    font-size: 17px;
  }
  .l-ly .container .lly-rt div {
    height: 520px;
  }
}
@media (max-width: 1477px) {
  .l-lx {
    margin-top: 70px;
  }
  .l-bt {
    font-size: 28px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) {
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(1) {
    width: 90px;
    height: 90px;
    padding: 6px;
  }
  .l-ly {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .l-ly .container .lly-rt div {
    height: 480px;
  }
}
@media (max-width: 1365px) {
  .l-lx {
    margin-top: 60px;
  }
  .l-bt {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) li div:nth-child(2) {
    font-size: 15px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(2) {
    font-size: 13px;
  }
  .l-ly form .items div:nth-child(1) {
    font-size: 15px;
  }
  .l-ly form .items input,
  .l-ly form .items textarea {
    font-size: 15px;
    padding: 13px 15px;
  }
  .l-ly form .items button {
    width: 160px;
    height: 52px;
    font-size: 16px;
  }
  .l-ly .container .lly-rt div {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .l-lx .container .l-lx-lf {
    width: 45%;
  }
  .l-lx #map {
    width: 52%;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li {
    margin-right: 1.5vw;
  }
  .l-ly .container .lly-lf {
    width: 55%;
  }
  .l-ly .container .lly-rt {
    width: 40%;
  }
  .l-ly .container .lly-rt div {
    height: 420px;
  }
}
@media (max-width: 990px) {
  .l-lx {
    margin-top: 50px;
  }
  .l-lx .container .l-lx-lf {
    width: 100%;
  }
  .l-lx #map {
    position: relative;
    width: 100%;
    height: 400px;
    top: 0;
    margin-top: 30px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  .l-ly {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .l-ly .container {
    flex-direction: column;
  }
  .l-ly .container .lly-lf {
    width: 100%;
  }
  .l-ly .container .lly-rt {
    width: 100%;
    margin-top: 40px;
  }
  .l-ly .container .lly-rt div {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .l-lx {
    margin-top: 72px;
    display: flex;
    flex-direction: column-reverse;
  }
  .l-bt {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .l-bt::after {
    width: 30px;
    height: 3px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) {
    margin-top: 45px;
    padding-bottom: 35px;
    margin-bottom: 55px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) li {
    margin-bottom: 28px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) li div:nth-child(2) {
    font-size: 14px;
    line-height: 2;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) {
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) li .icon img {
    max-height: 100%;
  }
  .l-lx .container .l-lx-lf ul:nth-child(2) li .icon {
    height: 20px;
    width: 18px;
    position: relative;
    top: 3px;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) {
    justify-content: center;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li {
    margin: 0 5% !important;
    margin-bottom: 21px !important;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li:last-child {
    margin-right: 0;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(1) {
    width: 111px;
    height: 111px;
    padding: 5px;
    margin: 0 auto;
  }
  .l-lx .container .l-lx-lf ul:nth-child(3) li div:nth-child(2) {
    margin-top: 13px;
  }
  .l-lx #map {
    height: 280px;
    margin-top: 25px;
  }
  .l-ly {
    margin-top: 70px;
    padding-top: 74px;
    padding-bottom: 60px;
  }
  .l-ly .container .lly-lf .desc {
    font-size: 14px;
    margin-top: 29px;
    line-height: 1.6;
  }
  .l-ly .container .lly-lf form {
    margin-top: 50px;
  }
  .l-ly .container .lly-lf form .items {
    width: 100%;
    margin-bottom: 29px;
  }
  .l-ly .container .lly-lf form .items div:nth-child(1) {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .l-ly .container .lly-lf form .items div input,
  .l-ly .container .lly-lf form .items div textarea {
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 14px;
  }
  .l-ly form .items textarea {
    min-height: 100px;
  }
  .l-ly form .items:nth-last-child(2) {
    margin-bottom: 25px;
  }
  .l-ly .container .lly-lf form .items button {
    width: 100%;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
  }
  .l-ly .container .lly-rt {
    margin-top: 60px;
  }
  .l-ly .container .lly-rt div {
    height: 220px;
    border-radius: 10px;
  }
}
