﻿/* 专业人员 */
.team_top {
  background: url(../images/team_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80rem 0;
}
.team_filter {
  margin-bottom: 40rem;
}
.team_filter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team_filter li a {
  display: block;
  line-height: 48rem;
  text-align: center;
  width: 50rem;
  border: 1px solid transparent;
  border-radius: 20rem;
}
.team_filter li.all a {
  width: 110rem;
  border-radius: 20rem;
}
.team_filter li.all.on a {
  background: #9b1f24;
  color: #fff;
}
.team_filter li.all.on a:hover {
  color: #fff !important;
}
.team_filter li.on a {
  border-color: #9b1f24;
  color: #9b1f24;
  font-weight: bold;
}
.team_list {
  padding: 80rem 0 140rem 0;
}
.team_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18rem;
}
.team_list li {
  width: 33.33%;
  float: left;
  margin-bottom: 30rem;
}
.team_list li > a {
  display: block;
  margin: 0 18rem;
  height: 100%;
}
.team_list dl {
  height: 100%;

  border-radius: 10rem;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid transparent;
}
.team_list dt {
  overflow: hidden;
}
.team_list dd {
  padding: 40rem 35rem;
  padding-bottom: 50rem;
}
.team_list dd p {
  margin-bottom: 30rem;
  height: 5.7em;
  -webkit-line-clamp: 3;
  color: #000;
}
.team_type {
  overflow: hidden;
}
.team_type span {
  float: left;
  min-width: 85rem;
  background: #e4dfde;
  color: #9b1f24;
  padding: 0 10rem;
  border-radius: 15rem;
  margin-right: 10rem;
  margin-bottom: 10rem;
  text-align: center;
  line-height: 32rem;
}
.team_list dd h3 {
  color: #282828;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50rem;
  position: relative;
  margin-bottom: 15rem;
}
.team_list dd h3 i {
  position: absolute;
  top: 0;
  right: 10rem;
  color: #000;
  visibility: hidden;
  opacity: 0;
}
.team_list dd em {
  display: block;
  color: #9b1f24;

  margin-bottom: 30rem;
}

