.chuan_nav{
	width: 100%;
	height: 1.2rem;
	border-bottom: 0.04rem solid #91745f;
	padding-top: 0.22rem;
	position: fixed;
	top: 2rem;
	z-index: 99;
}
.chuan_nav ul{
	width: 82.4%;
	margin: 0 auto;
}
.chuan_nav ul li{
	width: 22%;
	height: 0.75rem;
	float: left;
	margin-right: 3%;
	background: url(../img/menu2.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 0.26rem;
	color: #535150;
	text-align: center;
	line-height: 0.75rem;
}
.chuan_nav ul li:last-child{
	margin-right: 0;
}
.chuan_nav ul li:hover{
	background: url(../img/menu1.jpg) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}
.chuan_nav ul li.hover{
	background: url(../img/menu1.jpg) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.chuan_con{
	display: none;
	margin-top: 4.02rem;
}
.chuan_con div{
	width: 6.32rem;
	height: 4.8rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}
.chuan_con div:last-child{
	height: auto;
}
.chuan_con div img:nth-child(1){
	width: 6.32rem;
	height: 4rem;
	background: #F1F1F1;
}
.chuan_con div span:nth-child(3){
	width: 4rem;
	display: block;
	float: left;
	color: #535150;
	font-size: 0.3rem;
	line-height: 0.8rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.chuan_con div span:nth-child(4){
	display: block;
	float: left;
	color: #a3a3a3;
	font-size: 0.22rem;
	line-height: 0.86rem;
	margin-left: 0.1rem;
}
.chuan_con div img:nth-child(5),.chuan_con div img:nth-child(7){
	float: right;
	width: 0.3rem;
	height: 0.3rem;
	margin-top: 0.25rem;
}
.chuan_con div img:nth-child(7){
	background: url(../img/zan1.svg);
}
.chuan_con div img:nth-child(7):hover{
	background: url(../img/zan2.svg);
}
.chuan_con div img:nth-child(7).hover{
	background: url(../img/zan2.svg);
}
.chuan_con div span:nth-child(6){
	float: right;
	line-height: 0.86rem;
	margin: 0 0.2rem 0 0.05rem;
	color: #A3A3A3;
	font-size: 0.22rem;
}
.chuan_con div font{
	width: 3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #9b9b9b;
	font-size: 0.22rem;
	display: block;
	margin: 0 auto;
}
.ying_more{
	width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #9b9b9b;
    font-size: 0.22rem;
    display: block;
    margin: 0 auto;
    clear: both;
}
