*{
	margin: 0;
	padding: 0;
	font-family: Arial,"Microsoft Yahei","Microsoft JhengHei","Hiragino Sans GB","Heiti SC",STXihei,sans-serif;
}
ul,ol{
	list-style: none;
}

a{
	text-decoration: none;
	color: black;
}
img{
	border:none;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.cle{
	clear:both;
}
.container{
	height: auto;
	width: 1180px;
	margin: auto;
}

.header{
	height: 120px;
	position: relative;
}
.header img{
	float: left;
	margin-top: 25px;
}

.header .search{
	float: right;
	margin-top: 25px;
	width: 194px;
	height: 32px;
	position: relative;
}
.header .search input{
	height: 26px;
	width: 190px;
	background-image: url('img/Search.png');
	background-repeat: no-repeat;
	background-position:155px 2px;
	background-size: 20px 20px;
	border:1px solid #d0d0d0;
	padding-left: 5px;
}
.header .search .submit{
	height: 26px;
	width: 52px;
	background-image: none;
	position: absolute;
	right:-1px;
	top: 1px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.header ul{
	position: absolute;
	top: 80px;
	left: 160px;
}
.header ol{
	position: absolute;
	right: 0px;
	top: 80px;
}
.header ul li,.header ol li{
	float: left;
}
.header ul li a{
	display: block;
	width: 110px;
	text-align: center;
	border-right: 1px solid #d0d0d0;
	font-size: 12px;
	color:#858585;
}
.header ul li sup{
	color: #c9595d;
	font-size:8px;
}
.header ol li a{
	display: block;
	width: 80px;
	text-align: center;
	border-right: 1px dotted #d0d0d0;
	color: #4d3126;
	font-size: 12px;
}
.header ul li a:hover{
	color: #5D3B24;
}
.header ol li a:hover{
	text-decoration: underline;
}
.header ol .shopping_cart a{
	border-right:none;
	background-image:url('img/Shopping_Cart.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	background-size:20px 20px;
}
.header ol .shopping_cart .shopping_cart_list{
	height:80px;
	width: 428px;
	border:1px solid  #d0d0d0;
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	padding: 10px 10px;
	z-index: 10;
	background-color: white;
}
.header ol .shopping_cart .shopping_cart_list th{
	width: 107px;
	text-align: center;
	color: #4D3128;
}
.header ol .shopping_cart .shopping_cart_list button{
	width: 90px;
	height: 30px;
	color: white;
	background-color: #4D3126;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	line-height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
.header ol .shopping_cart .shopping_cart_list button:hover{
	background-color: #5D3B24;
}

/*轮播图部分*/
.main{
	height:auto;
}

.main .carousel-box{
	height: 570px;
	width: 1180px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.main .carousel-box ul{
	width: 7080px;
	height: 570px;
	position: relative;	
	left: 0;
	top: 0;
}
.main .carousel-box ul li{
	float: left;
}
.main .carousel-box ol{
	position: absolute;
	bottom: 10px;
	left:525px; 
	height: 20px;
}
.main .carousel-box ol li{
	line-height: 20px;
	width: 20px;
	height: 20px;
	background-color:#fff;
	display: inline-block;
	margin: 0 5px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
}
.main .carousel-box .btn{
	position: absolute;
	font-size:40px;
	height: 60px;
	width: 30px;
	background-color:transparent;
	line-height: 60px;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	color: #fff;
	cursor: pointer;
}
.main .carousel-box .left{
	left: 0;
}
.main .carousel-box .right{
	right: 0;
}
.main .carousel-box .active{
	background-color: #a00;
}
/*轮播图下方微信，微博*/
.main .information{
	margin: 40px 0;
}
.main .information li{
	float: left;
	width: 235px;
	text-align: center;
	border-right: 1px solid #d0d0d0;
}

.main .information li a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left:50px;
	color: #333;
}
.main .information li a img{
	height: 50px;
	width: 50px;
	float: left;
}
.main .information li a span{
	display: block;
	float: left;
	padding-left: 10px;
}
/*产品展示*/
h2{
	text-align: center;
	font-size:24px;
	color: #9A9A9A;
	margin: 36px 0 20px 0;
}
.hot-products-left,.ecomment-products-left{
	height: 500px;
	width: 580px;
}
.marTop{
	margin-top: 20px;
}
.T-shirts img{
	float: left;
	margin-right:20px;
}
.T-shirts .T-shirts-last{
	margin: 0;
}
/*页脚*/
.footer{
	width: 100%;
	height: 320px;
	margin-top: 60px;
}

.footer-top{
	height: 216px;
	background-color: #FAFAFA;
}
.footer-top-box{
	height: 200px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
	top: 14px;
}
.footer-top-box dl{
	float: left;
	text-align: center;
	width: 195px;
	border-right: 1px solid  #DFDFDF;
	margin-top: 32px;
}
.footer-top-box .last-dl{
	border-right: none;
}
.footer-top-box dl dt{
	font-size: 20px;
	color: #313131;
	font-family: "微软雅黑";
	margin-bottom: 35px;
}
.footer-top-box dl dd{
	font-size: 12px;
	line-height:25px;
}
.footer a:hover{
	text-decoration: underline;
	color: #646464;
}
.footer-bottom{
	height:104px;
	background-color: white;
}
.footer-bottom ul{
	margin-top: 30px;
}
.footer-bottom li{
	float: left;
	padding: 0 10px;
	font-size: 12px;
}
.footer-bottom .left{
	float: left;
}
.footer-bottom .right{
	float: right;
}
.mid{
	border-right: 1px solid #646464;
	border-left: 1px solid #646464;
}