@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
li{
	list-style:none;
	}
a{
	text-decoration:none;
	}

input{
	border:none;
	}
.clear{
	clear:both;
	}





#wrap{
	width:720px;
	margin:0 auto;
	background:#fff;
	}
header{
	width:100%;
	background:#fff;
	position:relative;
	text-align:center;

	}

.logo{
	display:block;
	margin:0 auto;
	padding-top:26px;
	width:300px;
	padding-bottom:27px;
	}
		




.banner{
	width:100%;
	padding-bottom:405px;
	background:#000000;
	position:relative;
	}		
.banner .yinying{
	width:100%;
	 position:absolute;
	 bottom:0;
	 left:0;
	 }



.classification{
	width:720px;
	background:#fff;
/*	margin-bottom:16px;
*/	text-align:center;
	}
.classification ul{
	width:684px;
	padding-bottom:618px;
	margin:0 auto;
	text-align:center;
	}
	
.classification ul li{
	float:left;
	width:342px;
	
	}
.classification ul li img{
	display:block;
	width:334px;
	
	}

.classification ul li a img:hover{
     opacity:0.4;

	}
.classification ul li a img:active{
     opacity:0.7;

	}
	
	
	
	
.wrapper{
	width:720px;
	background:#fff;
	height:100%;

	}	
.wall{
	width:684px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	padding:2.5% 0 0 0;

	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	