.floor{
	padding: 80px 0 50px;
}
.list-u{
	display: flex;
	margin: 60px 0;
	background-color: #ffffff;
	flex-wrap: wrap;
	overflow: hidden;
}
.list-u li{
	width: 32%;
	margin-right:2%;
	padding:10px;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
	margin-bottom:50px;
}
.list-u li:nth-child(3n){
	margin-right: 0;
}
.list-u li a{
	cursor: pointer;
	display: block;
}
.list-u li .img-box{
	width: 100%;
	height:0;
	padding-top:100%;
	position: relative;
}
.list-u li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.list-u li p{
	text-align: center;
	margin:20px 0 10px;
	line-height: 1.5;
}
/* .list-category{
	flex-wrap: wrap;
	justify-content: space-around;
}
.list-category .category-item{
	display:flex;
	flex:0 0 15%;
	background-color: #2f2f2f;
	justify-content: center;
	color:#ffffff;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 20px 10px;
	line-height: 1.5;
	align-items: center;
	text-align: center;
}
.list-category .category-item:hover{
	background-color: #02B2B5;
} */
.list-box{
	align-items: flex-start;
}
.list-category{
	flex:0 0 250px;
	margin-right: 50px;
}
.category-title{
	background-color: #02B2B5;
	color: #ffffff;
	text-align: center;
	padding:15px 0;
}
.list-category{
	flex-direction: column;
	border:5px solid #02B2B5;
}
.category-item{
	margin-bottom:2px;
}
.category-box{
	flex-direction: column;
	display: flex;
}
.category-item-title{
	background-color: #f7f7f7;
	text-indent: 10px;
	padding: 20px 0;
}
.category-item-box a{
	padding: 15px 0;
	margin-top: 10px;
	border-bottom:1px dotted #cccccc;
	text-indent: 20px;
}
.item-icon{
	display: block;
	width: 30px;
	height:30px;
	text-align: center;
	line-height:30px;
	border-radius: 50%;
	background-color: #ffffff;
	text-indent: 0;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
}
.category-item-box{
	display: none;
}

/*-------------------------pro-detail--------------------------------*/
.product-detail{
	position: relative;
}
.pro-thumb{
	flex:0 0 40%;
	margin-right: 10%;
}
.pro-title{
	line-height: 50px;
	background-color: #f2f2f2;
	font-size: 18px;
	text-indent: 30px;
	border-top:2px solid #02B2B5;
}
.pro-info{
	line-height: 2.0;
	padding-top: 50px;
}
.pro-content .content{
	padding: 50px 10px;
	line-height: 1.8;
}
.pro-content .content img{
	max-width: 100%;
}
.download{
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 1;
}
.pro-info-box{
	position: relative;
}
.download a{
	background-color: #02B2B5;
	color:#fff;
	display: block;
	padding: 15px 40px;
	border-radius: 5px;
}


@media screen and (max-width:768px){
	
	#pro_title{
		width: 200px;
		margin-right: 10px;
	}
	.list-category{
		width: 100%;
		flex:0 0 100%;
		margin-right: 0;
	}
	.list-box{
		flex-direction: column;
		align-items:inherit;
	}
	.list-title{
		font-size: 18px;
	}
	.list-title-en{
		font-size: 14px;
		margin: 10px 0;
	}
	.list-u{
		margin: 10px 0;
	}
	.product-box{
		padding: 15px 0 0;
	}
	#index-list{
		margin-bottom: 0;
	}
	.list-u li{
		width: 32%;
		margin-bottom: 0;
	}
	.list-u li p{
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 1.5;
	}
	
	/*----------------------------------------------------*/
	.floor{
		padding: 10px 0;
	}
	.pro-info-box{
		flex-direction: column;
		font-size: 14px;
	}
	.pro-thumb{
		flex:0 0 100%;
		width: 100%;
		margin: 0;
	}
	.pro-info{
		padding: 10px;
	}
	.pro-content .content{
		padding: 10px;
		font-size: 12px;
	}
	.download a{
		padding: 15px;
	}
	.download{
		top: 20px;
		right: 10px;
	}
	
	
	
	
	
	
	
	
	
}
