/*法律声明*/
.law-page .banner img{
	width: 100%;
}
.law-page .sec1{
	padding-top: 50px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/bundles/frontend/images/law_sec1_bg.png);
	min-height: 324px;
}
.law-page .sec1 .text{
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.law-page .sec1 p{
	font-size: 14px;
	color: #666;
	font-family: "syht light";
	font-family: "微软雅黑"\0;
	margin-bottom: 24px;
}
@media only screen and (max-width:1024px){
	/*法律声明*/
	.law-page .sec1{
		background-image: none;
		min-height: 1px;
		padding: 22px 4%;
	}
	.law-page .sec1 p{
		font-size: 1.2rem;
		font-weight: lighter;
		line-height: 20px;
		margin-bottom: 7px;
	}
}