.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-banner .swiper-slide {
  min-height: 30rem;
  background-color: #ebebeb;
}
.index-banner .swiper-slide img {
  display: block;
}
main {
  background-image: url('../images/main-bg.png');
  background-size: 100%;
}
main > div {
  padding-bottom: 3rem;
}
main .main-1 .content .t #map {
  height: 30rem;
  background-color: #ebebeb;
}
main .main-1 .content .t #map img {
  max-width: initial;
}
main .main-1 .content .t .text h5 {
  font-size: 1rem;
  padding: 1rem 0;
}
main .main-1 .content .t .text .lab {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding-top: 1rem;
}
main .main-1 .content .t .text .lab .item {
  display: flex;
  align-items: center;
}
main .main-1 .content .t .text .lab .item .i {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: #fcda06;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main-1 .content .t .text .lab .item .i i {
  font-size: 1.3rem;
}
main .main-2 {
  background-color: #fbea80;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}
main .main-2 .con {
  display: flex;
  background-color: #fff;
  padding: 2rem 4rem;
  border-top: 0.3rem solid #000;
}
main .main-2 .text {
  flex: 1;
}
main .main-2 .text .t h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
main .main-2 .text .t p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}
main .main-2 .text .t p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  border-bottom: 2px solid #fcda06;
  border-radius: 2rem;
}
main .main-2 .text > p {
  line-height: 1.6;
  margin: 2rem 0;
}
main .main-2 .text .tel p {
  font-size: 0.9rem;
  line-height: 1.6;
}
main .main-2 .text .tel span {
  font-size: 2rem;
  font-weight: bold;
}
main .main-2 form {
  width: 50%;
}
main .main-2 form h5 {
  font-size: 1rem;
  padding-bottom: 1.5rem;
}
main .main-2 form div {
  margin-bottom: 1rem;
}
main .main-2 form input {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid #ebebeb;
}
main .main-2 form input[type="submit"] {
  background-color: #fcda06;
  font-size: 0.9rem;
  cursor: pointer;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .main-center {
    padding-right: 2%;
    padding-left: 2%;
  }
  main .main-1 .content .t .text .lab {
    flex-wrap: wrap;
  }
  main .main-1 .content .t .text .lab .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  main .main-1 .content .t .text .lab .item p {
    line-height: 1.6;
  }
  main .main-2 {
    padding: 4% 2%;
  }
  main .main-2 .con {
    flex-direction: column;
    padding: 2rem;
  }
  main .main-2 form {
    width: 100%;
    margin-top: 2rem;
  }
  main .main-2 form h5 {
    display: none;
  }
  main .main-2 .text > p {
    margin: 1rem 0;
  }
  main .main-2 .text > p br {
    display: none;
  }
}
