* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.top {
	overflow: hidden;
}
.top .r p {
	font-size: 16px;
	line-height: 68px;
	color: #555555;
	float: left;
}
.top .r p span {
	color: #d42d26;
}
.top .r div {
	width: 260px;
	height: 55px;
	background: url(../img/nav.jpg);
	float: left;
	margin-left: 17px;
	
}
.top .r div a:first-child {
	width: 89px;
	margin-left: 0;
}
.top .r div a {
	float: left;
	width: 67px;
	height: 55px;
	margin-left: 18px;
}
.plate1 {
	width: 100%;
	height: 659px;
	background: url(../img/jpg1.jpg) center;
}
.plate2 {
	width: 100%;
	height: 548px;
	background: url(../img/jpg2.jpg) center;
}
.plate3 {
	width: 100%;
	height: 866px;
	background: url(../img/jpg3.jpg?22) center;
}
.plate3 .m {
	position: relative;
}
.plate3 a {
	width: 138px;
	height: 140px;
	margin-top: 503px;
	float: right;
	right: 195px;
	position: absolute;
	z-index: 2;
}
.plate3 b {
	width: 85px;
	height: 107px;
	top: 592px;
    right: 185px;
	background: url(../img/png2.png);
	position: absolute;
}
.plate4 {
	width: 100%;
	height: 1224px;
	background: url(../img/jpg4.jpg?22) center;
}
.plate4 .m {
	position: relative;
}
.plate4 a {
	width: 138px;
	height: 140px;
	margin-top: 711px;
	float: left;
	margin-left: 279px;
	position: absolute;
	z-index: 2;
}

.plate4 b {
	width: 85px;
	height: 107px;
	top: 796px;
    left: 342px;
	background: url(../img/png2.png);
	position: absolute;
}
.plate5 {
	width: 100%;
	height: 548px;
	background: url(../img/jpg5.jpg) center;
}
.float {
	width: 212px;
	height: 382px;
	background: url(../img/png1.png);
	position: fixed;
	right: 100px;
	top: 300px;
}
.float a {
	display: block;
}
.float b {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.float i {
	width: 40px;
	height: 33px;
	margin-top: 43px;
	margin-left: 122px;
	display: block;
	cursor: pointer;
}
.qq {
	width: 95px;
	height: 20px;
	margin: 145px 0 0 96px;
}
.wb {
	width: 95px;
	height: 20px;
	margin: 28px 0 0 96px;
}
.float strong {
	width: 70px;
	height: 70px;
	margin-top: 22px;
	float: right;
	display: block;
	cursor: pointer;
}
@-webkit-keyframes pulse{
	0%{-webkit-transform:scaleX(1);transform:scaleX(1)}
    50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
    to{-webkit-transform:scaleX(1);transform:scaleX(1)}
}
@keyframes pulse{
	0%{-webkit-transform:scaleX(1);transform:scaleX(1)}
	50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
	to{-webkit-transform:scaleX(1);transform:scaleX(1)}
}
.pulse{
	-webkit-animation-name:pulse;
	animation-name:pulse
}


























