.mt-2 {
    margin-top: 20px;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

header h1 img {
    width: 60%;
}

header .menu {
    width: 25px;
}

header .menu img {
    width: 100%;
}

.banner {
    width: 100%;
    margin-top: 44px;
}

.banner .swiper-slide img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 3px;
    display: inline-block;
    border-radius: 40px;
    background: #e2e2e2;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 19px;
    height: 3px;
    background: #3e6dcb;
}

.box {
    padding: 10px;
    box-sizing: border-box;
}

.box-cont {
    width: 100%;
}

.box-cont .hd ul {
    width: 100%;
    height: 35px;
    background-color: #f7f7f7;
    border-radius: 5px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.box-cont .hd ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 35px;
    color: #333333;
    font-size: 18px;
    border-radius: 5px;
}

.box-cont .hd ul li.on a {
    color: white;
    background-color: #3e6dcb;
}

.box-cont .bd ul {
    margin-top: 10px;
}

.box-cont .bd ul li {
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.box-cont .bd ul li::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #333333;
    position: absolute;
    top: 15px;
    left: 0;
}

.box-cont .bd ul li a {
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    box-sizing: border-box;
}

.box-cont .bd ul li span {
    font-size: 14px;
    color: #999999;
}

.box-cont .bd ul .more {
    margin-top: 20px;
}

.box-cont .bd ul .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    border: 1px solid #3e6dcb;
    color: #3e6dcb;
    border-radius: 5px;
}

.swiper-containerdj .swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-containerdt .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-containerdt .swiper-slide img {
    width: 100%;
    height: 200px;
}

