* {
    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: #031F93;
    cursor: pointer;
    border-bottom: 2px solid #031F93;
}

.nav-father ul li .son {
    opacity: 0.9;
    width: 91px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: -9px;
}

.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: #031F93;
}

.banner {
    width: 100%;
    height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-txt {
    position: absolute;
    width: 1200px;
    height: 70px;
}

.banner-txt p {
    font-size: 40px;
    padding-bottom: 10px;
    color: #fff;
}

.banner-txt span {
    font-size: 18px;
    color: #fff;
}

.active {
    color: #031F93;
    border-bottom: 4px solid #031F93;
}

.damage {
    width: 1200px;
    height: 58px;
    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;
    font-size: 21px;
    margin-right: 70px;
}

.damage .three-block-1:hover {
    color: #031F93;
    cursor: pointer;
    border-bottom: 4px solid #031F93;
}

.damage .three-block-2 {
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 21px;
    margin-right: 70px;
}

.damage .three-block-2:hover {
    color: #031F93;
    cursor: pointer;
    border-bottom: 4px solid #031F93;
}

.damage .three-block-3 {
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 21px;
    margin-right: 70px;
}

.damage .three-block-3:hover {
    color: #031F93;
    cursor: pointer;
    border-bottom: 4px solid #031F93;
}

.special {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
}

.special ul li {
    list-style: none;
}

.special .specials {
    width: 1200px;
    height: 200px;
    display: flex;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.special .specials .special-left {
    width: 920px;
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.special-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.special .specials .special-right {
    width: 120px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img {
    width: 159px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img img {
    width: 159px;
    height: 102px;
}

.text {
    width: 709px;
}

.text p {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 25px;
}

.text span {
    display: block;
    font-size: 15px;
    color: #777;
}

.special-right p {
    text-align: center;
    font-size: 21px;
    color: #031F93;
}

.special-right button {
    width: 120px;
    height: 30px;
    background-color: #031F93;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    color: white;
    cursor: pointer;
}

.work-together {
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    display: none;
}

.work-together ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.work-together ul li {
    width: 400px;
    font-size: 15px;
    color: #777;
    line-height: 48px;
}

.noshow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noshow .noshow-img {
    margin-top: 475px;
    width: 100%;
    height: 565px;
    object-fit: cover;
    position: relative;
}

.noshow .honor {
    position: absolute;
    width: 742px;
    margin-bottom: 140px;
    text-align: center;
}

.noshow .honor p {
    line-height: 100px;
    font-size: 20px;
}

.honor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.noshow .honor h6 {
    font-size: 18px;
    color: #777;
    line-height: 40px;
    font-weight: normal;
}

.noshow .honor .honor-img {
    margin-top: 78px;
    z-index: 1;
}

.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: #031F93;
}

.case-details .title {
    height: 50px;
    width: 616px;
}

.case-details .title p {
    font-size: 22px;
    line-height: 50px;
    border-bottom: 1px solid #031F93;
}

.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: #031F93;
}

.team>p {
    font-size: 36px;
    color: #031F93;
    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 #031F93;
    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: #031F93;
    border-radius: 12px;
    border: none;
    color: white;
    margin-top: 25px;
}