/*通用样式*/
@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;
    color:#333;
}
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;
}
a:active {
    star:expression(this.onFocus=this.blur());
}
/* CSS Document */
.browserupgrade{
    margin:0;
    padding:1rem;
    background-color:#F4F4F4;
    text-align:center;
}
.inside{
    width:1200px;
    margin:0 auto;
}

header .inside,nav>ul,.service-call{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
}
header h2{
    margin-top:10px;
    font-size:1.8rem;
    font-weight:400;
}
.service-call{
    justify-content: flex-end;
    font-size:2.4rem;
    line-height:32px;
    height:32px;
}
.service-call i{
    display: inline-block;
    width:32px;
    height:32px;
    background:url("http://p1.law-zs.com/img/icon_tel.png")no-repeat center center;
    background-size: cover;
    margin-right:3px;
}
header ul.menu-lists{
    margin-top:40px;
}
header ul.menu-lists li{
    margin:0 20px;
    position:relative;
}
header ul.menu-lists li a{
    padding:10px 0;
    font-size:1.8rem;
}
header ul.menu-lists li a:hover{
    color:#666;
}
header ul.menu-lists li a.active{
    border-bottom:2px solid #1F2230;
    color:#1F2230;
    font-weight:600;
}
header ul.menu-lists li ul{
    position:absolute;
    display:none;
    z-index:999;
    left:-13px;
    top:30px;
    text-align:center;
    background-color:rgba(255,255,255,0.8);
    padding-top:35px;
}
header ul.menu-lists li:nth-child(5) ul{
    left:-30px;
}
header ul.menu-lists li ul li {
    white-space:nowrap;
    margin:0;
}
header ul.menu-lists li ul li a{
    display: block;
    font-size:1.3rem;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #DEE2E6;
    padding:0 20px;
}
header ul.menu-lists li:hover ul{
    display:block;
    animation: fade-in;/*动画名称*/
    animation-duration: 1.5s;/*动画持续时间*/
    -webkit-animation:fade-in 1.5s;/*针对webkit内核*/
}
.swiper-container {
    width: 100%;
    height:480px;
    margin:0 auto;
    text-align:center;
}
.about{
    padding:90px 0;
    margin:0 auto;
    width:1200px;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    color:#666;
}
.about .detailed{
    padding:0 60px;
}
.about .detailed .content{
    line-height:30px;
    text-align:center;
}
.about .detailed .content p{
    margin-bottom:1.6rem;
    text-align:left;
}
section .title{
    padding:90px 0 50px 0;
    text-align:center;
    width:270px;
    margin:0 auto;
}
.container .banner{
    text-align:center;
}
.container .banner img{
    width:100%;
}
section .title h3{
    font-size:2.8rem;
    height:60px;
    line-height:60px;
    border-bottom:2px solid #E5E5E5;
}
section .title h3 strong{
    display:inline-block;
    height:60px;
    line-height:60px;
    border-bottom:2px solid #2F3346;
    font-weight:500;
}
section .title span{
    line-height:40px;
}
section .more{
    text-align:center;
    padding-bottom:60px;
}
section .more a{
    display: inline-block;
    padding:6px 25px;
    border:1px solid #6c757d;
    border-radius:50px;
    margin:0 auto;
    text-align:center;
}
section .more a:hover{
    background-color:#2E395C;
    color:#FFF;
    border:1px solid #2E395C;
}

