.contentgoodslist{
	margin: 0 auto;
    overflow: hidden;
    width: 1230px;
    padding-bottom: 200px;
}
.goodslist_main {
	background: #F0F0F0;
}
.goodslist_null {
	background: #FFFFFF;
}
.goodslist_nav {
	height: 60px;
    margin: 22px auto 0 auto;
    font-size: 16px;
    text-align: center;
}
 .goodslist_nav ul {
 	display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}
.goodslist_nav ul li{
	float: left;
	margin: 0 39px 0;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	color:#999;
	position: relative;
	cursor: pointer;
}
.goodslist_nav ul li.active{
	color:#4C99EB;
}
.checked{
	width: 40px;
	height: 4px;
	background: #4C99EB;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.goodslist{
	background: #F7F7F7;
}
.goodslist_nav h3 {
	 width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.goodslist span {
	display: inline-block;
	width: 280px;
	height: 340px;	
	background: #FFFFFF;
	transition:transform 1s;
	-webkit-transition:transform 1s;
}
.goodslist span:hover {
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.15);
	transform:translate(0,-5px);
	-webkit-tranform:translate(0,-5px);
	-moz-transform:translate(0,-5px);
	-o-transform:translate(0,-5px);
	
}
.goodslist span:hover .goodslist span img{
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
	-webkit-transform: scale(1.05, 1.05); /* Safari and Chrome */
}
.goodslist span img {
	width: 280px;
	height:200px;
	float: left;
	transition:transform 1s;
	-webkit-transition:transform 1s; /* Safari */
}
.goods_desc_box {
	padding: 15px 15px 0 15px;
	clear: both;
	position: relative;
	height:150px;
}
.goodslist span h3 {
	clear: both;
    font-size: 16px;
    color: #333;
}
.goods_desc_box .desc {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0 0 0;
	color:#666666;
}
.sales_num,.sales_price {
	position:absolute;
	left:15px;
	bottom:32px;
	font-size: 12px;
    color: #999;
}
.sales_num {
	height: 50px;
	line-height: 50px;
}
.sales_price b {
	padding-right:5px;
	font-size: 20px;
    color: #4C99EB;
}
.goodslist .now_buy {
	position: absolute;
	bottom: 32px;
    right: 25px;
	height: 28px;
    width: 80px;
    border:none;
    outline:none;
    font-size: 14px;
    background: #4C99EB;
    color: #ffffff;
    
    cursor: pointer;
}
.goodslist>span:nth-of-type(2n) {
	float: right;
}
.goodslist>span:nth-of-type(2n+1) {
	float: left;
}
.goods_img_box {
	position: relative;
}

.goodslist span .goods_label {
	position: absolute;
	right: 0;
	top: 0;
	width: 87px;
	height: 87px;
}
.goods_box {
	float: left;
	margin: 40px 0px 0 22px;
}
.goodslistnull {
	margin: 10px 0 0 377px;
}
.goodslist_banner {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	height: 330px;
}
.areaimg001{
	background: url(../../img/group/banner2.png) no-repeat center center;
}
.areaimg002{
	background: url(../../img/areaimg002.png) no-repeat center center;
}
.areaimg003{
	background: url(../../img/areaimg003.png) no-repeat center center;
}
.areaimg004{
	background: url(../../img/areaimg004.png) no-repeat center center;
}
