/*CSS清理*/
body{
	margin:0px;
	padding:0px;
	background-image: url(https://www.hrbzx.gov.cn/uploads/3650.files/images/bg1.jpg);
	background-repeat: repeat-x;
	background-color:#f1ece9;
}


#box1{
	width: 1920px;
	height: 225px;
	margin:0 auto;
	background-image: url(https://www.hrbzx.gov.cn/uploads/3650.files/images/bg2.jpg);
	background-size:100% 100%;
	position: relative;
	/*border:solid 1px blue;*/
}
#box2{
	width:481px;
	height:92px;
	overflow: hidden;
	position: absolute;
	top:75px;
	left:475px;
	z-index: 1;
	/*border:solid 1px blue;*/
}
#box3{
	width:1000px;
	height: 225px;
	margin:0 auto;
	position: relative;
	/*border:solid 1px red;*/
}
.imgs{
	position: absolute;
}
#i1{
	top:22px;
	left:590px;
	opacity: 0;
}
#i2{
	top:13px;
	left:590px;
	opacity: 0;
}
#i3{
	top:25px;
	left:582px;
	opacity: 0;
}
#i4{
	top:17px;
	left:629px;
	opacity: 0;
}
#box4{
	width:152px;
	height:152px;
	position: absolute;
	top:45px;
	left:450px;
	/*border:solid 1px blue;*/
}
#box4 #m1{
	opacity: 0;
}