.statistics{
    background-color:#2E3755;
    color:#FFF;
}
.statistics ul{
    width:1200px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    color:#FFF;
}
.statistics ul li div,.statistics ul li span{
    color:#FFF; 
}
.statistics ul li img{
    height:200px;
}
.statistics ul li div{
    font-size:2.4rem;
}
.statistics ul li h6{
    font-size:1.6rem;
    font-weight:400;
    color:#FFF;
}
.bussiness{
    background-color:#F8FBFD;
}
.bussiness .content{
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bussiness .content a{
    display: inline-block;
    background-color:#FFF;
    margin:0px 20px 40px 20px;
    padding:40px 40px 10px 40px;
    width:280px;
    height:360px;
    text-align:center;
}
.bussiness .content a:hover, .news-list a:hover,.originator ul li:hover,.team-list ul li:hover,.box ul.lawyer li 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;
}
.bussiness .content i{
    display: inline-block;
    width:80px;
    height:80px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position:center center;
}
.bussiness .content h3{
    font-weight: normal;
    font-size:2.4rem;
    margin-bottom:10px;
}
.bussiness .content p{
    text-align:left;
    font-size:1.4rem;
    line-height:2.2rem;
    margin:0 16px;
    color:#666;
}
span.arrow{
    margin:25px auto;
    width:31px;
    height:29px;
    background: url("http://p1.law-zs.com/img/arrow.png")no-repeat center center;
}
a:hover span.arrow{
    background-image:url("http://p1.law-zs.com/img/arrow_active.png");
}
.team{
    width:1200px;
    margin:0 auto;
}
.team .sketch{
    margin:0px 180px 60px 180px;
}
#team-list .swiper-button-next,#team-list .swiper-button-prev{
    top:30%;
}
#team-list .swiper-button-next:after,#team-list .swiper-button-prev:after{
    color:#D7DBE1;
}
#team-list .swiper-slide{
    text-align:center;
    width:480px;
}
#team-list h5{
    margin-top:40px;
    line-height:40px;
    font-size:2.4rem;
    font-weight:500;
}
.team .item{
    width:380px;
    margin:20px auto;
    text-align:center;
}
.team .item a{
    display:inline-block;
}
.team .item .portrait{
    text-align:center;
    width:280px;
    height:280px;
    overflow: hidden;
    border-radius:50%;
    margin:20px auto;
    transition: all 1s ease-out;
}
.team .item .portrait:hover{
    transform: scale(1.1);
}
.team .item img{
    width:280px;
}

.banner-index{
    height:250px;
    background:url("http://p1.law-zs.com/img/banner_index.jpg")no-repeat center;
    background-size:cover;
}
.news{
    background-color:#F8FBFD;
}
.news-list,.customers .content{
    width:1200px;
    margin:0 auto;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}
