.home .banner {
  width: 100%;
  position: relative;
}
.home .banner video {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 85vh;
}
.home .types {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.home .types a {
  display: block;
  color: #666666;
  font-size: 22px;
  position: relative;
  padding: 20px 0;
  margin: 0 40px;
}
.home .types a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 2px;
  background: #95251D;
}
.home .types a:hover::after {
  width: 100%;
}
.home .types .active::after {
  width: 100%;
}
.home .main {
  position: relative;
}
.home .main .section1 {
  width: 84vw;
  margin: 5vw auto;
  position: relative;
}
.home .main .section1 .t {
  display: flex;
  align-items: center;
}
.home .main .section1 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section1 #mapContainer {
  width: 100%;
}
.home .main .section1 .rCon {
  position: absolute;
  right: 0;
  bottom: 5%;
  height: 19vw;
  width: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 10;
  transition: all 600ms;
}
.home .main .section1 .rCon::-webkit-scrollbar {
  width: 3px;
}
.home .main .section1 .rCon::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.home .main .section1 .rCon::-webkit-scrollbar-thumb {
  background: #D54B4A;
}
.home .main .section1 .rCon .dbox {
  padding: 0 1.5vw;
  line-height: 1.8;
  margin-top: 1vw;
  display: block;
}
.home .main .section1 .rCon .dbox .pt1 {
  font-size: 1.1vw;
  font-weight: bolder;
  color: #D54B4A;
}
.home .main .section1 .rCon .dbox .des {
  color: #cccccc;
  font-size: 0.9vw;
}
.home .main .section1 .plate {
  position: absolute;
  right: 8%;
  bottom: 5%;
  opacity: 0;
  transition: all 600ms;
  pointer-events: none;
}
.home .main .section2 {
  width: 84vw;
  margin: 5vw auto;
}
.home .main .section2 .t {
  display: flex;
  align-items: center;
}
.home .main .section2 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.home .main .section2 .content .l {
  width: 33%;
  height: 680px;
  overflow-y: scroll;
  overflow-x: scroll;
}
.home .main .section2 .content .l .box {
  padding: 30px;
  transition: all 600ms;
  cursor: pointer;
}
.home .main .section2 .content .l .box .des {
  font-size: 14px;
  line-height: 2;
}
.home .main .section2 .content .l .box:hover {
  background: #90251C;
  color: white;
}
.home .main .section2 .content .l .active {
  background: #90251C;
  color: white;
}
.home .main .section2 .content .l::-webkit-scrollbar {
  width: 12px;
}
.home .main .section2 .content .l::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.home .main .section2 .content .l::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.home .main .section2 .content .pic {
  width: 65%;
  overflow: hidden;
  height: 680px;
  border-radius: 5px;
}
#container img{
    width: 100%;
}
@media screen and (max-width: 1000px) {
  .home .types {
    justify-content: space-evenly;
  }
  .home .types a {
    margin: 0;
    font-size: 14px;
  }
  .home .main .section1 {
    width: 90%;
    overflow-x: scroll;
  }
  .home .main .section1 .t img {
    width: 30px;
  }
  .home .main .section1 .t p {
    font-size: 20px;
  }
  .home .main .section1 svg {
    height: 400px;
  }
  .home .main .section1 .rCon {
    position: static;
    height: 300px;
    width: 95%;
    opacity: 1;
    margin: 0 auto;
  }
  .home .main .section1 .rCon .dbox {
    padding: 0 20px;
    margin-top: 20px;
  }
  .home .main .section1 .rCon .dbox .pt1 {
    font-size: 18px;
  }
  .home .main .section1 .rCon .dbox .des {
    font-size: 14px;
  }
  .home .main .section2 {
    width: 90%;
  }
  .home .main .section2 .t img {
    width: 30px;
  }
  .home .main .section2 .t p {
    font-size: 20px;
  }
  .home .main .section2 .content {
    flex-direction: column;
  }
  .home .main .section2 .content .l {
    width: 100%;
    height: 300px;
  }
  .home .main .section2 .content .l .box {
    padding: 15px;
  }
  .home .main .section2 .content .pic {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=service.css.map */
