/* 产品 */
.boxs{
	height: 424px;
	overflow: hidden;
}
.boxs .center-box{
	padding-top: 82px;
}
.boxs .center-box .title-box{
	margin-bottom: 30px;
    user-select: none;
}
.boxs .center-box img{
	width: 100%;
	pointer-events: none;
}

.case{
	min-height: 1000px;
}
.case .center-box .title-box{
	margin-bottom: 60px;
}
.case .center-box .case-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case .center-box .case-list .case-item{
	width: 583px;
	height: 630px;
	margin-bottom: 40px;
}
.case .center-box .case-list .case-item .ooks {
	width: 100%;
	height: 352px;
	overflow: hidden;
	margin-bottom: 22px;
}
.case .center-box .case-list .case-item .ooks img{
	width: 100%;
	height: 100%;
		transition: 1000ms;

}
.case .center-box .case-list .case-item:hover .ooks img{
}

.case .center-box .case-list .case-item .ooks .text-box{
	width: 100%;
	height: 256px;
	padding: 0 23px 0;
}
.case .center-box .case-list .case-item .text-box .box-name{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
.case .center-box .case-list .case-item .text-box .spa-text{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 27px;
}
.case .center-box .case-list .case-item .text-box .content{
	width: 100%;
	font-size: 14px;
	color: #666666;
}