*{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
*, :after, :before {
    box-sizing: border-box;
}
body, html {
    width: 100%;
    height: 100%;
}
html{
	font-size: 625%;
}
body{
	font-size: 12px;
	font-size: 0.12rem;
	color: rgba(0,0,0,.65);
}
div,button,h1,h2,h3,h4,h5,h6,ul,li{
	border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
}
ul,li{
	list-style: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    outline:none;
    background: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
em{
	font-style: normal;
}
input, textarea, select {
    -webkit-appearance: none;
	border: none;
}
input::-webkit-input-placeholder{
	color: rgba(0,0,0,.25);
}
input::-moz-placeholder{
	color: rgba(0,0,0,.25);
}
input:-ms-input-placeholder{
	color: rgba(0,0,0,.25);
}
input:-moz-placeholder { 
	color: rgba(0,0,0,.25);
}
.border-bottom{
	border-bottom: 0.1rem solid #e7e7e7;
}
.default-bj{
	background-color: #f5f5f5;
}
/****************** 菜单导航 menu-modal-wrapper *******************/
.menu-modal-wrapper{
	display: none;
}
.menu-modal-wrapper.active{
	display: block;
}
.menu-modal-mask, .menu-modal{
	position: fixed;
	top: 0;
	z-index: 999;
}
.menu-modal-mask{
	left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.28);
}
.menu-modal {
    right: 0;
    bottom: 0;
    width: 5.25rem;
    background: #fff;
	box-shadow: 0 -3px 10px 0 rgba(0,0,0,.1);
    -webkit-animation: slideInLeft .2s cubic-bezier(.645,.045,.355,1);
    animation: slideInLeft .2s cubic-bezier(.645,.045,.355,1);
}
@keyframes slideInLeft{
	from{right: -5.25rem;}
	to{right: 0;}
}
@-ms-keyframes slideInLeft{
	from{right: -5.25rem;}
	to{right: 0;}
}
.menu-modal-header {
	width: 100%;
    font-size: 0.24rem;
    height: 1.31rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid #f4f4f5;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.menu-modal-header .title-box{
	flex: 1;
}
.menu-modal-header .title-box p{
	font-size: 0.36rem;
	color: #005389;
	font-weight: bold;
}
.menu-modal-header .title-box p.en{
	font-size: 0.3rem;
	color: #1d1d26;
	font-weight: normal;
}
.menu-modal-header .menu-close{
	flex: none;
	height: 1.3rem;
	width: 0.5rem;
	display: flex;
	align-items: center;
}
.menu-modal-header .menu-close img{
	width: 100%;
}
.menu-modal-body {
    position: absolute;
    top: 1.3rem;
	bottom: 0;
    width: 100%;
    overflow: auto;
	padding: 0.2rem 0;
}
.menu-modal-body .nav-list .item{
	width: 100%;
	height: 0.95rem;
	border-bottom: 1px solid #f4f4f5;
}
.menu-modal-body .nav-list .item.active{
	background: #f8f8f8;
}
.menu-modal-body .nav-list .item .link-box{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
}
.menu-modal-body .nav-list .item .name{
	font-size: 0.3rem;
	color: #1d1d26;
}
.menu-modal-body .nav-list .item.active .name{
	color: #e48816;
}

/****************** main-head *******************/
.main-head{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.88rem;
	background-color: #061f44;
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
}
.main-head .pic-box{
	width: 100%;
	font-size: 0;
}
.main-head img{
	width: 100%;
}
.main-head .menu-box{
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	position: absolute;
	right: 0.2rem;
	top: 0.17rem;
}

/****************** main-body *******************/
.main-body{
	position: fixed;
	top: 0.88rem;
	bottom: 0.88rem;
	left: 0;
	right: 0;
	background-color: #fff;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}
/****************** banner *******************/
.banner-box{
	width: 100%;
}
.banner-box .link-box{
	display: block;
	width: 100%;
}
.banner-box img{
	width: 100%;
}
/***************** 模块标题 module-title *******************/
.module-title{
	width: 100%;
	text-align: center;
	padding-top: 0.3rem;
	padding-bottom: 0.2rem;
}
.module-title h2{
	font-size: 0.36rem;
	color: #000;
	margin-bottom: 0.1rem;
	font-weight: inherit;
}
.module-title h2 em{
	color: #333;
	font-weight: bold;
}
.module-title p{
	font-size: 0.28rem;
	color: #333;
}
/***************** 咨询按钮 zixu-box *******************/
.zixu-box{
	width: 100%;
	padding: 0.3rem 0.35rem;
}
.zixu-box .btn-box{
	width: 100%;
	height: 0.9rem;
	border: 1px solid #ff9600;
	border-radius: 0.45rem;
	position: relative;
	z-index: 8;
}
.zixu-box .btn-box .left{
	display: inline-block;
	width: 55%;
	height: 100%;
	text-align: center;
	position: relative;
	padding-left: 0.7rem;
}
.zixu-box .btn-box .left span{
	font-size: 0.36rem;
	color: #ff9600;
	line-height: 0.9rem;
}
.zixu-box .btn-box .left .cricon-phone{
	display: inline-block;
	width: 0.5rem;
	position: absolute;
	left: 0.28rem;
	top: 0.2rem;
}
.zixu-box .btn-box .right{
	display: inline-block;
	width: 45%;
	overflow: hidden;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 10;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.36rem;
	color: #FFFFFF;
	background-color: #ff9600;
	border-radius: 0.45rem;
	text-align: center;
	border: 1px solid #ff9600;
}
.zixu-box.type02 .btn-box{
	border: 1px solid #005389;
}
.zixu-box.type02 .btn-box .left span{
	color: #005389;
}
.zixu-box.type02 .btn-box .right{
	background-color: #005389;
	border: 1px solid #005389;
}

/***************** 咨询按钮02 zixun-box02 *******************/
.zixun-box02{
	padding: 0 0.2rem;
	height: 0.6rem;
	border-radius: 0.3rem;
	border: 1px solid #005389;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.zixun-box02 img{
	width: 0.36rem;
	margin-right: 0.1rem;
}
.zixun-box02 .text{
	font-size: 0.28rem;
	color: #005389;
}
/****************** 律师模块 lawyer-area *******************/
.lawyer-area{
	width: 100%;
	padding-bottom: 0.3rem;
}
.lawyer-area .module-title{
	padding-top: 0.5rem;
	padding-bottom: 0.35rem;
}
.lawyer-area .content-box{
	width: 100%;
	padding-bottom: 0.4rem;
}
.lawyer-area .content-box .lawyer-pagination{
	bottom: 0;
}
.lawyer-area .content-box .swiper-pagination-bullet{
	width: 12px;
    height: 12px;
	background: #999;
	opacity: .8;
}
.lawyer-area .content-box .swiper-pagination-bullet-active{
	background: #005389;
}
.lawyer-area .list{
	overflow: hidden;
	padding: 0 0.3rem;
}
.lawyer-area .list .item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.3rem;
	border-radius: 6px;
	background-color: #fff;
}
.lawyer-area .list .item .link-box{
	display: flex;
	padding: 0 0.2rem;
}
.lawyer-area .list .item .left{
	flex: none;
	width: 1.6rem;
	padding-top: 0.3rem;
}
.lawyer-area .list .item .left .head-box{
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	overflow: hidden;
}
.lawyer-area .list .item .left .head-box img{
	width: 100%;
}
.lawyer-area .list .item .right{
	flex: 1;
	padding: 0.3rem 0;
}
.lawyer-area .list .item .right .top-box{
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}
.lawyer-area .list .item .right .top-box .name-box{
	flex: 1;
	display: inline-flex;
	align-items: center;
	font-size: 0.3rem;
	color: #333;
}
.lawyer-area .list .item .right .top-box .name-box .name{
	font-weight: bold;
}
.lawyer-area .list .item .right .top-box .name-box img{
	width: 0.36rem;
	margin-left: 0.1rem;
}
.lawyer-area .list .item .right .top-box .zixun-box02{
	flex: none;
}
.lawyer-area .list .item .right .descrip{
	width: 100%;
	height: 0.8rem;
	font-size: 0.22rem;
	line-height: 0.4rem;
	color: #656565;
	overflow: hidden;
	margin-bottom: 0.25rem;
}
.lawyer-area .list .item .right .statistics-box{
	width: 100%;
	height: 0.32rem;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.lawyer-area .list .item .right .statistics-box .statistics-item{
	flex: 1;
	display: flex;
	align-items: center;
}
.lawyer-area .list .item .right .statistics-box .statistics-item.first{
	margin-right: 0.4rem;
}
.lawyer-area .list .item .right .statistics-box .statistics-item img{
	height: 0.28rem;
	margin-right: 0.1rem;
}
.lawyer-area .list .item .right .statistics-box .statistics-item .text{
	font-size: 0.24rem;
	color: #666;
}
.lawyer-area .list .item .right .statistics-box .statistics-item .text em{
	color: #ff9600;
}
/***************** 问题模块 problem-area *******************/
.problem-area{
	width: 100%;
	padding-bottom: 0.2rem;
}
.problem-area .module-title{
	padding-top: 0.4rem;
	padding-bottom: 0.5rem;
}
.problem-area .list{
	padding: 0 0.2rem;
	overflow: hidden;
}
.problem-area .list .item{
	width: 50%;
	float: left;
	padding: 0 0.1rem;
}
.problem-area .list .item .link-box{
	display: block;
}
.problem-area .list .item .top-box{
	width: 100%;
	height: 2rem;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.problem-area .list .item .top-box .pic-box{
	width: 100%;
	height: 100%;
}
.problem-area .list .item .top-box .pic-box img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.problem-area .list .item .top-box .txt-box{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: rgba(0,0,0,0.4);
	padding-left: 0.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.24rem;
	color: #fff;
}
.problem-area .list .item .top-box .txt-box.type02{
	padding: 0;
}
.problem-area .list .item .top-box .txt-box.type02 p{
	white-space: nowrap;
	text-align: center;
}
.problem-area .list .item .bottom-box{
	text-align: center;
	padding: 0.2rem 0 0.4rem;
}

/****************** 业务领域 business-area *******************/
.business-area{
	width: 100%;
}
.business-area .module-title{
	padding-top: 0.4rem;
	padding-bottom: 0rem;
}
.business-area .zixu-box{
	padding-top: 0.2rem;
}
.business-area .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.2rem;
}
.business-area .list .item{
	width: 25%;
	padding: 0.1rem 0 0;
}
.business-area .list .item .link-box{
	display: block;
	padding: 0.2rem 0 0.1rem;
}
.business-area .list .item .pic-box{
	text-align: center;
}
.business-area .list .item .pic-box img{
	width: 1.5rem;
}
.business-area .list .item .txt-box p{
	text-align: center;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.4rem;
}
/****************** 顾问业务领域 gw-area *******************/
.business-area.gw-area .zixu-box{
	padding-bottom: 0.4rem;
}
.business-area.gw-area .list .item .link-box{
	padding-bottom: 0;
}

/****************** 公共为什么选择 select-why *******************/
.select-why{
	width: 100%;
}
.select-why .module-title{
	padding-top: 0.5rem;
	padding-bottom: 0.2rem;
}
.select-why .zixu-box{
	padding-top: 0rem;
	padding-bottom: 0.4rem;
}
.select-why .pic-box img{
	width: 100%;
}

/****************** 公共服务流程 service-flow *******************/
.service-flow{
	width: 100%;
}
.service-flow .module-title{
	padding-top: 0.6rem;
}
.service-flow .zixu-box{
	padding-bottom: 0.4rem;
}
.service-flow .pic-box{
	font-size: 0;
}
.service-flow .pic-box img{
	width: 100%;
	font-size: 0;
}
.service-flow.type02{
	padding-bottom: 0.6rem;
}
.service-flow.type02 .module-title{
	padding-top: 0.5rem;
}


/****************** 公共成功案例 case-area *******************/
.case-area{
	width: 100%;
}
.case-area .module-title{
	padding-bottom: 0.4rem;
}
.case-area .list{
	width: 100%;
	overflow: hidden;
	padding: 0 0.2rem;
}
.case-area .list .item{
	width: 50%;
	float: left;
	padding: 0 0.1rem;
	margin-bottom: 0.3rem;
}
.case-area .list .item .link-box{
	display: block;
}
.case-area .list .item .pic-box{
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.case-area .list .item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-area .list .item .title{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.26rem;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.1rem;
}
.case-area .list .item .descrip{
	width: 100%;
	height: 0.7rem;
	line-height: 0.35rem;
	font-size: 0.22rem;
	color: #666;
	overflow: hidden;
}
.case-area .btn-box{
	text-align: center;
	padding: 0.3rem 0.3rem 0.8rem;
	overflow: hidden;
}
.case-area .btn-box .link-btn{
	display: inline-block;
	width: 100%;
	padding: 0.25rem 0 0.2rem;
	font-size: 0.36rem;
	color: #005389;
	text-align: center;
	border-radius: 0.5rem;
	background: #e1e1e1;
}
.case-area .btn-box.type02{
	text-align: center;
	padding: 0.2rem 0.3rem 0.4rem;
	overflow: hidden;
}
.case-area .btn-box.type02 .link-btn{
	color: #fff;
	background: #005389;
}

/************* 案例详情页 case-detail **************/
.case-detail{
	width: 100%;
	padding: 0.4rem 0.2rem 0.5rem;
}
.case-detail .title-box h6{
	width: 100%;
	line-height: 0.5rem;
	font-size: 0.34rem;
    color: #000;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.case-detail .content-box{
	padding: 0.2rem 0;
}
.case-detail .content-box p{
	font-size: 0.26rem;
	color: #666;
	margin-bottom: 0.2rem;
	line-height: 1.6;
	text-indent: 2em;
}

/****************** 联系电话 com-link-phone *******************/
.com-link-phone{
	width: 100%;
}
.com-link-phone .content-box{
	padding: 0.45rem 0 0.3rem;
}
.com-link-phone .content-box p{
	width: 100%;
	text-align: center;
	font-size: 0.36rem;
	color: #005389;
	font-weight: bolder;
	margin-bottom: 0.05rem;
}

/****************** main-foot *******************/
.main-foot{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0.88rem;
	display: flex;
	font-size: 0.3rem;
	max-width: 750px;
	margin: 0 auto;
}
.main-foot>*{
	flex: 1;
}
.main-foot .item{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.main-foot .menu-item{
	background: #2f7db0;
}
.main-foot .th-item{
	background: #ff9600;
}
.main-foot .zx-item{
	background: #005389;
}
.main-foot .item .left{
	width: 0.56rem;
	position: absolute;
	left: 0.28rem;
	top: 0.17rem;
}
.main-foot .item .left .num{
	display: block;
	width: 0.44rem;
	height: 0.26rem;
	border-radius: 0.13rem;
	background-color: red;
	position: absolute;
	top: 0;
	right: -0.2rem;
	color: #fff;
	text-align: center;
	line-height: 0.26rem;
	font-size: 0.24rem;
}
.main-foot .item.th-item .left .num{
	right: -0.1rem;
}
.main-foot .item p{
	font-size: 0.32rem;
	color: #fff;
	padding-top: 0.05rem;
}

@media screen and (min-width:310px) and (max-width:359px) and (orientation:portrait) {
    html { font-size: 266.66% !important; }
}
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    html { font-size: 300% !important; }
}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    html { font-size: 312.5% !important; }
}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    html { font-size: 320.3% !important; }
}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    html { font-size: 341.66% !important; }
}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){
    html { font-size: 350% !important; }
}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){
    html { font-size: 375% !important; }
}
@media only screen and (min-width: 480px){
	html { font-size: 375% !important;}
}
@media only screen and (min-width: 750px){
	html { font-size: 625% !important;}
}