.swiper-containerdt .swiper-slide .text {
    width: 100%;
    height: 125px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.swiper-containerdt .swiper-slide .text h4 a {
    color: #3e6dcb;
    font-size: 16px;
    line-height: 25px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-containerdt .swiper-slide .text .time {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
    font-size: 14px;
    color: #999999;
}

.swiper-containerdt>.swiper-pagination-bullets {
    bottom: 20px;
    right: 17px;
    left: auto;
    width: auto;
}

.swiper-containerdj img,
.swiper-containerdj2 img {
    width: 100%;
}

.swiper-containerdj>.swiper-pagination-bullets {
    bottom: 5px;
}

.box-cont .bd.serve ul li {
    width: 100%;
    height: 60px;
}

.box-cont .bd.serve ul li:first-child {
    background: url(../img/serve_bg1.png) no-repeat 100%;
}

.box-cont .bd.serve ul li:nth-child(2) {
    background: url(../img/serve_bg2.png) no-repeat 100%;
}

.box-cont .bd.serve ul li:nth-child(3) {
    background: url(../img/serve_bg3.png) no-repeat 100%;
}

.box-cont .bd.serve ul li:nth-child(4) {
    background: url(../img/serve_bg4.png) no-repeat 100%;
}

.box-cont .bd.serve ul li:nth-child(5) {
    background: url(../img/serve_bg5.png) no-repeat 100%;
}

.box-cont .bd.serve ul li::after {
    display: none;
}

.box-cont .bd.serve ul li a {
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.box-cont .bd.serve ul .more {
    margin-top: 0;
}

.box-cont .bd.serve ul li a .more img {
    width: 50%;
}

.box-cont .bd.serve ul li a .text {
    font-size: 16px;
    color: white;
}

.box-cont .bd.serve ul li {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.wyh .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.wyh .items a {
    display: flex;
    width: 43%;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.advs a {
    display: block;
    margin-bottom: 10px;
}

.advs a>img {
    width: 100%;
}

.links {
    display: flex;
    flex-flow: column nowrap;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.links select {
    width: 100%;
    height: 30px;
    background-color: #d9d9d9;
    border-radius: 5px;
    margin-bottom: 10px;
}

footer {
    background-color: #5f5f5f;
    padding: 20px 0;
    box-sizing: border-box;
}

footer p {
    font-size: 12px;
    color: #fff;
    opacity: .5;
    text-align: center;
    line-height: 22.5px;
}

nav {
    display: none;
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    height: 100vh;
    /* z-index: 999; */
    background-color: rgba(0, 0, 0, 0.5);
    flex-flow: row nowrap;
    justify-content: flex-start;
}

nav .nav {
    width: 70%;
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
}

nav .nav ul li {
    width: 100%;
    height: 35px;
    background-color: #e6e6e6;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

nav .nav ul li a {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
}

nav .nav ul li a span {
    font-size: 16px;
    color: #333333;
}

nav .nav ul li a img {
    width: 30px;
    height: 35px;
}

nav .more {
    position: relative;
    align-self: center;
    margin: 0 auto;
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
}

nav .nav .first {
    height: 80vh;
    overflow-y: scroll;
}

@keyframes mymove {
    from {
        right: 0px;
    }

    to {
        right: 20px;
    }
}

@-webkit-keyframes mymove {
    from {
        right: 0px;
    }

    to {
        right: 20px;
    }
}

nav .nav .tit {
    margin: 10px 0;
}

nav .nav .tit a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

nav .nav .tit a img {
    width: 6px;
    height: 11.5px;
}

nav .nav .tit a span {
    font-size: 18px;
    font-weight: bold;
    color: #3e6dcb;
    margin-left: 5px;
}

nav .nav ul .subtit {
    background-color: #e6e6e6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

nav .nav ul .subtit .item {
    display: flex;
    flex-flow: row wrap;
}

nav .nav ul .subtit .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background-color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #2C2C2C;
}

.twobanner {
    width: 100%;
    height: 100px;
    margin-top: 44px;
    position: relative;
    overflow: hidden;
}

.twobanner .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.twobanner .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.twobanner .text h2 {
    font-size: 18px;
    color: #fff;
}

.twobanner .text p {
    font-size: 12px;
    color: #fff;
}

.twobanner .text p a {
    font-size: 12px;
    color: #fff;
}

.content {
    padding: 20px;
}

.tplist ul li {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.tplist ul li a {
    display: flex;
    flex-flow: column nowrap;
}

.tplist ul li a img {
    width: 100%;
}

.tplist ul li a span {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.twlist ul li {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.twlist ul li a {
    display: flex;
    flex-flow: column nowrap;
}

.twlist ul li a img {
    width: 100%;
}

.twlist ul li a .text {
    background-color: #f7f7f7;
    display: flex;
    flex-flow: column nowrap;
    padding: 10px 20px;
    box-sizing: border-box;
}

.twlist ul li a .text span {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    display: block;
    margin-top: 10px;
}

.twlist ul li a .text em {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
}

.twlist ul li a .text i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    margin: 20px 0 10px;
}

.xxcontent {
    background-color: #f7f7f7;

}

.xxcontent ul li a .text {
    background-color: #fff;
}

.zpcontent {
    padding: 0;
    background-color: #f7f7f7;
}

.zplist ul li {
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
}

.zplist ul li a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
}

.zplist ul li a .img {
    width: 100px;
    height: 160px;
    border-radius: 5px;
    overflow: hidden;
}

.zplist ul li a .img img {
    width: 100px;
    height: 130px;
}

.zplist ul li a .img span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #333333;
}

.zplist ul li a .text {
    width: 230px;
    position: relative;
    margin-left: 20px;
}

.zplist ul li a .text p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.zplist ul li a .text .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 25px;
    border: 1px solid #3e6dcb;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.box-cont .bd ul.xwzx-notice li {
    height: auto;
    line-height: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.box-cont .bd ul.xwzx-notice li::after {
    display: none;
}

.box-cont .bd ul.xwzx-notice li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box-cont .bd ul.xwzx-notice li a .time {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.box-cont .bd ul.xwzx-notice li a .time .day {
    font-size: 18px;
    color: #999999;
}

.box-cont .bd ul.xwzx-notice li a .time .month {
    font-size: 12px;
    color: #999999;
}

.box-cont .bd ul.xwzx-notice li a span {
    display: inline-block;
    background-color: #eeeeee;
    width: 1px;
    height: 50px;
    margin: 0 10px;
    box-sizing: border-box;
}

.box-cont .bd ul.xwzx-notice li a.text .h3 {
    font-size: 16px;
    color: #333333;
}

.box-cont .bd ul.xwzx-notice li a.text .desc {
    font-size: 14px;
    color: #666666;
}

.box-cont .bd ul.spzq .swiper-containerdt .swiper-wrapper {
    padding-bottom: 30px;
}

.box-cont .bd ul.spzq .swiper-containerdt .swiper-slide {
    width: 100%;
    height: 185px;
}

.box-cont .bd ul.spzq .swiper-containerdt .swiper-slide .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
}

.box-cont .bd ul.spzq .swiper-containerdt .swiper-slide .text {
    width: 100%;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: unset;
    text-align: center;
}

.box-cont .bd ul.spzq .swiper-containerdt .swiper-slide .text h4 {
    height: 32px;
    line-height: 32px;
}

.box-cont .bd ul.spzq .swiper-containerdt .swiper-slide .text h4 a {
    font-size: 12px;
    color: #fff;
}

.box-cont .bd ul.spzq .swiper-containerdt>.swiper-pagination-bullets {
    bottom: 0;
    right: auto;
    left: auto;
    width: 100%;
}

.box-cont .bd ul.upxhjj .item img {
    width: 100%;
}

.box-cont .bd ul.upxhjj .item .text {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-cont .bd ul.upxhjj .item .text .h3 {
    font-size: 16px;
    color: #333333;
}

.box-cont .bd ul.upxhjj .item .text p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;

}

.xhjj-adv a {
    display: block;
    width: 100%;
    height: 62px;
    position: relative;
}

.xhjj-adv a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.xhjj-adv a .text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.xhjj-adv a .text .h3 {
    font-size: 16px;
    color: #fff;
}

.xhjj-adv a .text img {
    width: 50%;
}

.xhjj-adv a .text .jt {
    text-align: right;
}

.box-cont .bd ul.upzyze .item .text p {
    margin-top: unset;
}

.swiper-containermember .swiper-slide {
    background-color: #f7f7f7;
    border-radius: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.swiper-containermember .swiper-slide .img {
    height: 150px;
    width: 110px;
}

.swiper-containermember .swiper-slide .img img {
    height: 100%;
    width: 100%;
}

.swiper-containermember .swiper-slide .text {
    width: 200px;
    margin-left: 20px;
}

.swiper-containermember .swiper-slide .text p {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.swiper-containermember .swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-containermember>.swiper-pagination-bullets {
    bottom: 0px;
}

.alkcont .tab-had {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.alkcont .tab-had a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 35px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 10px;
}

.alkcont .tab-had a.on {
    font-size: 14px;
    color: #3e6dcb;
    border: 1px solid #3e6dcb;
}

.alkcont .tab-bod .item {
    display: none;
}

.alkcont .tab-bod .item.on {
    display: block;
}

.alkcont .imgli .item li {
    height: auto;
    margin-bottom: 10px;
}

.alkcont .imgli .item li::after {
    display: none;
}

.alkcont .imgli .item li img {
    width: 100%;
}

.box-cont .bd ul.alkcont .imgli .item li a {
    padding-left: unset;
}

.box-cont .bd ul.bszncont .imgli .item li {
    height: 60px;
}

.box-cont .bd ul.bszncont .imgli .item li a {
    padding-left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bszncont .imgli .item li img {
    width: 10%;
}

.box-cont .bd ul.bszncont .imgli .item li a p {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.items .item {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.items .item>img {
    width: 50%;
}

.items .item .text {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.items .item .text .h3 {
    font-size: 18px;
    color: #3e6dcb;
    font-weight: 600;
    margin-top: 10px;
}

.items .item .text p {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}

.weui-tabbar {
    position: fixed;
}

.columnlist {
    background: #fff;
    padding: 20px;
}

.columnlist a {
    display: block;
    width: 100%;
    height: 4em;
    line-height: 4em;
    text-align: center;
    background: #0072BF;
    background-size: 100% 100%;
    display: block;
    margin: 1em 0;
    color: #fff;
    font-size: 0.8em;
    font-family: '微软雅黑';
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #0072BF;
}

.contact-box {
    margin: 44px 0 20px;
}

.weui-cell__bd p {
    color: #232323;
}

footer p a {
    color: #fff !important;
    opacity: 1;
}

.weui-article h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.prevnext div {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 10px;
}

.prevnext div a {
    color: #999999;
    font-size: 14px;
    line-height: 25px;
}

.weui-article p {
    /* line-height: 25px;
	font-size: 14px; */
    line-height: 2em;
    margin-top: 10px !important;
}

.location {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.lawyer-query {
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.location select {
    width: 49%;
    height: 30px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.keyword {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 20px;
}

.keyword input[type=text] {
    width: 100%;
    height: 35px;
    background-color: #f7f7f7;
    color: #999999;
    border: none;
    outline: unset;
    padding-left: 10px;
}

.keyword input[type=submit] {
    width: 88px;
    height: 35px;
    background-color: #3e6dcb;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: unset;
}

.result ul li {
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 5px;
}

.result ul li a .text p:first-child {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.result ul li a .text p:not(:first-child) {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.result ul li a .text p span {
    font-size: 14px;
    color: #666666;
}

center.margin-top-60,
center.padding-top-90 {
    margin: 40px auto 30px;
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 1px;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #5a5a5a;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #1182d8;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "«";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "»";
}

center.margin-top-60 {
    margin: 20px auto 30px;
}

.weui-article {
    overflow-x: auto;
}

.twlist ul li.xhjjlist a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    background-color: #fff;
}