* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

ul li {
    list-style: none;
}

header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo-left {
    width: 180px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-father {
    width: 670px;
    height: 96px;
    position: relative;
}

.nav-father>ul>li {
    font-size: 18px;
    line-height: 96px;
    text-align: center;
    list-style: none;
    float: left;
}

.nav-father>ul>li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.nav-father ul>li>a:hover {
    font-size: 18px;
    color: #b18d59;
    cursor: pointer;
    border-bottom: 2px solid #b18d59;
}

.nav-father ul li .son {
    opacity: 0.9;
    width: 91px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 1;
}

.nav-father ul li .son-last {
    opacity: 0.9;
    width: 91px;
    height: 100px;
    display: none;
    position: absolute;
    z-index: 1;
}

.nav-father ul li:hover div {
    display: block;
}

.nav-father ul li div>a {
    display: block;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    opacity: 0.9;
}

.nav-father ul li div>a:hover {
    color: #b18d59;
}

.banner {
    width: 100%;
    height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-txt {
    position: absolute;
    width: 1200px;
    height: 70px;
    text-align: left;
    padding-left: 13px;
}

.banner-txt p {
    font-size: 40px;
    padding-bottom: 10px;
    color: #fff;
}

.banner-txt span {
    font-size: 18px;
    color: #fff;
}

.damage {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    border-bottom: 1px solid #797979;
    margin-top: 50px;
    display: flex;
}

.damage .three-block-1 {
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #000;
    font-size: 21px;
    margin-right: 70px;
}

.damage .three-block-1:hover {
    color: #b18d59;
    border-bottom: 4px solid #b18d59;
}

.damage .three-block-2 {
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #000;
    font-size: 21px;
    margin-right: 70px;
}

.damage .three-block-2:hover {
    color: #b18d59;
    border-bottom: 4px solid #b18d59;
}

.damage .three-block-3 {
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #000;
    font-size: 21px;
    margin-right: 70px;
}

.damage .three-block-3:hover {
    color: #b18d59;
    border-bottom: 4px solid #b18d59;
}

.lawyer-head {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 122px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}
.lawyer-head .search-box{
  position: absolute;
  right: 0;
  top: 0;
  width: 382px;
  height: 45px;
  border-radius: 22px;
  box-sizing: border-box;

}
.lawyer-head .search-box input{
    font-family: AdobeHeitiStd-Regular;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 4px;
	letter-spacing: 0px;
	color: #999999;
    border-radius: 22px;
    position: absolute;
    border:  2px solid rgba(227, 229, 234, 0.95);

    outline: none;
    left: 0;
    top: 0;
    width: 382px;
    padding-left: 54px;
    box-sizing: border-box;
    height: 45px;
}
.lawyer-head .search-box .search-img{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 13px;
    z-index: 99;
}

.lawyer-head .search-box .search-btn{
    width: 96px;
	height: 44px;
	background-image: linear-gradient(
		rgba(4, 46, 117, 0.95), 
		rgba(4, 46, 117, 0.95)), 
	linear-gradient(90deg, 
		#fd7009 0%, 
		#fd4809 100%);
	background-blend-mode: normal, 
		normal;
	border-radius: 22px;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    color: #fff;
    right: 0;
    line-height: 44px;
    text-align: center;
}
.lawItem{
    width: 549px;
    margin-bottom: 46px;
    text-align: center;
}
.lawItem:nth-child(2n){
   margin-left: 69px;
}
.lawItem h1:nth-child(1){
    margin-top: 40px;
    font-family: SourceHanSansCN-Medium;
	font-size: 31px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #11316f;
}
.lawItem h1:nth-child(2){
    margin-top: 11px;
    font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c5c5c5;
}
.lawItem h3{
    margin-top: 58px;
    font-family: SourceHanSansCN-Light;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
    height: 30px;
    border-bottom: 1px solid  #eaeaea;
}
.lawItem .intro{
    margin-top: 24px;
    padding: 0 11px;
    box-sizing: border-box;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 195px;
font-family: SourceHanSansCN-Light;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.lawItem button{
    width: 105px;
    margin-top: 32px;
	border-radius: 7px;
	border: solid 1px #B18D59;
    font-family: SourceHanSansCN-Regular;
	font-size: 15px;
    background: transparent;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #B18D59;
}
.lawItem .j-lawyers{
    display: flex;
}
.lawItem .j-lawyers .cover{
    background: #FAFAFA;
    padding: 15px 20px 20px 20px;
    height: 352px;
    box-sizing: border-box;
}
.lawItem .j-lawyers .p-img{
    width: 284px;
	height: 353px;
} 
.lawyer-head ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.lawyer-head ul li {
    display: block;
    margin-left: 22px;
    list-style: none;
}

.lawyer-head ul li .lawyers {
    width: 377px;
    height: 449px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.lawyer-head ul li .lawyers:hover {
    box-shadow: 2px 2px 3px 3px #c5c3c3;
}

.lawyer-head ul li .lawyers img {
    width: 100%;
    object-fit: contain;
}

.lawyer-head ul li .lawyers .cover {
    width: 377px;
    height: 186px;
    background-color: #FAFAFA;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
}

.lawyer-head ul li .lawyers .cover h4 {
    font-size: 20px;
    color: #b18d59;
    padding: 20px 0 20px 20px;
}

.lawyer-head ul li .lawyers .cover h4 span {
    font-size: 12px;
    color: #000;
    padding-left: 15px;
}

.lawyer-head ul li .lawyers .cover p {
    font-size: 15px;
    line-height: 33px;
    padding: 0 20px 0 20px;
}

.lawyer-head ul li .lawyers .cover button {
    width: 85px;
    height: 23px;
    border: 1px solid #b18d59;
    color: #b18d59;
    font-size: 12px;
    line-height: 23px;
    margin-left: 20px;
    margin-top: 10px;
    background-color: transparent;
}

.pagenation {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenation .page-btn {
    width: 35px;
    height: 36px;
    border-radius: 7px;
    border: solid 1px #b2b1b1;
    color: #acabab;
    margin-right: 5px;
    background-color: white;
}

.pagenation .page-btnk {
    width: 35px;
    height: 36px;
    border-radius: 7px;
    border: solid 1px #b18d59;
    color: #b18d59;
    margin-right: 5px;
    background-color: white;
}

.pagenation .page-btn :active {
    border: 1px solid #b18d59;
}

.pagenation p {
    font-size: 18px;
    color: #b18d59;
    padding-right: 5px;
}

.pagenation .page-btn-next {
    width: 85px;
    height: 36px;
    border-radius: 7px;
    border: solid 1px #b2b1b1;
    color: #acabab;
    font-size: 18px;
    margin-right: 5px;
    background-color: white;
}

.pagenation .page-btn-next :active {
    border: 1px solid #b18d59;
}

.last {
    width: 100%;
    height: 726px;
    margin: 0 auto;
    position: relative;
}

.last-img {
    width: 1920px;
}

.real-last {
    position: absolute;
    margin-top: -723px;
    width: 100%;
}

.last-up {
    width: 1200px;
    margin: 0 auto;
}

.last-line {
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}
.last-down {
    width: 1200px;
    margin: 0 auto;
}

.logo-name {
    width: 310px;
    height: 70px;
    margin: 0 auto;
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}

.law-name {
    width: 222px;
}

.law-name h6 {
    font-size: 24px;
    color: white;
    font-weight: normal;
}

.law-name span {
    font-size: 12px;
    color: white;
}

.law-name p {
    padding-top: 5px;
    font-size: 12px;
    color: white;
}

.eight {
    width: 1006px;
    /* height: 85px; */
    margin: 0 auto;
    margin-top: 60px;
}

.line-1 {
    display: flex;
    justify-content: space-between;
}

.line-1 ul {
    display: flex;
    flex-wrap: wrap;
}

.line-1 ul li {
    display: block;
    width: 200px;
    height: 64px;
    text-align: center;
}

.line-1 ul li a {
    font-size: 18px;
    color: white;
}

.wechat {
    width: 110px;
    height: 136px;
    margin: 0 auto;
    margin-top: 50px;
}

.wechat p {
    font-size: 18px;
    color: white;
    padding-top: 12px;
}

.law-site {
    width: 642px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: white;
    margin-top: 30px;
}

.file-no {
    width: 412px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    color: white;
}

.dynamic {
    width: 1128px;
    height: 448px;
    margin-top: 82px;
    margin-left: -50px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.dynamics {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dynamic-left {
    width: 100px;
    height: 50px;
    margin-top: -4px;
}

.dynamic-right {
    width: 975px;
    height: 75px;
}

.dynamic-left p {
    font-size: 28px;
    font-weight: normal;
    color: #777;
}

.dynamic-left span {
    font-size: 18px;
    color: #777;
    font-weight: bold;
    padding-left: 20px;
}

.point {
    display: flex;
}

.point h6 {
    font-size: 27px;
    color: #c5c4c4;
    margin-top: -10px;
    padding-right: 10px;
}

.dynamic-right p {
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

.dynamic-right span {
    font-size: 15px;
    color: #777;
}

.case-details {
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    display: none;
}

.case-details p {
    font-size: 20px;
}

.case-details span {
    font-size: 20px;
    color: #b18d59;
}

.case-details .title {
    height: 50px;
    width: 616px;
}

.case-details .title p {
    font-size: 22px;
    line-height: 50px;
    border-bottom: 1px solid #b18d59;
}

.out {
    width: 1200px;
    margin-top: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.just-text {
    width: 1194px;
    height: 550px;
    border-bottom: 1px solid #e1e1e1;
}

.just-text p {
    font-size: 15px;
    line-height: 33px;
    outline-color: #777;
}

.txt {
    width: 1194px;
    height: 532px;
    margin-top: 20px;
}

.last-txt {
    margin-top: 50px;
}

.last-txt p {
    font-size: 15px;
    color: #777;
}

.last-txt span {
    font-size: 15px;
    color: black;
}

.last-txt .active {
    color: #b18d59;
}

.team>p {
    font-size: 36px;
    color: #b18d59;
    padding-top: 50px;
}

.team>p span {
    font-size: 18px;
    color: #777;
}

.lawyer {
    width: 1200px;
    height: 290px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.lawyer-1 {
    width: 385px;
    height: 100%;
    display: flex;
}

.lawyer-1 .word {
    width: 184px;
    height: 290px;
    border: solid 1px #b18d59;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lawyer-1 .word .lawyer-name> {
    width: 138px;
    height: 230px;
}

.lawyer-1 .word .lawyer-name>p {
    font-size: 18px;
    font-weight: bold;
}

.lawyer-1 .word .lawyer-name>p span {
    font-size: 12px;
    color: #777;
}

.lawyer-1 .site {
    width: 112px;
    height: 138px;
    margin: 0 auto;
    margin-top: 35px;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    text-align: center;
}

.lawyer-1 .site p {
    font-size: 15px;
    color: #777;
    padding: 10px 0 10px 0;
}

.lawyer-1 .site span {
    font-size: 15px;
    color: #777;
}

.cc {
    display: flex;
    justify-content: center;
}

#check {
    width: 90px;
    height: 23px;
    background-color: #b18d59;
    border-radius: 12px;
    border: none;
    color: white;
    margin-top: 25px;
}