.news-list{
    flex-wrap: wrap;
}
.news-list a{
    display: inline-block;
    width:368px;
    height:480px;
    background-color:#FFF;
    border:1px solid #DFDFDF;
}
.news-list a h5{
    font-size:2.0rem;
    font-weight: normal;
    margin:20px 20px 0 20px;
    line-height:30px;
    height:30px;
    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;
}
.news-list a p{
    margin:0 20px;
    margin-bottom:16px;
    height:50px;
    overflow: hidden;
    color:#666;
}
.news-list a span.more{
    color:#939292;
}
.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 div.more{
    margin-top:60px;
}
.customers .content img{
    width:1200px;
}
footer{
    background-color:#8e181d;
    padding:50px 0;
    margin-top:80px;
    color:white!important;
}
footer a{
    color:hsla(0,0%,100%,.5)
}
footer .inside,footer p{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    color:hsla(0,0%,100%,.5);
}
footer p{
    justify-content: flex-start;
    align-items:center;
    line-height:42px;
    font-size:1.4rem;
}
footer p i{
    width:22px;
    height:22px;
    background-position:center center;
    background-repeat: no-repeat;
    margin-right:5px;
}
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 h6{
    font-size:1.8rem;
    font-weight:normal;
    margin-bottom:20px;
    color:white!important;
}
footer li,footer dl dt{
    background: url("http://p1.law-zs.com/img/icon_dl.png")no-repeat left center;
    text-indent:25px;
    line-height:47px;
    color:hsla(0,0%,100%,.5);
}
footer .item{
    border-left: 1px solid hsla(0,0%,69%,.2);
    padding:0 48px;
}
footer .item:first-child{
    padding:0;
    border:none;
}
footer .item:last-child{
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
}
footer .item:last-child .qrcode,footer .item:last-child .qrcode img{
    width:120px;
    text-align:center;
}
footer .item:last-child .qrcode{
    margin:20px 0 0 10px;
}
footer .item:last-child .qrcode span{
    color:#FFF;
}
footer dl dd{
    text-indent:25px;
    line-height:47px;
    font-size:1.4rem;
}
.copyright{
    background-color:#171518;
    height:71px;
    line-height:71px;
    text-align:center;
    color:hsla(0,0%,76.9%,.58);
    font-size:1.8rem;
}
.crumbs{
    height:65px;
    line-height:65px;
    border-bottom:1px solid #E7E6E6;
}
.crumbs a{
    display: inline-block;
    margin:0 8px;
    color:#666;
}
.crumbs a.active{
    color:#2c395c;
}
.main ul.menu-list,ul.business-list{
    width:1200px;
    margin:35px auto;
    text-align:center;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
ul.business-list{
    margin-bottom:5px;
}
ul.business-list li{
    padding:0 10px;
    line-height:45px;
    text-align:center;
}
.main ul.menu-list li{
    line-height:45px;
    padding:0 40px;
}
.main ul.menu-list li+li{
    height:45px;
    background:url("http://p1.law-zs.com/img/line.jpg")no-repeat left center;
}
.main ul.menu-list li a,ul.business-list li a{
    padding:8px 0;
    font-weight:600;
}
.main ul.menu-list li a.active,ul.business-list li a.active{
    color:#303B56;
    border-bottom:2px solid #303B56;
    font-size:1.8rem;
}
.main{
    width:1200px;
    margin:50px auto;
}
.memorabilia{
    overflow: hidden;
    margin:100px auto;
    background:url("http://p1.law-zs.com/img/memorabilia_line.png")repeat-y center center;
}
.memorabilia .top{
    height:31px;
    background:#FFF url("http://p1.law-zs.com/img/memorabilia_top.png")no-repeat center center;
    margin-bottom:30px;
}

.memorabilia li{
    width:100%;
    clear: both;
    margin-bottom:50px;
    overflow: hidden;
    position: relative;
}
.memorabilia li dl{
    width:570px;
}

.memorabilia li:before {
    background: url("http://p1.law-zs.com/img/memorabilia_icon.png") no-repeat center center;
    left: 591px;
    top: 7px;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
}
.memorabilia li:nth-child(odd) dl{
    text-align:right;
    float:left;
    padding-right:30px;
}
.memorabilia li:nth-child(even) dl{
    float:right;
    padding-left:30px;
}
.memorabilia dl dt{
    font-size:2.3rem;
    font-weight:600;
    margin-bottom:16px;
}
.memorabilia dl dd{
    margin-bottom:16px;
}
.memorabilia dl h6,.memorabilia dl p{
    font-size:1.6rem;
    line-height:24px;
}
.memorabilia dl h6{
    margin-bottom:16px;
}

.main .customer ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.main .customer ul li img{
    width:177px;
    height:100px;
    margin:30px 10px 0 10px;
}
.main .sketch{
    margin:10px 0 55px 0;
    line-height:28px;
    font-size:1.8rem;
}
.founder,.originator ul,.team-list ul{
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items:center;
}
.founder{
/*    width:990px;*/
width:1030px;
    height:600px;
    margin:0 auto;
    background-color:#F3F0F3;
    overflow: hidden;
}
.founder .photo{
    width:480px;
   /* height:600px;*/
    overflow: overflow;
}
.founder img{
    width:480px;
    
}
.founder .info{
    width:510px;
    text-align:center;
}
.founder .info p{
    margin:0 60px;
    text-align:left;
    font-size:1.8rem;
    line-height:40px;
    margin-bottom:30px;
    color:#666;
}
.founder .info h3{
    font-size:2.8rem;
    line-height:50px;
}
.founder .info h5{
    font-size:1.8rem;
    line-height:80px;
    color:#666;
}
.originator ul{
    justify-content: center;
/*    width:980px;*/
width:1030px;
    margin:130px auto 70px auto;
    justify-content: space-between;
}
/*.originator ul:after{
    content:'';
    width:370px;
}*/
.team-list ul{
    justify-content: space-between;
    width:1030px;
    margin:80px auto 70px auto;
}

.originator ul li,.team-list ul li{
    
    background-color:#F3F0F3;
    text-align:center;
    padding-bottom:20px;
}
.originator ul li,.originator ul li a{
/*    width:370px;*/
width:245px;
    overflow: hidden;
    display:inline-block;
}
.originator ul li h3,.team-list ul li h3{
    padding-top:33px;
    font-weight:600;
}
.originator ul li h4,.team-list ul li h4{
    font-size:1.4rem;
    font-weight:400;
    line-height:45px;
    color:#666;
}
.originator ul li img{
    width:100%;
}
.originator ul li a{
    position: relative;
}
.originator ul li div.info{
   /* position: absolute;*/
    background-color: #F3F0F3;
/*    width: 370px;*/
width: 245px;
    height: 120px;
    left: 0;
    bottom: 0;
    z-index: 998;
}
.originator ul li h3{
    font-size:2.2rem;
}
.team-banner{
    height: 220px;
    line-height:220px;
    background:url("http://p1.law-zs.com/img/banner_team_bg.jpg")no-repeat center center;
    background-size: cover;
    text-align:center;
    color:#FFF;
    font-size:3.0rem;
    opacity:40%
}
.team-list ul{
    flex-wrap: wrap;
}
.team-list ul li{
    padding:0;
    width:306px;
    height:430px;
    overflow: hidden;
    margin-bottom:50px;
}
.team-list ul:after{
    content:'';
    width:306px;
}
.team-list ul li a{
    width:306px;
    height:430px;
    overflow: hidden;
}
.team-list ul li img,.team-list ul li a{
    width:306px;
}
.team-list ul li a{
    display:inline-block;
    position: relative;
    overflow: hidden;
}
.team-list ul li .info{
    position:absolute;
    background-color:#F3F0F3;
    width:306px;
    height:106px;
    left:0;
    bottom:0;
   /* z-index:999;*/
}
.team-list ul li h3{
    padding-top:20px;
}
.teams-box{
    width:1030px;
    margin:0 auto;
}
.paging{
    clear:both;
    margin:30px auto;
    display: flex;
    flex-direction:row;
    justify-content:center;
}
.paging a{
    display:inline-block;
    padding:0 14px;
    height:38px;
    line-height:38px;
    text-align:center;
    border:1px solid #DEE2E6;
    margin-left:-1px;
    white-space:nowrap;
}
span.pageEllipsis {
    margin: 0 10px;
}
.paging a.active,.paging a:hover{
    background-color:#2E395A;
    color:#FFF;
    border:1px solid #2E395A
}
.join{
    background-color:#F1F1F3;
    height:110px;
    line-height:110px;
    text-align:center;
    margin:90px auto;
}
div hr{
    margin:38px auto;
}
.join a{
    border:1px solid #2E395D;
    padding:12px 48px;
    margin-left:20px;
}
.join a:hover{
    border:1px solid #2E395D;
    background-color:#2E395D;
    color:#FFF;
}
.team-info{
    width:1060px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    margin:120px 70px 180px 70px;
}
.team-info img.photo{
    width:420px;
    height:630px;
}
.team-info .detailed{
    padding:30px 118px;
}
.team-info .detailed ul{
    list-style-type: disc;
    margin:20px 0 0 30px;
}
.m-t-20{
    margin-top:20px;
}
.font-weight-bolder{
    font-weight: bolder;
}
.box{
    margin:20px auto;
}
.box h5{
    padding:15px 0;
    background-color:#F0F0F0;
    text-indent:70px;
}
.box h5 strong{
    border-left:4px solid #2c395c;
    font-size:2.3rem;
    font-weight: normal;
    padding-left:10px;
}
.box ul.lawyer{
    margin:45px 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box ul:after{
    content: '';
    width: 308px;
}
.box ul.lawyer li{
    margin-bottom:50px;
}
.box ul.lawyer li a{
    display: inline-block;
    width: 306px;
    position: relative;
    overflow: hidden;
}
.box ul.lawyer li a img{
    width: 306px;
}
.box ul.lawyer li a .info{
    width: 306px;
    height:106px;
    background-color:#F3F0F3;
    position:absolute;
    left:0;
    bottom:0;
    text-align:center;
}
.box ul.lawyer li a .info h6{
    font-size:1.8rem;
    font-weight:normal;
    margin:20px auto 0px auto;
    font-weight:600;
}
.box ul.lawyer li a .info p{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 45px;
    color: #666;
}
.business-list h6{
    font-size:1.6rem;
    font-weight: normal;
    white-space: nowrap;
    margin-top:-15px;
}
ul.business-list li a.active,ul.business-list li a.active h6{
    border:none;
    font-weight:600;
}
ul.business-list li a span{
    margin-top:15px;
    width:30px;
    height:30px;
}
ul.business-list li{
    margin:0 10px;
    padding:0 20px;
}
.content ul{
    list-style-type: disc;
    margin:20px 0;
}
.content ul li{
    margin:0px 30px;
}
.content p span{
    display:inline-block;
}
.content p img{
    text-align:center;
    margin:30px auto;
    vertical-align: middle;
}
ul.business-list li a.active span{
    background: url("http://p1.law-zs.com/img/drop-down.png")no-repeat center center;
}
ul.business-list li a:hover img,ul.business-list li a:hover span{
    opacity:0.6;
    filter:alpha(opacity=60);
}
ul.business-list li a:hover h6{
    font-weight:600;
}
.box ul.cases li a{
    display: block;
    line-height:70px;
    text-indent:70px;
    border-bottom:1px solid #999;
}
.box ul.cases li a:hover{
    color:#2E395D;
    background-color:#F8F8F8;
}

ul.case-lists li{
    border-bottom:1px solid #E6E6E6;
}
ul.case-lists li a{
    display:block;
    width:1200px;
    margin:0 auto;
    padding:50px 0;
}
ul.case-lists li a h6{
    font-size:2.4rem;
    font-weight: normal;
    line-height:50px;
}
ul.case-lists li a span{
    line-height:30px;
    color:#999;
}
ul.case-lists li a p{
    color:#999;
}
ul.case-lists li:hover{
    background-color:#F5F5F5;
}
#news{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}
#news .sidebar{
    width:270px;
}
#news .sidebar .nav h6{
    border-top:3px solid #2E395D;
    background-color:#F5F5F5;
    font-size:1.8rem;
    line-height:55px;
    height:55px;
    font-weight:normal;
    text-indent:20px;
}
#news .sidebar .nav li{
    line-height:50px;
    height:50px;
    text-indent:20px;
    border-bottom:1px solid #E6E5E5;
}
#news .sidebar .nav li a{
    display: block;
}
#news .sidebar .nav li a.active,#news .sidebar .nav li a:hover{
    color:#2E395D;
    font-weight:600;
}
#news .recommend{
    margin-top:30px;
    width:270px;
}
#news .recommend dt{
    line-height:50px;
    text-indent:20px;
}
#news .recommend dd{
    padding:10px;
    border-bottom:1px dashed #E6E5E5;
    overflow: hidden;
}
#news .recommend dd span{
    float:left;
    height:100%;
    width:10px;
}
#news .recommend dd a{
    display: inline-block;
    width:240px;
    font-size:1.3rem;
    float:right;
    line-height:24px;
}
#news .recommend dd a:hover{
    color:#353c5b;
}
.news-lists dl{
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    padding:40px 0;
    border-bottom:1px solid #E7E6E6;
    width:780px;
}
.news-lists dl dt{
    width:240px;
    overflow: hidden;
    margin-right:20px;
}
.news-lists dl dt a{
    margin:0;
}
.news-lists dl dt a img{
    width:240px;
    height:160px;
    transition: all 0.6s;
}
.news-lists dl:hover img{
    transform: scale(1.2);
}
.news-lists dl dd{
    width:520px;
}
.news-lists dl h6{
    font-size:2.2rem;
    font-weight: normal;
}
.news-lists dl:hover h6,.news-lists dl a:hover h6{
    color:#353c5b;
}
.news-lists dl p{
    color:#666;
}
.news-lists dl p.time{
    line-height:24px;
    margin:5px 0;
    color:#999;
    font-size:1.4rem;
}
.news-lists .paging{
    margin-top:60px;
}
#news .page{
    width:780px;
}
#news .page h1{
    font-size:2.0rem;
    font-weight: normal;
    text-align: center;
    padding-bottom:30px;
    border-bottom:1px dashed #e6e5e5;
}
#news .info{
    font-size:1.3rem;
    margin:15px auto;
    text-align:center;
    color:#999;
}
#news .info span{
    margin:0 20px;
}
#news .content{
    line-height:2;
    margin:30px auto;
}
#news .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;
}
#allmap{
    width:1200px;
    height:500px;
    margin:60px auto 110px auto;
}
#contact{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}
#contact .info{
    line-height:30px;
    color:#333;
    width:510px;
}
#contact .form{
    width:500px;
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    flex-wrap: wrap;
}
#contact .form h6{
    display:block;
    width:500px;
    font-size:1.6rem;
    font-weight: normal;
    line-height:40px;
}
#contact .form input{
    width:220px;
    padding:10px;
    border:1px solid #B5B5B5;
    margin-bottom:10px;
}
#contact .form input:nth-child(even){
    margin-right:16px;
}
#contact .form textarea{
    width:500px;
    height:70px;
    padding:10px;
    border:1px solid #B5B5B5;
    margin-bottom:10px;
}
#contact .form button.btn{
    width: 124px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border: 1px solid #b5b5b5;
    background-color:#FFF;
    border-radius: 0;
}
#contact .form p.tips{
    width:500px;
    color:red;
    font-size:1.2rem;
    margin-bottom:5px;
}
.nav-icon-fixed{
    width: 40px;
    height:24px;
    color: #fff;
    padding: 8px 0;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 11;
    border:1px solid #E9E9E9;
    border-radius:3px;
}
.nav-icon-fixed span{
    height: 1px;
    background-color:#7F7F7F;
    width: 60%;
    margin: 6px auto;
    display: block;
}
/* 手机导航 */
.wap-navBg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    transition: .1s ease-in;
    visibility: hidden;
}