.team_list .page {
  padding-top: 30rem;
}
@media only screen and (max-width: 1024px) {
  .team_top {
    padding: 50rem 0;
  }
  .team_filter {
    margin-bottom: 20rem;
  }
  .team_filter ul {
    justify-content: left;
  }
  .team_filter li a {
    line-height: 40rem;
  }
  .team_filter li {
    margin-bottom: 10rem;
  }
  .team_list {
    padding: 80rem 0;
    padding-top: 50rem;
  }
  .team_list ul {
    margin: 0 -10rem;
  }

  .team_list li > a {
    margin: 0 10rem;
  }
  .team_list li {
    margin-bottom: 20rem;
  }
  .team_list dd {
    padding: 30rem;
  }
  .team_list dd em {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .team_filter {
    margin-bottom: 20rem;
  }

  .team_filter li a {
    line-height: 30px;
    width: 30px;
  }
  .team_filter li.all a {
    width: 50px;
  }
  .team_filter li {
    margin-bottom: 10px;
  }
  .team_filter li.on a {
    font-weight: normal;
  }

  .team_list li {
    margin-bottom: 20rem;
    width: 50%;
  }
  .team_type span {
    padding: 0 20px;
    line-height: 30px;
    border-radius: 15px;
  }
  .team_type {
    display: none;
  }
  .team_list dd p {
    margin-bottom: 0;
    display: none;
  }
  .team_list li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .team_list dl {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .team_list dl:hover {
    border-color: #9b1f24;
    background: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  }
  .team_list dl:hover h3 {
    color: #9b1f24;
  }
}

/* 搜索结果 */
.sear_top {
  padding: 140rem 0 110rem 0;
  background: url(../images/search_bg.jpg) no-repeat;
  background-size: cover;
}

.search_box {
  overflow: hidden;
  background: #fff;
  border-radius: 10rem;
}

.search_box input,
.search_box button {
  height: 80rem;
  line-height: 80rem;
}

.search_box input {
  float: left;
  width: calc(100% - 108rem);
  padding-left: 30rem;
}

.search_box button {
  float: right;
  width: 108rem;
  text-align: center;
  font-weight: bold;
}

.search_tips {
  padding-top: 20rem;
}

.search_tips span {
  color: #c41e3a;
}

.search_tips i {
  margin: 0 5rem;
}

.sear_content {
  padding: 80rem 0 140rem;
}

.sear_item {
  margin-bottom: 20rem;
}

.sear_item a {
  display: block;
  padding: 40rem;
  background: #fff;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;

  transition: all 0.3s ease;
  border-radius: 8rem;
}

.sear_item_content h4 {
  margin-bottom: 20rem;
  line-height: 1.5;
  max-height: 3em;
  transition: all 0.3s ease;
}

.sear_item_content > span {
  display: block;
  line-height: 1;
  padding-top: 20rem;
  color: #000;
}

.sear_item_content h4 em {
  color: #c41e3a;
}

.sear_date {
  display: block;
  line-height: 1em;
  margin-bottom: 30rem;
}

.sear_desc {
  max-height: 3.8em;
}

.sear_arrow {
  position: absolute;
  right: 35rem;
  bottom: 30rem;
  color: #333;
  font-size: 18rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.sear_list .page {
  padding-top: 40rem;
}

@media only screen and (min-width: 1025px) {
  .sear_item a:hover {
    border-color: #9b1f24;
    background: #fff;

    box-shadow: 0 4rem 15rem rgba(196, 30, 58, 0.08);
  }

  .sear_item a:hover .sear_arrow {
    color: #c41e3a;
  }
}

@media only screen and (max-width: 1024px) {
  .sear_top {
    padding: 70rem 0;
  }

  .search_box input,
  .search_box button {
    height: 60rem;
    line-height: 60rem;
  }

  .search_box button {
    width: 80rem;
  }

  .search_box input {
    width: calc(100% - 80rem);
    padding-left: 20rem;
  }

  .sear_content {
    padding: 60rem 0 80rem;
  }

  .sear_item a {
    padding: 30rem;
  }
}

@media only screen and (max-width: 767px) {
  .sear_top {
    padding: 30px 0;
  }

  .search_box input,
  .search_box button {
    height: 40px;
    line-height: 40px;
  }

  .search_box button {
    width: 50px;
  }

  .search_box input {
    width: calc(100% - 50px);
    padding-left: 10px;
  }

  .sear_content {
    padding: 80rem 0;
  }

  .sear_item a {
    padding: 15px;
  }

  .sear_item_content h4 {
    margin-bottom: 15px;
  }

  .sear_date {
    margin-bottom: 15px;
  }

  .sear_item_content > span {
    padding-top: 10px;
  }
}
.law_edit {
  padding: 80rem 0;
}

/* 周泰青年 */
.youth_top {
  padding: 140rem 0 50rem 0;
}
.youth_top .index_title {
  margin-bottom: 0;
}
.youth_top .index_title p {
  margin-top: 30px;
}

.youth_tab {
  padding-top: 60rem;
}
.youth_tab ul {
  display: flex;
}
.youth_tab li {
  margin-right: 20rem;
}
.youth_tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30rem;
  border: 1px solid #d3d3d3;
  border-radius: 30rem;
  height: 48rem;
}
.youth_tab li.on a {
  background: #9b1f24;
  border-color: #9b1f24;
  color: #fff;
}
.youth_tab li.on a:hover {
  color: #fff !important;
}
.youth_01 {
  margin-top: -100rem;
  padding: 140rem 0 80rem 0;
  background: #f2f2f1 url(../images/youth_bg.jpg) 0 top no-repeat;
  background-size: cover;
}
.youth_box {
  padding-top: 60rem;
}
.youth_title h3 {
  margin-bottom: 10rem;
}
.youth_slide {
  position: relative;
}
.youth_slide .swiper-container {
  padding: 30rem 0;
}
.youth_slide dl {
  background: #fff;
  border-radius: 15rem;
  overflow: hidden;
  border: 1px solid transparent;
}
.youth_slide dt {
  overflow: hidden;
}
.youth_slide dd {
  padding: 30rem;
}
.youth_slide dd i {
  display: block;
  width: 24rem;
  height: 3rem;
  background: #282828;
  margin-bottom: 10rem;
}
.youth_slide dd h3 {
  margin-bottom: 10rem;
}
.youth_slide dd p {
  color: #9b1f24;
}
.youth_slide .index_btn > div {
  /* border: 1px solid #f2ebeb; */
  top: 126rem;
  margin-top: 0;
}
.youth_slide .index_btn .swiper-button-prev {
  left: -24rem;
}
.youth_slide .index_btn .swiper-button-next {
  right: -24rem;
}

.youth_02 {
  padding: 80rem 0 100rem 0;
  background: #f7f7f7;
}
.youth_02 .youth_title {
  margin-bottom: 50rem;
}
.youth_02 .youth_title h3 {
  margin-bottom: 0rem;
}
.youth_news li {
  margin-bottom: 20rem;
}
.youth_news li > a {
  display: block;
  background: #fff;
  border-radius: 15rem;
  border: 1px solid #fff;
  padding: 55rem;
  position: relative;
}
.youth_news li > a::after {
  content: "";
  position: absolute;
  left: 55rem;
  top: 0;
  width: 110rem;
  height: 4rem;
  background: #9b1f24;
}
.youth_news li dl {
  line-height: 30rem;
  overflow: hidden;
}
.youth_news li dt {
  float: left;
  width: calc(100% - 100rem);
  overflow: hidden;
}
.youth_news li dt span {
  float: left;
}
.youth_news li dt h3 {
  width: calc(100% - 170rem);
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.youth_news li dd {
  float: right;
}

@media only screen and (max-width: 1024px) {
  .youth_01 {
    padding-bottom: 50rem;
  }
  .youth_02 {
    padding: 80rem 0;
  }
  .youth_top {
    padding: 80rem 0;
  }
  .youth_slide .index_btn > div {
    top: 150rem;
  }
  .youth_box {
    padding-top: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .youth_top .index_title p {
    margin-top: 10px;
  }
  .youth_slide .index_btn > div {
    top: 210rem;
  }
  .youth_slide .index_btn .swiper-button-prev {
    left: 5px;
  }

  .youth_slide .index_btn .swiper-button-next {
    right: 5px;
  }
  .youth_slide dl {
    border: 0;
  }
  .youth_slide dd i {
    width: 24px;
    height: 2px;
    margin-bottom: 10px;
  }
  .youth_slide dd {
    padding: 20px;
  }
  .youth_news li > a {
    padding: 20px;
  }
  .youth_news li > a::after {
    left: 20px;
  }
  .youth_news li dl {
    line-height: 30px;
  }
  .youth_news li dt,
  .youth_news li dd {
    float: none;
    width: 100%;
  }
  .youth_news li dt span,
  .youth_news li dt h3 {
    float: none;
    width: 100%;
    display: block;
  }
  .youth_news li dt span {
    font-weight: normal;
  }
  .youth_tab ul {
    justify-content: center;
  }
  .youth_tab li {
    margin: 0;
  }
  .youth_tab li a {
    margin: 0 3px;
    line-height: 36px;
    height: 36px;
    padding: 0 13px;
    border-radius: 30px;
  }
  .youth_tab {
    padding-top: 30px;
  }
  .youth_01 {
    margin-top: -65px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 355px) {
  .youth_tab li a {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .youth_slide dl:hover {
    border-color: #9b1f24;
    box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  }
  .youth_slide dl,
  .youth_slide dl h3,
  .youth_slide dl dd i,
  .youth_news li h3 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .youth_slide dl:hover h3 {
    color: #9b1f24;
  }
  .youth_slide dl:hover dd i {
    background: #9b1f24;
  }
  .youth_news li a:hover {
    border-color: #9b1f24;
    box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  }
  .youth_news li a:hover h3 {
    font-weight: bold;
  }
}

/* 团队详情 */
/* pub */
.punlic_tab {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;

  box-shadow: 0 0 10rem 2px rgba(0, 15, 79, 0.1);
}
.pub-move .punlic_tab {
  top: 82rem;
}
.punlic_tab li {
  float: left;
  width: auto;
  line-height: 80rem;
}

.punlic_tab li a {
  display: block;
  padding: 0 30rem;
  margin: 0 30rem;
  position: relative;
}

.punlic_tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3rem;
  width: 0%;
  background: #9b1f24;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.punlic_tab ul {
  justify-content: center;
}

.punlic_tab li.on a {
  /*color: #9b1f24;*/
}

.punlic_tab li.on a::after {
  opacity: 1;
  width: 100%;
  left: 0;
}

.punlic_tab.cur ul {
  justify-content: left;
}
.punlic_tab li.on {
  font-weight: bold;
}
.punlic_tab li .is-active {
  font-weight: bold;
}
.punlic_tab li .is-active::after {
  opacity: 1;
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 1025px) {
  .punlic_tab {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }

  .body-style2 .punlic_tab {
    position: sticky;
    /*box-shadow: none;*/
    top: 120rem;
    box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  }

  .body-move .punlic_tab {
    position: sticky;
    top: 0;
    box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  }
}

@media only screen and (max-width: 1024px) {
  .punlic_tab li {
    line-height: 50rem;
  }

  .punlic_tab li a {
    padding: 0 20rem;
  }

  .punlic_tab {
    top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .punlic_tab li {
    line-height: 50px;
  }

  .punlic_tab li a {
    padding: 0 10px;
    margin: 0;
  }

  .punlic_tab li a::after {
    height: 2px;
  }
}
/* pub */
.team_d_text {
  padding: 185rem 0 115rem 0;
  color: #fff;
}
.team_d_text dl {
  overflow: hidden;
}
.team_d_text dt {
  float: left;
  width: 22.3%;
  border-radius: 10rem;
}
.team_d_text dd {
  float: right;
  width: 69.1%;
}
.team_d_text dd h3 {
  line-height: 1em;
  margin-bottom: 30rem;
}
.team_d_text dd .line {
  width: 66rem;
  height: 10rem;
  background: #9b1f24;
  margin: 30rem 0;
}
.team_banner_p {
  margin-bottom: 80rem;
}
.team_banner_p p {
  line-height: 24rem;
  overflow: hidden;
}
.team_banner_p span {
  float: left;
  padding-right: 9rem;
  margin-right: 8rem;

  margin-bottom: 10rem;
  position: relative;
}
.team_banner_p span:last-child {
  padding: 0;
  margin: 0;
}
.team_banner_p span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16rem;
  margin-top: -8rem;
  background: #fff;
}
.team_banner_p span:last-child:after {
  display: none;
}
.team_contact {
  overflow: hidden;
}
.team_contact p {
  float: left;
  margin-right: 40rem;
}
.team_contact p:last-child {
  margin-right: 0;
}
.team_contact a {
  color: #fff;
}
.team_contact i {
  margin-right: 10rem;
}
.team_button {
  overflow: hidden;
  padding-top: 70rem;
}
.team_button a {
  float: left;
  width: 130rem;
  height: 50rem;
  line-height: 50rem;
  text-align: center;
  background: #9b1f24;
  border-radius: 5rem;
  color: #fff;
  margin-right: 20rem;
}
.team_button a:last-child {
  margin-right: 0;
}
.team_d01 {
  padding: 90rem 0;
  background: url(../images/team_d_bg.jpg) no-repeat;
  background-size: cover;
}
.team_intro_title {
  overflow: hidden;
}
.team_intro_title h2 {
  line-height: 1em;
  margin-bottom: 40rem;
}
.team_title {
  margin-bottom: 25rem;
}
.team_title i {
  display: block;
  width: 24rem;
  height: 3rem;
  background: #9b1f24;
  margin-bottom: 10rem;
}
.team_intr {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.team_intr .left,
.team_intr .right {
  padding: 40rem;
  background: #fff;
  border-radius: 10rem;
}
.team_intr .left {
  width: 47.7%;
  float: left;
}
.team_intr .right {
  float: right;
  width: 47.9%;
}
.team_edit {
  line-height: 1.87em;
}
.team_iteam {
  margin-bottom: 40rem;
}
.team_iteam:last-child {
  margin-bottom: 0;
}
.team_p p {
  padding-left: 16rem;
  position: relative;
  line-height: 24rem;
  margin-bottom: 6rem;
}
.team_p p:last-child {
  margin-bottom: 0;
}
.team_p p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9rem;
  width: 6rem;
  height: 6rem;
  background: #9b1f24;
  border-radius: 50%;
}
.team_d02 {
  padding: 95rem 0 140rem 0;
}
.team_d03 {
  background: #f7f7f7;
  padding: 100rem 0 90rem 0;
}
.team_d04 {
  padding: 90rem 0;
}
.team_d05 {
  background: #f7f7f7;
  padding: 100rem 0 110rem 0;
}

.practice_slide {
  margin-top: 70rem;
  padding: 0 95rem;
  position: relative;
}
.practice_slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  height: 1rem;
  background: #cdcdcd;
}
.practice_slide li {
  height: auto;
}
.practice_slide dl {
  padding: 50rem;
  padding-right: 100rem;
  padding-top: 0;
}
.practice_slide dd h3 {
  color: #9b1f24;
  line-height: 1em;
  margin-bottom: 15rem;
}
.practice_slide dd p {
  line-height: 1.87em;
}
.practice_slide dt:after {
  content: "";
  position: absolute;
  left: 6rem;
  bottom: 0;
  width: 1rem;
  height: 100%;
  background: #cdcdcd;
}
.practice_slide dt i {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 10rem;
  height: 10rem;
  background: #9b1f24;
  border-radius: 50%;
  z-index: 5;
}

.casepub_slide {
  position: relative;
}
.casepub_slide .swiper-container {
  padding: 10rem 0;
}

.casepub_slide .index_btn .swiper-button-prev,
.practice_slide .index_btn .swiper-button-prev {
  left: -70rem;
}
.casepub_slide .index_btn .swiper-button-next,
.practice_slide .index_btn .swiper-button-next {
  right: -70rem;
}
.casepub_slide01 dl {
  background: #fff;
  border: 1rem solid transparent;
  padding: 35rem 40rem;
  padding-bottom: 60rem;
  border-radius: 10rem;
}
.casepub_slide01 dt {
  padding-bottom: 10rem;
  margin-bottom: 40rem;
  border-bottom: 1rem solid #d3d3d3;
}
.casepub_slide01 dt span {
  display: inline-block;
  padding: 8rem 15rem;
  background: #e4dfde;
  border-radius: 20rem;
  color: #9b1f24;
  margin-bottom: 30rem;
}
.casepub_slide01 dt h3 {
  line-height: 1.25em;
  height: 2.5em;
}
.casepub_slide01 dd p {
  line-height: 1.87em;
  height: 3.74em;
}

.casepub_slide02 .no_button {
  cursor: default;
}
.casepub_slide02 li {
  height: auto;
}
.casepub_slide02 li > a,
.casepub_slide02 li dl {
  height: 100%;
}
.casepub_slide02 dl {
  border-radius: 10rem;
  overflow: hidden;
  border: 1rem solid transparent;
  background: #fff;
}
.casepub_slide02 dt {
  position: relative;
  overflow: hidden;
}
.casepub_slide02 dt span {
  position: absolute;
  right: 16rem;
  bottom: 13rem;
  width: 60rem;
  line-height: 26rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5rem;
  text-align: center;
}
.casepub_slide02 dd {
  padding: 40rem;
  padding-top: 30rem;
}
.casepub_slide02 dd h3 {
  margin-bottom: 20rem;
  line-height: 1.25em;
  max-height: 2.5em;
}
.casepub_slide02 dd p {
  line-height: 1.87em;
  max-height: 3.74em;
}
.casepub_slide02 .index_btn > div {
  top: 150rem;
  margin: 0;
}

.team_arital li {
  margin-bottom: 20rem;
}
.team_arital li:last-child {
  margin-bottom: 0;
}
.team_arital dl {
  overflow: hidden;
  background: #f7f7f7;
  border: 1rem solid #f7f7f7;
  padding: 40rem 80rem;
  padding-top: 35rem;
  border-radius: 10rem;
}
.team_arital dt {
  float: left;
  width: 75rem;
  border: 1rem solid #9b1f24;
  text-align: center;
  color: #9b1f24;
  padding: 10rem;
  padding-top: 15rem;
  border-radius: 5rem;
}
.team_arital dt span,
.team_arital dt em {
  display: block;
  line-height: 1em;
}
.team_arital dt span {
  padding-bottom: 10rem;
  margin-bottom: 10rem;
  border-bottom: 1rem solid #9b1f24;
}
.team_arital dd {
  float: right;
  width: calc(100% - 110rem);
  overflow: hidden;
  padding-top: 10rem;
}
.team_arital dd .team_arital_le {
  float: left;
  width: calc(100% - 180rem);
}
.team_arital dd .team_arital_le h3 {
  float: left;
  width: 350rem;
  line-height: 1.25em;
  max-height: 2.5em;
}
.team_arital dd .team_arital_le p {
  float: right;
  width: calc(100% - 370rem);
  line-height: 1.87em;
  max-height: 7.48em;
  -webkit-line-clamp: 4;
}
.team_arital dd em {
  float: right;
  background: #9b1f24;
  color: #fff;
  border-radius: 30rem;
  min-width: 92rem;
  max-width: 150rem;
  padding: 0 10rem;
  line-height: 32rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media only screen and (max-width: 1024px) {
  .team_d01,
  .team_d02,
  .team_d03,
  .team_d04,
  .team_d05 {
    padding: 80rem 0;
  }
  .team_intro_title h2 {
    margin-bottom: 30rem;
  }
  .team_intr {
    display: block;
    background: #fff;
    border-radius: 10rem;
    padding: 40rem;
  }
  .team_intr .left,
  .team_intr .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .team_intr .left {
    margin-bottom: 40rem;
  }
  .team_title {
    margin-bottom: 20rem;
  }
  .casepub_slide .index_btn .swiper-button-prev,
  .practice_slide .index_btn .swiper-button-prev {
    left: -24rem;
  }
  .casepub_slide .index_btn .swiper-button-next,
  .practice_slide .index_btn .swiper-button-next {
    right: -24rem;
  }
  .casepub_slide02 .index_btn > div {
    top: 120rem;
  }
  .practice_slide dl {
    padding: 30rem;
    padding-top: 0;
  }
  .practice_slide {
    margin-top: 20rem;
    padding: 0 40rem;
  }
  .team_arital dl {
    padding: 30rem;
  }
  .team_arital dd {
    padding-top: 0;
  }
  .team_arital dd .team_arital_le p,
  .team_arital dd .team_arital_le h3 {
    float: none;
    width: 100%;
  }
  .team_arital dd .team_arital_le h3 {
    margin-bottom: 10rem;
  }
  .casepub_slide02 dd {
    padding: 30rem;
  }
  .casepub_slide01 dl {
    padding: 30rem;
  }
  .casepub_slide01 dt {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .team_title i {
    width: 24px;
    height: 2px;
    margin-bottom: 8px;
  }
  .team_iteam {
    margin-bottom: 30px;
  }
  .team_p p {
    line-height: 24px;
    margin-bottom: 6px;
  }
  .team_p p::after {
    top: 10px;
    width: 4px;
    height: 4px;
  }
  .practice_slide:after {
    height: 1px;
  }
  .practice_slide dt i {
    width: 6px;
    height: 6px;
  }
  .practice_slide dt:after {
    width: 1px;
    left: 3px;
  }

  .practice_slide {
    padding: 0 40px;
  }
  .casepub_slide01 dl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .casepub_slide .index_btn .swiper-button-prev,
  .practice_slide .index_btn .swiper-button-prev {
    left: 0px;
  }
  .casepub_slide .index_btn .swiper-button-next,
  .practice_slide .index_btn .swiper-button-next {
    right: 0px;
  }
  .team_arital dt {
    width: 60px;
  }
  .team_arital dl {
    padding: 20px;
  }
  .team_arital dd {
    width: calc(100% - 70px);
  }
  .team_arital dd .team_arital_le,
  .team_arital dd em {
    float: none;
    width: 100%;
  }
  .team_arital dd em {
    width: fit-content;
    min-width: inherit;
    max-width: 100%;
    line-height: 30px;
    display: block;
    padding: 0 20px;
    border-radius: 30px;
  }
  .team_arital dd .team_arital_le h3 {
    margin-bottom: 10px;
  }
  .team_arital dd .team_arital_le p {
    margin-bottom: 10px;
    line-height: 1.5em;
    max-height: 3em;
    -webkit-line-clamp: 2;
  }

  .casepub_slide02 .index_btn > div {
    top: 180rem;
  }
  .casepub_slide02 .index_btn .swiper-button-prev {
    left: 5px;
  }
  .casepub_slide02 .index_btn .swiper-button-next {
    right: 5px;
  }

  .team_arital dd .team_arital_le h3 {
    line-height: 1.5em;
    max-height: 3em;
  }
  .casepub_slide02 dd h3 {
    line-height: 1.5em;
    max-height: 3em;
  }

  .team_dbody .site_banner{height: auto;}

  .team_banner_p p{line-height: 20px}

  .team_d_text dt,.team_d_text dd{float: none;width: 100%}
   .team_d_text dt{width: 250px;margin: auto;margin-bottom: 20px}
  .team_d_text{padding: 30px 0}
  .team_banner_p{margin-bottom: 20px}
  .team_contact p{float: none;margin: 0;margin-bottom: 5px}
  .team_d_text dd .line{height: 3px;width: 35px}
  .team_button{padding-top: 20px}
}
/*.index_btn .swiper-button-disabled{background: #eee}*/
@media only screen and (min-width: 1025px) {
  .team_contact a:hover {
    color: #fff !important;
    opacity: 0.8;
  }
  .team_contact .tel_a:hover {
    cursor: default;
    opacity: 1;
  }
  .team_button a:hover {
    opacity: 0.8;
    color: #fff !important;
  }

  .casepub_slide dl,
  .team_arital dl {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .casepub_slide dl:hover,
  .team_arital dl:hover {
    border-color: #9b1f24;
    box-shadow: 0 0 10rem 2px rgba(0, 15, 79, 0.1);
    background: #fff;
  }
}

/*打印*/
.print_teamcont .team_d_text dd {
  width: 73%;
}
.print_teamcont .team_d_text dd h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.print_teamcont .team_d_text {
  color: #000;
  padding: 0;
  padding-bottom: 40px;
}
.print_teamcont .fnt_16 {
  font-size: 16px;
}
.print_teamcont .fnt_24 {
  font-size: 24px;
}
.print_teamcont .team_p p {
  line-height: 24px;
  margin-bottom: 6px;
}
.print_teamcont .team_p p::after {
  width: 6px;
  height: 6px;
  top: 9px;
}
.print_teamcont .team_contact a {
  color: #000;
}
.print_teamcont .team_contact p {
  float: none;
  margin: 0;
  line-height: 24px;
  margin-bottom: 6px;
}
.print_teamcont .team_banner_p p {
  line-height: 24px;
}
.print_teamcont .team_banner_p span::after {
  background: #000;
}
.print_teamcont .team_banner_p {
  margin-bottom: 20px;
}
.print_teamcont .team_d_text dd .line {
  height: 3px;
  width: 50px;
  margin: 15px 0;
}

.print_teamcont {
  padding: 40px 0;
  padding-top: 10px;
  width: 800px;
  margin: auto;
}
.team_logo {
  text-align: center;
  margin: auto;
  width: 720px;
  margin-bottom: 20px;
}
.team_logo img {
  max-width: 100%;
  width: 200px;
}
.print_teamcont .wrap {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.print_teamcont .team_intr {
  display: block;
}
.print_teamcont .team_intr .left,
.print_teamcont .team_intr .right {
  background: none;
  padding: 0;
  width: 100%;
  float: none;
}
.print_teamcont .team_intr .left {
  margin-bottom: 40rem;
}


/*展开收起效果*/
.team_p p{display: none;}
.team_p p:nth-child(-n+10){display: block;}
.team_p.cur p{display: block;}
.team_p p{ visibility: visible !important;animation-name: fadeInUp !important;}

.team_p_more{padding-top: 20rem}
.team_p_more a{display: flex;align-items: center;}
.team_p_more i{color: #9b1f24;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.team_p_more .em02{display: none;}
.team_p_more.cur .em01{display: none;}
.team_p_more.cur .em02{display: block;}
.team_p_more.cur i{-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}

/*展开收起效果*/
.video_t iframe{width: 100%;height:100%;}

/* 团队列表搜索与重置操作 */
#team-search .team_search {
  display: flex;
  align-items: flex-start;
}
#team-search .team_select {
  flex: 1;
  min-width: 0;
  width: auto;
  float: none;
}
#team-search .team_actions {
  display: flex;
  flex: 0 0 296rem;
  flex-wrap: nowrap;
  margin-left: 20rem;
}
#team-search .team_actions button {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  float: none;
  white-space: nowrap;
}
#team-search .team_actions button + button {
  margin-left: 24rem;
}
@media only screen and (min-width: 1025px) {
  #team-search .team_name {
    width: 30%;
  }
  #team-search .team_search {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  #team-search .team_actions {
    flex-basis: 216rem;
  }
}
@media only screen and (max-width: 767px) {
  #team-search .team_search {
    display: block;
  }
  #team-search .team_select,
  #team-search .team_actions {
    width: 100%;
    float: none;
  }
  #team-search .team_actions {
    margin-left: 0;
  }
  #team-search .team_actions button + button {
    margin-left: 12px;
  }
}
