.container {
	width: 1200px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}
a{color: #a6a6a6;}
/*header start*/
body{
	background-color: #fff;
}
header {
	height: 123px;
	overflow: hidden;
}
.logo{
	margin-top: 23px;
	margin-left: 6px;
}
.logo a {
	display: block;
	width: 342px;
	height: 70px;
	background: url(../image/logo.png);
	text-indent: -9999px;
}

/*header end*/

/*main start*/
.banner1{
	height: 798px;
	background: url(../image/banner1.jpg) center center no-repeat;
	background-size: auto 100%;
}
.banner2{
	height: 801px;
	background: url(../image/banner2.jpg) center center no-repeat;
	background-size: auto 100%;
}
.banner3{
	height: 800px;
	background: url(../image/banner3.jpg) center center no-repeat;
	background-size: auto 100%;
}
.banner4{
	height: 800px;
	background: url(../image/banner4.jpg) center center no-repeat;
	background-size: auto 100%;
}

.banner5{
	height: 805px;
	background: url(../image/banner5.jpg) center center no-repeat;
	background-size: auto 100%;
}
.banner6{
	height:801px;
	background: url(../image/banner6.jpg) center center no-repeat;
	background-size: auto 100%;
}
.banner7{
	height:798px;
	background: url(../image/banner7.jpg) center center no-repeat;
	background-size: auto 100%;
}
/*footer start*/
.footer{
	background-color: #fafafa;
}

/*footer end*/
