﻿/*轮播图样式*/
.banner {
   position: relative;
 width: 100%;
    margin: 10px auto 0;
    background: #fff;
    z-index: 1;
text-align: center;
}

.banner-slider {
    position: relative;
    height: 500px;
	 width: 100%;
text-align: center;
	padding: auto;
	margin:auto;
	background: #999;
}

.banner-slider li {
  position: absolute;
    padding: auto;
	margin:auto;
    display: none;
	 width: 100%;
height: 100%;
	
text-align: center;
}

.banner-slider a {
	 width: 100%;
height: 100%;
	display: block;
text-align: center;
}

.banner-slider img {
text-align: center;
    width: 100%;
    height: 100%;
}

.banner-item {
	position: absolute;
	bottom: 80px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.banner-item li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 6px;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	border-color: #ccc\9;
	background: #ccc\9;
}

.banner-item li.item-active {
	background: #523669;
	border: 2px solid #523669;
}

.banner-des {
    width:1200px;
    height: 69px;
    background: #fff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    overflow: hidden;
    text-align: center;
margin:0 auto;
}

.banner-des li {
    float: left;
    width: 300px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    font-size: 18px !important;
    color: #523669;
}

/*文章样式*/
.article {
    width: 1200px;
    margin: 0 auto;
}

.article > a {
	display: block;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #808080;
    text-align: right;
}

.article > div {
    overflow: hidden;
    background: #fff;
}

.article > div > span {
	position:relative;
    float: left;
    width: 320px;
    height: 260px;
    margin-right: 80px;
	
}

.article b {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	height: 48px;
	width: 120px;
	line-height: 48px;
	background: #523669;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.article img {
    width: 100%;
    height: 100%;
}

.article div p {
	margin-top: 20px;
}

.article p a {
    display: inline-block;
    width: 560px;
    margin: 40px 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article p span {
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}

.article i {
    margin-right: 20px;
    font-size: 16px;
    color: #808080;
}

.article div div {
    margin-right: 20px;
    text-indent: 33px;
    font-size: 16px;
    color: #808080;
}

.article div > a {
	margin-left: 10px;
    font-size: 16px;
    color: #523669;
}

/*模块样式*/
.category {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.category > div {
    overflow: hidden;
}

.category > div:last-child {
	margin-bottom: 0;
}

.category > span {
    display: block;
    width: 200px;
    height: 48px;
    margin: 20px auto;
    padding: 0 20px;
    border-radius: 2px;
    line-height: 48px;
    text-align: center;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*模块一样式*/
.category-recommend-1 {
    margin: 0 auto;
}

.category-recommend-1 ul {
    position: relative;
    width: 100%;
    height: 400px;
    background: #fff;
    overflow: hidden;
}

.category-recommend-1 li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    width: 700px;
    height: 400px;
    background: #fff;
}

.category-recommend-1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.category-recommend-1 img {
    width: 100%;
    height: 100%;
}
/*模块二样式*/
.category-recommend-2 li {
	margin: 2px;
}

.category-recommend-2 li:nth-child(1){
    float: left;
    height: 550px;
    width: 550px;
}

.category-recommend-2 li:nth-child(2) {
    float: right;
    width: 640px;
    height: 270px;
    margin-bottom: 8px;
}

.category-recommend-2 li:nth-child(3) {
    float: right;
    width: 640px;
    height: 270px;
}

.category-recommend-2 li:first-child {
    float: left;
    height: 550px;
    width: 550px;
}

.category-recommend-2 li:first-child+li {
    float: right;
    width: 640px;
    height: 270px;
    margin-bottom: 8px;
}

.category-recommend-2 li:first-child+li+li {
    float: right;
    width: 640px;
    height: 270px;
}

.category-recommend-2 a {
	display: block;
}

.category-recommend-2 a:hover {
	box-shadow: 0px 0 4px 3px #ddd;
}


/*模块三样式*/

/*模块三标题*/
.list-container {
    width: 1200px;
    margin: 0 auto;
}

.category-title {
    position: relative;
    margin: 38px 0 20px;
	overflow: hidden;
}

.category-title dt {
    color: #333;
    font-size: 30px;
    text-align: center;
}

.category-title dd {
    margin-top: 10px;
    color: #808080;
    font-size: 16px;
    text-align: center;
}

.category-title a {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #808080;
    font-size: 16px;
    text-align: right;
}
/*模块三商品列表*/
.category-list {
	width: 1215px;
    overflow: hidden;
}

.category-list li {
    float: left;
}

.category-list li a {
    position: relative;
    display: block;
    width: 285px;
    height: 285px;
    margin: 4px 15px 4px 3px;
}

.category-list li a:hover {
	box-shadow: 0px 0 4px 3px #ddd;
}

.category-list li:nth-child(5),
.category-list li:nth-child(6),
.category-list li:nth-child(7),
.category-list li:nth-child(8) {
	margin-top: 30px;
}

.category-list li img {
    width: 100%;
    height: 100%;
}

.category-list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:2;
    width: 292px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)\9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-list li i {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 42px;
    width: 42px;
    background: #fc3332;
    border-radius: 50%;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.category-list li dl {
    height: 50px;
    overflow: hidden;
}

.category-list li dt {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.category-list li dd {
    color: #ff3333;
    font-size: 16px;
    text-align: center;
}