﻿@charset "utf-8"; 
@import url(/Content/mall_common_v2.css); 


/*DIV布局的CSS*/
/*
相互关系为 小写
div-Page
　├─ div-header   
　│　　　├─　quick-menu
　│　　　├─  logo1
　│　　　└─　main-menu
　├─ div-mainrow
　│　　　├─　div-Left
　│　　　├─　div-Main
　│　　　└─　div-Right
　└─ div-footer
*/
* {
margin:0;padding:0;
}
body {
	font-family: "宋体" , "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10pt;
	margin:0px;
	padding:0px;
	text-align:center;
}

#div-page /*总页面内容区*/
{
	clear:both;
	margin:0 auto; 
	width:950px; 
	height:500px; 
	background-color:#FFFFFF; 
	background-image:url(../images/index_bg.gif); 
	background-repeat:repeat-x; 
	background-position:center 263px;
	/*min-width:1004px;*/
	/******DIV*让里面的对象可以相对时它左上角的绝对定位*****/
	position: relative;
	/*clip: rect( );
	border: #006699 1px solid;*/

}
.div-header /*头部*/
{
	margin:0px;/*margin-bottom: -4px;可以解决总是多出空白的问题*/
	padding:0px;
	width: 100%;
	height: 254px;
	text-align: left;
}

.div-mainrow /*中部两列容器*/
{
	clear: both;
	margin:0px;/*margin-bottom: -4px;可以解决总是多出空白的问题*/
	padding:0px;
	width: 100%;
	float:left;
	/*background: #60A179;*/
}
div.div-left
{
	float: left;
	padding:5px;
	width: 234px;/*注意横向排列的总宽度不够时，会变为两行,float和width都不指定时会自动排满*/
    text-align:left;
}
div.div-main
{
	/*注意横向排列的总宽度不够时，会变为两行,float和width都不指定时会自动排满*/
	text-align:left;
	height: 5px;
	min-width:760px;
	width:760px;
}

div.div-right
{
	float: right;
	padding:5px 5px 5px 0;
	width: 205px;
	text-align:left;
	/*border: #006699 1px solid;*/
}
div.div-footer /*底部*/
{
	clear:both;
	float:none;
	width:960px; 
	height:85px; 
	text-align:center; 
	line-height:18px; 
	background-image:url(../images/index_bot_bg.gif); 
	background-repeat:repeat-x;
	/*border: #006699 1px solid;*/
}
div.clear
{
	clear:both; /*去掉左右内容*/
}

/*右上角快速菜单*/
.quick-menu {
background:transparent url(http://assets.taobaocdn.com/ark/img/header_bg_0422.gif) no-repeat scroll 0 0;
padding:0 0 0 6px;
position:absolute;
right:0;
top:0;
}
.quick-menu-list {
background:transparent url(http://assets.taobaocdn.com/ark/img/header_bg_0422.gif) no-repeat scroll 100% 0;
float:left;
height:26px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0 6px 0 0;
}
.quick-menu-list li {
background:transparent url(http://assets.taobaocdn.com/ark/img/header_line_bg.gif) no-repeat scroll 0 -3px;
float:left;
height:25px;
line-height:25px;
margin:0 0 0 -1px;
padding:0 10px 0 11px;
}
.quick-menu-list a:link, .quick-menu-list a:visited {
color:#3366CC;
text-decoration:none;
}
.quick-menu-list a:hover, .quick-menu-list a:active {
color:#FF5500;
text-decoration:underline;
}


.logo1{
	float: left;
	/*width: 350px;
	height: 65px;**/
	padding:0px;
	margin:0px;
}

.logo1 a{
	display: block;
	width:454px;
	height:110px;
	/*background: transparent url(/sfkgww.jpg) no-repeat left center;*/
	margin: 0px 0px 3px 0px;
	overflow:hidden;
	position:relative;
	/*text-indent:-9999em;*/

}


div.sitelinks{
	clear:both; margin:2 auto;
   	background: url(http://img.alimama.cn/cps/taobao_lm.png) 0 0 repeat-x;
        line-height:25px;
        float:left;
        margin:0px;
        width: 948px;
        height: 35px;
}
div.sitelinks i{
	background-image: url(http://img.alimama.cn/cps/taobao_lm.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 6px;
}

div.sitelinks i.left{
	float: left;
	background-position: 0px -69px;
}

div.sitelinks i.right{
	float: right;
	background-position: -8px -69px;
}

div.sitelinks ul{
	margin: 0px;
	padding: 0px;
}

div.sitelinks ul li{
	 float: left;
	 margin: 5px;
}

div.sitelinks ul li a{
    color: #000000;
	 margin: 3px;
}

.product-list-split
{
	clear:both; margin:-22px 0px 0px 0px;
	width: 730px;
	background-image: url(http://img.alimama.cn/cps/taobao_lm.png);
}

