﻿*{
	padding: 0;
	margin: 0;
	text-decoration: none;	
}
body{
	background-color: #FFFFF0;	
	background-image: url(./../image/background/background.png);
}		/* 大背景 */
#repeating_body{
	width: 920px;
	height: 500px;
	left: 17%;
	top: 220px;
	position: relative;
	padding: 20px 20px 20px 20px;
	border-radius: 20px;
	clear: both;
	background-color: #F0FFF0;/*--重复利用的蓝色块 */
}
#repeating_body>.body_home{
	width: 920px;
	height: 500px;
	position: relative;
	margin-top:-13px; 
	border-radius: 20px;
	clear: both;
	background-color: #F0FFF0;/* red 区分 */
}
#foot>.foot1{
	position: absolute;
	padding-right:20px; 
	margin-top: 180px;
	left: 35%;
	width: 500px;
}
#foot>.foot1 a{
	margin: 0px 50px 0 0;
	font-size: 15px;
	position: relative;
	top:50px; 
	color: #080808;
	font-weight: bold;
	z-index: 2;
}
#foot_last{
	width: 600px;
	position: absolute;
	left: 31%;
	top:797px;
	padding-bottom: 7px;
}
#foot_last a{
	font-size: 15px;
	color: #080808;
	font-weight: bold;
	z-index: 2;
}
#gong_an{
	width:300px;
	position: absolute;
	top:824px;
	left: 37%;	
	font-weight: bold;
}
#gong_an a{
	display:inline-block;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
#gong_an img{
	float:left;
}
#gong_an p{
	float:left;height:20px;
	line-height:20px;
	margin: 0px 0px 0px 5px; 
	color: #080808;
}

/*      ------------------   图片html搬运css-------------------         */
#header>.background_header >img{
	width: 100%; 
	min-width: 1250px; 
	height: 142px;
	position:absolute;
}	/* 最上面那个重复用的横幅的背景 */

#header>.demarcation_line >img{
    position: absolute;
    height: 60px;
    top: 106px; 
    width: 100%;
    min-width: 1250px; 
    z-index: 1;
}	/* 横幅与下面的 叶子 分界线 */

#logo{
	width: 150px;
	height: 142px;
	position:absolute;
	left: 170px ;
	top: 0px; 
	z-index: 0;
}	/*logo的图片*/

#develop_all{
	width: 100px;
	height: 142px;
	position:absolute;
	left: 420px ;
	top: 0px; 
	z-index: 0;
}	/* 最上面 植物培养模拟 的 按钮 图片 */

#phase_and_select{
	width: 100px;
	height: 142px;
	position:absolute;
	left: 620px ;
	top: 0px; 
	z-index: 0;
}	/* 最上面 购买\挑选小技巧 的 按钮 图片 */

#book_all{
	width: 100px;
	height: 142px;
	position:absolute;
	left: 820px ;
	top: 0px; 
	z-index: 0;
}	/* 最上面 书籍推荐 的 按钮 图片 */
/*-------------------------    手机适应    -----------------------------*/
@media screen and (max-width: 820px)  {
    #repeating_body{
    	left: 160px;
	}
	#foot_last{
		left: 380px;
	}
	#foot>.foot1{
		left: 440px;
	}
	#gong_an{
		left: 480px;
	}
}