@charset "utf-8";
/* CSS Document */
/* 定义页面头部和尾部等通用的样式 */
body {
	margin:0;
	padding:0; 
	text-align:center;
	font-family:"宋体","微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
	background-color:#fff;
    }
div, ul, li {
	margin:0 auto;
	padding:0;
}
img {
	border:none;
}
a,a:visited{
	font-family:"宋体","微软雅黑";
	text-decoration:none;
	color:#008cc9;
}
a:hover{
	color:#F60;
}
li {
	list-style:none;
	}
/* top样式开始 */
	.top {
		height:35px;
		width:980px;
		background:url(../commonImages/index_top.jpg) repeat-x;
		font-size:12px;
		color:#8b8b8b;
		}
	.top div {
		float:left;
		line-height:35px;
		margin-left:20px;
		}
	.top #top_2 {
		float:right;
		margin-right:30px;
		}
	.top a , .top a:visited {
		color:#8b8b8b;
		}
	.top a:hover {
		color:#f60;
		}
/* top样式结束 */
/* 动画样式开始 */
	.mall_title {
	height:250px;
	width:980px;
	background:url(../commonImages/background_blue.png) repeat-x;
	/*border-bottom:1px solid #CCC;*/
}
/* 动画样式结束 */

/* 商城首页导航样式开始*/
	/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
	width:980px;
	/*margin-top:-65px;*/
	background:url(../image/bg.png) repeat-x;
	height:39px;
	_border-bottom:none;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
background:url(../image/line.png) no-repeat;
background-position:right;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none;
width:140px;
height:39px; 
color:#fff; 
line-height:40px; 
font-size:14px;
font-weight:bold;
float:left;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
/*z-index:100000;*/
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#0084ff; 
background:url(../image/hoverBg.png) no-repeat;
background-position:22px 6px;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:39px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#61b3ff; 
color:#fff;
font-size:12px;
font-weight:normal;
border-top:1px #86d4ff solid;
border-bottom:1px #0486ff solid;
border-left:1px #2f9afe solid;
border-right:1px #2f9afe solid;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
color:#ffda80;
text-decoration:underline;
}

/* 商城首页导航样式结束 */
/* 分页 开始 */
#fenye 
{
	margin-top:10px;
	color:#000;
	}
#fenye span 
{
	margin-right:10px;
	}
	.currentCls 
	{
		color:#000;
		}
/* 分页 结束 */
/* foot样式开始 */
	#under{
		clear:both;
		width:980px;
		margin-top:10px;
	padding-top:10px;
	height:200px;
	background:#fff;
	border-top:2px #03a9f1 solid;
	line-height:12px;
}
#under a{
	color:#656565;
}
#under a:hover{
	color:#f60;
}
#foot {
	/*	width:100%; */
		height:130px;
		text-align:center;
		font-size:12px;
		color:#656565;
		margin-top:10px;
		!margin-top:30px;
		}
/* foot样式结束 */


