/*main*/
.turn{
	width: 500px;
	height: 500px;
	position: fixed;
	display: none;
	top:50%;
	left:50%;
	transform: translate(-250px,-350px);
	z-index: 99999;
}

.main{
	width: 980px;
	height: 455px;
	margin-left: 219px;
	margin-top: 10px;
}
.focus{
	position: relative;
	width: 720px;
	height: 455px;
}
.newfalsh{
	width: 250px;
	height:455px;
}
.arrow_l,.arrow_r{
	position: absolute;
	top:200px;
	width: 24px;
	height: 36px;
	background-color:rgba(0,0,0,0.3);
	text-align: center;
	line-height: 36px;
	font-size: 22px;
	font-family: 'icomoon';
	display: none;

}
.arrow_r{
	right: 0;
}
.focus_list{
	position: absolute;
	left:25px;
	bottom:20px;
}
.focus_list li{
	float: left;
	width: 15px;
	height: 15px;
	margin:0 5px;
	border-radius: 50%;
	border:1px solid #aaa;
	cursor :pointer;
}
.focus_list li:hover{
	background-color: white;
	opacity: 0.5;
}
.news{
	width:250px;
	height: 163px;
	border:1px solid #ccc;
}
.news_hd{
	line-height: 32px;
	height: 32px;
	border-bottom: 1px dashed #aaa;
}
.news_hd li:nth-of-type(1){
	margin-left: 15px;
}
.news_hd li a{
	margin-right: 12px;
}
.news_bd{
	padding: 10px 0 0 15px;
}
.news_bd li{
	line-height: 23px;
}
.lifeservice{
	height: 208px;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
}
.lifeservice ul{
	width: 253px;
}
.lifeservice li{
	float: left;
	width: 62px;
	height: 70px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.lifeservice li a{
	display: block;
	/*解决 span 引起的外边距塌陷问题*/
	overflow: hidden;
	clear: both;
	height: 100%;
}
.service_ico{
	display: block;
	width: 24px;
	height: 24px;
	
	margin:10px auto;
}
.bargain{
	height: 75px;
	margin-top: 5px;
	border:1px solid #ccc;
}
/*recommmend*/
.recommend{ 
	height: 163px;
	margin-top:10px;
}
.recom_hd {
	width: 200px;
	height: 163px;
}
.recom_hd img{
	width:209px;
	height: 163px;
}
.recom_bd{
	width: 1000px;
	height: 163px;
	background-color: #ccc;
	overflow: hidden;
}
.recom_bd ul{
	width: 1010px;
	height: 163px;
}
.recom_bd li{
	float: left;
	width: 250px;
	height: 153px;
	border-right: 2px solid #fff;
	margin:5px 0;
}
.recom_bd img{
	width: 250px;
	height: 153px;
}
/* floor  jiadian*/

.box_hd{
	height: 30px;
	margin-top: 25px;
	border-bottom:2px solid #c81623;
}
.box_hd h3{
	float: left;
	font-size: 19px;
	color: #c81623;
}
.tab_list{
	float: right;
	line-height: 30px;
}
.tab_list li{
	float: left;
}
.tab_list li a{
	margin:0 15px;
}
.box_bd{
	height: 361px;
}
.w209{
	width: 209px;
	border-right: 1px solid #aaa;
	background-color: #f9f9f9;
}
.w329{
	width: 329px;
	border-right: 1px solid #aaa;
}
.w219{
	width: 219px;
	height: 180px;
	border-right: 1px solid #aaa;
}
.tab_con li {
	float: left; 
	height: 361px;
}
 .tab_con_items{
	border-bottom: 1px solid #aaa;
}
.tab_con_items a{
	display: block;
	height: 180px;
}
.tab_con_list{
	overflow: hidden;
	margin:5px 0;
}
.tab_con_list li{
	width: 86px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-left: 12px;
}
/*电梯导航*/
.fixedtool{
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -680px;
	width: 66px;
}

.fixedtool li{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.fixedtool .current{
	color: #fff;
	background-color: #c81623;
}
