body,
html {
	width: 100%;
	height: auto;
	font-family: "微软雅黑";
	color: rgb(51, 51, 51);
	font-size: 14px;
	background:#fafafa;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: rgb(51, 51, 51);
}

ul,
ol,
dl {
	list-style: none;
}

.Heade{
	width: 100%;
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}

.Heade .Heade-home {
    width: 130px;
    height: auto;
    float: left;
    margin:6px 0px 0px 8%;
}

.Heade .Heade-home a {
    width: 100%;
    display: block;
	font-size:20px;
	color:#1B4899;
}

.Heade .Heade-home a img {
    width: 100%;
    display: block;
}

.Heade ul{
	height: auto;
	overflow: hidden;
	margin:0px 0px 0px 4%;
	float: left;
	padding:0px;
}

.Heade ul li{
	line-height: 54px;
	float: left;
	margin-right:26px;
	cursor: pointer;
}

.Heade ul li a{
	width: 100%;
	display: block;
	color:#1B4899;
	text-decoration:none;
}

.Heade ul li a:hover{
	color: #F2BF40;
}

.Heade p{
	width:275px;
	line-height:54px;
	float:right;
	color:#1B4899;
	font-size:13px;
	font-weight:bold;
}

.Heade p img{
	width:28px;
	display:inline-block;
	position:relative;
	top:7px;
}

.law{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 100px auto;
	background: #fff;
	border-radius:5px;
	padding:20px;
	box-sizing:border-box;
}

.law h2{
	width:100%;
	font-size: 20px;
	margin-top:10px;
    margin-bottom: 10px;
	font-weight: 300;
}

.law h4{
	width:100%;
	font-size:13px;
	margin:6px 0px;
}

.law p{
	width:100%;
	line-height:20px;
	margin-bottom:10px;
	font-size:13px;
}

.footer{
	width: 100%;
    height: auto;
    background:#F0F4F5;
    overflow: hidden;
    z-index: 999;
    padding: 50px 16px;
    box-sizing: border-box;
    font-size: 12px;
}

.footer ul{
	width:460px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 8px auto;
	padding:0px;
	box-sizing:border-box;
	text-align:center;
}
.footer ul li{
	width: 20%;
	line-height:14px;
	text-align: center;
	float: left;
	color:#666;
}
.footer ul li a{
	width:100%;
	display:inline-block;
	box-sizing: border-box;
	font-size:12px;
	text-decoration:none;
	color:#666;
	border-right:1px solid #888;
}

.footer ul li:nth-child(5) a{
	border-right:none;
}

.footer section{
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.footer section p{
	width: 100%;
	line-height: 22px;
	color:#666;
}

.footer section p a{
	font-size:12px;
	color:#666;
}

.footer section p span{
	display:block;
	color:#666;
}

@media screen and (max-width:1000px) {
	.law{
		width:100%;
		margin: 56px auto;
		border-radius:0px;
		padding:20px 10px;
	}

@media screen and (max-width:816px) {
	.Heade p{
		width:204px;
	}
}

@media screen and (max-width:736px) {
	.Heade ul{
		display:none;
	}
}


@media screen and (max-width:430px) {
	.Heade .Heade-home{
		margin: 6px 0px 0px 1%;
	}
	.Heade p {
		width: 196px;
	}
	.law h2{
		margin-top: 0px;
	}
	body,
	html {
		background:white;
	}
}

@media screen and (max-width:330px) {
	.Heade .Heade-home {
		width: 104px;
		margin: 9px 0px 0px 1%;
	}
}





















