* {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

/* 本例子css */
.foucebox {
	
	width:100%;
	height:750px;
	background:#F6F7F7;
	margin: 0 auto;
	/*padding: 35px 0;*/
}
.foucebox .bd {
	position:relative;
	float:left;
	width:760px;
	height:750px;
	overflow:hidden;
	border: 0px solid red;
}
.foucebox .showDiv {
	position:relative;
	width:760px;
	height:750px;
}
.foucebox .showDiv .img{
	width:560px;
	height:750px;
	line-height: 750px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}


.foucebox .showDiv img {
	max-width:500px;
	max-height:750px;
	vertical-align: middle;
	/* Gecko browsers 
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;*/
	/* Webkit browsers 
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;*/
	/* W3C syntax 
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;*/
}

.foucebox .hd {
	width:354px;
	height:751px;
	float:left;
	margin-left: 60px;
	background: #fff;
	overflow: hidden;
}
.foucebox .hd ul{
	padding: 20px;
}
.foucebox .hd ul li {
	width:314px;
	height:165px;
	float:right;
	margin-bottom:15px;
	display:inline;
	position:relative;
}
.foucebox .hd ul a {
	display:block;
	/*width:120px;
	height:95px;*/
}
.img1{background:url(../img/work1.png)no-repeat bottom left;}
.img2{background:url(../img/work2.png)no-repeat bottom left;}
.img3{background:url(../img/work3.jpg)no-repeat bottom left;}
.img4{background:url(../img/work4.jpg)no-repeat bottom left;}



