

/*-------- 导航菜单 --------------*/
#navMenu {
	width:1000px;
	overflow:hidden;
}
#navMenu li {
	float: left;
	line-height: 36px;
	height: 36px;
}
#navMenu li a {
    padding:10px 0 0 0;
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:100px; 
	height:26px; 
	color:#454545;
    font:bold 13px "宋体";
	background:url(menu_a.jpg) right 0;
}
#navMenu li a:hover, #navMenu li.hover a {
    color:#eee;
	background-image: url(menu_hover.jpg);
	text-decoration: none;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	color:#454545;
    font:bold 13px "宋体";
	position:absolute;
	top: 0;
	z-index:100;
	width: 100px;
	visibility: hidden;
	margin-top: -1px;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	padding-top:6px;
	padding-bottom:6px;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:0.7
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	text-decoration: underline;
}

/*-------- 幻灯样式 --------------*/
.container, .container *{margin:0; padding:0;}
.container{padding-left:10px; width:300px; height:190px; margin:0 auto; overflow:hidden;position:relative;}
.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:308px; height:190px; display:block;}
.slider2{width:2000px;}
.slider2 li{float:left;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}

/*-------- 新闻列表 --------------*/
.news_content{ padding-bottom:5px; width:300px; color:#666666; overflow:hidden; margin:0 auto;}
.news_content li{  height:10px; text-align:right; text-indent:10px; padding:5px 5px; background-image:url(ico.gif); background-repeat:no-repeat; background-position:2px 10px;overflow:hidden;}
.news_content a{ float:left; color:#666666;text-align:left; text-decoration:none;}
.news_content a:hover{ text-decoration:none;}

/*-------- 富媒体 --------------*/
#header embed{display:none;}
#channel-sale .ch-skin-red .main-wrap{position:static;}
#channel-sale .full-banner{margin:0;*zoom:0;}
#channel-sale #top-banner .wrap{ padding-bottom:0; }
#discount-stores .ch-product-list{margin-right:0;width:470px;}
#discount-stores .ch-product-list .ch-desc{width:100px;margin-right:0;float:left;}
#discount-stores .ch-product-list li img{margin-left:10px;margin-right:5px;display:inline}
#discount-stores .ch-product-list .ch-type{left:10px;}

.salead{position:relative;z-index:99999;height:0px; }
.salead img{display:block;}
#saleAD{display:block;position:absolute;height:600px;margin-bottom:10px;}

#foot { color:#FFFFFF; font-size:12px; font-weight:900;}