@charset "utf-8";

*,
html,
body,
div,
label,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
a,
input {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

fieldset,
img {
    border: none;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

img {
    width: auto;
}

span {
    display: inline-block
}

table {
    border: 1px gray solid;
    border-spacing: 0px;
    border-collapse: collapse;
    color: #212529;
    margin: 12px auto;
}

table td,
table th {
    padding: 12px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

ul,
ol {
    list-style: none;
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
}

a {
    color: #333;
    text-decoration: none;
    webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.home {
    height: 600px;
    background-image: url('/assets/img/banner_home.jpg');
}

header.team-banner {
    height: 503px;
    background-image: url('/assets/img/banner_team.jpg');
}

header.service {
    height: 503px;
    background-image: url('/assets/img/banner_service.jpg');
}

header.about-banner-zh {
    height: 503px;
    background-image: url('/assets/img/banner_about_zh.jpg');
}
header.about-banner-en {
    height: 503px;
    background-image: url('/assets/img/banner_about_en.jpg');
}

header .inside {
    height: 86px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;

}

header .inside .logo {
    display: flex;
    flex-direction: row;
    align-items: center;

}

header .inside .logo img {
    height: 60px;
}

header .inside .slogan {
    color: #FFF;
    margin-left: 20px;
}

header .inside .slogan h2,header .inside .slogan h3 {
    font-size: 16px;
    font-weight: 400;
}
header .inside .slogan h2.en,header .inside .slogan h3.zh{
    display:none;
}
header .inside .slogan h3.en{
    display:block;
}
header .inside .slogan p {
    font-size: 14px;
}
header .inside .slogan p.en{
    display:none;
}
/*首页修改为滚动*/
header.index{
    height:600px;
    position: relative;
}
header.index .headerIndex{
    position: absolute;
    top:0;
    width:100%;
}
header.index .headerIndex .inside{
    position: relative;
    top:0;
}
#slideIndex{
    height:600px;
    width:100%;
    text-align: center;
    margin:0 auto;
}
#slideIndex .swiper-slide{
    height:600px;
    overflow: hidden;
}
#slideIndex .swiper-slide img{
    height:600px;
} 

/*-------------------------------分割线------------------------*/
nav.menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left:auto;
}

nav.menu ul li {
    margin: 0 20px;
    padding: 0 18px;
    color: #FFF;
}

nav.menu ul li a {
    color: #FFF;
    font-size: 18px;
}
nav.menu ul li a.zh{
    font-size:16px;
}

nav.menu ul li a:last-child {
    margin: 0 4px;
}

.box {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

.box .box-title {
    width: 270px;
    color: #2C395C;
    margin: 0 auto;
    position: relative;
}

.box .box-title h3 {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    font-weight: 200;
    padding: 0 10px;
}
.box .box-title h3::after{
    content: "";
    width:100px;
    position: absolute;
    left: 50%;
    height:3px;
    background-color:#2C395C;
    bottom:-1px;
    transform: translate(-50%,-50%); 
}

.box .box-title span {
    display: block;
    height: 3px;
    background-color: #E2E2E2;
    margin-top: -3px;
}

.box .box-title h6 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 100;
}
.box .box-title h6.en{
    display:none;
}

.box .box-content {
    margin-top: 50px;
}

footer {
    background-color: #2c395c;
}

footer .inside {
    padding: 40px 0;
    color: #FFF;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer h6 {
    font-size: 16px;
    font-weight: 300;
}

footer p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 22px;
    margin: 5px 0;
}

footer p i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: 80%;
}

footer p i.address {
    background-image: url("http://p1.law-zs.com/img/icon_address.png");
}

footer p i.email {
    background-image: url("http://p1.law-zs.com/img/icon_email.png");
}

footer p i.tel {
    background-image: url("http://p1.law-zs.com/img/icon_phone.png");
}

footer .item:first-child {
    max-width:420px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}
footer .links{
    width:210px;
}
footer .links ul {
    margin: 25px 0 0 60px;
}

footer .links ul a {
    color: #FFF;
    background: url("http://p1.law-zs.com/img/icon_dl.png") no-repeat left center;
    padding-left: 25px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.4)
}

