body {
  background: none;
}
.business_area_box {
  width: 100%;
  height: 800px;
  background: url(../images/home_module_bg.png) no-repeat;
  background-size: 100% 100%;
}
.business_area_box .business_area_items {
  width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.business_area_box .business_area_items .business_area_title {
  margin-top: 130px;
}
.business_area_box .business_area_items .business_area_title span {
  font-weight: 600;
  font-size: 24px;
  color: #8f1819;
}
.business_area_box .business_area_items .business_area_title .business_area_line {
  width: 77px;
  height: 4px;
  margin-top: 60px;
  background-color: #89181a;
}
.business_area_box .business_area_items .business_swiper {
  flex: 1;
  height: 100%;
  margin-left: 80px;
}
.business_area_box .business_area_items .business_swiper .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box {
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item {
  width: 218px;
  height: 536px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 70px;
  transition: opacity 0.3s ease;
  opacity: 100;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* 避免隐藏时占位 */
  pointer-events: none;
  /* 防止点击 */
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item h2 {
  writing-mode: vertical-lr;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item span {
  font-size: 14px;
  color: #999;
  writing-mode: vertical-lr;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show {
  width: 437px;
  height: 536px;
  padding: 60px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  transition: opacity 0.3s ease;
  opacity: 0;
  display: none;
  /* 默认隐藏 */
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show.active {
  opacity: 100;
  display: flex;
  /* 显示 */
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8f1819;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show h2::before {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  margin-left: -30px;
  background-color: #8f1819;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show h2::after {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  margin-right: -30px;
  background-color: #8f1819;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show span {
  font-size: 14px;
  color: #666;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show .con_text {
  margin-top: 50px;
  font-size: 16px;
  text-align: justify;
  color: #333;
}
.business_area_box .business_area_items .business_swiper .swiper-slide .slide_box .slide_item_show .look_more {
  display: block;
  width: 170px;
  height: 46px;
  margin-top: 66px;
  text-align: center;
  line-height: 46px;
  background-color: #8f1819;
  border-radius: 6px;
  color: #fff;
}
.business_area_box .business_area_items .business_swiper_pagination {
  width: 8%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  top: 590px;
  z-index: 999999;
}
.business_area_box .business_area_items .business_swiper_pagination .business_swiper_button_next {
  width: 35px;
  height: 35px;
  background: url(../images/next.png);
}
.business_area_box .business_area_items .business_swiper_pagination .business_swiper_button_prev {
  width: 35px;
  height: 35px;
  background: url(../images/prev.png);
}
.about_us_box {
  width: 100%;
  height: 850px;
  background: url(../images/home_lawfirm_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.about_us_box .about_us_item {
  width: 743px;
  height: 595px;
  padding: 60px 30px;
  background-color: #8f1819;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_us_box .about_us_item .about_us_title {
  margin-bottom: 50px;
  color: #fff;
}
.about_us_box .about_us_item .about_us_doc {
  line-height: 2;
  color: #fff;
}
.about_us_box .about_us_item .about_us_doc .con {
  width: 436px;
}
.about_us_box .about_us_item .about_us_doc .more {
  margin-top: 80px;
}
.about_us_box .about_us_item .about_us_doc .more a {
  width: 20%;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.about_us_box .about_us_item .about_us_doc .more a img {
  width: 22px;
  height: 14px;
}
.team_box {
  width: 100%;
  height: 784px;
  background: url(../images/home_module_bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: auto;
  position: relative;
}
.team_box .team_items {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  margin-top: 200px;
  position: relative;
}
.team_box .team_items .team_title span {
  font-weight: 600;
  font-size: 24px;
  color: #8f1819;
}
.team_box .team_items .team_title .team_line {
  width: 77px;
  height: 4px;
  margin-top: 60px;
  background-color: #89181a;
}
.team_box .team_items .teamswiper {
  flex: 1;
  height: 100%;
  margin-left: 300px;
}
.team_box .team_items .teamswiper .swiper-slide {
  width: 228px;
  height: 290px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_box .team_items .teamswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_box .team_items .teamswiper .swiper-slide .mask {
  width: 100%;
  height: 48px;
  background-color: #000000a1;
  position: absolute;
  bottom: 0;
  line-height: 48px;
}
.team_box .team_items .teamswiper .swiper-slide .mask span {
  z-index: 99999;
  color: #fff;
}
.team_box .team_items .more {
  margin-top: 50px;
}
.team_box .team_items .more a {
  width: 20%;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.team_box .team_items .more a img {
  width: 22px;
  height: 14px;
}
.team_box .team_items .swiper_pagination {
  width: 8%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  z-index: 999999;
}
.team_box .team_items .swiper_pagination .swiper_button_next {
  width: 35px;
  height: 35px;
  background: url(../images/next.png);
}
.team_box .team_items .swiper_pagination .swiper_button_prev {
  width: 35px;
  height: 35px;
  background: url(../images/prev.png);
}
.team_box .team_bg {
  width: 70.33%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.dynamic_box {
  width: 100%;
  background-color: #fff;
  overflow: auto;
}
.dynamic_box .dynamic_items {
  margin-top: 121px;
}
.dynamic_box .dynamic_items .dynamic_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic_box .dynamic_items .dynamic_title span {
  margin-left: 30px;
  font-weight: 600;
  font-size: 24px;
  color: #8f1819;
}
.dynamic_box .dynamic_items .dynamic_title .more a {
  color: #666;
}
.dynamic_box .dynamic_items .dynamic_title .more a img {
  margin-left: 10px;
}
.dynamic_box .dynamic_items .dynamic_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.dynamic_box .dynamic_items .dynamic_list .item_l {
  width: 636px;
}
.dynamic_box .dynamic_items .dynamic_list .item_l a {
  display: inline-block;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.dynamic_box .dynamic_items .dynamic_list .item_l a:last-child {
  margin-bottom: 0px;
  border: 0px;
}
.dynamic_box .dynamic_items .dynamic_list .item_l a .doctitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  color: #333;
}
.dynamic_box .dynamic_items .dynamic_list .item_l a .doctitle:hover {
  color: #8f1819;
}
.dynamic_box .dynamic_items .dynamic_list .item_l a .describe {
  font-size: 20px;
  line-height: 2;
  color: #666;
}
.dynamic_box .dynamic_items .dynamic_list .item_l a .docdate {
  font-size: 16px;
  line-height: 36px;
  color: #999;
}
.dynamic_box .dynamic_items .dynamic_list .item_r {
  width: 636px;
}
.dynamic_box .dynamic_items .dynamic_list .item_r .item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.dynamic_box .dynamic_items .dynamic_list .item_r .item img {
  width: 154px;
  height: 114px;
}
.dynamic_box .dynamic_items .dynamic_list .item_r .item a {
  margin-left: 46px;
  display: block;
  flex: 1;
}
.dynamic_box .dynamic_items .dynamic_list .item_r .item a .doctitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
.dynamic_box .dynamic_items .dynamic_list .item_r .item a .doctitle:hover {
  color: #8f1819;
}
.dynamic_box .dynamic_items .dynamic_list .item_r .item a .describe {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #666;
}
