.header {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}


.nav {
    height: 90px;
    position: relative;
    width: 100%;
	margin-bottom:2px;
}

.nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.logo {
    float: left;
    /*margin: 10px 0;*/
}
.list{
	position:absolute;
	right:40px;
	height:90px;
	line-height:90px;
	
}

.list:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.list li:first-child{
	border-left:1px solid #ececec;
}
.list li{
	float:left;   
    position: relative;
	border-right:1px solid #ececec;
}


.list li a{
	color:#000;
	display: block;
    font-size: 15px;
    text-align: center;
	width:120px;	
}
.list li a.current{
	color:#e10038;
	border-bottom:2px solid #f03800;
}

span.key{
	background:url(/images/pc/down.png) no-repeat center right;
	width:18px;
	height:10px;
	display: inline-block;
	margin-left:5px;
}
.drop{
	position: absolute;
    top: 60px;
	display:none;
	z-index:999;
}
ul.sort{
	background:#fff;
	width:120px;
	border:1px solid #e7e7e7;
	display:inline-block;
}
.sort li {
    height: 40px;
    line-height: 40px;
    text-align: center;
	cursor:pointer;
}
.sort li.on{
	background:#e7e7e7;
}
 