.home-carousel-item{
	min-width: 1200px;
	max-width: 1920px;
	min-height: 290px;
	max-height: 463px;
	cursor: pointer;
}

.home-carousel-item {
	position: relative;
	width: 1920px;
	display: block;
	left: 50%;
	margin-left: -960px;
}

.product-main{
	height:320px;
	width:100%;
	background-color: red;
	margin-top: -5px;
}

.product-main .product-img{
	width:100%;
	height: 100%;
}

.product-content{
	width:1200px;
	margin:0 auto 60px;
}

.product-popularity{
	height: 438px;
	width:100%;
}

.product-popularity .product-modulTitle .nameDesc{
	display: inline-block;
	vertical-align: top;
	float:right;
}

.product-popularity .product-modulTitle .nameDesc ul{
	list-style: none;
	height:80px;
	line-height: 80px;
	margin: 0;
	padding-top: 40px;
}

.product-popularity .product-modulTitle .nameDesc ul li{
	height: 20px;
	line-height: 20px;
	border-right: 1px solid black;
	float: right;
}

.product-popularity .product-modulTitle .nameMore{
	display: inline-block;
	vertical-align: top;
	float: right;
}

.product-popularity .product-modulCentent{
	height:358px;
	width:100%;
	overflow:hidden;
}

.product-popularity .product-modulCentent .product-modulCentent-left{
	width:476px;
	height: 358px;
	display: inline-block;
	vertical-align: top;
	float:left;
	border:1px solid transparent;
}
.product-popularity .product-modulCentent .product-modulCentent-left:hover{
	border:1px solid #0c3586;
}
.product-modleContent-left-shadow{
	width:469px;
	margin-left: 3px;
}
.product-popularity .product-modulCentent .product-modulCentent-left .product-modleContent-left-bigImage{
	width:474px;
	height: 100%;
	cursor: pointer;
}
.product-popularity .product-modulCentent .product-modulCentent-left div{
	height: 50px;
	line-height: 40px;
	width:470px;
	position: relative;
	bottom: 46px;
	color:white;
	font-size: 16px;
}
.product-popularity .product-modulCentent .product-modulCentent-left div div{
	padding-left: 20px;
}
.product-popularity .product-modulCentent .product-modulCentent-right{
	width:720px;
	height: 358px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -1px 0 0;
	float:right;
}

.product-popularity .product-modulCentent .product-modulCentent-right div{
	display: inline-block;
	width:calc(100% / 3);
	height:50%;
	vertical-align: top;
	border: 1px solid transparent;
	float: left;
	border-radius: 2px;
}

.product-popularity .product-modulCentent .product-modulCentent-right .product-modulCentent-right-everyDiv:hover{
	border:1px solid #0c3586;
	cursor: pointer;
	border-radius: 2px;
}

.product-popularity .product-modulCentent .product-modulCentent-right div .product-modleContent-right-bigImage{
	display: inline-block;
	width:100%;
	height:100%;
	vertical-align: top;
	cursor: pointer;
}
.product-popularity .product-modulCentent .product-modulCentent-right div div{
	height: 40px;
	line-height: 30px;
	width:100%;
	position: relative;
	bottom: 39px;
	color:white;
	font-size: 12px;
}
.product-popularity .product-modulCentent .product-modulCentent-right div div .product-modleContent-right-shadow{
	width:100%;
	height: 100%;
}
.product-popularity .product-modulCentent .product-modulCentent-right div div div{
	padding-left: 10px;
	padding-top: 5px;
}


/**
 * 公用css
 */
.product-modulTitle{
	height: 80px;
	width:100%;
}

.product-modulTitle .nameTitle{
	float: left;
}

.product-modulTitle .nameTitle h4{
	height:80px;
	line-height: 80px;
	margin: 0;
	padding-top: 10px;
	font-weight: 700;
}

.product-modulTitle .nameTitle h4 span{
	height: 25px;
	line-height: 25px;
	border-left: 3px solid #035496;
	padding-left: 15px;
}

.product-modulTitle .nameDesc{
	float: right;
	height: 80px;
	line-height: 80px;
}

.product-modulTitle .nameDesc ul{
	list-style: none;
	height: 80px;
	line-height: 80px;
	margin: 0;
}

.product-modulTitle .nameDesc ul li{
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 40px;
	font-weight: 500;
	padding-right: 5px;
}

.product-modulTitle .nameMore{
	float: right;
	height: 80px;
	padding-top: 45px;
	padding-left: 10px;
	color: #ABABAB;
}

.product-modulTitle .nameMore img{
	position: relative;
	top:-2px;
}

.product-recommendation{
	width:100%;
	height: 610px;
}

.product-recommendation .product-recommendation-up{
	width:100%;
	height:235px;
	margin-bottom: 20px;
}

.product-recommendation .product-recommendation-up img{
	width:100%;
	height: 100%;
}

.product-recommendation .product-recommendation-down{
	width:100%;
	height: 271px;
}
.product-recommendation .product-recommendation-down > div:first-child{
	margin-left: 0;
}
.product-recommendation .product-recommendation-down .product-recommendation-downDiv{
	width:calc((100% - 48px) / 5);
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 12px;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	float: left;
	overflow: hidden;
}
.product-recommendation .product-recommendation-down .product-recommendation-downDiv:hover{
	border:1px solid #0c3586;
	cursor: pointer;
}
.product-recommendation .product-recommendation-down .product-recommendation-downDiv:hover div:hover p{
	color:#0c3586;
}
.product-recommendation .product-recommendation-down .product-recommendation-downDiv .product-recommendation-downDivImg{
	width:100%;
	height: 194px;
}
.product-recommendation .product-recommendation-down .product-recommendation-downDiv .product-recommendation-downDivImg img{
	width: 100%;
	height: 100%;
}

.product-recommendation .product-recommendation-down .product-recommendation-downDiv .product-recommendation-downDivDesc{
	width:100%;
	height: 75px;
	background-color: #F5F5F5;
}

.product-recommendation .product-recommendation-down .product-recommendation-downDiv .product-recommendation-downDivDesc p:first-child{
	padding-left: 12px;
	padding-top: 20px;
}
.product-recommendation .product-recommendation-down .product-recommendation-downDiv .product-recommendation-downDivDesc p:last-child{
	padding-left: 12px;
	margin-top: -10px;
	color:#696969;
}