.wap-navBox {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 13;
    width: 60%;
    height: 100%;
    background-color: #fff;
    transform: translateX(60px);
    opacity: 0;
    transition: .3s ease-in-out;
    visibility: hidden;
}

.wap-navBox ul li {
    padding-left: 10px;
    line-height: 45px;
    border-left: 5px solid #fff;
    cursor: pointer;
    transition: .3s ease-in;
    border-bottom:1px solid #ECECEC;
}
.wap-navBox ul li h6{
    font-weight:normal;
    font-size:1.6rem;
}
.wap-navBox ul li h6:after{
    content: ' ＞';
}
.wap-navBox ul li a h6:after{
    content: '';
}
.wap-navBox ul li a{color: #333;display: block;outline: none;}

/*二级菜单*/
.wap-navSub {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2147483700;
    width: 70%;
    height: 100%;
    background-color: #fff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, .1);
    transform: translateX(110%);
    transition: .3s ease-in;
}

/*显示*/
.wap-navBgOpen {
    visibility: visible;
}

.wap-navOpen {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.wap-navBox .active {
    border-left: 2px solid #2E3A5B !important;
}
.showMe {
    transform: translateX(0);
}
.team-all{
    display: none;
}
.team-all img{
    width:100%;
    margin-bottom:20px;
}
footer .item:first-child img.qrcode{
    display: none;
}
#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;
}
#content p{
    text-indent:3.6rem;
    margin-bottom:30px;
    color:#666;
}
#content p.pic{
    text-align:center;
    text-indent:0;
}
#content p.pic img{
    max-width:100%;
    overflow: hidden;
}
#content img{
    text-align:center;
    margin:0 auto;
    max-width:100%;
}
#job {
    overflow: hidden;
}
#job span{
    display:block;
    line-height:32px;
}
#job br{
    display:none
}
.nav-mobile{
    display: none;
}
@media screen and (max-width: 1200px) {
.banner {
margin-top:60px;
}
    .about img,.statistics,#team-list,nav.menu .menu-lists,footer .item:not(:first-child),#news .sidebar{
        display:none;
    }
    .menu-icon,.team-all,footer .item:first-child img.qrcode,.nav-mobile{
        display: block;
    }
    #news .page{
        width:100%;
    }
    header .logo{
        margin-top:-30px;
        text-align:center;
    }
    header .logo h2{
        font-size:1.5rem;
    }
    nav.menu .service-call{
        margin:60px 0px 0 0;
        font-size:1.55rem;
    }
    nav.menu .service-call i{
        width:24px;
        height:24px;
    }
    body,html,header,.inside,.customers .content,.main,.main ul.menu-list, ul.business-list{
        width:100%;
        display: block;
    }
    header{
        padding:15px 0;
    }
    header .inside{
        width: calc(100% - 20px);
        margin:0 10px;
        height:145px;
        position: relative;
    }
    header ul li{
        margin:0;
    }
    header ul li a{
        padding:0;
    }
    #slideshow{
        height:150px;
    }
    #slideshow img{
        width:100%;
        height:110%;
        object-fit: cover;
    }
    .about,.team,.news-list, .customers .content{
        width:100%;
        padding:0;
    }
    .teams-box{
        width:100%;
        margin:0 auto;
    }
    .team .sketch{
        margin:0 20px;
        line-height:30px;
    }
    .about .detailed{
        padding:0 30px;
    }
    .team .more{
        margin-top:50px;
    }
    .banner-index{
        height:120px;
    }
    .news{
        padding:0 20px;
    }
    .news-list a{
        width:100%;
        height: auto;
        margin-bottom:20px;
    }
    .news-list a span.more{
        padding-bottom:20px;
    }
    .customers .content img{
        width:100%;
    }
    footer{
        padding:30px 0 20px 0;
    }
    footer .item:first-child{
        text-align:center;
    }
    footer .inside{
        justify-content:center;
        position: relative;
    }
    footer .item:first-child img.qrcode{
        width:30vw;
        height:30vw;
        text-align:center;
        margin:0 auto;
    }
    .copyright{
        font-size:1.2rem;
    }
    .main ul.menu-list, ul.business-list{
        display:flex;
        overflow-x:scroll;
        align-items:flex-start;
        justify-content:flex-start;
    }
    .main ul.menu-list li{
        padding:0 40px;
        line-height:26px;
    }
    .main ul.menu-list li a{
        display:inline-block;
        white-space: nowrap;
    }
    .main .content{
        padding:0 10px;
    }
    .main .content img{
        max-width:100%;
    }
    .memorabilia li dl{
        width: calc(50% - 30px);
    }
    .memorabilia li:before{
        left:47.5%;
    }
    .customer li{
        width:48%;
    }
    .founder,.originator ul, .team-list ul,.news-lists,#contact{
        width: calc(100% - 20px);
        height: auto;
        margin:0 10px;
        flex-wrap: wrap;
    }
    .founder img,.originator ul li, .team-list ul li,.originator img,.team-list img{
        width:100%;
        height: auto;
    }
    .founder .info{
        width:100%;
        overflow: hidden;
    }
    .founder,.originator ul li, .team-list ul li{
        margin-bottom:20px;
    }
    .team-banner,.join{
        word-wrap: break-word;
        word-break:break-all;
        font-size:2.0rem;
        line-height:30px;
        display:table-cell;
        vertical-align:middle;
        text-align:center;
    }
    .join{
        padding:50px 10px 30px 10px;
    }
    .join a{
        display: inline-block;
        margin:20px auto;
        padding:5px 20px;
        font-size:1.4rem;
        word-break: break-all;
    }
    .team-info{
        width: calc(100% - 20px);
        flex-wrap: wrap;
        margin:0 10px;
    }
    .team-info img.photo{
        width:100%;
        height:auto;
    }
    .team-info .detailed{
        width: calc(100% - 20px);
        margin:0 10px;
        padding:0;
    }
    .team-info .detailed ul{
        word-wrap: break-word;
        word-break:break-all;
    }
    .main .box,ul.case-lists li a,#allmap{
        width: calc(100% - 20px);
        margin:0 10px;
    }
    .box ul.lawyer{
        margin:0;
    }
    .box ul.lawyer li{
        margin:25px 20px;
        width:100%;
    }
    .business-list h6{
        white-space:nowrap;
    }

    .box ul.cases li a{
        line-height:28px;
        padding:10px 0;
    }
    ul.case-lists li a h6{
        line-height:32px;
    }
    .news-lists dl{
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding:20px 0;
        border-bottom:1px solid #E7E6E6;
    }
    .news-lists dl dt{
        width:100%;
        margin:0;
    }
    .news-lists dl dt a{
        width:100%;
        text-align:center;
        display: block;
    }
    .news-lists dl dt a img,#contact .form {
        width:100%;
        height:auto;
    }
    #contact .form input{
        width: calc(48% - 20px);
    }
    .team-list ul li img,.team-list ul li a,.team-list ul li .info{
        width:100%;
    }
    .box ul.lawyer li a,.box ul.lawyer li a img,.box ul.lawyer li a div.info,.originator ul li, .originator ul li a,.originator ul li div.info{
        width:100%;
    }
    .originator ul li a{
        display:inline-block;
    }
    .team-list ul li:first-child{
        margin-top:10px;
    }
    .team-list ul li a{
        height:500px;
    }
    .box{
        margin-top:20px;
    }
    .box h5{
        text-indent:20px;
    }
}

*, :after, :before{-webkit-box-sizing: border-box;}









/**/