﻿/* CSS Document */

body {

	margin: 0;

	padding: 0;

	font-family: "微软雅黑";

	font-size: 12px;

	margin: 0 auto;

}

ul, li {

	padding: 0px;

	margin: 0px;

	list-style: none;

}

* {

	margin: 0;

	padding: 0;

}

img {

	border: 0;

}

p {

	margin: 0;

	padding: 0;

}

html {

	overflow-x: hidden;

}

.clear {

	clear: both;

}

.float {

	float: left

}

.banner {

	width: 100%;

	height: 450px;

	position: relative;
	
	z-index:100;

}

.banner #bannerback {

	width: 100%;

	height: 450px;

	position: absolute;

	left: 0px;

	top: 0px;

	overflow: hidden;

}

.banner #bannerback a {

	width: 100%;

	height: 450px;

	position: absolute;

	left: 0px;

	top: 0px;

	opacity: 0;

	filter: alpha(opacity=0);

	background-repeat: no-repeat;

	background-position: 50% 0px;

}

.banner .banner_main {

	width: 1190px;

	height: 486px;

	margin: 0 auto;

	position: relative;

}

/*左侧所有商品列表*/

.suoyouliebiao {

	width: 239px;

	position: absolute;

	left: 0px;

	top: 0px;

	border-left: 1px solid #E6E6E6;

	border-bottom: 1px solid #E6E6E6;

	z-index: 200;

	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);

}

#lunbonum {

	height: 14px;

	line-height: 23px;

	position: absolute;

	right: 19px;

	bottom:10px;

	z-index: 5;

}

#lunbonum li {

	width: 14px;

	height: 14px;

	float: left;

	margin-right: 9px;

	background: #B4B4B4;

	border-radius: 14px;

	cursor: pointer;

}

#lunbonum .lunboone {

	background: #044a88;

	cursor: pointer;

}

/*banner结束*/

.dadaohang{ width:1190px; margin:0 auto;}
.daohang {

	width: 1190px;

	height: 130px;
	
	margin:0 auto;
	
	position:absolute;
	
	top:0px;
	
	z-index:9999;

}

.logo {

	width: 146px;

	height: 440px;

	margin: 0px 0 0 25px;
	

}

.logo h1 {

	width: 146px;

	height: 138px;

	background: url(../images/index/index_02.png) no-repeat;

}

.logo h1 a {

	width: 146px;

	height: 138px;

	text-indent: -45455px;

	display: block

}

.nav {

	width: 664px;

	height: 40px;

	padding-left:15px;

	float: right;

	margin: 50px 20px 0 0

}

.nav ul li {

	float: left;

	line-height: 40px;

	padding: 0 10px;

	width:60px;

}

.nav ul li a {

	font-family: "微软雅黑";

	color: #FFF;

	text-align:center;

	font-size: 14px;

	display:block;

	width:100%;

	height:100%;

}

.nav ul li a:hover {

	filter:alpha(opacity=70);

	-moz-opacity:0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

}

/*头部结束*/