.home {
  width: 100%;
  padding-top: 158px;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.home .banner .prev {
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  outline: none;
  cursor: pointer;
}
.home .banner .next {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  outline: none;
  cursor: pointer;
}
.home .main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 40px auto;
}
.home .main .lnav {
  width: 264px;
}
.home .main .lnav .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding-bottom: 60px;
}
.home .main .lnav .box p {
  background: #045195;
  padding: 15px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 18px;
}
.home .main .lnav .box .links a {
  display: flex;
  padding: 15px 10px;
  align-items: center;
  color: #000000;
  transition: all 600ms;
}
.home .main .lnav .box .links a::before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #045195;
  margin-right: 10px;
  content: "";
}
.home .main .lnav .box .links a:hover {
  background: #F2F7FF;
}
.home .main .lnav .box .links .active {
  background: #F2F7FF;
}
.home .main .rc {
  width: calc(98% - 264px);
}
.home .main .rc .dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
}
.home .main .rc .dt .l {
  width: 191px;
  height: 53px;
  background: url("../images/tx.png") no-repeat;
  display: flex;
  align-items: center;
  margin-left: -7px;
}
.home .main .rc .dt .l .st {
  margin-left: 25px;
  margin-top: 15px;
}
.home .main .rc .dt .l .st p {
  font-size: 20px;
  font-weight: bolder;
}
.home .main .rc .dt .l .st img {
  display: block;
}
.home .main .rc .dt .r {
  display: flex;
}
.home .main .rc .dt .r p, .home .main .rc .dt .r a {
  color: #1B1D2C;
  font-size: 14px;
}
.home .main .rc .dt .r a:last-child {
  color: #2D6EFF;
}
.home .main .rc .nr {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-top-left-radius: 0;
  padding: 60px 20px 30px 20px;
  min-height: 500px;
}
.home .main .rc .nr .list {
  display: flex;
  flex-wrap: wrap;
}
.home .main .rc .nr .list a {
  display: block;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.home .main .rc .nr .list a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .rc .nr .list a .text {
  margin: 10px;
}
.home .main .rc .nr .list a .text .name {
  color: #000000;
}
.home .main .rc .nr .list a .text .more {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.home .main .rc .nr .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.home .main .rc .nr .pager a {
  border-radius: 5px;
  border: 1px solid #EDE5E5;
  color: rgba(0, 0, 0, 0.5);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
}
.home .main .rc .nr .pager .active {
  border-color: #2D6EFF;
  color: #2D6EFF;
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 60px;
  }
  .home .main {
    width: 90%;
    margin: 20px auto;
    flex-direction: column;
  }
  .home .main .lnav {
    width: 100%;
  }
  .home .main .lnav .box {
    padding-bottom: 0;
  }
  .home .main .rc {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .rc .dt .r {
    display: none;
  }
  .home .main .rc .nr {
    min-height: 200px;
    padding: 20px;
  }
  .home .main .rc .nr .list a {
    width: 100%;
    margin-right: 0;
  }
}

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