.index_content{
	width: 100%;
	margin-top: 60px;
}
.index_content img{
	width: 100%;
}
.index_bottom{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.cases_title{
	width: 100%;
	padding: 10px 0;
	font-size: 24px;
	text-align: center;
	color: #000000;
}
.cases_items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.cases_item img{
	width: 100%;
}
.cases_items:last-child{
	margin-bottom:50px;
}
.glow-in{
	width: 100%;
	padding:20px 0;
	box-sizing: border-box;
	font-size: 16px;
	text-indent:2em;
	color: #000;
	line-height: 30px;
}
.glow-in>span{
	animation: glow-in 1s both;
}
.text_item{
	font-size: 16px;
	color: #8a8a8a;
	width: 100%;
}
@keyframes glow-in {
	from {
		opacity: 0;
	}
	65% {
		opacity: 1;
		text-shadow: 0 0 25px white;
	}
	75% {
		opacity: 1;
	}
	to {
		opacity: 0.7;
	}
}
.item_ones{
	width: 100%;
	display: flex;
}
.text_name{
	margin-right: 30px;
	font-size: 14px;
}
.text_name:last-child{
	margin-right: 0;
}
.item_ones:last-child{
	margin-bottom: 20px;
}
