/* Migrated from template/default/html/index.html */
.page-index .homecontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.page-index .homecontainer section {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.page-index .homecontainer section > .center {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-index .main-top-banner,
.page-index .main-top-banner .block,
.page-index .main-top-banner .el-carousel,
.page-index .main-top-banner .el-carousel__container {
  width: 100%;
  height: 680px !important;
}
.page-index .main-top-banner {
  position: relative;
  top: 0;
}
.page-index .main-top-banner .el-carousel__item {
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: transform .5s ease,
  opacity .5s ease;
  will-change: transform,
  opacity;
  z-index: 1;
}
.page-index .main-top-banner .el-carousel__item.is-active {
  opacity: 1;
  z-index: 2;
}
.page-index .main-top-banner .carousel-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.page-index .main-top-banner .banner-fallback {
  display: none !important;
}
.page-index .main-top-banner .el-carousel {
  position: relative;
  overflow: hidden;
}
.page-index .main-top-banner .el-carousel__container {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.page-index .main-top-banner .el-carousel__container.is-dragging {
  cursor: grabbing;
}
.page-index .main-top-banner .el-carousel__arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.28);
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: background .2s ease,
  opacity .2s ease;
}
.page-index .main-top-banner .el-carousel__arrow:hover {
  background: rgba(196,45,38,.85);
}
.page-index .main-top-banner .el-carousel__arrow--left {
  left: 32px;
}
.page-index .main-top-banner .el-carousel__arrow--right {
  right: 32px;
}
.page-index .main-top-banner .el-icon-arrow-left::before {
  content: "<";
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}
.page-index .main-top-banner .el-icon-arrow-right::before {
  content: ">";
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}
.page-index .main-top-banner .el-carousel__indicators {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  z-index: 6;
}
.page-index .main-top-banner .el-carousel__indicator {
  padding: 0;
  cursor: pointer;
}
.page-index .main-top-banner .el-carousel__button {
  display: block;
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  cursor: pointer;
  transition: background .2s ease,
  width .2s ease;
}
.page-index .main-top-banner .el-carousel__indicator.is-active .el-carousel__button {
  width: 46px;
  background: #c42d26;
}
.page-index .homecontainer .main-top-banner {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  background: #fff;
}
.page-index .home-banner-carousel,
.page-index .home-banner-viewport,
.page-index .home-banner-track,
.page-index .home-banner-slide {
  width: 100%;
  box-sizing: border-box;
}
.page-index .home-banner-carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.page-index .main-top-banner > .block {
  display: none !important;
}
.page-index .home-banner-viewport {
  height: 680px;
  overflow: hidden;
  transition: height .25s ease;
}
.page-index .home-banner-track {
  display: flex;
  align-items: flex-start;
  height: auto;
  transition: transform .5s ease;
  will-change: transform;
}
.page-index .home-banner-slide {
  flex: 0 0 100%;
  min-width: 100%;
}
.page-index .home-banner-slide.is-fallback {
  display: none;
}
.page-index .home-banner-slide img {
  display: block;
  width: 100%;
  height: 680px;

}
.page-index .home-banner-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.28);
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: background .2s ease,
  opacity .2s ease;
}
.page-index .home-banner-arrow:hover {
  background: rgba(196,45,38,.85);
}
.page-index .home-banner-arrow.prev {
  left: 32px;
}
.page-index .home-banner-arrow.next {
  right: 32px;
}
.page-index .home-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  z-index: 6;
}
.page-index .home-banner-dot {
  display: block;
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  cursor: pointer;
  transition: background .2s ease,
  width .2s ease;
}
.page-index .home-banner-dot.is-fallback {
  display: none;
}
.page-index .home-banner-dot.is-active {
  width: 46px;
  background: #c42d26;
}
.page-index .head-title,
.page-index .introduction .left > .title,
.page-index .lawyer .left > .title,
.page-index .hezuo > .center > .title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.page-index .head-title h2,
.page-index .introduction .left > .title h1,
.page-index .lawyer .left > .title h2,
.page-index .hezuo > .center > .title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #2e2e2e;
}
.page-index .head-title > div,
.page-index .introduction .left > .title > div,
.page-index .lawyer .left > .title > div,
.page-index .hezuo > .center > .title > div {
  width: 8px;
  height: 8px;
  border-right: 4px solid #872d2d;
  border-bottom: 4px solid #872d2d;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.page-index .button {
  width: 136px;
  height: 34px;
  border: 1px solid #bb3c3e;
  border-radius: 0;
  background: transparent;
  color: #bb3c3e;
}
.page-index .button:hover {
  background: #c42d26;
  color: #fff;
  border-color: #c42d26;
}
.page-index .introduction {
  background: #fff;
}
.page-index .introduction > .center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 60px 0 44px;
}
.page-index .introduction .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.page-index .introduction .content {
  margin: 26px 0 27px;
}
.page-index .introduction .content p {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.page-index .introduction .right {
  flex: 0 0 456px;
}
.page-index .introduction .right img {
  display: block;
  width: 456px;
  height: 261px;
  object-fit: cover;
}
.page-index .homecontainer .professional_field {
  height: auto !important;
  min-height: auto;
  padding: 56px 0 76px;
  background: #f8f8f9;
  overflow: visible;
}
.page-index .homecontainer .professional_field > .center {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: visible;
}
.page-index .homecontainer .professional_field .professionalField-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 32px;
  align-items: stretch;
  justify-content: initial;
}
.page-index .homecontainer .professional_field .professionalField-content .item {
  width: 100%;
  max-width: none;
  margin: 0;
  flex: none;
  min-height: 268px;
  padding: 28px 24px 24px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: border-color .2s ease,
  box-shadow .2s ease,
  transform .2s ease;
}
.page-index .homecontainer .professional_field .professionalField-content .item:hover {
  background: #fff !important;
  background-color: #fff !important;
  color: inherit !important;
  border-color: rgba(196,45,38,.35);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.page-index .homecontainer .professional_field .professionalField-content .item:hover h5 {
  color: #1f2a3d !important;
}
.page-index .homecontainer .professional_field .professionalField-content .item:hover .field-article-link {
  color: #111 !important;
}
.page-index .homecontainer .professional_field .professionalField-content .item:hover .pic {
  background-image: var(--icon) !important;
  filter: none !important;
}
.page-index .homecontainer .professional_field .professionalField-content .item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}
.page-index .homecontainer .professional_field .professionalField-content .item .pic {
  width: 50px;
  height: 50px;
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.page-index .homecontainer .professional_field .professionalField-content .item h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #1f2a3d;
}
.page-index .homecontainer .professional_field .professionalField-content .item .line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #f8f8f8;
  background: transparent;
  margin: 12px 0 14px;
}
.page-index .homecontainer .professional_field .professionalField-content .field-article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
}
.page-index .homecontainer .professional_field .professionalField-content .field-article-link {
  display: block;
  flex: 1 1 calc(50% - 26px);
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s ease,
  transform .2s ease;
}
.page-index .homecontainer .professional_field .professionalField-content .field-article-link:hover {
  color: #c42d26;
  transform: translateX(4px);
}
.page-index .homecontainer .professional_field .professionalField-content .item p {
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-index .homecontainer .professional_field > .center > .nav-link-btn {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .page-index .homecontainer .professional_field {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 90px;
    overflow: visible !important;
  }
  .page-index .homecontainer .professional_field > .center {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
}
.page-index .homecontainer .about-us {
  width: 100%;
  min-height: 420px;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 40px 0 60px;
  background: url("/static/images/about-2.png") center/cover no-repeat;
  box-sizing: border-box;
}
.page-index .homecontainer .about-us > .center {
  width: 1200px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  background: transparent;
}
.page-index .homecontainer .about-us .center .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.page-index .homecontainer .about-us .center .bottom .item {
  width: 590px;
  flex: 0 0 590px;
  height: 230px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
}
.page-index .homecontainer .about-us .center .bottom .item .left {
  width: 280px;
  height: 230px;
  flex: 0 0 280px;
  background: rgba(255,255,255,.45);
  text-align: left;
  margin: 0;
}
.page-index .homecontainer .about-us .center .bottom .item .left .pic {
  width: 280px;
  height: 132px;
}
.page-index .homecontainer .about-us .center .bottom .item .left .pic img {
  display: block;
  width: 280px;
  height: 132px;
  object-fit: cover;
}
.page-index .homecontainer .about-us .center .bottom .item .left .text {
  width: 280px;
  height: 98px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  box-sizing: border-box;
  position: relative;
}
.page-index .homecontainer .about-us .center .bottom .item .left .text h5 {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  opacity: .46;
  line-height: 22px;
}
.page-index .homecontainer .about-us .center .bottom .item .left .text .title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 2px 0;
}
.page-index .homecontainer .about-us .center .bottom .item .left .text .title .line {
  width: 5px;
  height: 16px;
  background: #c42d26;
  flex-shrink: 0;
}
.page-index .homecontainer .about-us .center .bottom .item .left .text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #444;
  white-space: nowrap;
}
.page-index .homecontainer .about-us .center .bottom .item .left .text h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
  letter-spacing: 0;
  opacity: .36;
  white-space: nowrap;
  transform: scale(.9);
  transform-origin: left center;
}
.page-index .homecontainer .about-us .center .bottom .item .right {
  width: 300px;
  height: 220px;
  flex: 0 0 300px;
}
.page-index .homecontainer .about-us .center .bottom .item .right img {
  display: block;
  width: 300px;
  height: 220px;
  object-fit: cover;
}
.page-index .homecontainer .about-us {
  background: #fff;
}
.page-index .homecontainer .about-us .center .bottom {
  display: none;
}
.page-index .product-case-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  margin-top: 36px;
}
.pages_pn{display:flex;justify-content:center;margin-top:15px;}
.pages_pn span{margin:0 10px;}
.pages_pn .page-numbar a{display:initial!important;margin:0 5px}
.page-index .product-case-card {
  display: flex;
  min-height: 308px;
  padding: 30px 14px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ddd;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color .2s ease,
  box-shadow .2s ease,
  transform .2s ease;
}
.page-index .product-case-card:hover {
  border-color: rgba(196,45,38,.35);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.page-index .product-case-card .pic {
  width: 100%;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.page-index .product-case-card .pic img {
  display: block;
  max-width: 100%;
  max-height: 156px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.page-index .product-case-card h3 {
  width: 100%;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #111;
  text-align: center;
}
.page-index .product-case-card p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-align: center;
}
.page-index .anli {
  height: 700px;
  padding: 0;
  background: url("/static/images/home2.png") center/cover no-repeat;
}
.page-index .anli > .center {
  width: 1200px;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.page-index .anli .left {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  top: -20px;
}
.page-index .anli .left .head-title {
  margin-bottom: 20px;
}
.page-index .anli .left .head-title > div {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.page-index .anli .card {
  display: block;
  width: 502px;
  height: 334px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.page-index .anli .card img {
  display: block;
  width: 502px;
  height: 293px;
  object-fit: cover;
}
.page-index .anli .card .info {
  width: 100%;
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 14px;
  background: rgba(25,25,25,.5);
  box-sizing: border-box;
  position: relative;
  bottom: 5px;
}
.page-index .anli .card .active-title-box {
  width: 360px;
  text-align: left;
}
.page-index .anli .card .main-title {
  display: -webkit-box;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.page-index .anli .card .date-text {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  opacity: 1;
}
.page-index .anli .right {
  width: 50%;
  height: 700px;
  flex: 0 0 50%;
  background: rgba(36,43,57,.475);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.page-index .anli .anli-list-wrapper {
  width: 100%;
  height: 480px;
  margin-top: 140px;
  padding-left: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.page-index .anli-list {
  height: 100%;
  display: block;
  overflow-y: auto;
  padding-right: 40px;
  box-sizing: border-box;
}
.page-index .anli-list .item {
  display: block;
  min-height: 80px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: color .2s ease;
}
.page-index .anli-list .item .line {
  width: 100%;
  height: 1px;
  border-top: 1px dotted rgba(255,255,255,.2);
  background: transparent;
  margin: 0 0 10px;
}
.page-index .anli-list .item .content {
  height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.page-index .anli-list .title {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 24px;
}
.page-index .anli-list .title:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: 6px 10px 0 0;
  flex-shrink: 0;
}
.page-index .anli-list .text-clamp {
  display: -webkit-box;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.page-index .anli-list .time {
  margin-left: 15px;
  color: rgba(255,255,255,.5);
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.page-index .anli-list .item:hover .text-clamp,
.page-index .anli-list .item:hover .time {
  color: #e94038;
}
.page-index .anli-list .item:hover .title:before {
  border-left-color: #e94038;
}
.page-index .anli .next,
.page-index .anli .last {
  position: absolute;
  right: 40px;
  z-index: 2;
  cursor: pointer;
}
.page-index .anli .next {
  bottom: 20px;
}
.page-index .anli .last {
  top: 70px;
  transform: rotate(180deg);
}
.page-index .anli .next img,
.page-index .anli .last img {
  width: 50px;
  height: 50px;
}
.page-index .lawyer {
  padding: 70px 0;
  background: #fff;
}
.page-index .lawyer > .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
}
.page-index .lawyer .left {
  flex: 1;
  min-width: 0;
}
.page-index .homecontainer .lawyer .center .left .content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  margin-top: 32px;
}
.page-index .homecontainer .lawyer .center .left .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  text-decoration: none;
  color: inherit;
}
.page-index .homecontainer .lawyer .center .left .content .item img {
  display: block;
  width: auto;
  height: 248px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}
.page-index .homecontainer .lawyer .center .left .content .item .info {
  width: 100%;
  min-height: 100px;
  padding: 16px;
  box-sizing: border-box;
}
.page-index .lawyer .right {
  width: 280px;
  flex-shrink: 0;
  text-align: left;
}
.page-index .lawyer .right p {
  font-size: 15px;
  line-height: 30px;
  color: #555;
  margin-bottom: 24px;
}
.page-index .home-faq-section {
  padding: 40px 0;
  background: #f8f8f9;
}
.page-index .home-faq-section > .center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-index .faq-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 36px 0 30px;
}
.page-index .faq-card {
  min-height: 210px;
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.page-index .faq-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.page-index .faq-header .q-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.page-index .faq-header h3 {
  font-size: 17px;
  line-height: 25px;
  color: #333;
}
.page-index .faq-body p,
.page-index .faq-body .ref {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.page-index .faq-body .ref {
  display: block;
  margin-top: 10px;
  color: #999;
}
.page-index .home-faq-section .right {
  width: 100%;
  text-align: center;
}
.page-index .homecontainer .hezuo {
  padding: 20px 0 50px;
  background: #f8f8f9;
}
.page-index .homecontainer .hezuo > .center {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
}
.page-index .homecontainer .hezuo .center .hezuo-item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
  align-items: stretch;
  justify-content: initial;
}
.page-index .homecontainer .hezuo .center .hezuo-item .pic {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  background: #fff;
  box-sizing: border-box;
  margin: 0;
}
.page-index .homecontainer .hezuo .center .hezuo-item .pic img {
  width: auto;
  max-width: 86%;
  max-height: 58px;
  object-fit: contain;
}
html,
body,
body.page-index #app {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.page-index .homecontainer,
.page-index .homecontainer * {
  box-sizing: border-box;
}
.page-index .mainfooter,
.page-index .mainfooter * {
  box-sizing: border-box;
}
.page-index img {
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .page-index .homecontainer {
    width: 100%;
    max-width: 100vw;
    align-items: stretch;
    overflow-x: hidden;
  }
  .page-index .homecontainer section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-left: clamp(16px, 4vw, 24px);
    padding-right: clamp(16px, 4vw, 24px);
    overflow: hidden;
  }
  .page-index .homecontainer section > .center {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
  }
  .page-index .main-top-banner,
  .page-index .main-top-banner .block,
  .page-index .main-top-banner .el-carousel {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 0;
    overflow: hidden;
  }
  .page-index .head-title,
  .page-index .introduction .left,
  .page-index .professionalField-content,
  .page-index .about-us .bottom,
  .page-index .anli .left,
  .page-index .anli .right,
  .page-index .lawyer .left,
  .page-index .lawyer .right,
  .page-index .faq-grid,
  .page-index .hezuo-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .page-index .head-title,
  .page-index .introduction .left > .title,
  .page-index .lawyer .left > .title,
  .page-index .homecontainer .hezuo > .center > .title {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 4vw;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
  }
  .page-index .head-title h2,
  .page-index .introduction .left > .title h1,
  .page-index .lawyer .left > .title h2,
  .page-index .homecontainer .hezuo > .center > .title h2 {
    margin: 0;
    text-align: left;
  }
  .page-index .head-title > div,
  .page-index .introduction .left > .title > div,
  .page-index .lawyer .left > .title > div,
  .page-index .homecontainer .hezuo > .center > .title > div {
    flex-shrink: 0;
  }
  .page-index .main-top-banner,
  .page-index .main-top-banner .block,
  .page-index .main-top-banner .el-carousel,
  .page-index .main-top-banner .el-carousel__container,
  .page-index .main-top-banner .el-carousel__item {
    height: auto !important;
    max-height: none !important;
  }
  .page-index .main-top-banner {
    top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff;
  }
  .page-index .main-top-banner .block,
  .page-index .main-top-banner .el-carousel,
  .page-index .main-top-banner .el-carousel__container {
    min-height: 0 !important;
  }
  .page-index .main-top-banner .el-carousel__item {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    overflow: hidden;
  }
  .page-index .main-top-banner .el-carousel__item.is-active {
    position: relative;
    inset: auto;
  }
  .page-index .main-top-banner .carousel-img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    object-position: center center;
  }
  .page-index .homecontainer .main-top-banner {
    height: auto !important;
    min-height: 0 !important;
    top: 0 !important;
    margin-top: 23vw !important;
    margin-bottom: 0 !important;
  }
  .page-index .home-banner-viewport {
    height: auto;
  }
  .page-index .home-banner-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .page-index .home-banner-arrow {
    width: 9vw;
    height: 9vw;
    opacity: .82;
  }
  .page-index .home-banner-arrow.prev {
    left: 3vw;
  }
  .page-index .home-banner-arrow.next {
    right: 3vw;
  }
  .page-index .home-banner-dots {
    bottom: 3vw;
    gap: 2vw;
  }
  .page-index .home-banner-dot {
    width: 7vw;
    height: .8vw;
  }
  .page-index .home-banner-dot.is-active {
    width: 10vw;
  }
  .page-index .main-top-banner .el-carousel__arrow {
    width: 9vw;
    height: 9vw;
    opacity: .82;
  }
  .page-index .main-top-banner .el-carousel__arrow--left {
    left: 3vw;
  }
  .page-index .main-top-banner .el-carousel__arrow--right {
    right: 3vw;
  }
  .page-index .main-top-banner .el-carousel__indicators {
    bottom: 3vw;
    gap: 2vw;
  }
  .page-index .main-top-banner .el-carousel__button {
    width: 7vw;
    height: .8vw;
  }
  .page-index .main-top-banner .el-carousel__indicator.is-active .el-carousel__button {
    width: 10vw;
  }
  .page-index .introduction > .center,
  .page-index .anli > .center,
  .page-index .lawyer > .center {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
  }
  .page-index .introduction {
    padding-top: 5vw;
  }
  .page-index .introduction > .center {
    padding-top: 0;
    padding-bottom: 6vw;
    gap: 5vw;
  }
  .page-index .introduction .left,
  .page-index .introduction .right,
  .page-index .introduction .right img,
  .page-index .anli .left,
  .page-index .anli .card,
  .page-index .anli .card img,
  .page-index .lawyer .right {
    width: 100%;
  }
  .page-index .introduction .right {
    flex: none;
  }
  .page-index .introduction .right img {
    height: auto;
  }
  .page-index .professional_field,
  .page-index .about-us,
  .page-index .anli,
  .page-index .lawyer,
  .page-index .home-faq-section,
  .page-index .hezuo {
    min-height: 0;
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .page-index .introduction {
    padding-top: 3vw;
  }
  .page-index .introduction > .center {
    padding-bottom: 4vw;
    gap: 4vw;
  }
  .page-index .homecontainer .professional_field {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .page-index .homecontainer .professional_field > .center,
  .page-index .home-faq-section > .center,
  .page-index .homecontainer .hezuo > .center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-index .homecontainer .professional_field .professionalField-content {
    margin: 4vw 0 4vw;
  }
  .page-index .homecontainer .professional_field .professionalField-content,
  .page-index .faq-grid {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
  .page-index .faq-grid {
    margin: 4vw 0 4vw;
  }
  .page-index .faq-card {
    padding: 4vw;
  }
  .page-index .homecontainer .about-us {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .page-index .product-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3vw;
    margin-top: 4vw;
  }
  .page-index .product-case-card {
    min-height: 0;
    padding: 4vw 3vw;
  }
  .page-index .product-case-card .pic {
    height: 24vw;
    margin-bottom: 3vw;
  }
  .page-index .product-case-card .pic img {
    max-height: 24vw;
  }
  .page-index .product-case-card h3 {
    margin-bottom: 1.5vw;
    font-size: 3.6vw;
    line-height: 5.4vw;
  }
  .page-index .product-case-card p {
    font-size: 3vw;
    line-height: 4.6vw;
  }
  @media only screen and (max-width: 380px) {
    .page-index .product-case-grid {
      grid-template-columns: 1fr;
    }
    .page-index .product-case-card .pic {
      height: 38vw;
    }
    .page-index .product-case-card .pic img {
      max-height: 38vw;
    }
  }
  .page-index .homecontainer .professional_field .professionalField-content .item {
    height: auto;
    min-height: 0;
    padding: 4vw 4vw;
  }
  .page-index .homecontainer .professional_field .professionalField-content .item h5 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .page-index .homecontainer .professional_field .professionalField-content .field-article-list {
    gap: 2vw 5vw;
  }
  .page-index .homecontainer .professional_field .professionalField-content .field-article-link {
    min-width: 30vw;
    font-size: 3.6vw;
    line-height: 6vw;
  }
  @media only screen and (min-width: 430px) and (max-width: 1200px) {
    .page-index .homecontainer .professional_field .professionalField-content {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .page-index .homecontainer .professional_field .professionalField-content .item {
      padding: 3.5vw 3vw;
    }
    .page-index .homecontainer .professional_field .professionalField-content .item h5 {
      font-size: 4.2vw;
      line-height: 5.8vw;
    }
    .page-index .homecontainer .professional_field .professionalField-content .field-article-list {
      gap: 1.5vw 0;
    }
    .page-index .homecontainer .professional_field .professionalField-content .field-article-link {
      flex: 0 0 100%;
      min-width: 0;
      font-size: 3.2vw;
      line-height: 5vw;
    }
  }
  .page-index .homecontainer .about-us .center .bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 4vw;
    margin-top: 4vw;
  }
  .page-index .homecontainer .about-us .center .bottom .item {
    width: 100%;
    height: auto;
    flex-direction: column;
    flex: none;
  }
  .page-index .homecontainer .about-us .center .bottom .item .left,
  .page-index .homecontainer .about-us .center .bottom .item .left .pic,
  .page-index .homecontainer .about-us .center .bottom .item .left .text,
  .page-index .homecontainer .about-us .center .bottom .item .left .pic img,
  .page-index .homecontainer .about-us .center .bottom .item .right,
  .page-index .homecontainer .about-us .center .bottom .item .right img {
    width: 100%;
    flex: none;
  }
  .page-index .homecontainer .about-us .center .bottom .item .left,
  .page-index .homecontainer .about-us .center .bottom .item .left .text,
  .page-index .homecontainer .about-us .center .bottom .item .right,
  .page-index .homecontainer .about-us .center .bottom .item .left .pic img,
  .page-index .homecontainer .about-us .center .bottom .item .right img {
    height: auto;
  }
  .page-index .homecontainer .about-us .center .bottom .item .left .pic {
    height: 32vw;
  }
  .page-index .homecontainer .about-us .center .bottom .item .left .pic img {
    height: 32vw;
  }
  .page-index .homecontainer .about-us .center .bottom .item .left .text h4 {
    white-space: normal;
  }
  .page-index .anli .card img {
    height: 56vw;
  }
  .page-index .anli > .center {
    height: auto;
  }
  .page-index .anli .left {
    flex: none;
    position: static;
  }
  .page-index .anli .card {
    height: auto;
  }
  .page-index .anli .card .active-title-box {
    width: auto;
    flex: 1;
  }
  .page-index .anli .right {
    width: 100%;
    height: auto;
    flex: none;
    padding: 4vw 4vw 5vw;
    box-sizing: border-box;
  }
  .page-index .anli .anli-list-wrapper {
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }
  .page-index .anli-list {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }
  .page-index .anli-list .item {
    min-height: 0;
    margin-bottom: 2.5vw;
  }
  .page-index .anli-list .item .content {
    height: auto;
  }
  .page-index .anli-list .item .content {
    flex-direction: column;
    gap: 1vw;
  }
  .page-index .anli-list .time {
    margin-left: 0;
  }
  .page-index .anli .next,
  .page-index .anli .last {
    display: none;
  }
  .page-index .homecontainer .lawyer .center .left .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3vw;
    margin-top: 4vw;
  }
  .page-index .homecontainer .lawyer .center .left .content .item {
    width: 100%;
  }
  .page-index .homecontainer .lawyer .center .left .content .item img {
    width: auto;
    height: 52vw;
    max-width: 100%;
  }
  .page-index .homecontainer .lawyer .center .left .content .item .info {
    width: 100%;
  }
  .page-index .faq-card {
    min-height: 0;
  }
  .page-index .homecontainer .hezuo .center .hezuo-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    margin-top: 4vw;
  }
  .page-index .homecontainer .hezuo .center .hezuo-item .pic {
    height: 18vw;
  }
  .page-index .mainfooter,
  .page-index .mainfooter .footerbody,
  .page-index .mainfooter .footerbody .info {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .page-index .mainfooter .footerbody .info .left,
  .page-index .mainfooter .footerbody .info .right {
    min-width: 0;
  }
  .page-index .mainfooter .footerbody .info .left {
    flex: 0 0 32vw;
  }
  .page-index .mainfooter .footerbody .info .right {
    flex: 1 1 auto;
    width: auto;
  }
  .page-index .mainfooter p,
  .page-index .mainfooter a {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
}
