/* ---- public ---- */
* {
	box-sizing: border-box;
}
html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 36px;
}
.clearfix{
	clear: none;
}
a{
	color: inherit;
}
.left{
    float: left;
}
.right{
    float: right;
}
/* ---- top ---- */

#systop .systop {
	max-width: 1220px;
	width: auto;
	padding: 0 0.5rem;
}
#sysmenu {
	right: 0.5rem;
}
#syschannel li{
    font-size:0.7rem;
}
#sysmenu li.net a {
	width: 4rem;
}
#syschannel li:first-child a{
    margin-left:0.5rem;
}
#syschannel {
	width: auto;
	max-width: 1200px;
}
#syschannel ul {
	width: 100%;
}
@media screen and (max-width:1220px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
	#syschannel{
		padding: 0.3rem 0 0;
    }
    #syschannel li {
        font-size: 0.8rem;
    }
	#syschannel li a {
		margin: 0 0.3rem;
	}
	#syschannel li:first-child a{
        margin-left:0.3rem;
    }
}
@media screen and (max-width:800px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
}
@media screen and (max-width:768px) {
	
	#systop {
        display: none;
		background-size: auto 100%;
	}
	#systop .systop {
		padding: 0 6px;
	}
	#sysmenu {
		display: none;
	}
	#systop .sysnet li {
		padding: 0 10px 2px 0;
		font-size: 11px;
	}
	#syschannel {
		display: none;
	}
}
/* ---- banner ---- */
.banner_coat{
	width: 100%;
	background: url(../img/banner.jpg) center center repeat-x;
	background-size: auto 100%;
}
.banner{
	max-width: 1200px;
	position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.banner img.logo{
    width: 45.833333%;
    height: auto;
    float: left;
}
.bannerQRcode{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2.75rem;
	width: 11.5rem;
	height: 5.5rem;
}
.bannerQRcode .qrcode{
	margin-top: 1px;
	float: left;
	height: 5.4rem;
	width: 5.4rem;
}
.bannerQRcode .qrcode img{
	width: 100%;
	height: 100%;
}
.bannerQRcode .link{
	width: 4.5rem;
	float: right;
}
.bannerQRcode .link a{
	display: block;
	height: 1rem;
	padding:0 0 0 1.25rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size:auto 0.8rem;
	font-size: 0.75rem;
	color: #c4a678;
	margin-bottom: 0.45rem;
}
.bannerQRcode .link a.weibo{
	background-image: url(../img/banner_weibo.png);
}
.bannerQRcode .link a.jianjie{
	background-image: url(../img/banner_jianjie.png);
}
.bannerQRcode .link a.bangzhu{
	background-image: url(../img/banner_bangzhu.png);
}
.bannerQRcode .link a.jiandu{
	background-image: url(../img/banner_jiandu.png);
}
.toggle-nav{
	display: none;
}
@media screen and (max-width:1200px) {
    .bannerQRcode{
        right: 0.8rem;
        width: 10.6rem;
    }
    .banner img.logo{
        margin-left: 0.6rem;
    }
}
@media screen and (max-width:768px) {
    .banner img.logo{
        width: 72%;
    }
	.bannerQRcode{
		display: none;
	}
	.toggle-nav {
		display: block;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -1.2rem;
		cursor: pointer;
		color: #fff;
		padding: 0.6rem 0 0 0.3rem;
		width: 2.4rem;
		height: 2.4rem;
		z-index: 9;
		background: rgba(255, 255, 255, 0.6);
		border: 0.1rem solid #a49174;
		line-height: 0px;
		border-radius: 0.3rem;
	}
	.toggle-nav.open span.m, .toggle-nav.open span.n, .toggle-nav.open span.u {
		opacity: 1;
	}
	.toggle-nav span.m, .toggle-nav span.n, .toggle-nav span.u {
		font-size: 0px;
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
		letter-spacing: 0.1rem;
	}
	.toggle-nav span.e {
		display: inline-block;
		height: 1.6rem;
		width: 1.6rem;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(1) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0.5rem;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(2) {
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(3) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 0.5rem;
	}
	.toggle-nav span.e span.bar {
		-webkit-transition: 250ms;
		transition: 250ms;
		position: relative;
		display: block;
		background: #a49174;
		border-bottom: 0.1rem solid #a49174;
		width: 1.6rem;
		height: 0.1rem;
		line-height: 0;
	}
	.toggle-nav span.e span.bar:nth-child(2) {
		margin: 0.4rem 0;
	}
	.toggle-nav:hover span.m, .toggle-nav:hover span.n, .toggle-nav:hover span.u {
		opacity: 1;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
}
/* ---- menuBox ---- */
.menuBox{
	height: auto;
	margin: 0 auto 1.5rem;
	background: #a49174;
}
.menuBox .menu{
	max-width: 1200px;
	position: relative;
	padding: 0.5rem 0;
	margin: 0 auto;
}
.menuBox .menu li{
    float: left;
    width: 10%;
	/* width: 9.091%; */
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.9rem;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.menuBox .menu li a{
	color: #fff;
}
.menuBox .menu li a:hover{
	text-decoration: none;
}
@media screen and (max-width:1024px) {
	.menuBox .menu li{
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	.menuBox{
		height: 2.2rem;
		overflow: hidden;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
	.menuBox.open{
		height: 4rem;
	}
	.menuBox .menu li{
        font-size: 1rem;
		width: 16.6666%;
	}
}
@media (max-width:520px) {
	.menuBox .menu li{
		width: 25%;
    }
    .menuBox.open{
		height: 5.5rem;
	}
}

/* ---- ?? ---- */
.theRight{
    width: 33.3333%;
    float: right;
}
.theLeft{
    width: 63.3333%;
    float: left;
}
.leftBox{
    width: 70%;
    float: left;
}
.rightBox{
    width: 25%;
    float: right;
}

@media (max-width:768px) {
    .theRight{
        width: 100%;
        margin-bottom: 3%;
    }
    .theLeft{
        width: 100%;
        margin-bottom: 3%;
	}
	.leftBox{
		width: 100%;
	}
	.rightBox{
		display: none;
	}
}
/* ---- ?? ---- */
.mainHead{
    height: 2.5rem;
    position: relative;
    border-bottom: 0.05rem solid #ececec;
    margin-bottom: 1.3rem;
}
.mainHead h1{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.55rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-left: 0.2rem solid #a49173;
    padding: 0 0 0 0.8rem;
    font-size: 1.1rem;
    color: #7f6c4f;
    font-weight: normal
}
.mainHead a.more{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 0.7rem;
    color: #666666;
}
.mainHead a.todo{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 0.8rem;
    color: #a49073;
}
.mainHead .link{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 0.7rem;
    color: #666666;
}
.mainHead .tabHead{
    position: absolute;
    height: 2.5rem;
    top: 0px;
    left: 7.7rem;
    border-left: 0.05rem solid #ececec;
}
.mainHead .tabHead li{
    height: 2.5rem;
    float: left;
    border: 0.05rem solid #ececec;
    border-left: none;
    padding: 0.1rem 0.75rem 0;
    font-size: 0.8rem;
    color: #666666;
    line-height: 2.3rem;
}
.mainHead .tabHead li.active{
    color: #7f6c4f;
    border-top: 0.1rem solid #a49174;
    border-bottom: 0.05rem solid #fff;
    padding: 0 0.8rem;
}
.judicialHead{
    position: relative;
    height: 2.5rem;
    border-bottom: 0.05rem solid #ececec;
    margin-bottom: 1.25rem;
}
.judicialHead .tabHead{
    position: absolute;
    height: 2.5rem;
    top: 0px;
    left: 0;
}
.judicialHead .tabHead li{
    height: 2.5rem;
    float: left;
    border-bottom: 0.05rem solid #ececec;
    border-left: none;
    padding: 0.1rem 0.8rem 0;
    font-size: 0.8rem;
    color: #666666;
    line-height: 2.3rem;
}
.judicialHead .tabHead li.active{
    color: #7f6c4f;
    border-top: 0.1rem solid #a49174;
    border-left: 0.05rem solid #ececec;
    border-right: 0.05rem solid #ececec;
    border-bottom: 0.05rem solid #fff;
    padding: 0 0.7rem;
}
.tabBody>li{
    display:none; 
}
.tabBody>li.thisclass{
    display:list-item;
}
@media (max-width:1024px) {
    
    .mainHead a.more{
        font-size: 0.8rem;
    }
    
}
@media (max-width:768px) {
    .mainHead h1{
        font-size: 1.3rem;
    }
    .mainHead a.more{
        font-size: 0.9rem;
    }
    .mainHead a.todo{
        font-size: 0.9rem;
    }
    .mainHead .link{
        font-size: 0.9rem;
    }
    
    .mainHead .tabHead li{
        font-size: 1rem;
    }
    .mainHead .tabHead li span{
        display: none;
    }
    .judicialHead .tabHead li{
        font-size: 1rem;
    }
}

/* ---- rightNav ---- */
.rightSearch{
	height: 1.5rem;
	margin-bottom: 8%;
	position: relative;
	padding:0 3.75rem 0 0;
}
.text_input{
	width: 100%;
	height: 1.5rem;
	line-height: 1.4rem;
	border: 0.05rem solid #d9dde3;
	border-right: none;
	padding:0 4%;
	background: #fff;
	outline: none;
	font-size: 0.75rem;
	color: #333;
}
.rightSearch .btn{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 1.5rem;
	line-height: 1.5rem;
	width: 3.75rem;
	border: none;
	background: #a59274;
	outline: none;
	font-size: 0.7rem;
	color: #ffffff;
}
@media screen and (max-width:1024px) {
	.text_input{
        font-size: 9rem;
    }
    .rightSearch .btn{
        font-size: 0.9rem;
    }
}
/* ---- secNav ---- */
.secNav{
    margin-bottom: 12%;
}
.secNav li{
    width: 46.6667%;
    float: left;
    margin-bottom: 7%;
    display: table;
}
.secNav li:nth-child(2n){
    float: right;
}
.secNav li:nth-last-child(1),
.secNav li:nth-last-child(2){
    margin-bottom: 0;
}
.secNav li a{
    display: table-cell;
    width: 100%;
    height: auto;
    padding: 37.14% 0.25rem 7.14%;
    line-height: 1.4rem;
    font-size: 0.8rem;
    color: #806b50;
    background-color: #f3f2ed;
    background-repeat: no-repeat;
    background-position:center 24%;
    background-size: 22.85% auto;
    position: relative;
    text-align: center;
    vertical-align: middle;

}
.secNav li a:hover{
    text-decoration: none;
}
.secNav li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/nav_i.png) no-repeat;
    background-size: 100% 100%;
    line-height: 0;
    font-size: 0;
}
.secNav li.zixun a{
    background-image: url(../img/nav_zixun.png);
}
.secNav li.weituo a{
    background-image: url(../img/nav_weituo.png);
}
.secNav li.yuanzhu a{
    background-image: url(../img/nav_yuanzhu.png);
}
.secNav li.lvshi a{
    background-image: url(../img/nav_lvshi.png);
}
.secNav li.wenshu a{
    background-image: url(../img/nav_wenshu.png);
}
.secNav li.anli a{
    background-image: url(../img/nav_anli.png);
}
.secNav li.shenqing a{
    background-image: url(../img/nav_shenqing.png);
}
.secNav li.jieguo a{
    background-image: url(../img/nav_jieguo.png);
}
.secNav li.dayin a{
    background-image: url(../img/nav_dayin.png);
}
.secNav li.liucheng a{
    background-image: url(../img/nav_liucheng.png);
}

@media screen and (max-width:1024px) {
    .secNav li a{
        font-size: 0.9rem;
    }
}
/* ---- brandLawyer Style ---- */
.brandLawyer{
    margin-bottom: 1.2rem;
}
.brandLawyer li{
    float: left;
    width: 48%;
    overflow: hidden;
}
.brandLawyer1 li{
    width: 100%;
}
.brandLawyer li:nth-child(2n){
    float: right;
}
.brandLawyer li .pic{
    width: 4.4rem;
    height: 4.4rem;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0.6rem;
}
.brandLawyer li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.brandLawyer li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.brandLawyer li h1{
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1rem;
    color: #333333;
    position: relative;
    margin-bottom: 0.5rem;
}
.brandLawyer1 li h1{
    height: auto;
    line-height: 1.3rem;
    font-size: 0.9rem;
    padding: 0.35rem 0;
    color: #7c6d50;
    margin-bottom: 0.3rem;
}
.brandLawyer li h1::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 5rem;
    width: 1rem;
    height: 0.1rem;
    line-height: 0px;
    font-size: 0px;
    background: #a49174;
}
.brandLawyer li p{
    line-height: 1rem;
    font-size: 0.7rem;
    color: #666666;
}
.brandLawyer1 li p{
    color: #838383;
}
@media (max-width:1200px) {
    .brandLawyer li p{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .brandLawyer li p{
        font-size: 0.9rem;
    } 
}
/* ---- contractLawyer Style ---- */
.contractLawyer3{
    margin-bottom: 1rem;
}
.contractLawyer li{
    float: left;
    width: 22.5%;
    margin-right: 3.33%;
    margin-bottom: 3.33%
}
.contractLawyer3 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3.33%
}
.contractLawyer li:nth-of-type(4n){
    margin-right: 0;
}
.contractLawyer3 li:nth-of-type(4n){
    margin-right: 2%;
}
.contractLawyer3 li:nth-of-type(3n){
    margin-right: 0;
}
.contractLawyer li .pic{
    width: 100%;
    border: 0.05rem solid #dfdfdf;
    padding: 0.05rem;
    height: 4.25rem;
}
.contractLawyer li .pic a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contractLawyer li .pic a img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contractLawyer li .pic a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.contractLawyer li h1{
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.7rem;
    color: #666666;
}
@media (max-width:1200px) {
    .contractLawyer li h1{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .contractLawyer li .pic{
        height: auto;
    }
    .contractLawyer li .pic a{
        height: auto;
    }
    .contractLawyer li .pic a img {
        height: auto;
    }
    .contractLawyer li h1{
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 0.9rem;
    }
}
/* ---- contractLawyerSwiper Style ---- */
.contractLawyerSwiper{
	/* margin-bottom: 3rem; */
}
.contractLawyerSwiper .swiper-container {
	width: 100%;
}
.contractLawyerSwiper .swiper-slide {
	position: relative;
    /* box-shadow: 0 0 0.75rem rgba(210,231,243,1); */
    
}
.contractLawyerSwiper .swiper-slide .pic{
    height: 4.25rem;
    border: 0.05rem solid #dfdfdf;
    padding: 0.05rem;
    overflow: hidden;
}
.contractLawyerSwiper .swiper-slide .pic img{
	width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contractLawyerSwiper .swiper-slide .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.contractLawyerSwiper .swiper-slide p {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contractLawyerSwiper .swiperPagination{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

@media (max-width:1024px) {
    .contractLawyerSwiper .swiper-slide p{
        font-size: 0.8rem;
    }
}

@media (max-width:768px) {
	.contractLawyerSwiper .swiper-slide .pic{
        height: 22.5vw;
    }
}
@media (max-width:414px) {
	.contractLawyerSwiper .swiper-slide p{
        font-size: 1rem;
    }
}

/* ---- imageText Style ---- */
.imageText{
    padding: 0 0 1rem;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0.5rem;
}
.imageText_r{
	padding: 0;
	border: none;
	margin-bottom: 0.8rem;
}
.imageText .pic{
    width: 7.5rem;
    height: 5rem;
    float: left;
    margin-right: 3.3%;
    overflow: hidden;
}
.imageText_r .pic{
    width: 5.25rem;
    height: 3.5rem;
    margin-right: 5%;
}
.imageText .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.imageText .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.imageText h1{
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    color: #333;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 6px;
}
.imageText h2{
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #333;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 2px;
}
.imageText_r  h2{
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}
.imageText h3{
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #333;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.imageText p{
    height:2.6rem;
    line-height: 1.3rem;
    font-size: 0.7rem;
    color: #666666;
    overflow: hidden;
}
.imageText_r p{
    height:2rem;
    line-height: 1rem;
    font-size: 0.7rem;
}
.imageText p a{
    display: inline-block;
}
@media (max-width:1024px) {
    .imageText p{
        font-size: 0.8rem;
    }
    .imageText_r p{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .imageText h1{
        height: auto;
        line-height: 1.4rem;
        padding: 0.2rem 0;
        font-size: 1.2rem;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
    }
    .imageText h2{
        height: auto;
        min-height: 1.8rem;
        padding: 0.3rem 0;
        line-height: 1.2rem;
        font-size: 1rem;
        color: #333;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
    }
    .imageText_r  h2{
        font-size: 0.9rem;
    }
    .imageText h3{
        font-size: 0.9rem;
    }
    .imageText p{
        font-size: 0.9rem;
    }
    .imageText_r p{
        font-size: 0.9rem;
    }
}
/* ---- imageText Style ---- */
.newsList li{
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #333;
    padding: 0 0 0 0.8rem;
    background:url(../img/point.gif) left center no-repeat;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsList_r{
	margin-bottom: 5%;
}
.newsList_r li{
	height: auto;
	min-height: 1.8rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
	padding: 0.35rem 0 0.35rem 0.8rem;
	background:url(../img/point.gif) left 0.8rem no-repeat;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
.twoList li{
    width: 47.5%;
    float: left;
}
.twoList li:nth-child(2n){
    float: right;
    padding: 0;
    background: none;
}
.newsList li img.i{
    height: 0.7rem;
    margin-right: 0.2rem;
}
@media (max-width:1024px) {
    .newsList_r li{
        font-size: 0.9rem;
    }
    .newsList li img.i{
        height: 0.8rem;
    }
}
@media (max-width:768px) {
    .newsList li{
        height: auto;
        min-height: 2.2rem;
        line-height: 1.3rem;
        font-size: 1.1rem;
        padding: 0.4rem 0 0.4rem 0.7rem;
        background:url(../img/point.gif) left 0.9rem no-repeat;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
    }
    .twoList li{
        width: 100%;
    }
    .twoList li:nth-child(2n){
        padding: 0.4rem 0 0.4rem 0.7rem;
        background:url(../img/point.gif) left 0.9rem no-repeat;
    }
    
}
/* ---- consultBox Style ---- */
.consultBox ul li{
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 0 0 100px;
    position: relative;
}
.consultBox_r ul li{
	padding: 0 0 0 85px;
}
.consultBox ul li label{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 28px;
    line-height: 28px;
    font-size:18px;
    color: #333333;
}
.consultBox_r ul li label{
	font-size:16px;
}
.consultBox ul li .text_input,
.consultBox ul li textarea{
    border: 1px solid #dedede;
    background: #fff;
    outline: none;
    width: 100%;
    padding-left:10px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.consultBox ul li .text_input{
    padding-right: 10px;
}
.consultBox ul li textarea{
    height: 82px;
    resize: none;
}
.consultBox a.btn{
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #806b50;
    background: #f3f2ed;
}
.consultBox_r a.btn{
	font-size: 18px;
}
.consultBox a.btn:hover{
    text-decoration: none;
}
.consultBox a.btn::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 8px;
    height: 8px;
    background: url(../img/nav_i.png) no-repeat;
    background-size: 100% 100%;
}
.consultBox a.btn img{
    height: 32px;
    width: auto;
    margin-right: 12px;
}
.consultBox_r a.btn img{
    height: 26px;
}
@media (max-width:1200px) {
    .consultBox ul li{
        padding: 0 0 0 80px;
    }
    .consultBox ul li label{
        font-size:15px;
    }
    .consultBox ul li .text_input,
    .consultBox ul li textarea{
        font-size: 13px;
    }
    .consultBox a.btn{
        font-size: 18px;
    }
    .consultBox a.btn::before{
        width: 6px;
        height: 6px;
    }
    .consultBox a.btn img{
        height: 26px;
	}
	.consultBox_r ul li{
		padding: 0 0 0 70px;
	}
	.consultBox_r ul li label{
		font-size:14px;
	}
	.consultBox_r a.btn{
		font-size: 16px;
	}
	.consultBox_r a.btn img{
		height: 20px;
	}
	
}
@media (max-width:1024px) {
    .consultBox a.btn{
        height: 50px;
        line-height: 50px;
	}
	.consultBox_r ul li{
		padding: 0 0 0 60px;
	}
	.consultBox_r ul li label{
		font-size:12px;
	}
	.consultBox_r a.btn{
		font-size: 14px;
	}
	.consultBox_r a.btn img{
		height: 18px;
		margin-right: 6px;
	}
}
@media (max-width:768px) {
    .consultBox a.btn{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
/* ---- crumbs ---- */
.crumbs{
	min-height: 1.5rem;
	font-size: 0.7rem;
	color: #999;
	line-height: 1.1rem;
	padding: 0.2rem 0;
    margin-bottom: 0.7rem;
    position: relative;
}
.crumbs span{
	color: #333;
}
.crumbs .rightSearch{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15rem;
}
@media (max-width:768px) {
	.crumbs{
		font-size: 0.8rem;
    }
}
@media (max-width:768px) {
	.crumbs{
		font-size: 0.9rem;
    }
    .crumbs .rightSearch{
        display: none;
    }
}
/* ---- loveLawyer Style ---- */
.judicialList {
    margin-bottom: 20px;
}
.judicialList li{
    padding: 0 0 10px;
    margin-bottom: 0 0 16px;
    border-bottom: 1px solid #eeeeee;
}
.judicialList li h1{
    min-height: 52px;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    padding: 10px 0;
}
.judicialList li p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.judicialList li p span.time{

    display: inline-block;
    margin-top: 10px;
    height: 20px;
    width: 72px;
    border: 1px solid #a49174;
    line-height: 18px;
    font-size: 14px;
    color: #a49174;
    margin-right: 10px;
    text-align: center;
    border-radius: 1px;
}
.judicialList li p a.share{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}
.judicialList li p a.share img{
	height: 16px;
	width: auto;
}
.judicial_more{
    display: block;
    height: 58px;
    line-height: 56px;
    width: 100%;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 20px;
    color: #404040;
}
.judicial_more:hover{
    text-decoration: none;
}
@media (max-width:1024px) {
    .judicialList {
        margin-bottom: 16px;
    }
    .judicialList li{
        padding: 0 0 8px;
        margin-bottom: 0 0 12px;
    }
    .judicialList li h1{
        min-height: 44px;
        font-size: 20px;
        line-height: 28px;
        padding: 8px 0;
    }
    .judicialList li p{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .judicialList li p span.time{
        margin-top: 6px;
        height: 18px;
        width: 52px;
        line-height: 16px;
        font-size: 11px;
        margin-right: 8px;
    }
    .judicialList li p a.share{
        line-height: 30px;
        font-size: 12px;
	}
	.judicialList li p a.share img{
		height: 14px;
	}
    .judicial_more{
        height: 50px;
        line-height:48px;
        font-size: 18px;
    }
}
@media (max-width:1024px) {
    .judicialList {
        margin-bottom: 12px;
    }
    .judicialList li{
        padding: 0 0 6px;
        margin-bottom: 0 0 10px;
    }
    .judicialList li h1{
        min-height: 40px;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 0;
    }
    .judicialList li p{
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .judicialList li p span.time{
        margin-top: 4px;
    }
    .judicialList li p a.share{
        line-height: 24px;
    }
    .judicial_more{
        height: 42px;
        line-height:40px;
        font-size: 16px;
    }

}
/* ---- adsBar ---- */
.adsBar{
	max-width: 1200px;
	margin: 0 auto 1.25rem;
}
.adsBar img{
	width: 100%;
	height: auto;
}
.adsBar img.wap{
	display: none;
}

@media (max-width:768px) {
	.adsBar img.wap{
		display: inline;
	}
	.adsBar img.pc{
		display: none;
	}
}
/* ---- bottom_coat ---- */
.theBottom{
	border-top: 1px solid #eeeeee;
	background: #fafafa;
	padding: 1.8rem 0 2rem;
}
.theBottom h1{
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 1.1rem;
	color: #7f6c4f;
	border-left:0.2rem solid #a49075;
	padding: 0 0 0 0.9rem;
	margin-bottom: 1rem;
}
.theBottom p{
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #666;
	word-break: break-all;
}
.bottomQrcode{
	display: none;
}
@media screen and (max-width:1024px) {
	
	.theBottom p{
		line-height: 1.6rem;
		font-size: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.theBottom p{
		line-height: 1.8rem;
		font-size: 0.9rem;
	}
	.bottomQrcode{
		display: block;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto;
	}
}
/* ---- qrcodeList ---- */
.qrcodeList{
	text-align: center;
	background: url(../img/qrcode_bg.gif) left bottom repeat-x;
	background-size: auto 65%;
	padding-bottom: 1rem;
    margin-top: 5rem;
}
.qrcodeList li{
	display: inline-block;
	margin:0 3.57%;
	width: 7.5rem;
	text-align: center;
}
.qrcodeList li img{
	width: 100%;
	height: auto;
}
.qrcodeList li p{
	min-height: 1.8rem;
	line-height: 1rem;
	font-size:0.7rem;
	color: #333;
    width: 100%;
    padding: 0.4rem 0;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media (max-width:1024px) {
	.qrcodeList li p{
        font-size:0.9rem;
        line-height: 1.4rem;
	}
}
/* ---- friendshipHints ---- */
.friendshipHints{
	line-height: 1.8rem;
	text-align: center;
	font-size: 0.8rem;
	color:#333333; 
    margin-bottom: 3.5%;
    margin-top: 1rem;
}
.friendshipHints a{
	color: #806b50;
	text-decoration: underline;
}
@media (max-width:1024px) {
	.friendshipHints{
		font-size: 0.9rem;
	}
}

/* ---- secHead ---- */
.secHead{
    height: 2.4rem;
    border-bottom: 1px solid #d1c7ba;
    background:#f3f2ed ;
    position: relative;
    margin-bottom: 2.4%;
}
.secHead h1{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -0.55rem;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 1.1rem;
    color: #7f6c4f;
    border-left: 0.2rem solid #a49073;
    padding-left: 0.9rem;
}
.secHead .more{
    position: absolute;
    right: 1.1rem;
    top: 0;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 0.8rem;
    color: #7f6c4f;
}
@media (max-width:1024px) {
	.secHead .more{
        font-size: 0.9rem;
    }
}
/* ---- footer ---- */
#sysfoot {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sysfoot .sysfoot {
	max-width: 1220px;
	padding: 0 0.5rem;
	width: auto;
}
#sysfoot .sysfoot p {
	right: 0.5rem;
}
@media screen and (max-width:1200px) {
	#sysfoot .sysfoot p a {
		font-size: 12px;
		padding: 0 0 0 0.8rem;
	}
}
@media screen and (max-width:800px) {
	#sysfoot .sysfoot {
		text-align: left;
	}
}
@media screen and (max-width:768px) {
	#sysfoot .sysfoot {
		text-align: center;
	}
	#sysfoot .sysfoot p {
		display: none;
	}
}
/* ---- container ---- */
.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
.mb2_5{
	margin-bottom: 2.5%;
}
.mb2{
	margin-bottom: 2%;
}
.mb16{
	margin-bottom: 16px;
}
@media screen and (max-width:768px) {
	.mb16{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:450px) {
	.container {
		padding: 0 6px;
	}
}

