* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

a {
    text-decoration: none !important;
}

input {
    outline: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.phone-block {
    display: none;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}



.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge {
    transition: all .8s;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up {
    transition: all .8s;
}

.up:hover {
    transform: translateY(-10px);
}

.rotate {
    transition: all .8s;
}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
    padding: 20px 0;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 76%;
}



.hover-ul {
    display: none;
}



.banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 15%;
}

.phone-block {
    display: none;
}

header ul>.li-red {
    background-color: rgb(2, 74, 146);
}

header ul>.li-red>a {
    color: #fff;
}

header>.header-flex>.wrap>ul>li:hover {
    background-color: rgb(2, 74, 146);
}

header>.header-flex>.wrap>ul>li:hover>a {
    color: #fff;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li>a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 9px;
}

.phone-text {
    color: rgb(2, 74, 146);
    font-size: 22px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
}

.phone-ul li:hover {
    background-color: rgb(2, 74, 146);
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid rgb(2, 74, 146);
}

.banner1 {
    padding-top: 26%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.mobile-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    display: none;
}

.mobile-header ul {
    margin-left: 71%;
    display: none;
}

.mobile-header:hover .mobile-header-ul {
    display: block;
}

.mobile-header-ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #242424;
    line-height: 50px;
    color: #eee;
}

.mobile-header-ul li a {
    color: #eee;
}

.mobile-header-ul li:hover {
    background-color: rgb(154, 6, 6);
    color: #000;
}

.mobile-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: rgb(2, 74, 146);
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}

.mobile-buttom:hover {
    background-color: rgb(2, 74, 146);
    color: #fff;
}

.mobile-buttom a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.mobile-buttom a:hover {
    color: #FFFFFF
}

.mobile-buttom a img {
    display: block;
    height: 25px;
    margin: 3px auto;
}

.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}




.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 59px;
    width: 100%;
}




.public-title>span:nth-child(2) {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(238, 238, 238);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-right: 1%;
}

.public-title>span:nth-child(1) {
    margin-right: 1%;
}

.public-title>span:nth-child(5) {
    margin-left: 1%;
}

.public-title>span:nth-child(4) {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-left: 1%;
}

.introduce {
    padding: 20px 0 40px 0;
}

.introduce .flex {
    position: relative;
    margin-top: 30px;

}

.introduce .introduce-img {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.introduce .introduce-img img {
    max-width: 40%;
}

.introduce-left>span,
.introduce-right>span {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.introduce-left-text,
.introduce-right-text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(238, 238, 238);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-top: 15px;
}

.introduce-left-text {
    line-height: 30px;
}

.introduce-left,
.introduce-right {
    width: 40%;
}

.field .public-title>span:nth-child(2) {

    color: rgb(0, 0, 0);

}

.field {
    padding: 40px 0;
}

.field ul li {
    width: 30%;
    margin: 1.5%;
}

.field ul li {
    transition: all .8s;
}

.field ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}


.field-li-box {
    background-color: #fff;
    padding: 20px 10px 70px 10px;
    height: 100%;
    position: relative;
}

.field-li-box>span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.field ul li:hover .field-li-box>span {
    color: rgb(2, 74, 146);
}

.field-li-box-text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 25px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-top: 15px;
    max-height: 75px;
}

.field-li-box>img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.field-li-box-text>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.field .flex {
    margin-top: 20px;
}

.case .public-title>span:nth-child(2) {

    color: rgb(0, 0, 0);

}

.case-li-span1 {
    width: 70%;
}

.case-li-span1>span {
    float: left;
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case-li-span1>p {
    font-size: 12px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(102, 102, 102);


}

.case ul li {
    width: 47%;
    margin: 1.5%;
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: auto;
    margin-top: 2px;
}

.case {
    background-color: rgb(249, 249, 249);
    ;
    padding: 40px 0;
}

.public-a {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: rgb(220, 228, 241);
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 40px;
}

.case ul {
    margin-top: 20px;
}

.case-li-span2 {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(102, 102, 102);
}

.about-left {
    width: 27%;
}

.about-right {
    width: 68%;
}

.about-right .public-title>span:nth-child(2) {

    color: rgb(0, 0, 0);

}

.about-right .public-title>span:nth-child(1) {
    margin-right: 0;
}

.about-right-text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-top: 20px;
}

.about-left .img-box {
    padding-top: 125%;
}

.about-right ul li>span {
    font-family: 微软雅黑;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    color: rgb(2, 74, 146);
    background-color: transparent;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
}

.about-right ul li>p {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    margin-top: 10px;

}

.about-right ul {
    margin-top: 20px;
}

.about-right ul li {
    width: 30%;
    margin: 1.5%;
    text-align: center;
}

.about {
    padding: 40px 0;
}

.contact {
    background-color: rgb(244, 244, 244);

}

.contact .wrap>span {
    display: block;
}