footer .links a.cn {
    margin-left: 60px;
    color: #FFF;
}
footer .links a.noshow{
    display: none;
}
footer .pic {
    width: 150px;
    display: flex;
    flex-direction: column;
    margin-left: 130px;
    align-items: center;
}
footer .pic:last-child{
    width:200px;
    margin-left:80px;
}

footer .pic img {
    width: 110px;
    height: 110px;
}

footer .pic span {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

footer .copyright {
    height: 64px;
    line-height: 64px;
    background-color: #161616;
    color: #606060;
    font-size: 16px;
    text-align: center;
}

footer .copyright a {
    margin-left: 20px;
}

footer .copyright a:hover {
    color: #FFF;
}

/* 面包屑 */
.crumbs {
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #E6E6E6;
}

.crumbs .inside {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.crumbs .inside a {
    margin: 0 10px;
}
.search{
    margin-left:auto;
}
.search .input_keys{
    border:1px solid #999;
    border-radius:3px;
    padding:5px 10px;
    font-size:13px;
}
.search .input_keys::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px;
}

.search .input_keys::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
}

.search .input_keys::placeholder {
    font-size: 13px;
}
.search .btn{
    background-color:#2c395c;
    border:none;
    padding:6px 5px;
    color:#FFF;
    border-radius:3px;
}

/* 分页 */
.pagination {
    width:1200px;
    clear: both;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pagination .page-item a,.pagination .page-item.disabled{
    display: inline-block;
    padding: 0 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #DEE2E6;
    margin-left: -1px;
    white-space: nowrap;
}
.pagination .page-item.disabled{
    color:#999;
    cursor: not-allowed;
}

.pagination .page-item a.active,
.pagination .page-item a:hover {
    background-color: #2E395A;
    color: #FFF;
    border: 1px solid #2E395A
}

/********************** 通用样式结束 */
/* 统计 */
.statistics {
    height: 202px;
    text-align: center;
    background-color: #A03836;
    color: #FFF;
}

.statistics ul {
    height: 202px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.statistics ul li {
    padding: 0 50px;
}

.statistics ul li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.statistics ul .num {
    font-weight: 600;
    font-size: 28px;
}

.statistics ul h6 {
    font-weight: 400;
    font-size: 16px;
}



.about {
    width: 1200px;
}

.about .box-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about .box-content .text {
    text-align: left;
    width: 660px;
    font-size: 18px;
    color: #666;
}

.about .box-content .text p {
    margin-bottom: 20px;
}

.about .box-content .pic img {
    width: 455px;
    height: 245px;
}

.customers ul {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customers ul li {
    width: 170px;
    height: 95px;
    border: 1px solid #939393;
    padding: 15px;
    margin-bottom: 30px;
}

.customers ul li img {
    width: 170px;
    height: 95px;
}


/* 产品概述 */
.product {
    background: #293657 url('/assets/img/product_bg.jpg')center center no-repeat;
    background-size: cover;
}

.product .box-title,
.service .box-title {
    color: #FFF;
}

.product .box-title h3::after,
.service .box-title h3::after {
    background-color:#FFF;
}

.product .box-title span {
    background-color: #859BBC;
}

.service-menu ul li i {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.service-menu ul li i.icon_01 {
    background-image: url(/assets/img/product_01.png);
}

.service-menu ul li i.icon_02 {
    background-image: url(/assets/img/product_02.png);
}

.service-menu ul li i.icon_03 {
    background-image: url(/assets/img/product_03.png);
}

.service-menu ul li i.icon_04 {
    background-image: url(/assets/img/product_04.png);
}

.service-menu ul li i.icon_05 {
    background-image: url(/assets/img/product_05.png);
}
.service-menu ul li i.icon_06 {
    background-image: url(/assets/img/product_06.png);
}
.service-menu ul li i.icon_07 {
    background-image: url(/assets/img/product_07.png);
}

.product .box-content {
    background-color: #FFF;
    position: relative;
}
.product .swiper{
    width:100%;
    height:685px;
    margin:0 auto;
    overflow: hidden;
}
.product .box-content .swiper-slide {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height:685px;
    overflow: hidden;
}

.product .box-content .swiper-slide .text {
    width: 50%;
}

.product .box-content .swiper-slide .text .in {
    float: right;
    width: 450px;
    padding: 0 130px;
    font-size: 24px;
    line-height: 50px;
    color: #444;
    text-align: left;
}
.product .box-content .swiper-slide .text .in.en{
    width:600px;
    padding: 0 80px;
    line-height:30px;
    font-size:20px;
}

.product .box-content .swiper-slide .text .in ul {
    margin-top: 20px;
    font-size: 22px;
    line-height: 40px;
}
.product .box-content .swiper-slide .text .in.en ul{
    font-size: 18px;
}
.product .box-content .swiper-slide .text .in li{
    padding-left:10px;
}
.product .box-content .swiper-slide .text .in li::before {
    content: '';
    width: 10px;
    /* 或者你想要的任何大小 */
    height: 10px;
    /* 同上 */
    background-color: #AF1B20;
    /* 红色背景 */
    border-radius: 50%;
    /* 圆形 */
    display: inline-block;
    margin-right:10px;
}

.product .box-content .swiper-slide .pic {
    width: 50%;
    height: 685px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product .box-content .swiper-slide .text .in a{
    margin:45px 0 0 20px;
    display:inline-block;
    width:190px;
    height:50px;
    background-color: #2C395C;
    line-height:50px;
    color:#FFF;
    text-align: center;
    position: relative;
    z-index:99999;
}

.product .pic_zh {
    background-image: url("/assets/img/product_01.jpg");
}

.product .pic_en {
    background-image: url("/assets/img/product_02.jpg");
}
/*Swiper原样式 */
.product .navigation{
    position: absolute;
    width:180px;
    left:46%;
    bottom:50px;
    z-index:999;
    transform: translate(-50%, -50%)
}
.product .swiper-button-prev,.product .swiper-button-next{
    background-color: #AF1B20;
    width:65px;
    height:65px;
}
.product .swiper-button-next{
    left:47.5%;
}
.product .swiper-button-disabled{
    background-color:#9B9B9B;
}
.product .swiper-button-next:after, .product .swiper-button-prev:after{
    font-size:30px;
}

/* 团队介绍 */
.team {
    width: 1200px;
    margin: 0 auto;
}

#team-list {
    margin: 50px auto;
}

#team-list .swiper-slide {
    width: 300px;
    text-align: center;
}

#team-list .swiper-slide img {
    width: 300px;
}
#team-list .swiper-slide a:hover img{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
#team-list .swiper-slide img

#team-list .swiper-button-next,
#team-list .swiper-button-prev {
    top: 45%;
}

#team-list .swiper-button-next:after,
#team-list .swiper-button-prev:after {
    color: #D7DBE1;
}

