.emi{
	position: relative;
}
.emi .prev,.emi .next{
	display: inline-block;
	width: 50px;
	font-size: 32px;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
}
.emi .prev{
	left: 0;
}
.emi .next{
	right: 0;
}
.emi .prev i,.emi .next i{
	color: #787878;
	width: 100%;
	text-align: center;
	display: none;
}
.emi .prev i:hover,.emi .next i:hover{
	color: #000;
	cursor: pointer;
}
.emi .list{
	float: left;
	display: inline-block;
	width: 860px;
	width: calc(100% - 100px);
	overflow: hidden;
	height: 255px;
	margin: 0 50px;
	position: relative;
	text-align: center;
}

.emi .list ul{
	display: none;
	width: 3000px;
	position: absolute;
	left: 0px;
	top: 0;
	padding: 0;
}

.emi .list li{
	width: 160px;
	display: inline-block;
	margin-right: 15px;
	float: left;
	text-align: center;
}
#owl_sim img{
	max-width:98px;
	border: 1px solid #ccc;
}
.emi .list img{
	max-width:100%;
	margin:0;
	display: inline-block;
}

.emi .list li a{
	width: 100%;
	text-align: center;
	float: left;
}
.emi .list span{
	line-height: 22px;
	font-size: 14px;
	max-height: 78px;
	overflow: hidden;
	text-overflow : ellipsis;
	display: block;
}
#owl_pop .list span{
	max-height: 44px;
}
.emi .list .m{
	color: #b12704;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

#owl1{
	overflow: hidden;
	margin-bottom: 20px;
}
#owl3{
	overflow: hidden;
}
#owl1 .list li,#owl3 .list li,#owl_p .list li{
	width: 260px;
}
#owl1 .list span,#owl3 .list span,#owl_p .list span{
	height: 44px;
}
#owl_p .list{
	height: 283px;
}
#owl2{
	overflow: hidden;
	margin: 10px 0;
}
#owl2 .list li{
	width: 135px;
}

#owl_sim{
	overflow: hidden;
}
#owl_sim .list li{
	width: 100px;
	height: 100px;
}
#owl_new .list{ height: 100px; }
#owl_new .list li{ width: 100px; }
