.floor-item{
	margin-top: 20px;
	overflow: hidden;
	background: #ffffff;
	padding:30px 10px;
	box-shadow: 0px 0px 10px 0 #ccc;
}
.product-list{
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.list-left{
	flex:0 0 74%;
	width: 74%;
	overflow: hidden;
}
.list-left img{

}
.list-right{
	flex:0 0 22%;
	width: 22%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.list-right img{
	
}
.mb10{
	margin-bottom: 10px;
}
.cate-name{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	text-align: center;
	color: #fa6401;
}
.en-name{
	color: #999999;
	text-align: center;
}
.cate-box{
	margin: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cate-box a{
	margin-right: 20px;
}
.cate-box a:hover{
	color: #025736;
}
.tuijian-list{
	margin-top: 30px;
}
.tuijian-list .item{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.tuijian-list .item .item-left{
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 4% 6%;
	background: #f4f4f4;
	line-height: 2.0;
}
.tuijian-list .item .item-right{
	width: 50%;
}
.tuijian-list .item .item-right img{
	display: block;
}
.pro-title{
	font-size: 18px;
	text-align: center;
}
.pro-title img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.pro-info{
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
.more-btn{
	width: 100px;
	height:30px;
	border:1px solid #025736;
	border-radius:30px;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.culture-box{
	margin-top: 30px;
}
.culture-box .content{
	width: 85%;
	margin: -150px auto 0;
	background: #ffffff;
	z-index: 2;
	position: relative;
	padding: 20px;
	line-height: 30px;
	border-radius: 5px;
	border:1px solid #f2f2f2;
}
.culture-box .more-btn{
	margin-top:40px;
}
.news-box{
	margin-top: 30px;
}
.news-box ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.news-box ul li{
	width: 22%;
}
.news-box ul li a{
	display: block;
	text-align: center;
	padding-bottom: 10px;
	background: #f2f2f2;
}
.news-box ul li a p{
	/*-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;*/
	padding: 0 10px;
}
.news-box ul li a .title{
	font-weight: bold;
	padding: 5px 10px;
}

.news-box .more-btn{
	margin-top:30px;
}
.circle{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:1px solid #666666;
	margin: -3px 5px 0 0;
	vertical-align: middle;
}