@charset "utf-8";
/* CSS Document */


.main_box{
	width: 100%;
	position: relative;
}
.box{

	margin: 10px auto;
	padding: 15px;
}
.box ul li{
	width: 15%;
	height: 513px;
	box-shadow: 3px 2px 30px rgba(0,0,0,.1);
	float: left;
	text-align: center;
	position: relative;
	transition: all .6s ease-out;
}
.box ul li h3{
	padding-top: 30px;
	color: #fff;
	font-size: 24px;
	font-weight:600;
}
.box ul li p{
	margin-top: 7px;
	color: #666;
	font-size: 14px;
	display:none;
}
.box ul li img{
	width: 150px;
	height: 150px;
	position: absolute;
	right: 26px;
	bottom: 40px;
	transition: all .6s ease-out;
}
.box ul .on{
	width: 55%;
	max-width:807px;
	height: 513px;

	text-align: left;
}
.box ul .on h3{
	padding-left: 40px;
	color: #FFF;
	font-size:30px;
}
.box ul .on p{
	margin-left: 40px;
	color: #FFF;
	display:block;
}
.box ul .on img{
	width: 270px;
	height: 270px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
