/* CSS Document */
.main{
	width: 980px;
	height: 455px;
	margin-left: 220px;
	margin-top: 10px;
}

.focus{
	float: left;
	position: relative;
	width: 721px;
	height: 455px;
	overflow: hidden;
	background-color: purple;
}
.focus ul{
	position: absolute;
	width: 800%;
}
.focus ul li{
	float: left;
}
.focus .arrow-l{
	left: 0;

}
.focus .arrow-l,
.focus .arrow-r
 {
	 display: none;
	position: absolute;
	top: 180px;
	font-size: 50px;
	background-color: rgba(0, 0, 0, .3);
	z-index: 2;
}
.focus .arrow-r {
	right: 0;
}
.focus .circle{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform:translate(-50%);
}
.focus .circle li{
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.focus .circle .current{
	background-color: white;	
}
.newsflash{
	float: right;
	width: 250px;
	height: 455px;
}
.news{
	height: 165px;
	border: 1px solid #e4e4e4;
}
.lifeservice{
	height: 209px;
/*	background-color: purple;*/
	border: 1px solid #e4e4e4;
	border-top: 0;
	overflow: hidden;
}
.lifeservice ul{
	width: 252px;
}
.lifeservice ul li{
	float: left;
	width: 63px;
	height: 71px;
	text-align: center;
	border-right: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}
.lifeservice ul li i{
	display: inline-block;
	width: 34px;
	margin-top: 12px;
	height: 28px;
	background-color: pink;
	background: url(../images/icons.png) no-repeat -12px -15px;
}
.bargain{
	margin-top: 5px;
}
.news-hd{
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	border-bottom: 1px dotted #e4e4e4;
}
.news-hd h5{
	font-size: 14px;
	float: left;
}
.news-hd .more{
	float: right;
}
.news-hd .more::after{
	font-family: 'icomoon';
	content: '\ea42';
	padding-left: 5px;
}
.news-bd{
	padding: 5px 15px 0;
} 
.news-bd ul li{
	height: 24px;
	line-height: 24px;
	overflow: hidden; 	/*超出部分隐藏*/
	white-space: nowrap;	/*一行显示*/
	text-overflow: ellipsis;	/*省略号显示*/
}
.recom{
	height: 163px;
	background-color: #ebebeb;
	margin-top: 12px;
}
.recom_hd{
	float: left;
	height: 163px;
	width: 205px;
	background-color: #5c5251;
	text-align: center;
	padding-top: 30px;
}
.recom_bd{
	float: left;
}
.recom_bd ul li{
	position: relative;
	float: left;
}
.recom_bd ul li img{
	width: 248px;
	height: 163px;
}
.recom_bd ul li:nth-child(-n+3)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 145px;
	background-color: #ddd;
}
/*家用电器模块*/
.box_hd{
	height: 30px;
	border-bottom: 2px solid #c81623;
}
.box_hd h3{
	float: left;
	font-size: 18px;
	color: #c81623;
	font-weight: 400;
}

.tab_list{
	line-height: 30px;
	float: right;
}
.tab_list ul li{
	float: left;
}
.tab_list ul li a{
	margin: 0 15px;
}
.floor .w{
	margin-top: 30px;
}

.box_bd{
	height: 361px;
}
.tab_list_item>div{ 
	float: left;
	height: 361px;
}
.co1_210{
	width: 210px;
	background-color:  #f9f9f9;
	text-align: center;
}
.co1_210 ul{
	padding-left: 12px;
}
.co1_210 ul li{
	float: left;
	width: 85px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-right: 10px;
}
.co1_329{
	width: 329px;
}
.co1_221{
	width: 221px;
	border-right: 1px solid #ccc;
}
.co1_219{
	width: 219px;
}
.bb{
/*	一般情况下，a如果包含有宽度的盒子，a 需要转为块级元素*/
	display: block;
	border-bottom: 1px solid #ccc;
}