@charset "utf-8";
/* CSS Document */

/*=======================
	#container
=======================*/

#container{
	width:1000px;
	float:left;
}
/*=======================
	#main
=======================*/
#main{
	width:1000px;
	height:603px;;
	float:left;
	margin-top:30px;
}
#image02{
	margin-left:600px;
}
#image03{
	float:left;
	margin-top:4px;
}

/*=======================
	#slideshow_top 
=======================*/
	
#slideshow_top {
    position:relative;
}

#slideshow_top img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow_top img.active {
    z-index:10;
}

#slideshow_top img.last-active {
    z-index:9;
}

/*=======================
	#slideshow_bottom 
=======================*/

#slideshow_bottom {
	width:398px;
	height:199px;
    position:relative;
	top:4px;
	left:4px;
}

#slideshow_bottom img {
    position:absolute;
    top:0;
    left:604;
    z-index:8;
}

#slideshow_bottom img.active {
    z-index:10;
}

#slideshow_bottom img.last-active {
    z-index:9;
}

/*=======================
	#information
=======================*/
#information{
	width:390px;
	height:170px;
	float:left;
	margin-top:30px;
	margin-bottom:40px;
}
#information_text{
	width:390px;
	height:148px;
	overflow:auto;
	border-left:1px solid #2c93cd;
}
#information_text p{
	line-height:1.5;
}
#information_text p em{
	color:#2c93cd;
	font-style:normal;
}


/*=======================
	#recommend
=======================*/
#recommend{
	width:590px;
	height:172px;;
	float:left;
	margin-top:30px;
	margin-left:20px;
	margin-bottom:30px;
}
.banner{
	float:left;
	margin-top:16px;
}
#banner02{
	margin-left:16px;
}

