#main_wrap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}




#main_wrap .select_menu{
	width:100%;
}
#main_wrap .select_menu table{
	width:100%;
/*	border:1px solid #aaa;*/
	border-collapse:collapse;
}

#main_wrap .select_menu td{
	border:1px solid #aaa;
	border-top:0px;
	position:relative;
	cursor:pointer;
/*	height:100px; */
}

#main_wrap .select_menu td img.popup{
	position:absolute;
	right:10px;
	top:10px;
}
#main_wrap .select_menu td .menu_title .key{
	display:block;
}

#main_wrap .select_menu td:hover{
	background:url(/img/main_menu_bg.png);
	background-repeat:repeat-x;
	background-size:1px 100%;
	background-position:0px 5px;
}
#main_wrap .select_menu td img.icon{
	padding-left:10px;
	padding-top:10px;
	width:115px;
}
#main_wrap .select_menu td .menu_title{
	position:absolute;
	left:140px;
	top:40px;
	text-align:left;
	font-size:13pt;
}
#main_wrap .select_menu td:first-child{
	border-left:0px;
}

#main_wrap .select_menu td:last-child{
	border-right:0px;
}


#main_wrap #slideshow{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;

	position:relative;
	padding-top:20px;
	margin-bottom:20px;
}

#main_wrap #slider{
	width:100%;
	height:342px;
	overflow:hidden;
}


#main_wrap #slider_left{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:15px;
	background:white;
	z-index:2;
}

#main_wrap #slider_right{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:15px;
	background:white;
	z-index:2;
}
#main_wrap #slider_left img{
	margin-top:120px;
	cursor:pointer;
}
#main_wrap #slider_right img{
	margin-top:120px;
	cursor:pointer;
}


#main_wrap #slider ul{
	width:4200px;
	padding-left:0px !important;
	font-size:0px;
}
 .main_slider_item{
	width:234px;
	height:340px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin-right:4px;
	border:1px solid #e5e5e5;
}

 .main_slider_item:hover{
/*	background:#f8f4e7;*/
	background:#f5f5f5;
/*	background:#d8edff;*/
	border:1px solid #2c6dab;
}

 .main_slider_item .flag{
	width:70px;
	height:27px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
 .main_slider_item .flag.sale{
	background:url(/img/label_sale.png);
}
 .main_slider_item .flag.almost{
	background:url(/img/label_almost.png);
}
 .main_slider_item .flag.done{
	background:url(/img/label_done.png);
}


 .main_slider_item .image_container{
	width:100%;
	height:165px;
	position:relative;
	overflow:hidden;
}
 .main_slider_item .image_container img{
	width:100%;
}
 .main_slider_item .info{
	width:100%;
	height:200px;
	font-size:11pt;
	line-height:25px;
	overflow:hidden;
}

 .main_slider_item .info .name{
	font-size:12pt;
	font-weight:bold;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	text-indent:10px;
}

 .main_slider_item .info .desc{
	width:90%;
	margin-left:10px;
	font-size:10pt;
	margin-top:5px;
	line-height:23px;
}

 .main_slider_item .btn{
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:right;
}

 .main_slider_item .btn button{
	margin-right:10px;
}


#main_wrap #banner{
	width:100%;
	max-height:340px !important;
}

@media screen and (max-width:900px)
{
	#main_wrap{
		width:100%;
	}

        #main_wrap .select_menu td img.icon{
		padding-top:0px;
		margin-top:-20px;
		top:0px;
		width:90px;
		position:relative;
		padding-left:0px;
	}
	#main_wrap .select_menu td{
		height:140px;
		text-align:center;
	}
	#main_wrap .select_menu td .menu_title{
		top:95px;
		font-size:12pt;
		width:100%;
		left:0px;
		text-align:center;
	}
	#main_wrap .select_menu td img.popup{
		width:10px;
		height:10px;
	}
}

@media screen and (max-width:600px)
{
	/*.main_slider_item{
                width:100%;
        }
*/
	#main_wrap .select_menu td{
		height:120px;
	}
	#main_wrap .select_menu td img.icon{
		width:70px;
		top:-10px;
	}
	#main_wrap .select_menu td .menu_title .key{
		display:block;
	}
	#main_wrap .select_menu td .menu_title{
		top:70px;
	}
}
