/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-family: 'PingFang SC';
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
body {
  line-height: 1;
  background-color: #F8F8F8;
}
a {
  color: #333;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1119px) {
  .page {
    width: 1200px !important;
  }
}
.page {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}
/*定义常用变量*/
.shadow-effect {
  box-shadow: 5px 5px 20px rgba(95, 95, 94, 0.3);
}
.flexlize-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flexlize-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexlize-coloum-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.flexlize-coloum-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.flexlize-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flexlize-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.flexlize-coloum-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.line-two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-header-bar-container {
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.top-header-bar-container .top-header-bar {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #333;
}
.top-header-bar-container .top-header-bar .bar-left-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}
.top-header-bar-container .top-header-bar .bar-left-items .top-header-bar-item {
  display: block;
  font-size: 0.875rem;
  margin-right: 10px;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down {
  display: flex;
  align-items: center;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .dzicon {
  margin-right: 5px;
}
.top-header-bar-container .top-header-bar .bar-left-items .this_top-header-bar-item {
  color: #FF8200;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down {
  position: relative;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 610px;
  height: 350px;
  background-color: #fff;
  z-index: 5;
  padding: 15px 20px;
  box-shadow: 5px 5px 20px rgba(95, 95, 94, 0.3);
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .hotcity .hotcityTitle {
  font-size: 16px;
  color: #666;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .hotcity .hotcityUl {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .hotcity .hotcityUl li {
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .hotcity .hotcityUl li a:hover {
  color: #FF8200;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimuchoseTitle {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimuUl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimuUl li {
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimuUl li a:hover {
  color: #FF8200;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimuUl li .chosezimu {
  color: #FF8200;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimucityContentbox .zimucitybox {
  display: none;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimucityContentbox .zimucitybox .zimucityboxUl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimucityContentbox .zimucitybox .zimucityboxUl li {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimucityContentbox .zimucitybox .zimucityboxUl li a:hover {
  color: #FF8200;
}
.top-header-bar-container .top-header-bar .bar-left-items .area-down .area-downdrap .zimuchose .zimucityContentbox .thiszimucitybox {
  display: block;
}
.top-header-bar-container .top-header-bar .bar-left-items .location {
  width: 4.8rem;
  margin-left: 5rem;
}
.top-header-bar-container .top-header-bar .bar-left-items .sitemap {
  width: 6.6rem;
}
.top-header-bar-container .top-header-bar .bar-left-items span {
  cursor: pointer;
}
.top-header-bar-container .top-header-bar .bar-right-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-header-bar-container .top-header-bar .bar-right-items .top-header-bar-item {
  font-size: 14px;
  margin: 0 10px;
}
.top-header-bar-container .top-header-bar .bar-right-items span {
  cursor: pointer;
}
.top-header-bar-container .top-header-bar .bar-right-items .logged {
  display: flex;
  align-items: center;
}
.top-header-bar-container .top-header-bar .bar-right-items .logged .tx {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-right: 10px;
}
.top-header-bar-container .top-header-bar .bar-right-items .xxtxbox {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 30px;
}
.top-header-bar-container .top-header-bar .bar-right-items .xxtxbox img {
  width: 100%;
  height: 100%;
}
.top-header-bar-container .top-header-bar .bar-right-items .xxtxbox .cdot {
  display: none;
  position: absolute;
  top: -3px;
  right: -16px;
  font-size: 10px;
  margin-left: 0;
  color: #fff;
  background-color: red;
  padding: 0 4px;
  border-radius: 8px;
  line-height: 17px;
  -webkit-transform: scale(0.9);
}
.top-header-bar-container .top-header-bar .dropdownbox {
  display: none;
  position: absolute;
  top: 2.5rem;
  right: 0.625rem;
  width: 40rem;
  height: 13rem;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 5px 5px 20px rgba(95, 95, 94, 0.3);
}
.top-header-bar-container .top-header-bar .dropdownbox ul {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.top-header-bar-container .top-header-bar .dropdownbox ul li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
}
.top-header-bar-container .top-header-bar .dropdownbox ul li:last-of-type {
  border-right: 0;
}
.top-header-bar-container .top-header-bar .dropdownbox ul li img {
  width: 7rem;
  height: 7rem;
  margin-right: 0.8rem;
}
.top-header-bar-container .top-header-bar .dropdownbox ul li .dropdownboxright p {
  color: #999;
}
.top-header-bar-container .top-header-bar .dropdownbox ul li .dropdownboxright h3 {
  margin-bottom: 0.6rem;
}
/*导航栏*/
.navigation-bar {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
  box-shadow: 0px 3px 10px -6px rgba(118, 118, 118, 0.26);
}
.navigation-bar .menu-bar {
  width: 1185px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.navigation-bar .menu-bar .menu-bar-left {
  display: flex;
  justify-content: flex-start;
}
.navigation-bar .menu-bar .menu-bar-left .logo a {
  display: block;
  width: 234px;
  height: 83px;
  background: url(../img/logo.jpg) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  margin-left: -14px;
}
.navigation-bar .menu-bar .menu-bar-left .logo a:hover {
  opacity: 1;
}
.navigation-bar .menu-bar .menu-bar-left p {
  margin-right: 5rem;
  margin-top: 9px;
  margin-left: -30px;
  color: #666;
  font-size: 20px;
}
.navigation-bar .menu-bar .searchbox {
  flex: 1;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.navigation-bar .menu-bar .searchbox .searchinput {
  flex: 1;
  height: 100%;
  border: 1px solid #9A9A9A;
  outline: none;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 0;
  padding-left: 1rem;
  box-sizing: border-box;
}
.navigation-bar .menu-bar .searchbox .searchtitle {
  display: inline-block;
  width: 5rem;
  height: 100%;
  background-color: #FF8200;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.navigation-bar .menu-bar .onlinebutton {
  position: relative;
  min-width: 6rem;
  height: 40px;
  background-color: #fff;
  border: 1px solid #FF8200;
  color: #FF8200;
  border-radius: 0.5rem;
  margin-left: 2.5rem;
}
.navigation-bar .menu-bar .onlinebutton .sanjiao {
  position: absolute;
  top: 1.1rem;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.4rem solid;
  border-color: #FF8200 transparent transparent;
}
.navigation-bar .menu-bar .caseBreadNav a {
  color: #999;
  font-size: 16px;
}
.navigation-bar .menu-bar .caseBreadNav .thisa {
  color: #FF8200;
}
.navigation-bar .menu-bar2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 78px;
}
.navigation-bar .menu-bar2 li {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navigation-bar .menu-bar2 li .verticalitem {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-lr;
  margin: 0 10px;
  margin-top: 0.1rem;
  color: #5A6E98;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 15px;
  cursor: default;
}
.navigation-bar .menu-bar2 li .navitem {
  width: 72px;
  height: 48px;
}
.navigation-bar .menu-bar2 li .navitem .horizontalitem {
  display: inline-block;
  width: 100%;
  height: 24px;
  color: #5A6E98;
  line-height: 24px;
  font-size: 15px;
}
.navigation-bar .menu-bar2 li::after {
  content: '';
  width: 2px;
  height: 1.8rem;
  background-color: #5A6E98;
  margin-left: 6px;
}
.navigation-bar .menu-bar2 li:last-of-type::after {
  content: '';
  width: 0;
}
.navigation-bar .menubar3 {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  height: 38px;
}
.navigation-bar .menubar3 .vsclassify {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 38px;
}
.navigation-bar .menubar3 .vsclassify li {
  margin-right: 25px;
  font-size: 16px;
  color: #343434;
  height: 100%;
}
.navigation-bar .menubar3 .vsclassify .thisvsclassify {
  color: #FF8200;
  border-bottom: 2px solid #FF8200;
}
.navigation-bar .menubar3 .hiddenclassify {
  display: none;
  position: absolute;
  top: 167px;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 20px 13px -20px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}
.navigation-bar .menubar3 .hiddenclassify .hiddenclassifyList {
  display: none;
  width: 1200px;
  min-height: 60px;
  margin: 0 auto;
  border-top: 1px solid #EDEDED;
}
.navigation-bar .menubar3 .hiddenclassify .hiddenclassifyList li {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 20px 0 20px 20px;
  float: left;
}
.navigation-bar .menubar3 .hiddenclassify .hiddenclassifyList li a {
  font-size: 16px;
  color: #343434;
  margin-right: 20px;
}
.navigation-bar .menubar3 .hiddenclassify .hiddenclassifyList li .thisclassifya {
  color: #FF8200;
}
.navigation-bar .menubar3 .hiddenclassify .hiddenclassifyList li span {
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #EDEDED;
}
.navigation-bar .menubar3 .hiddenclassify .thishiddenclassifyList {
  display: block;
}
.navigation-bar .menubar3 .hiddenclassifyActive {
  display: block;
}
.navigation-bar .menubar4 {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  height: 40px;
}
.navigation-bar .menubar4 .bar4List {
  display: flex;
  align-items: center;
  line-height: 40px;
}
.navigation-bar .menubar4 .bar4List li {
  margin-right: 20px;
  height: 40px;
}
.navigation-bar .menubar4 .bar4List li a {
  display: inline-block;
  height: 39px;
  font-size: 16px;
}
.navigation-bar .menubar4 .bar4List li .thisa {
  color: #FF8200;
  border-bottom: 2px solid #FF8200;
}
.navigation-bar .menubar4 .bar4List li:hover a {
  color: #FF8200;
  border-bottom: 2px solid #FF8200;
}
.footerServeTitle {
  width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}
.footerServeTitle .footerServeTitleTab {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  height: 35px;
}
.footerServeTitle .footerServeTitleTab span {
  color: #333;
  margin-right: 25px;
  font-size: 20px;
}
.footerServeTitle .footerServeTitleTab .thisspan {
  display: inline-block;
  font-weight: bold;
  height: 35px;
  border-bottom: 2px solid #FF8200;
}
.footerServeTitle .footerServes {
  display: none;
}
.footerServeTitle .thisfooterServes {
  display: block;
}
.footerServeTitle .footerServeLists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footerServeTitle .footerServeLists li {
  margin-top: 15px;
  margin-right: 13px;
}
.footerServeTitle .footerServeLists li a {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #5A6E97;
  color: #5A6E97;
  border-radius: 5px;
}
.footerServeTitle .footerServeLists li a:hover {
  background-color: #5A6E97;
  color: #fff;
}
.publicFooter {
  width: 100%;
  height: 21.5rem;
  background-color: #323232;
}
.publicFooter .publicFooterCenter {
  width: 90rem;
  margin: 0 auto;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop {
  width: 100%;
  height: 15rem;
  border-bottom: 2px solid #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 20rem;
  height: 100%;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterLogo .publicFooterLogoImg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterLogo .publicFooterLogoImg img {
  width: 2.5rem;
  height: 2.5rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterLogo .publicFooterLogoImg h2 {
  color: #FF8200;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.6rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterLogo p {
  color: #999;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .line {
  display: inline-block;
  height: 8.6rem;
  width: 1px;
  background-color: #656565;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tele {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 2.5rem;
  height: 90%;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tele .teletitle {
  font-size: 0.875rem;
  color: #999;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tele .mobile {
  color: #fff;
  font-size: 1.5rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tele .telewarning {
  font-size: 1rem;
  color: #fff;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tablelink {
  margin: 0 2.5rem;
  width: 24rem;
  height: 11rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tablelink th {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterMiddle .tablelink td a {
  font-size: 0.875rem;
  color: #999;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright {
  display: flex;
  align-items: center;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright ul {
  width: 140px;
  margin-left: 18px;
  height: 177px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright ul li {
  color: #fff;
  margin-bottom: 12px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright ul li a {
  color: #999;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox {
  min-width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .accountassist {
  display: none;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .accountassist .rexian {
  margin: 30px 20px 20px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .accountassist .mobile {
  margin: 30px 20px;
  font-size: 30px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .gongzhongBox {
  display: none;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .gongzhongBox .weixin {
  float: left;
  margin: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .gongzhongBox .weixin img {
  width: 150px;
  height: 150px;
  margin: 15px 0;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .gongzhongBox .weixin p {
  line-height: 20px;
  font-size: 16px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .lawyerzhuceBox {
  display: none;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .lawyerzhuceBox .weixin {
  margin: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .lawyerzhuceBox .weixin img {
  width: 150px;
  height: 150px;
  margin: 15px 0;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterright .erweimaBigBox .erweimaBox .lawyerzhuceBox .weixin p {
  line-height: 20px;
  font-size: 16px;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterQRcode {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterQRcode .weixin {
  margin-left: 2rem;
  height: 11rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterQRcode .weixin .weixintitle {
  font-size: 1rem;
  color: #fff;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterQRcode .weixin img {
  width: 5rem;
  height: 5rem;
  margin: 1rem 0;
}
.publicFooter .publicFooterCenter .publicFooterCenterTop .publicFooterQRcode .weixin p {
  font-size: 0.875rem;
  color: #999;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom ul a {
  font-size: 0.875rem;
  color: #999;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom ul li {
  margin-right: 1rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom p {
  font-size: 0.75rem;
  color: #999;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom p:first-of-type {
  margin-top: 0.5rem;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom .jcba {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom .jcba img {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
.publicFooter .publicFooterCenter .publicFooterCenterBottom .jcba span {
  font-size: 0.75rem;
  color: #999;
}
.sidebar,
.sidebar1 {
  position: fixed;
  top: 45%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(156, 155, 155, 0.1);
  border-radius: 10px 0 0 10px;
  padding: 5px;
  z-index: 999;
}
.sidebar .sidebarItems,
.sidebar1 .sidebarItems {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 0.3rem;
  color: #777474;
  cursor: pointer;
}
.sidebar .sidebarItems p,
.sidebar1 .sidebarItems p {
  font-size: 0.75rem;
  margin-top: 0.3rem;
}
.sidebar .sidebarItems .activep,
.sidebar1 .sidebarItems .activep {
  color: #FF8200;
}
.sidebar .sidebarItems img,
.sidebar1 .sidebarItems img {
  width: 1.5rem;
  height: 1.5rem;
}
.sidebar .sidebarItems .zx,
.sidebar1 .sidebarItems .zx {
  width: 1.8rem;
  height: 1.3rem;
}
.sidebar .sidebarItems .gotop,
.sidebar1 .sidebarItems .gotop {
  font-size: 2.2rem;
}
.sidebar .sidebarItems .consultOnline,
.sidebar1 .sidebarItems .consultOnline {
  position: absolute;
  top: -6px;
  left: -111px;
  background-color: #FF8200;
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 0.625rem;
}
.sidebar .sidebarItems .consultOnline p,
.sidebar1 .sidebarItems .consultOnline p {
  font-size: 1rem;
}
.sidebar .sidebarItems .consultOnline::after,
.sidebar1 .sidebarItems .consultOnline::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 25px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 13px solid #FF8200;
  border-bottom: 8px solid transparent;
}
.sidebar1 {
  display: none;
}
.weituoBreadNav {
  width: 1200px;
  padding-left: 15px;
  margin: 20px auto;
}
.weituoBreadNav a {
  font-size: 15px;
  color: #999;
}
.weituoBreadNav a:last-of-type {
  color: #333;
}
.laypage {
  margin-top: 10px;
  margin-bottom: 20px;
}
.laypage .laypageList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.laypage .laypageList li {
  margin-right: 5px;
}
.laypage .laypageList li .btns {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 30px;
  color: #999;
  background-color: transparent;
}
.laypage .laypageList li .shenglue {
  border: 0;
}
.laypage .laypageList li .choseda {
  background-color: #FF8200;
  color: #fff;
  border: 1px solid #FF8200;
}
.casedesFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 107px;
  background-color: #fff;
  text-align: center;
  line-height: 107px;
  color: #999;
  font-size: 18px;
}
.casedesFooterzhanwei {
  width: 100%;
  height: 107px;
}
.unfindimg {
  width: 100%;
  height: 60vh;
  text-align: center;
}
.unfindimg img {
  width: 30%;
  height: 100%;
}
.tishibox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.tishibox i {
  margin-right: 20px;
}
.tishibox .tishitext {
  color: #fff !important;
  margin: 0!important;
}
.tishibox .guanbi {
  position: absolute;
  top: 26%;
  right: 2%;
  font-size: 25px;
  color: #fff;
  line-height: 20px;
}
.pointer {
  cursor: pointer;
}
.quickloginbigbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.quickloginbigbox .quickloginbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 610px;
  height: 494px;
  background-color: #fff;
  border-radius: 10px;
}
.quickloginbigbox .quickloginbox .logintitle {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  font-size: 18px;
}
.quickloginbigbox .quickloginbox .logintitle .chacha {
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 30px;
  font-weight: normal;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent {
  padding: 0 30px;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .teletitle {
  font-size: 16px;
  margin: 30px 0 20px;
  font-weight: bold;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .mobilebox {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .mobilebox a {
  width: 148px;
  height: 100%;
  background-color: #FF8200;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 0 10px 10px 0;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .mobilebox .teles {
  flex: 1;
  height: 100%;
  outline: none;
  border: 1px solid #FF8200;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  padding-left: 15px;
  font-size: 16px;
  color: #666;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .mobilebox .yanzhengma {
  border-radius: 10px;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .servexieyi {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .servexieyi p {
  font-size: 16px;
  margin-left: 5px;
  color: #666;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .servexieyi p a {
  color: #5A6E97;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .tx {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .tijiaologin {
  text-align: center;
  margin-top: 70px;
  opacity: 0.5;
}
.quickloginbigbox .quickloginbox .quickloginboxcontent .tijiaologin a {
  display: inline-block;
  width: 272px;
  height: 50px;
  border-radius: 25px;
  background-color: #FF8200;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.showlawyerinfo {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.showlawyerinfo:hover {
  opacity: 1;
}
.showlawyerinfo img {
  transition: all 0.3s linear;
}
.showlawyerinfoimg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.erweimahidebox {
  position: absolute;
  top: 110%;
  left: 0;
  width: 350px;
  height: 200px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 0px 9px 2px rgba(118, 118, 118, 0.26);
  line-height: 1;
}
.erweimahidebox .lawerimg {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 10px;
}
.erweimahidebox .lawerimg img {
  width: 100%;
  height: 100%;
}
.erweimahidebox .lawyerxx {
  flex: 1;
  font-size: 15px;
  color: #333333;
}
.erweimahidebox .lawname {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.erweimahidebox .lawname span:last-of-type {
  font-size: 13px;
  margin-left: 5px;
  color: #666;
  font-weight: normal;
}
.erweimahidebox .lawyersws {
  margin: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.erweimahidebox .lawyerjj {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.erweimahidebox .pf {
  margin: 8px 0;
}
.erweimahidebox .pf span {
  margin-right: 10px;
  color: #333;
}
.erweimahidebox .zxzx {
  display: inline-block;
  background-color: #FF8200;
  width: 110px!important;
  height: 30px!important;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  margin-top: 5px;
}
.nozixunlist {
  text-align: center;
  font-size: 17px;
  color: #999;
  margin-bottom: 20px;
}
.xxzxa {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xxzxa .weiduxx {
  display: none;
  color: #fff;
  font-size: 14px;
  height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  background-color: red;
  line-height: 20px;
  margin-right: 90px;
}
.sjzsbox {
  margin-top: 20px;
  background-color: #fff;
  padding: 15px;
}
.sjzsbox .sjzsTab {
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.sjzsbox .sjzsTab a {
  display: inline-block;
  font-size: 20px;
  color: #333;
  margin-right: 15px;
}
.sjzsbox .sjzsTab a:hover {
  opacity: 1;
}
.sjzsbox .sjzsTab .sjzsActivea {
  font-weight: bold;
}
.sjzsbox .sjzsListBlock {
  display: block!important;
}
.sjzsbox .sjzsList {
  display: none;
  width: 100%;
  margin-top: 5px;
}
.sjzsbox .sjzsList .sjzs_baike {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
}
.sjzsbox .sjzsList .sjzs_baike p {
  width: 75%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sjzsbox .sjzsList .sjzs_baike span {
  font-size: 13px;
}
.sjzsbox .sjzsList .sjzs_ls {
  display: flex;
  align-items: center;
  height: 70px;
}
.sjzsbox .sjzsList .sjzs_ls img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.sjzsbox .sjzsList .sjzs_ls .name {
  margin-bottom: 10px;
}
.sjzsbox .sjzsList .sjzs_ls .name h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.sjzsbox .sjzsList .sjzs_ls .name span {
  font-size: 15px;
  color: #999;
}
.sjzsbox .sjzsList .sjzs_ls .sjzs_ls_pl span {
  font-size: 13px;
  color: #999;
  margin-right: 15px;
}
