@charset "utf-8";
/* CSS Document */
body{margin: 0;padding: 0;}
ul{margin: 0;padding: 0; list-style: none;}
a{text-decoration: none;}
h3,p{margin: 0;font-weight: normal;}
.main_box{
	width: 100%;
	position: relative;
}
.box{
	width: 1232px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.box ul li{
	width: 240px;
	height: 251px;
	background: #FFFFFF;
	box-shadow: 3px 2px 30px rgba(0,0,0,.2);
	float: left;
	text-align: center;
	position: relative;
	transition: all .6s ease-out;
}
.box ul li:nth-child(1){background: url(../Img/o1.jpg) top center no-repeat;}
.box ul li:nth-child(2){background: url(../Img/o2.jpg) top center no-repeat;}
.box ul li:nth-child(3){background: url(../Img/o3.jpg) top center no-repeat;}
.box ul li:nth-child(4){background: url(../Img/o4.jpg) top center no-repeat;}



.box ul li h3{
	
	color: #333;
	font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}
.box ul li p{
	margin-top: 7px;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.box ul li img{
	width: 150px;
	height: 150px;
	position: absolute;
	right: 26px;
	bottom: 40px;
	transition: all .6s ease-out;
}
.box ul .on{
	width: 480px;
	height: 251px;
	background-color: #0b6aca;
	text-align: left;
}

.box ul li{padding: 40px 20px 20px 20px;box-sizing: border-box;overflow: hidden;}
.box ul .on p{
}
.box ul .on img{
	width: 270px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
    
