.box-index { border-top: 15px solid #f5812e; background: #f8f8f8; padding: 10px; border-radius: 10px; }
.box-index figure { height: 150px; line-height: 150px; }
.box-index figure img { vertical-align: middle; }
.box-index:hover { box-shadow: 0 0 40px rgba(0, 0, 0, .5); }
.carousel-indicators { bottom: -30px; }
.carousel-indicators li { background-color: #bebebe; }
@media (max-width:720px) {
	.head_1 { font-size: 30px; }
	.carousel-inner { margin-bottom: 30px; }
}