a {
  color: #232323 !important;
}

body {
  font-size: 14px !important;
}

.mapstyle {
  position: relative;
  margin-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
  position: relative;
  width: 100%;
  height: 429px;
}

.info {
  display: block;
  position: static !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}

.amap-marker-label {
  border: none;
  border-radius: 5px;
}

.input-card {
  display: block;
  position: absolute !important;
}

.amap-copyright {
  display: none !important;
}

.amap-logo {
  display: none !important;
}

.main {
  text-align: center;
  margin-top: 70px;
}

.main h1 {
  font-size: 35px;
}

.main .info_m ul {
  padding: 0 100px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .info_m ul li {
  text-align: center;
  width: 23%;
  margin: 1%;
  padding: 30px;
}

.main .info_m ul li img {
  vertical-align: middle;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  height: 40px;
}

.main .info_m ul li p {
  margin-top: 20px;
  line-height: 30px;
}

.main .info_m ul li:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.main .info_m ul li:nth-child(1) {
  background: url(../images/bc1.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.main .info_m ul li:nth-child(2) {
  background: url(../images/bc2.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.main .info_m ul li:nth-child(3) {
  background: url(../images/bc3.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.main .info_m ul li:nth-child(4) {
  background: url(../images/bc4.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.main .message {
  padding: 0 100px;
}
