@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	font-family: "Microsoft YaHei","Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}
ul{
	list-style:none
}
a{
	text-decoration:none
}
img{
	border:0;
}
.clear{
	clear:both
}
.header {
	width: 100%;
	background-color: #FFF;
}
.main{ 
	width:100%; 
	margin:0 auto;
}
.center{
	width:1000px;
	margin:0 auto;
}
.banner{ 
	width:100%;
	height:500px;
}
.box{ 
	width:100%; 
	height:600px;
	background:url(../../image/common/bj1.jpg) no-repeat center center;
}
.box2 {
	width:100%;
	height:450px;
	background:url(../../image/common/bj2.jpg) no-repeat center center;
}
.box2 img{
	float:left;
	margin-left:3px;
}
.box3{
	width:100%;
	height:390px;
	background:url(../../image/common/bj3.jpg) no-repeat center center;
}
.box5{
	width:100%;
	height:600px;
	background:url(../../image/common/bj4.jpg) no-repeat center center;
}
@keyframes myfirst
{
0%   { left:-100px; opacity:0}
25%   { left:-75px; opacity:2}
50%  { left:-50px; opacity:5}
75%   { left:-25px; opacity:7}
100% { left:0px; opacity:1}
}
.box8{
	width:100%;
	height:480px;
	position:relative;
}