.floor1 {
  background-color: #a99a8b;
  padding: 45px 0;
}
.floor1 .ht {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.floor1 .hb {
  font-size: 28px;
  margin-bottom: 15px;
}
.floor1 .center {
  display: flex;
  justify-content: space-between;
}
.floor1 .center .cenleft {
  background-color: #fff;
  width: 440px;
  height: 370px;
  padding: 18px;
  box-sizing: border-box;
}
.floor1 .center .cenleft .sa {
  line-height: 26px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor1 .center .cenleft .sa .wet {
  font-size: 20px;
  margin-left: 10px;
}
.floor1 .center .cenleft .sa .sl {
  color: #4a92ff;
  font-size: 12px;
}
.floor1 .center .cenleft textarea {
  border: none;
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
  resize: none;
  outline: none;
  box-sizing: border-box;
}
.floor1 .center .cenleft .fleitem {
  display: flex;
  justify-content: space-between;
}
.floor1 .center .cenleft .fleitem .select select {
  background: url(../image/jt.png) right center no-repeat;
  padding: 0 20px 0 15px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}
.floor1 .center .cenleft .fleitem .select .icon {
  vertical-align: baseline;
}
.floor1 .center .cenleft .fleitem .but {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 145px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d64e4e;
  background-color: #d64e4e;
  text-align: center;
  line-height: 40px;
}
.floor1 .center .cenleft .fleitem .but:hover {
  background-color: #fff;
  color: #d64e4e;
}
.floor1 .center .cenleft .gl {
  display: flex;
  text-align: center;
  margin-top: 30px;
}
.floor1 .center .cenleft .gl li {
  flex: 1;
}
.floor1 .center .cenleft .gl li .p {
  font-size: 12px;
  color: #666;
  padding: 10px 0;
}
.floor1 .center .cenleft .gl li .num {
  font-size: 16px;
  font-family: Impact;
  color: #4f4f4f;
}
.floor1 .center .cenright {
  width: 740px;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.floor1 .center .cenright .swiper {
  width: 100%;
  height: 100%;
}
.floor1 .center .cenright .swiper img {
  width: 100%;
  height: 100%;
}
.floor1 .center .cenright .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  color: #a3a3a3;
  font-size: 16px;
  line-height: 52px;
  z-index: 10;
  text-align: center;
}
.floor1 .center .cenright .pagination li {
  background-color: rgba(0, 0, 0, 0.7);
  flex: 1;
  cursor: pointer;
}
.floor1 .center .cenright .pagination .active {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.floor2 {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.floor2 .commonleft {
  width: 793px;
}
.floor2 .commonleft .ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.floor2 .commonleft .ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.floor2 .commonleft .ul li .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 23px;
  box-sizing: border-box;
  transition: all 0.3s;
  display: flex;
}
.floor2 .commonleft .ul li .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor2 .commonleft .ul li .box:hover .lawyer .but {
  background: #ffffff;
  color: #e73d0e;
}
.floor2 .commonleft .ul li .box .pic {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 23px;
}
.floor2 .commonleft .ul li .box .lawyer .name {
  font-size: 20px;
}
.floor2 .commonleft .ul li .box .lawyer .sc {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.floor2 .commonleft .ul li .box .lawyer .zl {
  line-height: 28px;
  margin: 10px 0;
  color: #666;
  height: 56px;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor2 .commonleft .ul li .box .lawyer .but {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid #e73d0e;
  background-color: #e73d0e;
  border-radius: 40px;
}
.floor2 .commonright {
  width: 388px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 25px 0;
  box-sizing: border-box;
}
.floor2 .commonright .title {
  font-size: 30px;
  font-weight: bold;
}
.floor2 .commonright .fig li {
  position: relative;
  padding: 25px 0;
  transition: all 0.3s;
  border-bottom: 1px solid #ddd;
}
.floor2 .commonright .fig li:hover {
  transform: translateY(-5px);
}
.floor2 .commonright .fig li:hover .icon {
  background-image: url(../image//1_30.png);
}
.floor2 .commonright .fig li a {
  display: flex;
  align-items: center;
}
.floor2 .commonright .fig li a .icon {
  display: block;
  margin-right: 30px;
  width: 38px;
  height: 38px;
  background: url(../image/1_29.png) no-repeat;
}
.floor2 .commonright .fig li a .icon2 {
  background-position: 0 -93px;
}
.floor2 .commonright .fig li a .icon3 {
  background-position: 0 -193px;
}
.floor2 .commonright .fig li a .icon4 {
  background-position: 0 -293px;
}
.floor2 .commonright .fig li a .fug h5 {
  font-size: 18px;
}
.floor2 .commonright .fig li a .fug p {
  font-size: 16px;
  color: #7a7a7a;
}
.floor2 .commonright .fig li a em {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-width: 2px 2px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
body {
  font-size: 16px;
}
.meunedw {
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin: 20px auto 0;
  line-height: 50px;
  overflow: hidden;
  display: flex;
  height: 50px;
}
.meunedw ul {
  display: flex;
  flex-wrap: wrap;
}
.meunedw ul li {
  padding: 0 24px;
  flex: 0 0 auto;
  color: grey;
  position: relative;
}
.meunedw ul li a {
  display: block;
}
.meunedw ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  border-right: 1px solid #d3d3d3;
}
.meunedw ul li:hover {
  color: #06f;
}
.meunedw ul .active {
  color: #06f;
}
.meunedw .icon {
  width: 12px;
  height: 7px;
  margin: 22px;
}
.autoheight {
  height: auto;
}
.floor3 {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.floor3 .commonleft {
  width: 793px;
}
.floor3 .commonleft .title {
  display: flex;
  align-items: flex-end;
}
.floor3 .commonleft .title .ztitle {
  font-size: 30px;
  font-weight: bold;
}
.floor3 .commonleft .title .stitle {
  font-style: normal;
  font-size: 18px;
  color: #999999;
  padding-left: 15px;
}
.floor3 .commonleft .meun {
  font-size: 18px;
  margin: 30px 0 15px;
  display: flex;
  height: 58px;
  overflow: hidden;
}
.floor3 .commonleft .meun ul {
  display: flex;
  flex-wrap: wrap;
  color: #7a7a7a;
}
.floor3 .commonleft .meun ul li {
  margin-bottom: 40px;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #ddd;
  line-height: 1;
  position: relative;
}
.floor3 .commonleft .meun ul li a {
  position: relative;
}
.floor3 .commonleft .meun ul li:hover a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  background: #0052cd;
  left: 0;
}
.floor3 .commonleft .meun ul li:last-child {
  border: none;
}
.floor3 .commonleft .meun ul .avtive a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  background: #0052cd;
  left: 0;
}
.floor3 .commonleft .meun .icon {
  width: 12px;
  height: 7px;
  margin-top: 5px;
}
.floor3 .commonleft .autoheight {
  height: auto;
}
.floor3 .commonleft .territory {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 0 15px;
}
.floor3 .commonleft .territory .tory {
  display: flex;
  padding: 20px 0;
}
.floor3 .commonleft .territory .tory:last-child {
  border-top: 1px solid #eee;
}
.floor3 .commonleft .territory .tory .rut {
  display: block;
  font-size: 16px;
  width: 110px;
  font-weight: bold;
  flex: 0 0 auto;
}
.floor3 .commonleft .territory .tory .rut .icon {
  vertical-align: middle;
  margin-right: 10px;
}
.floor3 .commonleft .territory .tory .rut span {
  vertical-align: middle;
}
.floor3 .commonleft .territory .tory .torylist a {
  color: #666;
  border-right: 1px solid #ccc;
  padding: 0 20px;
  line-height: 14px;
  display: inline-block;
  margin: 7px 0;
  font-size: 14px;
}
.floor3 .commonleft .territory .tory .torylist a:last-child {
  border: none;
}
.floor3 .commonleft .territory .tory .torylist .active {
  color: #4a92ff;
}
.floor3 .commonleft .cutclass {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  margin-bottom: 30px;
}
.floor3 .commonleft .cutclass ul {
  display: flex;
}
.floor3 .commonleft .cutclass ul li {
  color: #666;
  padding: 15px 10px;
  border-bottom: 4px solid transparent;
  margin-right: 30px;
}
.floor3 .commonleft .cutclass ul .active {
  color: #333;
  border-bottom: 4px solid #115ed0;
  font-weight: bold;
}
.floor3 .commonleft .main ul {
  display: none;
}
.floor3 .commonleft .main ul li {
  padding: 30px;
  border-bottom: 2px solid #eee;
  transition: all 0.3s;
}
.floor3 .commonleft .main ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.floor3 .commonleft .main ul li .wen {
  display: flex;
  font-size: 20px;
  font-weight: bold;
}
.floor3 .commonleft .main ul li .wen .icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  top: 0;
  background-color: #4a92ff;
}
.floor3 .commonleft .main ul li .wen a {
  display: block;
}
.floor3 .commonleft .main ul li .wen a:hover {
  color: #c20404;
}
.floor3 .commonleft .main ul li .dao {
  font-size: 16px;
  line-height: 37px;
  margin: 25px 0 20px;
  display: flex;
}
.floor3 .commonleft .main ul li .dao .icon {
  display: inline-block;
  width: 29px;
  flex: 0 0 auto;
  margin-right: 10px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  top: 5px;
  background-color: #eaa37c;
}
.floor3 .commonleft .main ul li .dao p {
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor3 .commonleft .main ul li .lawyer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #686869;
  line-height: 46px;
  margin-left: 46px;
}
.floor3 .commonleft .main ul li .lawyer :first-child {
  width: 50%;
}
.floor3 .commonleft .main ul li .lawyer .tx {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  margin-left: -10px;
}
.floor3 .commonleft .main ul li .lawyer .wz {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.floor3 .commonleft .main ul .lawyerlist {
  padding: 30px 0;
}
.floor3 .commonleft .main ul .lawyerlist:hover {
  box-shadow: none;
  background-color: #fff;
}
.floor3 .commonleft .main ul .lawyerlist .title {
  font-size: 30px;
  font-weight: bold;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item {
  width: 184px;
  overflow: hidden;
  position: relative;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .zp {
  width: 100%;
  transition: all 0.5s;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .zp:hover {
  transform: scale(1.1);
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .lawmsg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .name {
  font-size: 16px;
  margin-bottom: 10px;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .tel {
  font-size: 14px;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .tel::before {
  content: '';
  background-color: #c20404;
  width: 3px;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .hetong {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  display: none;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item .lawmsg .but {
  display: inline-block;
  margin-top: 20px;
  width: 100px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: 1px solid #c20404;
  background-color: #c20404;
  border-radius: 40px;
  font-size: 14px;
  display: none;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item:hover {
  text-align: center;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item:hover .hetong {
  display: block;
}
.floor3 .commonleft .main ul .lawyerlist .lawyers .item:hover .but {
  display: inline-block;
}
.floor3 .commonleft .main ul .pages {
  text-align: center;
  padding: 40px 0;
}
.floor3 .commonleft .main ul .pages ul {
  display: block;
}
.floor3 .commonleft .main ul .pages ul li {
  display: inline-block;
  line-height: 27px;
  padding: 0;
  border: none;
  margin-bottom: 5px;
}
.floor3 .commonleft .main ul .pages ul li a {
  display: block;
  border: 1px solid #ccc;
  padding: 0 9px;
}
.floor3 .commonleft .main ul .pages ul li a:hover {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floor3 .commonleft .main ul .pages ul li .active {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floor3 .commonleft .maxgeo {
  height: 2000px;
  overflow: hidden;
  padding: 10px;
}
.floor3 .commonleft .loadmore {
  display: block;
  margin: 40px auto;
  width: 184px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #c20404;
  color: #c20404;
  text-align: center;
  border-radius: 25px;
}
.floor3 .commonleft .loadmore:hover {
  color: #fff;
  background-color: #c20404;
}
.floor3 .commonleft .wenda {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  position: relative;
  top: 0px;
  border-bottom: 1px solid #eee;
}
.floor3 .commonleft .wenda:hover {
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor3 .commonleft .wenda .wen {
  display: flex;
  font-size: 20px;
  font-weight: bold;
}
.floor3 .commonleft .wenda .wen .icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  top: 0;
  background-color: #4a92ff;
}
.floor3 .commonleft .wenda .wen a {
  display: block;
}
.floor3 .commonleft .wenda .wen a:hover {
  color: #c20404;
}
.floor3 .commonleft .wenda .dao {
  font-size: 16px;
  line-height: 37px;
  margin: 25px 0 20px;
  display: flex;
}
.floor3 .commonleft .wenda .dao .icon {
  display: inline-block;
  width: 29px;
  flex: 0 0 auto;
  margin-right: 10px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  top: 5px;
  background-color: #eaa37c;
}
.floor3 .commonleft .wenda .dao p {
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor3 .commonleft .wenda .lawyer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #686869;
  line-height: 46px;
  margin-left: 46px;
}
.floor3 .commonleft .wenda .lawyer :first-child {
  width: 50%;
}
.floor3 .commonleft .wenda .lawyer .tx {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  margin-left: -10px;
}
.floor3 .commonleft .wenda .lawyer .wz {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.floor3 .commonleft .ress {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 30px 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  position: relative;
  border-bottom: 1px solid #eee;
  top: 0px;
}
.floor3 .commonleft .ress:hover {
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor3 .commonleft .ress .lawyer {
  display: flex;
  align-items: center;
}
.floor3 .commonleft .ress .lawyer .toux {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
}
.floor3 .commonleft .ress .lawyer .toux .tx {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.floor3 .commonleft .ress .lawyer .toux .vip {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
}
.floor3 .commonleft .ress .lawyer .nam h3 {
  font-size: 14px;
  font-weight: 800;
  color: #333333;
}
.floor3 .commonleft .ress .lawyer .nam p {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  margin-top: 5px;
}
.floor3 .commonleft .ress .layeer {
  display: none;
}
.floor3 .commonleft .ress .title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding-left: 60px;
}
.floor3 .commonleft .ress .maxheight {
  max-height: 125px;
  overflow: hidden;
}
.floor3 .commonleft .ress .zhanka {
  font-size: 14px;
  color: #eb7350;
  text-align: right;
  line-height: 24px;
  cursor: pointer;
}
.floor3 .commonleft .ress .imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  width: 440px;
  padding-left: 60px;
}
.floor3 .commonleft .ress .imgs .img {
  width: 135px;
  height: 135px;
  margin: 2px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.floor3 .commonleft .ress .imgs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor3 .commonleft .ress .imgs .bigimg {
  width: 440px;
  border-radius: 8px;
  max-height: 300px;
  overflow: hidden;
}
.floor3 .commonleft .ress .imgs .bigimg img {
  width: 100%;
  border-radius: 8px;
}
.floor3 .commonleft .ress .wzimg {
  cursor: pointer;
  width: 600px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-left: 60px;
}
.floor3 .commonleft .ress .wzimg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.floor3 .commonleft .ress .wzimg img {
  height: 100%;
  width: 100%;
}
.floor3 .commonleft .ress .wzimg .tokn {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor3 .commonleft .ress .wzimg .tokn .tx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}
.floor3 .commonleft .ress .wzimg p {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 20px;
}
.floor3 .commonleft .ress .video2 {
  width: 540px;
  height: 300px;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  margin-left: 60px;
}
.floor3 .commonleft .ress .video2 video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F6F6F6;
}
.floor3 .commonleft .ress .put {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  line-height: 20px;
  padding: 15px;
}
.floor3 .commonleft .ress .put div {
  cursor: pointer;
}
.floor3 .commonleft .ress .put div:hover {
  color: #ff5252;
}
.floor3 .commonleft .ress .put .icon {
  width: 22px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 10px;
  object-fit: contain;
}
.floor3 .commonleft .ress .put .dianzai {
  border: 1px solid #06f;
  background: #06f;
  color: #ffffff;
  border-radius: 40px;
  padding: 0px 15px;
  line-height: 30px;
}
.floor3 .commonleft .ress .put .dianzai:hover {
  color: #06f;
  background: #fff;
}
.floor3 .commonleft .ress .bigimgs {
  padding-left: 60px;
}
.floor3 .commonleft .ress .bigimgs img {
  width: 100%;
  border-radius: 8px;
}
.floor3 .commonleft .show {
  background: #fff;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  position: relative;
  border-bottom: 1px solid #eee;
  top: 0px;
  border-bottom: 1px solid #D8D8D8;
}
.floor3 .commonleft .show:hover {
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor3 .commonleft .show .tu {
  width: 222px;
  height: 167px;
  flex: 0 0 auto;
  margin-right: 22px;
  overflow: hidden;
  border-radius: 10px;
}
.floor3 .commonleft .show .tu img {
  width: 100%;
  border-radius: 10px;
}
.floor3 .commonleft .show .centent .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor3 .commonleft .show .centent .zhunade {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor3 .commonleft .show .centent .zhunade .wentu {
  display: none;
}
.floor3 .commonleft .show .lushixinxi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.floor3 .commonleft .show .lushixinxi .shanbu {
  display: flex;
  align-items: center;
}
.floor3 .commonleft .show .lushixinxi .shanbu .qubh {
  padding: 0 5px;
  height: 27px;
  background: #EAF2FF;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4A92FF;
  line-height: 27px;
  text-align: center;
}
.floor3 .commonleft .show .lushixinxi .shanbu .tongji {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 46px;
  margin-left: 12px;
}
.floor3 .commonleft .show .lushixinxi .shanbu .tongji img {
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.floor3 .commonleft .show .lushixinxi .shanbu .tongji span {
  vertical-align: middle;
}
.floor3 .commonleft .show .lushixinxi .xiabu {
  display: flex;
  align-items: center;
}
.floor3 .commonleft .show .lushixinxi .xiabu .touxian {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.floor3 .commonleft .show .lushixinxi .xiabu .touxian img {
  width: 100%;
  height: 100%;
}
.floor3 .commonleft .show .lushixinxi .xiabu .namr {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4A92FF;
  line-height: 50px;
  margin: 0 18px;
}
.floor3 .commonleft .show .lushixinxi .xiabu .namr a {
  color: #4A92FF;
}
.floor3 .commonleft .show .lushixinxi .xiabu .addss {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 50px;
}
.floor3 .commonleft .openhide {
  background: #ffffff;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #de9761;
  cursor: pointer;
  position: relative;
}
.floor3 .commonleft .openhide::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  background: #de9761;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.floor3 .commonleft .openhide span {
  position: relative;
  background: #ffffff;
  z-index: 2;
  padding: 0 10px;
}
.floor3 .commonleft .mskopen::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 117px;
  margin-top: -117px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 86%);
}
.floor3 .commonright {
  width: 388px;
}
.floor3 .commonright .querclass .title {
  font-size: 30px;
  font-weight: bold;
}
.floor3 .commonright .querclass .retitle {
  font-size: 18px;
  color: #666666;
  margin: 30px 0;
}
.floor3 .commonright .querclass .box {
  background-color: #f4f4f4;
  padding: 9px;
}
.floor3 .commonright .querclass .box ul {
  display: flex;
  flex-wrap: wrap;
}
.floor3 .commonright .querclass .box ul li {
  width: 33.333%;
}
.floor3 .commonright .querclass .box ul li a {
  display: block;
  margin: 1px;
  height: 118px;
  border: 10px solid #fff;
  background-color: #fff;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #788dad;
}
.floor3 .commonright .querclass .box ul li a .icon {
  display: inline-block;
  width: 35px;
  height: 32px;
  vertical-align: middle;
  background-image: url(../image/1_40.png);
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.floor3 .commonright .querclass .box ul li a .icon2 {
  background-position: 0px -239px;
}
.floor3 .commonright .querclass .box ul li a .icon3 {
  background-position: -248px 0;
}
.floor3 .commonright .querclass .box ul li a .icon4 {
  background-position: -127px 0;
}
.floor3 .commonright .querclass .box ul li a .icon5 {
  background-position: -127px -239px;
}
.floor3 .commonright .querclass .box ul li a .icon6 {
  background-position: 0 -121px;
}
.floor3 .commonright .querclass .box ul li a .icon7 {
  background-position: -248px -120px;
}
.floor3 .commonright .querclass .box ul li a .icon8 {
  background-position: -248px -239px;
}
.floor3 .commonright .querclass .box ul li a .icon9 {
  background-position: -127px -121px;
}
.floor3 .commonright .querclass .box ul li a:hover {
  background: #0052cd;
  color: #ffffff;
}
.floor3 .commonright .querclass .box ul li a:hover .icon {
  background-image: url(../image/1_41.png);
}
.floor3 .commonright .lawyerking {
  margin-top: 30px;
}
.floor3 .commonright .lawyerking .tabtitle {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  color: #7a7a7a;
  margin-top: 30px;
}
.floor3 .commonright .lawyerking .tabtitle li {
  padding-bottom: 20px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.floor3 .commonright .lawyerking .tabtitle .active {
  color: #000;
  border-bottom: 4px solid #0052cd;
}
.floor3 .commonright .lawyerking .tabcontent {
  margin-top: 30px;
}
.floor3 .commonright .lawyerking .tabcontent .werd {
  display: none;
}
.floor3 .commonright .lawyerking .tabcontent .werd li {
  margin-bottom: 30px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft {
  display: flex;
  justify-content: space-between;
  line-height: 43px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft .deftl {
  display: flex;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft .deftl .circle {
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 24px;
  color: #c5d1e5;
  font-family: Impact;
  border: 2px solid #c5d1e5;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft .deftl .qs {
  color: #fff;
  background: #c5d1e5;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft .deftl .name {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft .deftl .name span {
  color: #333;
  margin-right: 5px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .deft .deftr {
  color: #999;
  font-size: 14px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic {
  display: flex;
  align-items: center;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic .tx {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic .tx img {
  width: 100%;
  transition: all 0.5s;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic .tx img:hover {
  transform: scale(1.1);
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic .name {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic .name span {
  color: #333;
  margin-right: 5px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .pic .liu {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .but {
  display: block;
  width: 83px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  color: #f44040;
  border: 1px solid #f99999;
  font-size: 14px;
}
.floor3 .commonright .lawyerking .tabcontent .werd li .active .but:hover {
  color: #fff;
  background-color: #f44040;
  border-color: #f44040;
}
.floor3 .commonright .lawyerking .tabcontent .werd li:last-child {
  margin-bottom: 0;
}
.floor3 .commonright .lawyerking .tabcontent .werd li:nth-child(1) .deft .deftl .qs {
  background: #0052cd;
}
.floor3 .commonright .lawyerking .tabcontent .werd li:nth-child(2) .deft .deftl .qs {
  background: #0052cd;
}
.floor3 .commonright .lawyerking .tabcontent .werd li:nth-child(3) .deft .deftl .qs {
  background: #0052cd;
}
.floor3 .commonright .lawyerking .tabcontent .werd .active .deft {
  display: none;
}
.floor3 .commonright .lawyerking .tabcontent .werd .active .active {
  display: flex;
}
.floor3 .commonright .culstr {
  position: sticky;
  margin-top: 30px;
  top: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.floor3 .commonright .culstr .cuthd {
  height: 209px;
  padding: 30px 160px 0 30px;
  line-height: 27px;
  box-sizing: border-box;
  position: relative;
}
.floor3 .commonright .culstr .cuthd .name {
  font-size: 20px;
  margin-bottom: 10px;
}
.floor3 .commonright .culstr .cuthd .sc {
  font-size: 14px;
}
.floor3 .commonright .culstr .cuthd .tel {
  margin-top: 12px;
}
.floor3 .commonright .culstr .cuthd .tel .icon {
  width: 20px;
  vertical-align: middle;
}
.floor3 .commonright .culstr .cuthd::after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.floor3 .commonright .culstr .er {
  padding: 40px;
}
.floor3 .commonright .culstr .er .w {
  font-size: 24px;
  text-align: center;
}
.floor3 .commonright .culstr .er .buz {
  padding: 40px 0 0 25px;
}
.floor3 .commonright .culstr .er .buz li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.floor3 .commonright .culstr .er .buz li .xu {
  margin-right: 30px;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
  color: #a5a5a5;
}
.floor3 .commonright .culstr .er .buz li .xu::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 45px;
  background: #eee;
  bottom: -100%;
  left: 50%;
}
.floor3 .commonright .culstr .er .buz li:last-child .xu::after {
  display: none;
}
.floor3 .commonright .culstr .er .buz li .t {
  font-size: 18px;
}
.floor3 .commonright .culstr .er .buz li .b {
  font-size: 14px;
  color: #b9b9b9;
  margin-top: 10px;
}
.floor3 .commonright .culstr .er .but {
  display: block;
  width: 200px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background-color: #c20404;
  border: 1px solid #c20404;
  font-size: 16px;
}
.floor3 .commonright .culstr .er .but:hover {
  background-color: #fff;
  color: #c20404;
}
.floor4 .bigtitle {
  margin: 60px 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  background: url(../image/5_15.png) center no-repeat;
}
.floor4 .bigtitle span {
  color: #d64e4e;
}
.floor4 .sren {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor4 .sren li {
  width: 385px;
  height: 220px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s;
  border-radius: 10px;
}
.floor4 .sren li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floor4 .sren li:nth-child(1) {
  background: url(../image/5_37.jpg);
  background-size: cover;
}
.floor4 .sren li:nth-child(2) {
  background: url(../image/5_39.jpg);
  background-size: cover;
}
.floor4 .sren li:nth-child(3) {
  background: url(../image/5_41.jpg);
  background-size: cover;
}
.floor4 .sren li:nth-child(4) {
  background: url(../image/5_41.jpg);
  background-size: cover;
}
.floor4 .sren li:nth-child(5) {
  background: url(../image/5_37.jpg);
  background-size: cover;
}
.floor4 .sren li:nth-child(6) {
  background: url(../image/5_39.jpg);
  background-size: cover;
}
.floor4 .sren .ls {
  display: flex;
  padding: 30px 10px 0 30px;
  box-sizing: border-box;
  align-items: center;
}
.floor4 .sren .ls .xinxi .name {
  font-size: 18px;
}
.floor4 .sren .ls .xinxi .name span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
}
.floor4 .sren .ls .xinxi .name span:hover {
  color: #c20404;
}
.floor4 .sren .ls .xinxi .info {
  line-height: 28px;
  color: #666;
  margin: 10px 0;
  overflow: hidden;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor4 .sren .ls .xinxi .tel {
  font-size: 18px;
  font-weight: bold;
}
.floor4 .sren .ls .xinxi .tel .icon {
  vertical-align: middle;
}
.floor4 .sren .ls .zp {
  width: 135px;
  flex: 0 0 auto;
  align-self: flex-end;
}
.floor4 .sren .ls .zp img {
  width: 100%;
}
.floor4 .sren .ls .jiao {
  position: absolute;
  left: 30px;
  top: 0;
  display: inline-block;
  width: 76px;
  line-height: 25px;
  color: #fff;
  background-color: #e73d0e;
  text-align: center;
}
.floor4 .sren .te {
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floor4 .sren .te h5::after {
  content: '';
  display: block;
  width: 23px;
  height: 4px;
  background-color: #d64e4e;
  margin: 15px auto 0;
}
.floor4 .sren .te p {
  color: #666;
  padding: 20px 0;
}
.floor4 .sren .te .tel {
  background-color: #fff;
  width: 226px;
  line-height: 42px;
  border-radius: 42px;
  font-weight: bold;
  margin: 0 auto;
}
.floor4 .sren .te .tel .icon {
  vertical-align: middle;
}
.floor5 {
  margin-top: 30px;
}
.floor5 .title {
  font-size: 30px;
  font-weight: bold;
}
.floor5 .meuned {
  font-size: 18px;
  margin: 30px 0 15px;
  display: flex;
  height: 40px;
  overflow: hidden;
}
.floor5 .meuned ul {
  display: flex;
  flex-wrap: wrap;
  color: #7a7a7a;
}
.floor5 .meuned ul li {
  margin-bottom: 30px;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #ddd;
  line-height: 1;
  position: relative;
}
.floor5 .meuned ul li a {
  position: relative;
  line-height: 18px;
}
.floor5 .meuned ul li:last-child {
  border: none;
}
.floor5 .meuned ul .active {
  font-weight: bold;
  color: #333;
}
.floor5 .meuned ul .active a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 4px;
  background: #0052cd;
  left: 0;
}
.floor5 .meuned .icon {
  width: 12px;
  height: 7px;
  margin-top: 5px;
}
.floor5 .autoheight {
  height: auto;
}
.floor5 .tabcont {
  margin-top: 20px;
}
.floor5 .tabcont .tabitem {
  display: none;
}
.floor5 .tabcont .tabitem a:hover {
  color: #c20404;
}
.floor5 .tabcont .tabitem ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor5 .tabcont .tabitem ul li {
  width: 285px;
  position: relative;
}
.floor5 .tabcont .tabitem .tabtop li:nth-of-type(1) .yuo {
  background: url(../image/1_15.jpg) no-repeat;
  background-size: cover;
}
.floor5 .tabcont .tabitem .tabtop li:nth-of-type(2) .yuo {
  background: url(../image/1_17.jpg) no-repeat;
  background-size: cover;
}
.floor5 .tabcont .tabitem .tabtop li:nth-of-type(3) .yuo {
  background: url(../image/1_19.jpg) no-repeat;
  background-size: cover;
}
.floor5 .tabcont .tabitem .tabtop li:nth-of-type(4) .yuo {
  background: url(../image/1_21.jpg) no-repeat;
  background-size: cover;
}
.floor5 .tabcont .tabitem .tabtop li .yuo {
  height: 141px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.floor5 .tabcont .tabitem .tabtop li .yuo .touxiang {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  align-self: center;
}
.floor5 .tabcont .tabitem .tabtop li .yuo .who {
  align-self: flex-end;
  color: #fff;
}
.floor5 .tabcont .tabitem .tabtop li .yuo .who .name {
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}
.floor5 .tabcont .tabitem .tabtop li .yuo .who p {
  font-size: 14px;
}
.floor5 .tabcont .tabitem .tabtop li .bog {
  background-color: #f4f4f4;
  padding: 10px 15px;
  line-height: 23px;
}
.floor5 .tabcont .tabitem .tabtop li .bog h4 {
  font-size: 18px;
  font-weight: bold;
}
.floor5 .tabcont .tabitem .tabtop li .bog p {
  font-size: 14px;
  color: #999999;
}
.floor5 .tabcont .tabitem .tabtop li .jiao {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 5px;
  line-height: 23px;
  padding: 5px 10px;
  color: #fff;
}
.floor5 .tabcont .tabitem .topbot {
  margin-top: 20px;
  font-size: 16px;
  line-height: 42px;
}
.floor5 .tabcont .tabitem .topbot li {
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floor5 .added {
  display: flex;
  font-size: 18px;
  line-height: 48px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.floor5 .added li {
  width: 10%;
}
.floor5 .added li:hover {
  color: #c20404;
}
.floor6 .bigtitle {
  margin: 60px 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  background: url(../image/5_15.png) center no-repeat;
}
.floor6 .bigtitle span {
  color: #d64e4e;
}
.floor6 .flebox {
  display: flex;
  justify-content: space-between;
}
.floor6 .flebox .box {
  width: 386px;
  height: 516px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
.floor6 .flebox .box h3 {
  font-size: 30px;
}
.floor6 .flebox .box h3 span {
  color: #0052cd;
  padding-right: 10px;
}
.floor6 .flebox .box .myswiper {
  height: 440px;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.floor6 .flebox .box .myswiper .wod {
  flex: 1 1 auto;
  height: 100%;
}
.floor6 .flebox .box .myswiper .wod .onecome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  line-height: 42px;
}
.floor6 .flebox .box .myswiper .wod .onecome .deftl {
  display: flex;
}
.floor6 .flebox .box .myswiper .wod .onecome .deftl .circle {
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 24px;
  color: #c5d1e5;
  font-family: Impact;
  border: 2px solid #c5d1e5;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.floor6 .flebox .box .myswiper .wod .onecome .deftl .name {
  font-size: 18px;
  font-weight: bold;
}
.floor6 .flebox .box .myswiper .wod .onecome .deftl .name span {
  color: #333;
  margin-right: 5px;
}
.floor6 .flebox .box .myswiper .wod .onecome .deftr {
  color: #999;
  font-size: 14px;
}
.floor6 .flebox .box .myswiper .wod .towcome {
  height: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 63px;
  display: none;
}
.floor6 .flebox .box .myswiper .wod .towcome .ret {
  display: flex;
}
.floor6 .flebox .box .myswiper .wod .towcome .ret .tou {
  width: 63px;
  height: 63px;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
}
.floor6 .flebox .box .myswiper .wod .towcome .ret .tou img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
}
.floor6 .flebox .box .myswiper .wod .towcome .ret .tou img:hover {
  transform: scale(1.1);
}
.floor6 .flebox .box .myswiper .wod .towcome .ret .tou .icl {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0);
  display: block;
  width: 31px;
  height: 48px;
  color: #fff;
  text-align: center;
  background: url(../image/5_53.png) center no-repeat;
  font-family: Impact;
  font-size: 20px;
}
.floor6 .flebox .box .myswiper .wod .towcome .ret h5 {
  font-weight: bold;
  font-size: 18px;
}
.floor6 .flebox .box .myswiper .wod .towcome .ret h5:hover {
  color: #c20404;
}
.floor6 .flebox .box .myswiper .wod .towcome .deftr {
  color: #999;
  font-size: 14px;
}
.floor6 .flebox .box .myswiper .wod:hover .onecome {
  display: none;
}
.floor6 .flebox .box .myswiper .wod:hover .towcome {
  display: flex;
}
.floor6 .flebox .box .myswiper .swiper-slide:nth-child(1) .wod .onecome .deftl .circle {
  background: #0052cd;
}
.floor6 .flebox .box .myswiper .swiper-slide:nth-child(2) .wod .onecome .deftl .circle {
  background: #0052cd;
}
.floor6 .flebox .box .myswiper .swiper-slide:nth-child(3) .wod .onecome .deftl .circle {
  background: #0052cd;
}
.floor6 .flebox .box .swiper-button-prev,
.floor6 .flebox .box .swiper-button-next {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  top: 35px;
  margin: 0;
  color: #999;
  font-size: 14px;
  --swiper-navigation-size: 14px;
}
.floor6 .flebox .box .swiper-button-prev {
  left: auto;
  right: 70px;
}
.floor6 .flebox .box .swiper-button-next {
  right: 30px;
}
.floor6 .flebox .duli {
  font-size: 18px;
  line-height: 31px;
  overflow: hidden;
  background: url(../image/5_51.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.floor6 .flebox .duli .lcshi {
  width: 238px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.floor6 .flebox .duli .title img {
  margin-right: 10px;
}
.floor6 .flebox .duli .name {
  font-weight: bold;
  font-size: 28px;
  padding: 50px 0 10px;
}
.floor6 .flebox .duli .dian {
  font-size: 12px;
  opacity: 0.4;
  line-height: 14px;
  display: block;
  margin: 10px 0;
}
.floor6 .flebox .duli .tel {
  font-weight: bold;
  font-size: 18px;
}
.floor6 .flebox .duli .tel .icon {
  width: 18px;
  vertical-align: middle;
}
.floor6 .flebox .duli .pire {
  color: #8195b3;
  margin-top: 50px;
}
.footbot {
  padding: 40px 0;
}
.footbot ul {
  display: flex;
  justify-content: space-between;
  color: #7a7a7a;
  font-size: 14px;
}
.footbot ul li i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  background-image: url(../image/1_72.png);
  background-repeat: no-repeat;
  height: 33px;
  width: 42px;
}
.footbot ul li:hover {
  color: #4a92ff;
}
.footbot ul li:hover i {
  background-image: url(../image/1_73.png);
}
.footbot ul li:nth-child(1) i {
  background-position: 0 0;
}
.footbot ul li:nth-child(2) i {
  background-position: -254px 0;
}
.footbot ul li:nth-child(3) i {
  background-position: -520px 0;
}
.footbot ul li:nth-child(4) i {
  background-position: -789px 0;
}
.footbot ul li:nth-child(5) i {
  background-position: -1068px 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.floorst {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 30px;
}
.floorst .floor5 {
  width: 793px;
  margin-top: 0;
}
.floorst .floor5 .digtitle {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #181818;
  margin-bottom: 10px;
}
.floorst .floor5 .digtitle img {
  width: 31px;
  height: 26px;
  vertical-align: middle;
}
.floorst .floor5 .meuned {
  margin: 0;
}
.floorst .floor5 .meuned ul li {
  border: none;
  padding-right: 0;
  margin-right: 10px;
  font-weight: bold;
}
.floorst .floor5 .tabcont {
  margin-top: 0;
}
.floorst .floor5 .tabcont .tabitem .kowncen li {
  transition: all 0.5s;
  width: 100%;
  border-bottom: 2px solid #D8D8D8;
}
.floorst .floor5 .tabcont .tabitem .kowncen li:hover {
  transform: translateY(-5px);
}
.floorst .floor5 .tabcont .tabitem .kowncen li .show {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .tu {
  width: 222px;
  height: 167px;
  flex: 0 0 auto;
  margin-right: 22px;
  overflow: hidden;
  border-radius: 10px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .tu img {
  width: 100%;
  border-radius: 10px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .centent .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .centent .zhunade {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .centent .zhunade .wentu {
  display: none;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .shanbu {
  display: flex;
  align-items: center;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .shanbu .qubh {
  height: 27px;
  padding: 0 5px;
  background: #EAF2FF;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4A92FF;
  line-height: 27px;
  text-align: center;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .shanbu .tongji {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 46px;
  margin-left: 12px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .shanbu .tongji img {
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .shanbu .tongji span {
  vertical-align: middle;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .xiabu {
  display: flex;
  align-items: center;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .xiabu .touxian {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .xiabu .touxian img {
  width: 100%;
  height: 100%;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .xiabu .namr {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4A92FF;
  line-height: 50px;
  margin: 0 18px;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .xiabu .namr a {
  color: #4A92FF;
}
.floorst .floor5 .tabcont .tabitem .kowncen li .lushixinxi .xiabu .addss {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 50px;
}
.floorst .floor5 .pages {
  text-align: center;
  padding: 40px 0;
}
.floorst .floor5 .pages ul li {
  display: inline-block;
  line-height: 27px;
  padding: 0 !important;
}
.floorst .floor5 .pages ul li a {
  display: block;
  border: 1px solid #ccc;
  padding: 0 9px;
}
.floorst .floor5 .pages ul li a:hover {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floorst .floor5 .pages ul li .active {
  background-color: #115ed0;
  border-color: #115ed0;
  color: #fff;
}
.floorst .mainright {
  width: 388px;
}
.floorst .mainright .cardd {
  width: 388px;
  height: 245px;
  background: url("../image/bgj.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 17px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  transition: all 0.5s;
  overflow: hidden;
}
.floorst .mainright .cardd:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.floorst .mainright .cardd .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}
.floorst .mainright .cardd .cradou {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
}
.floorst .mainright .cardd .cradou span {
  position: absolute;
  width: 2px;
  height: 14px;
  background: #C20404;
  top: 7px;
  left: 0;
}
.floorst .mainright .cardd .cardh {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
  padding-left: 10px;
  margin-top: 10px;
}
.floorst .mainright .cardd .plone {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}
.floorst .mainright .cardd .plone img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.floorst .mainright .cardd .lushitu {
  width: 158px;
  height: 227px;
  bottom: 0;
  right: 0;
}
.floorst .mainright .cardd .lushitu img {
  height: 100%;
}
.floorst .mainright .floornews li {
  padding: 25px 0;
  border-bottom: 2px solid #D8D8D8;
  transition: all 0.5s;
}
.floorst .mainright .floornews li:hover {
  transform: translateY(-5px);
}
.floorst .mainright .floornews li .newtitle {
  display: flex;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.floorst .mainright .floornews li .newtitle .icon {
  width: 29px;
  height: 29px;
  background: #4A92FF;
  border-radius: 50%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 29px;
  text-align: center;
  margin-right: 16px;
  flex: 0 0 auto;
}
.floorst .mainright .floornews li .newtitle a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floorst .mainright .floornews li .newcen {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  display: flex;
  align-items: flex-start;
}
.floorst .mainright .floornews li .newcen .icon {
  width: 29px;
  height: 29px;
  background: #EAA37C;
  border-radius: 50%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 29px;
  text-align: center;
  margin-right: 16px;
  flex: 0 0 auto;
}
.category {
  height: 100px;
  background: url("../image/tanbg.png") no-repeat;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  font-size: 18px;
  align-items: center;
  padding: 0 70px;
  justify-content: space-between;
}
.category h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}
.category .cat img {
  width: 22px;
  vertical-align: middle;
  margin-right: 18px;
}
.banner {
  position: relative;
  padding-bottom: 60px;
}
.banner img {
  width: 100%;
}
.banner .swiper-slide {
  display: flex;
}
.banner .swiper-slide img {
  height: 100%;
}
.banner .swiper-slide .banermsg {
  width: 350px;
  flex: 0 0 auto;
  background: #333333;
  padding: 30px;
  box-sizing: border-box;
}
.banner .swiper-slide .banermsg h5 {
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 25px;
}
.banner .swiper-slide .banermsg p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 23px;
  padding-top: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  background: #D8D8D8;
  border-radius: 5px;
  margin-right: 9px;
  transition: all 0.5s;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  height: 10px;
  background: #C20404;
  border-radius: 5px;
}
.lawyerre {
  margin-top: 40px;
  display: flex;
  align-items: center;
  height: 179px;
  background: url(../image/2_15.jpg) center no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.lawyerre img {
  vertical-align: middle;
}
.lawyerre .pic {
  border-radius: 50%;
  border: 3px solid #a6b4d2;
  width: 90px;
  height: 90px;
  margin: 0 20px;
}
.lawyerre .btn {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #4360a2;
  font-weight: normal;
  width: 143px;
  line-height: 48px;
  margin-left: 100px;
  border-radius: 40px;
}
.lawyerre .btn:hover {
  color: #fff;
  background: #c20404;
}
.more {
  transition: all 0.5s;
}
.activemore {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .meunedw ul li {
    padding: 0 12px;
    font-size: 14px;
  }
  .floor1 .center {
    flex-wrap: wrap;
  }
  .floor1 .center .cenright {
    height: auto;
    padding-bottom: 40px;
  }
  .floor1 .center .cenright .pagination {
    line-height: 40px;
    font-size: 12px;
  }
  .floor2 {
    flex-wrap: wrap;
  }
  .floor2 .commonleft .ul li {
    width: 100%;
  }
  .floor2 .commonright {
    flex: 1 1 auto;
    margin-top: 20px;
  }
  .floor3 {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .floor3 .commonleft {
    width: 100%;
  }
  .floor3 .commonleft .title .ztitle {
    font-size: 20px;
  }
  .floor3 .commonleft .title .stitle {
    font-size: 16px;
  }
  .floor3 .commonleft .meun {
    margin: 20px 0 0;
    font-size: 14px;
    height: 30px;
  }
  .floor3 .commonleft .meun ul li {
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .floor3 .commonleft .meun ul .avtive a::after {
    bottom: -10px;
  }
  .floor3 .commonleft .autoheight {
    height: auto;
  }
  .floor3 .commonleft .territory {
    margin-bottom: 10px;
  }
  .floor3 .commonleft .territory .tory {
    display: block;
  }
  .floor3 .commonleft .territory .tory .rut {
    width: auto;
    margin-bottom: 10px;
  }
  .floor3 .commonleft .territory .tory .torylist a {
    padding: 0 5px;
    border: none;
  }
  .floor3 .commonleft .cutclass {
    margin-bottom: 10px;
  }
  .floor3 .commonleft .cutclass ul {
    justify-content: space-around;
  }
  .floor3 .commonleft .cutclass ul li {
    padding: 10px;
    margin-right: 0;
  }
  .floor3 .commonleft .main ul li {
    padding: 20px 0px;
  }
  .floor3 .commonleft .main ul li .wen {
    font-size: 16px;
    line-height: 30px;
  }
  .floor3 .commonleft .main ul li .dao {
    margin: 10px 0;
    line-height: 30px;
    font-size: 14px;
  }
  .floor3 .commonleft .main ul li .lawyer {
    margin-left: 10px;
    line-height: 27px;
  }
  .floor3 .commonleft .main ul li .lawyer .tx {
    width: 23px;
    height: 23px;
  }
  .floor3 .commonleft .main ul .lawyerlist {
    padding: 20px 0 0;
  }
  .floor3 .commonleft .main ul .lawyerlist .title {
    font-size: 20px;
  }
  .floor3 .commonleft .main ul .lawyerlist .lawyers {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .floor3 .commonleft .main ul .lawyerlist .lawyers .item {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .floor3 .commonleft .main ul .pages {
    font-size: 12px;
    padding: 20px 0;
  }
  .floor3 .commonleft .main ul .pages ul li {
    padding: 0;
  }
  .floor3 .commonleft .ress {
    margin-bottom: 0.2rem;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 0 0;
  }
  .floor3 .commonleft .ress:hover {
    top: 0;
    box-shadow: none;
  }
  .floor3 .commonleft .ress .lawyer {
    align-items: center;
    margin-bottom: 10px;
  }
  .floor3 .commonleft .ress .lawyer .toux {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    margin-right: 0.2rem;
  }
  .floor3 .commonleft .ress .lawyer .toux .tx {
    border-radius: 50%;
  }
  .floor3 .commonleft .ress .lawyer .toux .vip {
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    bottom: 0;
    right: 0;
  }
  .floor3 .commonleft .ress .lawyer .nam h3 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #333333;
  }
  .floor3 .commonleft .ress .lawyer .nam p {
    font-size: 0.14rem;
    font-weight: 500;
    color: #999999;
    margin-top: 0.05rem;
  }
  .floor3 .commonleft .ress .layeer {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .floor3 .commonleft .ress .layeer .tx {
    width: 20px;
    height: 20px;
    background: #F6F6F6;
    border-radius: 50%;
    margin-right: 10px;
  }
  .floor3 .commonleft .ress .layeer .name {
    margin-right: 40px;
    flex: 1;
  }
  .floor3 .commonleft .ress .title {
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.3rem;
    padding: 0;
    margin-top: 0;
  }
  .floor3 .commonleft .ress .maxheight {
    max-height: 2rem;
  }
  .floor3 .commonleft .ress .zhanka {
    font-size: 14px;
    line-height: 20px;
  }
  .floor3 .commonleft .ress .imgs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
    width: 100%;
    padding: 0;
  }
  .floor3 .commonleft .ress .imgs .img {
    width: 33.3333%;
    height: 2rem;
    margin: 0;
    padding: 0.05rem;
    box-sizing: border-box;
  }
  .floor3 .commonleft .ress .imgs .img img {
    border-radius: 8px;
  }
  .floor3 .commonleft .ress .sange .img {
    width: 2rem;
    height: 2rem;
    margin: 0.05rem;
    display: none;
  }
  .floor3 .commonleft .ress .sange .img:nth-child(1) {
    display: block;
  }
  .floor3 .commonleft .ress .sange .img:nth-child(2) {
    display: block;
  }
  .floor3 .commonleft .ress .sange .img:nth-child(3) {
    display: block;
  }
  .floor3 .commonleft .ress .wzimg {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
  }
  .floor3 .commonleft .ress .wzimg p {
    font-size: 14px;
  }
  .floor3 .commonleft .ress .video {
    width: 4.29rem;
    height: 6.08rem;
    background: #F6F6F6;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
  }
  .floor3 .commonleft .ress .video video {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  .floor3 .commonleft .ress .video2 {
    width: 100%;
    height: 4.5rem;
    background: #F6F6F6;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
    margin-left: 0;
  }
  .floor3 .commonleft .ress .video2 video {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  .floor3 .commonleft .ress .put {
    font-size: 0.16rem;
    font-weight: 400;
    border-top: 1px solid #eeeeee;
    margin-top: 0.2rem;
    line-height: 0.19rem;
    padding: 0.1rem;
  }
  .floor3 .commonleft .ress .put .icon {
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-right: 0.1rem;
  }
  .floor3 .commonleft .ress .wd {
    margin-top: 20px;
  }
  .floor3 .commonleft .ress .wd .wner {
    font-size: 16px;
  }
  .floor3 .commonleft .ress .wd .daoer {
    font-size: 14px;
  }
  .floor3 .commonleft .ress .wd .daoer p {
    overflow: hidden;
    text-overflow: ellopsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .floor3 .commonleft .show {
    padding: 15px 0;
  }
  .floor3 .commonleft .show:hover {
    top: 0;
    box-shadow: none;
  }
  .floor3 .commonleft .show .tu {
    display: none;
  }
  .floor3 .commonleft .show .centent .title {
    font-size: 16px;
  }
  .floor3 .commonleft .show .centent .zhunade {
    font-size: 14px;
    display: flex;
  }
  .floor3 .commonleft .show .centent .zhunade .wentu {
    width: 150px;
    flex: 0 0 auto;
    display: block;
    border-radius: 10px;
    margin-right: 10px;
  }
  .floor3 .commonleft .show .centent .zhunade .wentu img {
    width: 100%;
    border-radius: 10px;
  }
  .floor3 .commonleft .show .centent .zhunade span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .floor3 .commonleft .show .centent .lushixinxi {
    flex-wrap: wrap;
  }
  .floor3 .commonleft .wenda {
    padding: 15px 0;
  }
  .floor3 .commonleft .wenda:hover {
    top: 0;
    box-shadow: none;
  }
  .floor3 .commonleft .wenda .wen {
    font-size: 16px;
    line-height: 30px;
  }
  .floor3 .commonleft .wenda .dao {
    margin: 10px 0;
    line-height: 30px;
    font-size: 14px;
  }
  .floor3 .commonleft .wenda .lawyer {
    margin-left: 10px;
    line-height: 27px;
  }
  .floor3 .commonleft .wenda .lawyer .tx {
    width: 23px;
    height: 23px;
  }
  .floor4 .bigtitle {
    margin: 30px 0;
  }
  .floor4 .sren li {
    flex: 1 1 auto;
  }
  .floor5 .meuned {
    font-size: 14px;
  }
  .floor5 .meuned ul {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .floor5 .meuned ul li {
    margin-right: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
    border: none;
  }
  .floor5 .meuned .icon {
    display: none;
  }
  .floor5 .tabcont .tabitem .tabtop li {
    flex: 1 1 auto;
    margin-bottom: 20px;
  }
  .floor5 .tabcont .tabitem .tabtop li:nth-of-type(2) {
    display: none;
  }
  .floor5 .tabcont .tabitem .tabtop li:nth-of-type(3) {
    display: none;
  }
  .floor5 .tabcont .tabitem .tabtop li:nth-of-type(4) {
    display: none;
  }
  .floor5 .tabcont .tabitem .topbot {
    margin-top: 0;
  }
  .floor5 .tabcont .tabitem .topbot li {
    width: 100%;
  }
  .floor5 .added li {
    width: 20%;
  }
  .floor5 .added li:hover {
    color: #c20404;
  }
  .floor6 .bigtitle {
    margin: 30px 0;
  }
  .floor6 .flebox {
    flex-wrap: wrap;
  }
  .floor6 .flebox .box {
    margin-bottom: 20px;
    flex: 1 1 auto;
  }
  .footbot {
    padding: 20px 0;
  }
  .footbot ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .footbot ul li {
    width: 30%;
    flex: 1 1 auto;
    text-align: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
  }
  .footbot ul li i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .banner {
    margin-top: 10px;
  }
  .banner .swiper-slide {
    flex-wrap: wrap;
  }
  .banner .swiper-slide img {
    height: 150px;
  }
  .banner .swiper-slide .banermsg {
    flex: 1;
  }
  .banner .swiper-slide .banermsg h5:nth-of-type(1) {
    display: none;
  }
  .banner .swiper-slide .banermsg p:nth-of-type(1) {
    display: none;
  }
  .floorst {
    flex-wrap: wrap;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .tu {
    display: none;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .centent .title {
    font-size: 16px;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .centent .zhunade {
    font-size: 14px;
    display: flex;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .centent .zhunade .wentu {
    width: 150px;
    flex: 0 0 auto;
    display: block;
    border-radius: 10px;
    margin-right: 10px;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .centent .zhunade .wentu img {
    width: 100%;
    border-radius: 10px;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .centent .zhunade span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .floorst .floor5 .tabcont .tabitem .kowncen li .centent .lushixinxi {
    flex-wrap: wrap;
  }
  .floorst .floor5 .pages {
    padding: 20px 0;
  }
  .floorst .floor5 .pages ul li {
    margin-bottom: 5px;
  }
  .floorst .mainright {
    margin-top: 20px;
  }
  .floorst .mainright .cardd {
    width: 100%;
    height: auto;
    padding-left: 20px;
  }
  .floorst .mainright .cardd .lushitu {
    align-self: flex-end;
  }
  .floorst .mainright .floornews li .newtitle {
    font-size: 16px;
  }
  .category {
    flex-wrap: wrap;
    height: auto;
    background-size: 100% 100%;
    padding: 0 30px 0;
  }
  .category h4 {
    width: 100%;
  }
  .category .cat {
    margin-bottom: 20px;
  }
  .lawyerre {
    text-align: center;
    font-size: 14px;
    height: auto;
    padding: 20px 0;
    background: url(../image/2_15.jpg);
  }
  .lawyerre .pic {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    display: block;
  }
  .lawyerre .btn {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
