.big-jiaoyi{
	width:100%;
}
.jiaoyi-box{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding:20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	height:170px;
}
.ershou-img img{
	width:160px;
	height:120px;
	overflow:hidden;
}
.ershou-img img{
	transition:all 0.3s;
	cursor:pointer;
}
.ershou-img img:hover{
	transform: scale(1.2);
}
.miaoshu{
	width:400px;
	height:100%;
	padding-top:20px;
}

.miaoshu p:nth-child(1){
	font-size:14px;
	color:#666666;
}
.active{
	color:#EAAA85 !important;
}

.comehome-txt{
	display: inline-block;
	position:absolute;
	margin-top:100px;
	color:white;
	padding-left:40%;
}
.head-comeon{
	width:60%;
	margin:0 auto;
	border-bottom:2px solid #ccc;
	height:50px;
	line-height:50px;
	margin-top:50px;
}
.head-comeon span{
	display: inline-block;
	width:120px;
	height:100%;
	background:#1F1E1A;
	text-align: center;
	cursor: pointer;
	color:#fff;
}