body{
	margin:0;
	padding:0;
	/*overflow-x:hidden;*/
}
.container{
	margin:0 auto;
	width:1382px;
}
.div1{
	float:left;
}
.div2{
	float:left;
}
.div3{
	float:left;
}

/*返回顶部CSS样式*/
#gotop{	 
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color:#FFF;
    color:#666;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    left: 50%;
	margin-left:506px;
    bottom: 20%;
    _bottom: "auto";
    cursor: pointer;
    opacity: 0;
    filter: Alpha(opacity=0);
	border:1px solid #CCC
}