
/*顶部栏*/
.header{
	width: 100%;
	height: 353px;
	background-image: url(../images/headers.png);
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: center;
}
.header .container{
	margin: 0 auto;
	width: 1200px;
	height: 400px;
	background: none;
}
.header .container .logo{
	width: 100%;
	height: 100px;
	padding-top: 20px;
}
.header .container .logo img{
	width: 400px;
	height: auto;
	
}
.header .container .sczrimg{
	width: 100%;
	height: 300px;
	padding-top: 0;
}
.header .container .sczrimg img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.clearfix {
    zoom: 1;
}
