@import url("fonts.css");
*{font-family:"SF Pro SC","微软雅黑","Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"宋体","黑体" !important;}
/*reset css*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;position: relative;min-height:600px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
img{vertical-align: middle;}
/*my reset*/
html,body{background: #fff;;margin:auto;max-width:640px;overflow-x: hidden;font-size:14px;padding:0px;font-family:"微软雅黑","Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"宋体","黑体";}
a{text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;}
input,button,select,textarea{ outline:none;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;padding:0;margin:0;font-weight:normal;}
.cl{clear:both;height: 0;overflow: hidden;}
.fl{float:left;}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}
.fr{float:right;}
div:focus {
    outline: none;
}
/*首页*/

/*头部*/
.mo-header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.mo-menu{
    width: 64px;
}
.mo-nav{
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 2;
    background: #fff;
    height: 100%;
    width: 100%;
}
.mo-nav-c .mo-close a {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/mo_close.png);
    margin: 15px 0 0 10px;
    background-position: center;
    background-size: contain;
}
.mo-nav .head{
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #00001b;
    position: relative;
}
.mo-nav-w .head i {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5.4%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../images/arrow-right.png);
    background-size:contain ;
    background-position: center;
    background-repeat: no-repeat;
}
.mo-nav-w a {
    display: block;
    padding-left: 5.5%;
    padding-right: 5.4%;
}
.mo-nav-w li{
    text-align: left;
    margin: 10px;
    border-bottom: 1px solid #e9eff5;
}
.mo-nav-w .body{
    display: none;
}
.mo-nav-w .body a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e9eff5;
    background-color: #e9eff5;
    display: block;
}
.banner {
    width: 100%;
}
.banner img{
    width: 100%;
}

/*首页-专业服务*/
.index-server-data-container{
    display: flex;
    justify-content: space-between;
}
.index-server-data-container li{
    width: calc(100%/3);
    text-align: center;
}
.index-server-data-container li p{
    font-size: 24px;
    color: #d78823;
    margin: 15px 0;
 }
.index-server-data-container li span{
    font-size: 16px;
    color: #878787;
}
.index-server-title-container{
    width: 90%;
    margin: 20px auto;
    color:#fff ;
    font-size: 26px;
    text-align: center;
    padding: 10px;
    background-color:#b0a175 ;
    border-radius: 5px;
}
.index-server-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.index-server-list li{
    text-align: center;
    width: 22%;
    background: #e8e8e8;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 10px 0;
    border-radius: 5px;
}

.index-server-slogan-container{
    background-color: #1a3c7c;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
}
.index-server-slogan-container p{
    height: 30px;
    line-height: 30px;
}

/*专业团队*/
.index-team-container{
    position: relative;
    width: 100%;
    margin: auto;
}
.index-team-title{
    font-size: 22px;
    text-align: center;
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
.index-team-title:after{
    content: '';
    width: 100px;
    height: 3px;
    background: #1a3c7c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.team-swiper-container{
    position: relative;
    overflow: hidden;
}

.index-team-list{
    text-align: center;
}
.index-team-list img{
    width: 100%;
}
.team-swiper-box{
    position: relative;
    width: 90%;
    margin: auto;
}
.navigation-button{
    background-color: #b1a276;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: 80%;
}
.swiper-button-prev{
    background-image:url("../images/arrow-left1.png");
    left: -15px;
}
.swiper-button-next{
    background-image:url("../images/arrow-right1.png");
    right: -15px;
}
.index-team-list .lawyer-title{
    height: 30px;
    line-height: 30px;
}
.index-procedure-container{
    margin: 30px 0;
}
.index-procedure-container img{
    width: 100%;
}

/*首页-新闻列表*/
.index-article-container{
    margin: 30px auto;
}
.index-article-title{
    font-size: 22px;
    text-align: center;
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
.index-article-title:after{
    content: '';
    width: 100px;
    height: 3px;
    background: #1a3c7c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.index-article-list{
    display: flex;
    width: 95%;
    margin: auto;
    flex-wrap: wrap;
}

.index-article-wrap{
    width: 48%;
    margin: 10px 0;
}
.article-info-wrap{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.index-time-wrap{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 22%;
}
.index-time-wrap .time-date{
    font-size: 34px;
}
.index-time-wrap .time-year{
    font-size: 12px;
}
.index-title-wrap{
    width: 75%;
}
.index-title-wrap p{
    height: 16px;
    line-height: 16px;
}
.index-title-wrap .article-title{
    font-size: 14px;
    position: relative;
}

.index-title-wrap .article-desc{
    margin-top: 15px;
    border-top: 1px solid #dbdbdb;
    color:#5b5b5b;
    font-size: 12px;
}

.article-img{
    width: 100%;
}
.index-contact-container{
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 50px auto 30px auto;
}
.index-contact-container div{
    background: #1a3c7c;
    width:40%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.tel-wrap a{
    color: #fff;
    display: block;
}

.cat-thumb img{
    width: 100%;
}

/*关于我们*/
.about-content{
    width: 90%;
    margin: 20px auto;
}
.about-content img{
    width: 100%;
}

/*新闻列表*/
.cat-nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #e9eff5;
    margin-bottom: 20px;
}
.cat-nav li{
    position: relative;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: calc(100%/3);
    font-size: 18px;
}
.cat-nav li.on:before {
    content: '';
    width: 80%;
    height: 2px;
    background: #2a398a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.article-list-container{
    width: 95%;
    margin: auto;
}
.article-list li{
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eff5;
}
.article-list .article-title{
    font-size: 18px;
    margin: 10px auto;
}
.article-list .article-desc{
    padding-bottom: 10px;
}
.page{
    display: flex;
    justify-content: center;
}
.page li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f6f6f6;
    margin: 0 10px;
}
.page li.on{
    background-color: #b1a276;
}
.page li.on a{
    color: #fff;
}
.page-prev{
    background-image: url("../images/page-prev.png");
    background-position: center;
    background-repeat: no-repeat;
}
.page-next{
    background-image: url("../images/page-next.png");
    background-position: center;
    background-repeat: no-repeat;
}

.article-title{
    width: 100%;
    height: 45px;
    font-size: 22px;
    color: #232323;
    text-align: center;
    line-height: 45px;
}
.article-createtime{
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #999;
    line-height: 30px;
    text-align: center;
}
.article-content{
    width: 95%;
    min-height: 500px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin: 30px auto;
    padding-bottom: 60px;
}
.article-content img{
    width: 100%;
}

/*专业领域*/
.range-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.range-list li {
    /*width: calc(100%/6);*/
    width: 160px;
    height: 160px;
    background-color: #f6f7f9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.range-list li p{
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.range-list .range-en{
    margin: 50px auto 40px auto;
}
.range-list .range-cn{
    color: #4b569a;
}

.range-list .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(42,57,138,0.9);
    top: 160px;
    transition: top ease 500ms;
    z-index: 0;
}
.range-list li:hover p{
    color: #fff;
}
.range-list li:hover .mask{
    top: 0;
}

/*专业团队*/
.team-container{
    padding-bottom: 30px;
}
.team-container .team-list{
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.team-list li{
    width: 48%;
    margin: 10px auto;
}
.team-list img{
    width: 100%;
}
.team-list .lawyer-title{
    margin: 10px auto;
}
.team-list:after {content: "";flex: auto; }

.contact-container{
    width: 95%;
    margin: auto;
    padding-bottom: 30px;
}

.layui-m-layercont{
    padding: 0;
}