.contact .wrap>span:nth-child(1) {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(2) {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(3) {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(3)>span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(2, 74, 146);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(4) {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(4)>span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(2, 74, 146);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(5) {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap>span:nth-child(5)>p {
    margin-left: 3em;
}

.contact .wrap .span6 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
}

.contact .wrap {
    background-color: #fff;
    padding: 45px 30px;
}



.contact .wrap .contact-img img {
    max-width: 80%;
}

.contact {
    padding: 30px 0;
}

.contact .wrap {
    max-width: 1000px;
    border: 1px solid rgb(204, 204, 204);
    ;
    border-top: 5px solid rgb(2, 74, 146);
    ;
}

.contact .wrap>.wrap {
    background-color: #fff;
    padding: 0;
}

.contact .wrap>.wrap {
    max-width: 100%;
    border: none;
}

.introduction-lawyers .public-title>span:nth-child(2) {
    color: rgb(0, 0, 0);
}

.introduction-lawyers-left {
    width: 34%;
}

.introduction-lawyers-left .img-box {
    padding-top: 148%;
}

.introduction-lawyers .public-title {
    padding: 40px 0;
}

.introduction-lawyers-right {
    width: 62%;
}

.span-back {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: rgb(238, 238, 238);
    line-height: 40px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    display: block;
    padding-left: 15px;
    margin: 10px 0 20px 0;
}

.introduction-lawyers-right-text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
}

.introduction-lawyers-text {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    padding: 20px 0;
}

.introduction-lawyers-box ul li a {
    float: left;
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
}

.introduction-lawyers-box ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: 35px;
    margin-top: 2px;
    width: 47%;
    margin: 0 1.5%;

}

.introduction-lawyers-box ul {
    margin-bottom: 30px;
}

.introduction-lawyers-box ul li a>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.introduction-lawyers-bottom-text {
    font-family: 微软雅黑;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
}

.introduction-lawyers-bottom-img {
    text-align: center;
    margin-top: 20px;
}

.introduction-lawyers-bottom {
    padding-bottom: 40px;
}

.introduction-lawyers-box1 ul li {
    width: 100%;

}

.law-firm-left {
    width: 26%;
}

.law-firm-public1 {
    padding: 10px;
    padding-left: 20px;
    border-radius: 10px;
}

.law-firm-public1 img {
    max-width: 8%;
}

.law-firm-public1 span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-left: 3%;
}

.law-firm-public2 {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 20px;
}

.law-firm-public2:hover {
    box-shadow:
        2px 2px 10px #888;
}

.law-firm-public2 a {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(51, 51, 51);
    background-color: rgb(238, 238, 238);
    text-align: center;
    display: block;

}

.law-firm {
    padding: 40px 0;
}

.law-firm-publica {
    margin-top: 20px;
}

.law-firm-left-bottom {
    background-color: rgb(245, 245, 245);
    padding: 10px;
    margin-top: 10px;
}

.law-firm-left-bottom-text {
    padding: 10px 0;
}

.law-firm-left-bottom-text a {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.law-firm-right>p {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(1, 75, 146);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
    position: relative;
}

.law-firm-right {
    width: 70%;
}

.law-firm-right>p>span {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: rgb(199, 199, 199);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-left: 2%;
}

.law-firm-right>p::after {
    display: block;
    content: "";
    width: 13%;
    height: 2px;
    background-color: rgb(1, 75, 146);
    position: absolute;
    bottom: 0;
    left: 0;
}

.law-firm-right>p::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(216, 216, 216);
    position: absolute;
    bottom: 0;
    left: 0;
}

.law-firm-righ-text {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    margin-top: 20px;
}

.news-right ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: 35px;
    margin-top: 2px;
}

.news ul {
    margin-top: 20px;
}

.news ul li a {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
}

.news-right ul li a>span:nth-child(1) {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
}

.news-right ul li a>span:nth-child(2) {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(102, 102, 102);
}

.news-right {
    width: 70%;
}

.news-right ul li {
    margin: 0 1.5%;
}

.news-right ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news {
    padding: 40px 0;
}

.contactus .public-title {
    padding: 40px 0;
}

