a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin:0; padding:0; border:0; font:inherit; vertical-align:baseline; word-wrap:break-word;}
table { border-collapse:collapse; border-spacing:0;}
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
li, ol, ul {list-style:none;}
img { max-width:100%; vertical-align:top; border:0; -ms-interpolation-mode:bicubic; -webkit-touch-callout:none;}
.fl{float:left;}
.fr{float:right;}

*{
    color:#333333;
    font-family:"Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    max-width: 750px;
    min-width:320px;
    margin:0 auto;
    overflow-x: hidden;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
.main-body{
    font-size: 0.28rem;
    margin:0 auto;
}

.inner_con img{
    max-width: 100%;
}
/* header */
.mobile{
    width:7.5rem;
    height:1rem;
    z-index: 555;
    background: #fff;
    top:0;
    box-shadow: 0 0 10px #CCC;
    position: relative;
    position: fixed;
}
.logo{
    width: 6.7rem;
    height:1rem;
    float:left;
    overflow: hidden;
}
.logo img{
    width: 100%;
}
.mobile-inner-header{
    width: 0.8rem;
    height: 0.8rem;
    float:left;
}
.mobile-inner-header-icon{
    width:100%;
    color: #333333;
    height: 1rem;
    text-align: center;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.mobile-inner-header-icon span{
    position: absolute;
    left:0.15rem;
    top: 0.5rem;
    display: block;
    width: 0.5rem;
    height: 2px;
    background-color: #52a6ac;
}
.mobile-inner-header-icon span:nth-child(1){
    transform: translateY(7px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2){
    transform: translateY(-7px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(3){
    transform: translateY(0) rotate(0deg);
}


.mobile-inner-header-icon-click span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3){
    display: none;
}


@keyframes clickfirst {
    0% {
        transform: translateY(7px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}



@keyframes clicksecond {
    0% {
        transform: translateY(-7px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-7px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(7px) rotate(0deg);
    }
}

.mobile-inner-nav{
    background:white;
    width: 30%;
    position: absolute;
    top: 1rem;
    right: 0;
    display: none;
}
.mobile-inner-nav a{
    font-size: 0.24rem;
    color:#999999;
    display: inline-block;
    height:0.5rem;
    line-height: 0.5rem;
    width: 100%;
    text-align: left;
    /* border-bottom: 1px dashed rgba(0,0,0,0.1); */
    /* -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; */
    padding-left: 0.3rem;
    position: relative;
}

/* 关于我们 */
.about{
    padding:0.5rem 2.5%;
}
.title h2{
    font-size: .48rem;
    font-weight: lighter;
    text-transform: uppercase;
    color:#52a6ac;
}
.title h1{
    width:fit-content;
    width:-webkit-fit-content;
    font-size: .38rem;
    font-weight: bold;
    color:#52a6ac;
    position: relative;
    margin-top: .2rem;
}
.title h1:before{
    content: "";
    display: block;
    width:.66rem;
    height:.66rem;
    border:1px solid rgba(82,166,172,0.2);
    position: absolute;
    top:-.09rem;
    right:-.16rem;
}
.title h1:after{
    content: "";
    display: block;
    width:.5rem;
    height:.5rem;
    border:1px solid rgba(82,166,172,0.2);
    position: absolute;
    top:0;
    right:-.08rem;
}

.about_profile p{
    font-size: .24rem;
    color:#666;
    line-height: 2em;
    text-indent:2em;
}
.more{
    display: block;
    width:3rem;
    height:.6rem;
    border-radius: .6rem;
    background: #52a6ac;
    line-height: .6rem;
    text-align: center;
    margin: .3rem auto 0;
    overflow: hidden;
}
.more a{
    display: block;
    width: 100%;
    height:100%;;
    font-size:.22rem;
    color:#fff;
}
.more a img{
    width:.26rem;
    height:.11rem;
    margin-top: -.02rem;
    margin-left: .08rem;
}
.more:hover{
    box-shadow: 0 0 .1rem rgba(82,166,172,0.2);
}
.more a:hover{
    color:#fff;
    font-weight: bold;
}
.about_pic{
    height:4.6rem;
    position: relative;
    padding:.12rem;
    margin: .4rem 0;
    position: relative;
}
.about_pic:before{
    content: "";
    display: block;
    width:2.5rem;
    height:2.5rem;
    background: #52a6ac;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
}
.about_pic:after{
    content: "";
    display: block;
    width:2.5rem;
    height:2.5rem;
    background: #52a6ac;
    position: absolute;
    right:0;
    bottom:0;
    z-index: -1;
}
.about_pic img{
    width:100%;
    height:100%;
}
.about_num{
    margin: .2rem 0;
    font-size: 0;
}
.about_num li{
    display: inline-block;
    width:25%;
    height:1.3rem;
    background: url(../img/line.png) center right no-repeat;
    background-size: 1px 1.27rem;
    text-align: center;
}
.about_num li p{
    font-size:.22rem;
    color: #999;
    margin:.1rem 0;
}
.about_num li p span{
    font-size: .48rem;
    color:#52a6ac;
    margin-right: .06rem;
}
.about_num li:last-child{
    background: none;
}

/* 业务领域 */
.business{
    padding:0.5rem 2.5%;
    background: #ecf3f3;
}
.service{
    font-size: 0;
    margin-right: -2.5%;
    margin-top: .4rem;
}
.service li{
    display: inline-block;
    width:47.5%;
    height:6.7rem;
    background: #fff;
    padding-bottom: .2rem;
    overflow: hidden;
    margin-right:2.5%;
    margin-bottom: .3rem;
}
.service_pic{
    width:100%;
    height:3.1rem;
}
.service_pic img{
    width:100%;
    height:100%;
}
.service_title{
    width:96%;
    margin:.2rem auto;
    font-size: .36rem;
    color: #52a6ac;
    display: block;
    padding:.1rem 0 .16rem;
    border-bottom:1px solid rgba(82,166,172,0.25);
    line-height: .42rem;
}
.service_title img{
    width:.38rem;
    height:.38rem;
    margin:-.08rem .05rem 0 0;
}
.service li p{
    font-size: .24rem;
    color:#666;
    line-height: 1.6em;
    padding:0 .15rem;
}


/* 大朋精英 */
.excellence{
    padding:0.5rem 2.5%;
}
.lawyer_list{
    font-size: 0;
    margin-right: -2.5%;
    margin-top: .4rem;
}
.lawyer_list li{
    display: inline-block;
    width:47.5%;
    overflow: hidden;
    text-align: center;
    margin-right: 2.5%;
    margin-bottom: .3rem;
}
.lawyer_pic{
    height:4.1rem;
    border:1px solid #ddd;
}
.lawyer_pic img{
    width:100%;
    height:100%;
}
.lawyer_list li h3{
    font-size: .26rem;
    font-weight: bold;
    margin:.15rem 0 .08rem;
}
.lawyer_list li span{
    display: block;
    font-size: .22rem;
    color: #999;
}

/* 资讯动态 */
.news{
    padding:0.5rem 2.5%;
    background: #ecf3f3;
}
.news_list{
    font-size: 0;
    margin: .4rem 0;
}
.news_list li{
    height:1.85rem;
    margin-bottom: .3rem;
}
.news_pic{
    width:40%;
    height:1.85rem;
}
.news_pic img{
    width:100%;
    height:100%;
}
.news_con{
    width: 55%;
    height:1.85rem;
}
.news_con h4{
    font-size: .26rem;
    height:.7rem;
    overflow: hidden;
}
.news_con p{
    font-size: .22rem;
    line-height: .3rem;
    color: #999;
    height:.9rem;
    overflow: hidden;
    margin-top: .15rem;
}

/* 联系我们 */
.contact{
    height:5rem;
    padding:0.5rem 2.5%;
    background: #52a6ac;
}
.contact .title{
    margin-bottom: .4rem;
}
.contact .title h2, .contact .title h1{
    color:#fff;
}

.contact .title h1:before, .contact .title h1:after{
    border:1px solid rgba(255,255,255,0.2);
}
.contact p{
    font-size: .24rem;
    line-height: 1.6em;
    margin:.1rem 0;
    color: #fff;
}


/* 底部 */
.footer{
    padding:0.1rem 2.5%;
    background: rgba(36,127,134,1);
    text-align: center;
}
.footer p{
    font-size: .22rem;
    color:#fff;
    line-height: 1.8em;
}
.footer p a{
    font-size: .22rem;
    color:#fff;
    line-height: 1.8em;
}


/* 内页 */
.ban{
    margin-top: 1rem;
}

/* 面包屑 */
.crumb{
    background: #f4f4f4;
    height:0.5rem;
    line-height: 0.5rem;
    color:#5a5a5a;
    font-size: 0.2rem;
    font-weight: normal;
    padding:0 2.5%;
}
.crumb span{
    color:#5a5a5a;
    font-size: 0.2rem;
    margin:0 .05rem;
}
.crumb a{
    color:#5a5a5a;
    font-size: 0.2rem;
    margin:0 .05rem;
}
.crumb a:hover{
    color:#52a6ac;
}

/* 内页内容 */
.inner_con{
    padding:0.5rem 2.5%;
}
.inner_title{
    text-align: center;
    font-size: 0.36rem;
    color:#4b3d34;
    margin-bottom: .5rem;
}
.in_title{
    text-align: center;
    margin-bottom: .4rem;
}
.in_title h1{
    width:100%;
    margin-top: .05rem;
}
.in_title h1:before, .in_title h1:after{
    display: none;
}
.inner_con p{
    line-height: 2em;
}

/* 内页分类 */

.classify{
    font-size: 0;
    text-align: center;
    margin:.4rem 0;
}
.classify li{
    display: inline-block;
    width: 25%;
    height:.5rem;
    line-height:.5rem;
    background: #f4f4f4;
    text-align: center;
    padding:0 .05rem;
    overflow: hidden;
}
.classify li a{
    display: block;
    width:100%;
    height:100%;
    color: #5a5a5a;
    font-size: .22rem;
}
.classify li:hover{
    background: #52a6ac;
}
.classify li a:hover{
    color: #fff;
}
.classify .classify_this{
    background: #52a6ac;
}
.classify .classify_this a{
    color: #fff;
}


/* 内页业务领域 */
.in_service_list{
    font-size: 0;
    margin-right: -2.5%;
    margin-bottom: -.3rem;
}
.in_service_list li{
    display: inline-block;
    width:47.5%;
    height:3.6rem;
    border:1px solid #52a6ac;
    margin-right:2.5%;
    margin-bottom: .3rem;
    padding:.05rem
}
.in_service_pic{
    height:3rem;
    margin:0 auto;
}
.in_service_pic img{
    width:100%;
    height:100%;
}
.in_service_name{
    display: block;
    height:.5rem;
    line-height: .5rem;
    text-align: center;
    font-size: .24rem;
}
.in_service_list li:hover .in_service_name{
    color: #52a6ac;
    font-weight: bold;
}
/* 页码 */
.page{
    text-align: center;
    margin-top: 0.4rem;
}
.page .scott{
    font-size: 0;
}
.page .scott a{
    font-size: 0.2rem;
    display: inline-block;
    padding:0 .2rem;
    height:0.42rem;
    line-height: 0.42rem;
    border: 1px solid #ddd;
    margin:.08rem .05rem;
    color: #666666;
    border-radius: .05rem;
}
.page .scott span{
    font-size: 0.2rem;
    display: inline-block;
    padding:0 .2rem;
    height:0.42rem;
    line-height: 0.42rem;
    border: 1px solid #ddd;
    margin:.08rem .05rem;
    color: #666666;
    border-radius: .05rem;
}
.page .num{
    font-size: 0.2rem;
}
.page .scott a:hover{
    background: #52a6ac;
    color: #fff;
}
.current, .page .scott .current{
    background: #52a6ac;
    color: #fff;
}

/* 内页大朋精英 */
.in_lawyer{
    font-size: 0;
    margin-right: -2.5%;
    margin-top:.4rem;
}
.in_lawyer li{
    display: inline-block;
    width:47.5%;
    height:7.45rem;
    background: #f4f4f4;
    text-align: center;
    margin-right: 2.5%;
    margin-bottom: .3rem;
}
.in_lawyer_pic{
    height:4.1rem;
    overflow: hidden;
}
.in_lawyer_pic img{
    width:100%;
    height:100%;
}

.in_lawyer li h3{
    font-size: .28rem;
    margin:.15rem 0 .05rem;
}

.in_lawyer li span{
    font-size: .22rem;
    color:#999;
    display: block;
    line-height: 2em;
    padding-bottom: .1rem;
    margin:0 auto;
    border-bottom: 1px solid #ddd;
}
.in_lawyer li p{
    font-size: .24rem;
    line-height: .3rem;
    color: #666;
    padding:.2rem .16rem;
    text-align: left;
    overflow: hidden;
    height:2rem;
    overflow: hidden;
}

/* 内页文章 */
.inner_con .news_list li p{
    line-height: .3rem;
}


/* 详情页 */

.detail_title{
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.detail_time{
    display: block;
    font-size: 0.2rem;
    color:#999;
    text-align: center;
    margin:.1rem 0 .2rem;
}
.prev_next{
    margin-top: .5rem;
}
.prev{
    display: block;
}
.prev a, .next a{
    font-size: .22rem;
    color: #666;
    line-height: .36rem;
}
.prev a:hover, .next a:hover{
    color: #52a6ac;
}