#team-list h5 {
    font-size: 23px;
    font-weight: 300;
    margin-top: 20px;
}

#team-list p {
    font-size: 18px;
    line-height: 45px;
    color: #666;
    font-weight: 300;
}

.team .more {
   

}

.team .more a {
    display: inline-block;
    background-color: #2c395c;
    width: 195px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #FFF;
}
.team .more.en{
    display: none;
}

/* 服务优势 */
.service {
    background: url("/assets/img/service_bg.jpg")no-repeat center center;
}

.service .box-title span {
    background-color: #757575;
}

.service .box-content ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service .box-content ul li {
    width: 600px;
    height: 276px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    transition: all 0.5s;
}

.service .box-content ul li.service_01 {
    background-image: url("/assets/img/service_01.jpg");
}

.service .box-content ul li.service_02 {
    background-image: url("/assets/img/service_02.jpg");
}

.service .box-content ul li.service_03 {
    background-image: url("/assets/img/service_03.jpg");
}

.service .box-content ul li.service_04 {
    background-image: url("/assets/img/service_04.jpg");
}

.service .box-content ul li .info,
.service .box-content ul li .details {
    width: 380px;
    height: 180px;
    border-top: 1px solid rgb(255, 255, 255,0.6);
    border-bottom: 1px solid rgb(255, 255, 255,0.6);
}