.contactus .public-title>span:nth-child(2) {
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.contactus-left {
    width: 30%;
    background-color: rgb(2, 74, 146);
}

.contactus-right {
    width: 70%;
}

.contactus .wrap {
    max-width: 995px;
}

.contactus-left {
    padding: 25px;
}

.contactus-left-li-box1 {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.contactus-left-li-box1 img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contactus-left ul li {
    margin: 5% 0;
}

.contactus-left ul li a {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.contactus-left-li-box2 {
    margin-left: 10%;
}

.contactus-right {
    border: 1px solid #333;
}

.contactus {
    padding-bottom: 40px;
}

.contactus-left-li-box1 {
    width: 15%;
}

.contactus-left-li-box2 {
    width: 70%;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}



footer {
    background-color: rgb(40, 40, 40);
    ;
}



.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.footer-nav {
    max-width: 1020px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 30px 0 20px 0;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    border-right: 1px solid #fff;
    padding: 0 4px;
    width: 14.28%;
    text-align: center
}



.footer-buttom {
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}










@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:768px) {
    header {
        display: none;
    }

    .phone-block {
        display: block;
    }

    .phone-none {
        display: none;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 45%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 20px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }







    .page-right .swiper-wrapper .swiper-slide {
        width: 47%;
        margin: 1.5%;
    }


    .page-title {
        display: none;
    }


    .pro-title {
        position: relative;
        background-color: rgb(2, 74, 146);
        padding: 5px 0px;
    }

    .page-pro ul li {
        line-height: 40px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }


    .page-pro ul {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }

    .page {
        margin: 20px 0;
    }

    .public-title>span:nth-child(1),
    .public-title>span:nth-child(5),
    .introduce .introduce-img {
        display: none;
    }

    .introduce-left {
        width: 100%;
    }

    .introduce-right {
        width: 100%;
        margin-top: 20px;
    }

    .field ul li {
        width: 47%;
        margin: 1.5%;
    }

    .field-li-box {
        padding: 20px 10px 35px 10px;
    }

    .field-li-box-text {
        margin-top: 0;
    }

    .field-li-box>span {
        font-size: 12px;
    }

    .field-li-box-text {
        font-size: 10px;
    }

    .public-title>span:nth-child(2) {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
    }

    .public-title>span:nth-child(4) {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(153, 153, 153);
        background-color: transparent;
        line-height: 26px;
    }

    .public-title span>img {
        max-width: 76%;
    }

    .introduce-left>span,
    .introduce-right>span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: left;
        visibility: visible;
    }

    .introduce {
        background-color: rgb(245, 245, 245);
    }

    .introduce-left-text,
    .introduce-right-text {
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 22px;
        text-decoration: none;
        text-align: left;
        visibility: visible;
    }

    .introduce .flex {
        margin-top: 20px;
    }

    .introduce {
        padding: 20px 0 20px 0;
    }

    .public-title>span:nth-child(2) {
        margin-right: 4%;
    }

    .field,
    .case,
    .about {
        padding: 20px 0;
    }

    .case ul li {
        width: 100%;
        margin: 1.5%;
    }

    .public-a {
        margin-top: 20px;
        background-color: #337ab7;
        color: #fff;
        width: 145px;
        height: 36px;
        line-height: 36px;
        border-radius: 20px;
    }

    .about-left {
        display: none;
    }

    .about-right {
        width: 100%;
        margin-top: 20px;
    }

    .about-right ul li>span {
        font-size: 24px;
    }

    .about-right ul li>p {
        font-size: 12px;
    }

    .contact .wrap {

        padding: 20px;
    }

    .contact .wrap>.wrap {
        margin-top: 20px;
    }

    .contact {
        padding: 0;
    }

    .phone-block {
        display: block;
    }

    .phone-none {
        display: none;
    }

    .field-li-box>img {
        max-width: 30%;
    }

    .about-right .public-title {
        display: flex;
        justify-content: center;
    }

    .span-back {
        margin: 0;
    }

    .introduction-lawyers-right-text {
        font-size: 12px;
        line-height: 22px;
    }

    .span-back1 {
        margin-top: 20px;
    }

    .introduction-lawyers-right {
        margin-top: 20px;
    }

    .span-back {
        font-size: 14px;
    }

    .introduction-lawyers-right-text1 {
        font-size: 14px;
    }

    .introduction-lawyers-text {
        font-size: 14px;
    }

    .introduction-lawyers-box ul li {
        width: 100%;
        margin: 1.5%;
    }

    .law-firm-right {
        width: 100%;
    }

    .public-title {
        display: flex;
        justify-content: center;
    }

    .law-firm-right-a .a1 {
        display: block;
        background-color: #65abd0;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #ffffff;
        border-radius: 10px;

    }

    .law-firm-right-a .a2 {
        display: block;
        background-color: rgb(153, 153, 153);
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #ffffff;
        margin-left: 5%;
        border-radius: 10px;

    }

    .law-firm-right-a {
        margin-top: 20px;
    }

    .law-firm-righ-text {
        font-size: 14px;
    }

    .news {
        padding: 20px 0;
    }

    .news-right ul li a>span:nth-child(1) {
        font-size: 14px;
    }

    .news-right ul li a>span:nth-child(2) {
        font-size: 12px;
    }

    .news ul {
        margin-top: 0;
    }

    .contactus {
        padding-bottom: 20px;
    }

    .contactus-left {
        width: 100%;
    }

    .contactus-right {
        width: 100%;
        margin-bottom: 20px;
        height: 250px;
    }

    .contactus .public-title {
        padding: 20px 0;
    }

    .contactus-left ul li {
        margin: 3% 0;
    }

    .contactus-left-li-box1 {
        width: 12%;
    }

    .introduction-lawyers .public-title {
        padding: 20px 0;
    }

    .law-firm {
        padding: 20px 0;
    }

    footer {
        background-color: #fff;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(153, 153, 153);
        font-size: 10px;
        padding: 10px;
        width: 100%;
        line-height: 32px
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }



}