.banner {
  position: relative;
}
.banner #banner-container {
  height: 22.73rem;
}
.banner #banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner #banner-container .swiper-slide img {
  animation: bannerPic 4s alternate infinite 1s;
}
@keyframes bannerPic {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
.banner #banner-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.68rem;
}
.banner #banner-container .swiper-container-horizontal > .swiper-pagination-bullets,
.banner #banner-container .swiper-pagination-custom,
.banner #banner-container .swiper-pagination-fraction {
  bottom: 1.36rem;
}
.banner #banner-container .swiper-pagination {
  bottom: 2.73rem;
}
.banner #banner-container .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #fff;
  margin-right: 0.91rem;
}
.banner #banner-container .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .serviceInfo-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.82rem;
  z-index: 99;
  height: 3.64rem;
  padding: 0 2%;
  background-color: #fff;
  border-radius: 0.45rem;
  max-width: 60%;
  box-shadow: rgba(135, 206, 250, 0.1) 0px 5.94px 7.92px 0px;
}
.banner .serviceInfo-banner i {
  color: #0b3e64;
  margin-right: 0.45rem;
  font-size: 0.82rem;
}
.banner .serviceInfo-banner .info {
  width: calc(100% - 5.55rem);
  white-space: nowrap;
  overflow: hidden;
}
.banner .serviceInfo-banner .info .serBox {
  margin-right: 1.82rem;
  font-size: 0.73rem;
}
.banner .serviceInfo-banner .str_wrap {
  background-color: transparent;
}
.company .company-container .pic {
  width: 50%;
  height: 18.18rem;
  background-color: #f0f0f0;
}
.company .company-container .txt {
  width: 50%;
  padding-left: 5%;
}
.company .company-container .txt h3 {
  font-size: 1.09rem;
  margin-bottom: 0.91rem;
}
.company .company-container .txt .info p,
.company .company-container .txt .info span {
  font-size: 0.73rem;
  color: #777;
  line-height: 1.36rem;
  text-align: justify;
}
.company .company-container .txt .more {
  display: block;
  width: 6.82rem;
  height: 1.82rem;
  text-align: center;
  line-height: 1.82rem;
  background-color: #0b3e64;
  margin-top: 0.91rem;
  color: #fff;
}
.news {
  background-color: #f9f9f9;
  padding-bottom: 2.73rem;
  margin-top: 4.55rem;
}
.news .news-items .t-news,
.news .news-items .b-news {
  width: 100%;
}
.news .news-items .news-box {
  width: 48%;
  transition: all 0.3s;
}
.news .news-items .news-box .pic {
  width: 11.36rem;
  overflow: hidden;
}
.news .news-items .news-box .pic .img {
  position: relative;
  padding-bottom: 66.7%;
  background-color: #f0f0f0;
}
.news .news-items .news-box .pic .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.news .news-items .news-box .news-info {
  width: calc(100% - 11.36rem);
  padding-left: 5%;
}
.news .news-items .news-box .news-info h3 {
  font-size: 0.91rem;
  font-weight: normal;
  margin-bottom: 1.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-items .news-box .news-info .data {
  color: #888;
}
.news .news-items .news-box .news-info p {
  color: #777;
  height: 2.27rem;
  margin-top: 0.45rem;
  line-height: 1.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-items .news-box:hover {
  transition: all 0.3s;
}
.news .news-items .news-box:hover .pic img {
  transform: scale(1.04);
}
.news .news-items .news-box:hover .news-info h3 {
  color: #0b3e64;
}
.news .news-items .news-list {
  width: 48%;
  margin-right: 4%;
  margin-top: 0.45rem;
  padding: 0.45rem 0;
}
.news .news-items .news-list:nth-child(2n) {
  margin-right: 0;
}
.news .news-items .news-list .name {
  width: calc(100% - 4.55rem);
  padding-right: 0.45rem;
  font-size: 0.73rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-items .news-list .date {
  width: 4.55rem;
  color: #777;
  text-align: right;
}
.news .news-items .news-list:hover .name,
.news .news-items .news-list:hover .date {
  color: #0b3e64;
}
.news .more {
  display: block;
  width: 6.82rem;
  height: 1.82rem;
  text-align: center;
  line-height: 1.82rem;
  background-color: #0b3e64;
  margin-top: 1.36rem;
  color: #fff;
  margin: 1.82rem auto 0;
}
.anthology {
  margin-bottom: 4.55rem;
}
.anthology #anthology-container {
  padding-bottom: 1.82rem;
}
.anthology #anthology-container .swiper-slide {
  padding: 1.36rem 0.91rem;
  background-color: #fff;
}
.anthology #anthology-container .anthology-item .title {
  font-size: 0.82rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.45rem;
}
.anthology #anthology-container .anthology-item .label {
  color: #0b3e64;
  font-weight: bold;
  margin-right: 0.23rem;
}
.anthology #anthology-container .anthology-item .anth-c .lawyer-type {
  max-width: calc(100% - 4.55rem);
}
.anthology #anthology-container .anthology-item .anth-c .type-label {
  display: inline-block;
  background-color: rgba(11, 62, 100, 0.1);
  color: #333;
  font-size: 0.55rem;
  padding: 0.23rem 0.68rem;
}
.anthology #anthology-container .anthology-item .anth-c .date {
  width: 4.55rem;
  color: #999;
  text-align: right;
}
.anthology #anthology-container .anthology-item p {
  color: #999;
  height: 2.27rem;
  line-height: 1.09rem;
  margin-top: 0.91rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.anthology #anthology-container .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #0b3e64;
}
.anthology .more {
  display: block;
  width: 6.82rem;
  height: 1.82rem;
  text-align: center;
  line-height: 1.82rem;
  background-color: #0b3e64;
  margin-top: 1.36rem;
  color: #fff;
  margin: 1.82rem auto 0;
}
@media only screen and (max-width: 768px) {
  .banner #banner-container {
    height: 12rem;
  }
  .banner .serviceInfo-banner {
    max-width: 95%;
  }
  .company .company-container {
    flex-direction: column-reverse;
  }
  .company .company-container .pic {
    width: 100%;
    height: 13.18rem;
  }
  .company .company-container .txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.91rem;
  }
  .news .news-items {
    flex-direction: column;
  }
  .news .news-items .news-box:first-child {
    margin-bottom: 0.45rem;
  }
  .news .news-items .news-box {
    width: 100%;
  }
  .news .news-items .news-box .pic {
    width: 8.36rem;
  }
  .news .news-items .news-box .news-info {
    width: calc(100% - 8.36rem);
  }
  .news .news-items .news-list {
    width: 100%;
    margin-right: 0;
  }
  .news .news-items .t-news {
    flex-direction: column;
  }
  .anthology #anthology-container .title {
    width: calc(100% -4.55rem) !important;
  }
  .anthology #anthology-container .date {
    width: 4.55rem !important;
  }
}
