.content .right .con ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.content .right .con ul li {
  width: 25%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.content .right .con ul li img {
  width: 90px;
  vertical-align: text-bottom;
}
.content .right .con ul li p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 15px;
}
.content .right .con ul li span {
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.content .right .con #map {
  width: 100%;
  height: 360px;
  margin-top: 90px;
}
.content .right .con .forms {
  margin-top: 60px;
}
.content .right .con .forms .title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.content .right .con .forms .disc {
  font-size: 16px;
  color: #999999;
}
.content .right .con .forms form {
  overflow: hidden;
  clear: both;
  margin-top: 50px;
}
.content .right .con .forms form p {
  width: 48%;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .right .con .forms form p:nth-child(odd) {
  float: left;
}
.content .right .con .forms form p:nth-child(even) {
  float: right;
}
.content .right .con .forms form p i {
  color: red;
}
.content .right .con .forms form p span {
  font-size: 18px;
  color: #333333;
}
.content .right .con .forms form p input {
  height: 50px;
  border: none;
  outline: none;
  border: 1px solid #BBBBBB;
  padding: 0 25px;
  font-size: 14px;
  width: 70%;
  box-sizing: border-box;
}
.content .right .con .forms form p input::placeholder {
  color: #C4C4C4;
}
.content .right .con .forms form p.check input {
  width: 16px;
  height: 16px;
}
.content .right .con .forms form > input {
  clear: both;
  border: none;
  background-color: #1A8CE1;
  width: 326px;
  height: 50px;
  border-radius: 44px;
  outline: none;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content .right .con ul {
    flex-wrap: wrap;
  }
  .content .right .con ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .content .right .con ul li img {
    width: 50px;
  }
  .content .right .con ul li p {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  .content .right .con ul li span {
    font-size: 14px;
  }
  .content .right .con #map {
    height: 200px;
    margin-top: 20px;
  }
  .content .right .con #map .BMap_bubble_content {
    font-size: 12px;
  }
  .content .right .con #map img {
    width: 10px !important;
    height: 10px !important;
  }
  .content .right .con .forms {
    margin-top: 20px;
  }
  .content .right .con .forms .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .content .right .con .forms .dis {
    font-size: 12px;
  }
  .content .right .con .forms form {
    margin-top: 20px;
  }
  .content .right .con .forms form p {
    margin-bottom: 10px;
    width: 100%;
    float: none !important;
  }
  .content .right .con .forms form p span {
    font-size: 14px;
  }
  .content .right .con .forms form p input {
    height: 35px;
    padding: 0 10px;
    width: 75%;
  }
  .content .right .con .forms form > input {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  .content .right .con ul{
    margin-bottom: 20px;
  }
}