.service .box-content ul li .info {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.service .box-content ul li .info h6 {
    font-size: 37px;
}

.service .box-content ul li .info p {
    font-size: 24px;
}
.service .box-content ul li .info p.en{
    display: none;
}

.service .box-content ul li .details {
    position: relative;
}

.service .box-content ul li .details p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.service .box-content ul li .details,
.service .box-content ul li:hover .info {
    display: none;
}

.service .box-content ul li:hover .details {
    display: block;
}
.service .box-content ul li:hover{
    cursor: pointer;
    background-size: 120%;
    /*-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .25);*/
    /*box-shadow: 0 15px 30px rgba(255,255,255, .25);*/
}

/* 获取专业建议 */
.contact {
    height: 485px;
    background: url("/assets/img/contact_bg.jpg")no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.contact h6 {
    font-size: 48px;
    width:980px;
    text-align: center;
}

.contact a {
    width: 330px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 29px;
    margin-top: 60px;
}

.contact a:hover {
    background-color: #FFF;
    color: #000;
}

#float-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 68px;
    height: 68px;
    z-index: 99999;
    cursor: pointer;
    background: url('http://p1.law-zs.com/img/scroll_top.png') no-repeat center center;
}

.sidebar-menu {
    position: fixed;
    left: 0px;
    z-index: 10;
    top: 30%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-menu a {
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sidebar-menu a:hover {
    background-color: #f3f3f3;
}

.sidebar-menu a i {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.sidebar-menu a i.hz {
    background-image: url("/assets/img/icon_hz.png");
}

.sidebar-menu a i.wx {
    background-image: url("/assets/img/icon_wx.png");
}

.sidebar-menu a i.dy {
    background-image: url("/assets/img/icon_dy.png");
}

.sidebar-menu a span {
    display: block;
}
.sidebar-menu a span.en{
    display:none;
}

.sidebar-menu a .details {
    position: absolute;
    z-index: 999;
    left: 75px;
    background-color: #FFF;
    top: 0;
    padding: 30px;
    display: none;
}
.sidebar-menu a .details img{
    width:120px;
    
}
.sidebar-menu a .details img.dyImg{
    width:200px;
}
.sidebar-menu a .details .in{
    display: flex;
    flex-direction: row;
}

.sidebar-menu a:hover .details {
    display: block;
}

.sidebar-menu a i.message {
    background-image: url("/assets/img/icon_message.png");
}
.sidebar-menu a i.email {
    background-image: url("/assets/img/icon_email.png");
}
.sidebar-menu a.emailBox .details {
    width:180px;
    padding:20px;
    cursor: pointer;
}
.sidebar-menu a.emailBox .details .email_address{
    padding:10px;
    background-color:#F4F4F4;
    border:none;
    font-size:15px;
}
.sidebar-menu a.emailBox .details span{
    line-height: 40px;
}
.sidebar-menu a.emailBox .email_address{
    cursor: pointer;
}
.sidebar-menu a.emailBox .email_address:hover{
    background-color:#E4E4E4;
}
.sidebar-menu a.emailBox .details  span.success{
    line-height: 20px;
    color:red;
    font-size:12px;
    display: none;
}

/* 律师团队列表 */
.team-list {
    width: 1100px;
    margin: 0 auto;
}

.team-list ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 45px 0;
}

.team-list ul li {
    width: 33.33%;
    text-align: center;
    margin-top: 35px;
}

.team-list ul li img {
    width: 290px;
    height:435px;
}
.team-list ul li a:hover img{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.team-list ul li h6 {
    font-weight: 300;
    font-size: 24px;
    margin: 20px auto 10px auto;
}

.team-list ul li p {
    font-size: 18px;
    color: #666;
    font-weight: 300;
}

/* 团队详情 */
.team-info {
    width: 1060px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 120px auto 180px auto;

}

.team-info .team-photo {
    width: 420px;
}

.team-info img.photo {
    width: 420px;
    height: 630px;
}

.team-info .team-detailed {
    width: 716px;
    padding: 30px 80px;
    text-align: left;
}
.team-info .team-detailed p{
    margin-bottom:10px;
}
.team-info .team-detailed ul {
    list-style-type: disc;
    margin: 20px 0 0 30px;
}

/* 服务列表 */
.service-box {}
.service-class{
    
}
.service-class .inside{
    width:1000px;
    padding-top:30px;
    display: flex;
    margin:0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.service-class .inside a{
    width:500px;
    display:inline-block;
    background-color:#D1D1D1;
    height:45px;
    line-height:45px;
    color:#FFF;
    text-align: center;
}
.service-class .inside a:hover,.service-class .inside a.active{
    background-color: #2C385C;
}
.service-menu {
    height: 238px;
    background-color: #f2f2f2;
}

.service-menu ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 238px;
}

.service-menu ul li {
    width: 25%;
    text-align: center;
}
.service-menu ul li .info{
    display:none;
}

.service-menu ul li i {
    width: 60px;
    height: 60px;
}

.service-menu ul li h6 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.service-menu ul li a {
    display: inline-block;
    padding: 10px;
    border-bottom: 2px solid #f2f2f2;
}

.service-menu ul li a.active,
.service-menu ul li a:hover {
    color: #2c395c;
    border-bottom: 2px solid #2c395c;
}

.service-content {
    width: 1100px;
    margin: 0 auto;
    padding: 50px;
}

.service-content p {
    margin-bottom: 20px;
    text-indent: 20px;
}
.service-content dl{
    margin-top:20px;
}
.service-content dl dt{
    font-size:20px;
    font-weight:600;
    color:#2C385C;
}
.service-content dl dt::before {
    content: '';
    width: 10px;
    /* 或者你想要的任何大小 */
    height: 10px;
    /* 同上 */
    background-color: #AF1B20;
    /* 红色背景 */
    border-radius: 50%;
    /* 圆形 */
    display: inline-block;
    margin-right:10px;
}
.service-content dl dd{
    text-indent:24px;
    color:#555;
    line-height:30px;
}
/* 海外资讯 */
.news-box.en{
    display: none;
}
.news-list{
    width:1200px;
    margin:48px auto 70px auto;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-list a{
    display: inline-block;
    width:368px;
    background-color:#FFF;
    margin:20px 10px 10px 10px;
}
.news-list .info{
    text-align: left;
    border:1px solid #DFDFDF;
    border-top:none;
}
.news-list a h5{
    font-size:17px;
    font-weight: normal;
    padding:20px 20px 0 20px;
    line-height:30px;
    height:30px;
    margin-top:-10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list a:hover h5{
    color:#2E395D;
}
.news-list a img{
    width:100%;
}
.news-list a span{
    margin:0 20px;
    line-height:26px;
    color:#666;
    font-size:14px;
}
.news-list a p{
    margin:0 20px;
    height:50px;
    overflow: hidden;
    color:#666;
    font-size:14px;
}
.news-list a span.more{
    color:#939292;
    padding-bottom:30px;
}
.news-list a:hover span.more{
    color:#2E395D;
}
.news-list a span.more:after{
    content:'';
    display: inline-block;
    vertical-align:middle;
    width:15px;
    height:7px;
    background:url("http://p1.law-zs.com/img/icon_more.png") no-repeat center center;
    margin-left:10px;
}
.news-list a:hover,.news-more a:hover,.team .more a:hover{
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);
    box-shadow:0 15px 30px rgba(0,0,0,.25);
    -webkit-transform:translate3d(0,-2px,0);
    transform:translate3d(0,-2px,0);
    webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-more a{
    display:inline-block;
    width:200px;
    height:50px;
    line-height: 50px;
    background-color:#293657;
    color:#FFF;
}
.news-more a:hover,.team .more a:hover{
    background-color:#405791;
}
/* 新闻详情 */
.news-page{
    width:1200px;
    margin:0 auto;
}
.news-page h1{
    font-size:2.0rem;
    font-weight: normal;
    text-align: center;
    padding:30px;
    border-bottom:1px dashed #e6e5e5;
    font-size:28px;
}
.news-page .info{
    font-size:1.3rem;
    margin:15px auto;
    text-align:center;
    color:#999;
}
.news-page .info span{
    margin:0 20px;
}
.news-page .content{
    line-height:2;
    margin:30px auto;
}
.news-page .content p{
    letter-spacing:2px;
}
/* 新闻上一页下一页 */
.previous-next{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top:60px;
    border-bottom:1px solid #E6E5E5;
    padding-bottom:60px;
}
.previous-next a{
    width:50%;
}
.previous-next a.next{
    text-align: right;
}
.previous-next span{
    margin-bottom:25px;
}
.previous-next a h6{
    font-size:1.4rem;
    font-weight:normal;
    color:#666;
}
.previous-next a:hover h6{
    color:#353c5b;
}
/* 关于我们 */
.contact-box {
    padding: 70px 0px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.contact-box .form {
    width: 570px;
}

.contact-box .form h5 {
    font-size: 24px;
    font-weight: 400;
}

.contact-box .form p {
    font-size: 24px;
}

.contact-box .form h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}

.form-box input,
.form-box textarea {
    border: 1px solid #adbcd4;
    padding: 20px 15px;
    width: 510px;
}

.form-box .item {
    display: inline-block;
    margin-top: 10px;
}

.form-box .w230 input {
    width: 230px;
    font-size: 16px;
}

.form-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-box .item:first-child {
    margin-right: 20px;
}
.form-box .item h6 span{
    display: inline-block;
    color: red;
    margin-right:4px;
}
.contact-box span.mobile.en{
    display:none;
}
.contact-box span.email.zh{
    display:none;
}

.form-box textarea {
    height: 110px;
}

.form-box p.tips {
    display: block;
    color: red;
    font-size: 13px;
}

.btn-box {
    width: 100%;
}

.btn-box button {
    width: 160px;
    height:40px;
    line-height:40px;
    background-color:#2c395c;
    color:#FFF;
    border: none;
    margin-top:30px;
}
.btn-box button:hover{
    cursor: pointer;
    background-color:#3c5597;
}

::-webkit-input-placeholder {
    /* Edge */
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}
.menu-mobile{
    display: none;
}
.menu-fixed{
    width: 36px;
    height:24px;
    color: #fff;
    padding: 4px 0;
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 11;
    border:1px solid #E9E9E9;
    border-radius:3px;
}
.menu-fixed span{
    height: 1px;
    background-color:#E9E9E9;
    width: 60%;
    margin: 5px auto;
    display: block;
}
.menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    transition: .1s ease-in;
    display: none;
}

.menu-mobile .menu-items {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 60%;
    height: 100%;
    background-color: #fff;
    transform: translateX(60px);
    transition: .3s ease-in-out;
    text-align: left;
    display: none;
}

.menu-mobile .menu-items li {
    padding-left: 10px;
    height:45px;
    line-height: 45px;
    border-left: 5px solid #fff;
    cursor: pointer;
    transition: .3s ease-in;
    border-bottom:1px solid #ECECEC;
}
.menu-mobile .menu-items li.lang span{
    display:inline-block;
    padding:0 10px;
    color:#666;
}
#allmap{
    width:630px;
    height:620px;
}

/* 手机版 */
@media screen and (max-width: 1200px) {
    header.home,header.service,header.team-banner{
        width:100%;
        height:280px;
    }
    header.about-banner-zh{
        height:252px;
        background-size:224%;
    }
    header.about-banner-en{
        height:247px;
        background-size:220%;
    }
    header .inside{
        justify-content: flex-start;
    }
    .slogan,.menu{
        display: none;
    }
    header .inside .logo img{
        height:50px;
        margin-left:10px;
    }
    header.index{
        height:280px;
    }
    #slideIndex{
        height:280px;
    }
    #slideIndex .swiper-slide{
        height:280px;
    }
    #slideIndex .swiper-slide img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .menu-mobile{
        display: block;
    }
    .statistics{
        height: auto;
    }
    .statistics ul{
        height: auto;
        flex-wrap: wrap;
    }
    .statistics ul li{
        width:calc(50% - 43px);
        padding:20px;
    }
    .statistics ul li:nth-child(odd){
        border-left:none;
    }
    .statistics ul li:last-child{
        border-left:none;
        width:100%;
        border-top:1px solid rgba(255, 255, 255, 0.4);
    }
    .about{
        width:100%;
    }
    .about .box-content{
        flex-direction: column;
    }
    .about .box-content .text{
        width:calc(100% - 20px);
        padding:0 10px;
    }
    .about .box-content .pic img{
        width:100%;
        height: auto;
    }
    .product .swiper{
        width:100%;
    }
    .product .swiper-slide{
        width:100%;
        justify-content: center;
    }
    .product .swiper-slide a{
        width:100%;
    }
    .product .swiper-slide a:first-child{
        width:100%;
        height: auto;
        padding:10px;
        text-align: center;
    }
    .product .swiper-slide a:first-child p{
        text-align: center;
    }
    .product .swiper-slide a.mr130{
        margin-left:0;
    }
    .product .box-content .swiper-slide .pic{
        display: none;
    }
    .product .box-content .swiper-slide .text{
        width:100%;
    }
    .product .box-content .swiper-slide .text .in{
        float: none;
        padding:0 10px;
    }
    .product .box-content .swiper-slide .text .in.en{
        width:calc(100% - 20px);
        padding:0 10px;
    }
    .product .box-content .navigation{
        display: none;
    }
    .product .box-content .swiper-slide .text .in a{
        margin:20px auto;
    }
    
    .team{
        width:100%;
    }
    .service{
        background-size: cover;
    }
    .service .box-content ul{
        width:100%;
        justify-content: center;
    }
    .service .box-content ul li .info, .service .box-content ul li .details{
        width:100%;
    }
    .news-list{
        width:100%;
        margin:0 auto;
    }
    .news-list a{
        width:calc(100% - 20px);
        margin:0 10px 10px 10px;
    }
    .customers ul li {
    width: 159px;
    height: 95px;
    border: 1px solid #939393;
    padding: 15px;
    margin-bottom: 30px;
}

.customers ul li img {
    width: 159px;
    height: 95px;
}
    .contact{
        width: 100%;
        background-size:cover;
    }
    .contact h6{
        width:90%;
        font-size:30px;
    }
    .contact a{
        width:50%;
        font-size:15px;
    }
    footer .inside{
        width:100%;
        justify-content:center;
        flex-wrap: wrap;
        text-align:center;
    }
    footer .item:first-child{
        padding:0;
        border:none;
    }
    footer p span{
        text-align: left;
    }
    footer .links{
        display: none;
    }
    footer .pic{
        margin-left:0;
        margin-top:30px;
    }
    footer .pic:last-child{
        display: none;
    }
    footer .copyright{
        font-size:12px;
        overflow: hidden;
    }
    .crumbs{
        overflow: hidden;
    }
    .crumbs .inside{
        width:100%;
    }
    .pagination{
        width:100%;
    }
    /* 关于我们 */
    .contact-box{
        width:calc(100% - 20px);
        padding:20px 10px;
        justify-content:center;
        flex-direction:column;
    }
    .contact-box .form{
        width:100%;
    }
    .form-box{
        width:100%;
    }
    .form-box .item{
        width:calc(100% - 30px);
    }
    .form-box .item:first-child{
        margin-right:0;
    }
    .form-box input, .form-box textarea{
        width:100%;
    }
    .form-box .w230 input{
        width:100%;
    }
    .contact-box .map img{
        width:100%;
    }
    .btn-box{
        margin-bottom:20px;
    }
    .btn-box button{
        width:100%;
    }
    .team-list{
        width:100%;
    }
    .team-list ul li{
        width:calc(100% - 40px);
        margin:0 20px 20px 20px;
    }
    .team-list ul li img{
        width:100%;
        height:auto;
    }
    .team-info{
        width:calc(100% - 40px);
        flex-direction: column;
        justify-content:center;
        margin:20px 20px 10px 20px;
    }
    .team-info .team-photo{
        width:100%;
    }
    .team-info img.photo{
        width:100%;
        height: auto;
    }
    .team-info .team-detailed{
        width:calc(100% - 20px);
        padding:10px;
    }
    .news-page{
        width:calc(100% - 20px);
        padding:10px;
    }
    .news-page img{
        max-width:100%;
        height: auto;
    }
    .service-class .inside{
        width:100%;
    }
    .service-class .inside a{
        height: 90px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service-menu {
        height: auto;
    }
    .service-menu ul{
        width:100%;
        height: auto;
        flex-direction: column;
    }
    .service-menu ul li{
        width:100%;
        padding:20px 0;
        border-bottom:1px solid #999;
    }
    .service-menu ul li .info{
        padding:10px;
        text-align:left;
    }
    .service-content{
        width:calc(100% - 20px);
        padding:10px;
    }
    .service-menu ul li a.active, .service-menu ul li a:hover{
        border:none;
    }
}