.pic3{margin:auto;position: relative; width:1200px; height:150px; text-align:center; margin-top:10px; border:0px solid #000;}
.pic3 li{ width:33.33%;text-align:center; float:left; list-style-type:none; list-style:none }
.pic3 li a{display:block; width:100%;}

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%;	
	margin:auto;
	position: relative;	
	text-align: center; border:0px solid #ff0000;
}
.box{
	width: 1200px;
	margin:auto;
	padding: 15px;
}
.box_ul_li{
	width: 400px;
	height: 400px;
	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: 10px;
	color: #333;
	font-size: 18px;
}
.box ul li p{
	margin-top: 7px;
	color: #666;
	font-size: 14px;
}
.box ul li img{
	width: 350px;
	position: absolute;
	right: 26px;
	bottom: 40px;
	transition: all .6s ease-out;
	border:none;
}
.box ul .on{
	width: 400px;
	height: 400px;
	background-color: #6ab0e8;
	text-align: left;
}
.box ul .on h3{
	padding-left: 20px;
	color: #FFF;
}
.box ul .on p{
	margin-left: 20px;
	color: #FFF;
}
.box ul .on img{
	width: 382px;
    position: absolute;
    right: 8px;
    bottom: 10px;
    border: 0px #3e3d3d solid;
}

