/* CSS Document */
*{
	margin: 0 auto;
	padding: 0
}
#wrap{
	background:url("../images/套间效果图1.jpg") no-repeat;/*不平铺 */
	background-position: center center;/* 背景图片在中间 */
	background-attachment: fixed;
	width: 100%;
}
em,i{
	font-style: normal
}
li{
	list-style: none
}
img{
	border: 0;
	vertical-align: middle
}
button{
	cursor: pointer
}
a{
	color:#000000;
	text-decoration: none
}
a:hover{
/*	opacity: .8;透明度*/
}

boby{
	body oncontextmenu="return false" onselectstart="return false" 
ondragstart="return false" onbeforecopy="return false" oncopy=document.selection.empty() onselect=document.selection.empty()
}
/* 以上是去除不需要的属性设置 */