* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	overflow-y: auto;
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.cl {
	clear: both;
}
button {
	background: none;
	border: none;
	outline: none;
	transition: 0.3s;
}
button:hover {
	transform: scale(1.03);
}
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;
}
.zhichi {
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 654px;
	background: url(../img/banner.jpg) center no-repeat;
	overflow: hidden;
}
.banner div {
    width: 775px;
    margin: 520px auto 0;
}

.plate1 {
	width: 100%;
	height: 1369px;
	background: url(../img/plate1.jpg) center no-repeat;
	overflow: hidden;
}
.plate1 button {
	display: block;
	margin: 1254px auto 0;
}

.plate2 {
	width: 100%;
	height: 550px;
	background: url(../img/plate2.jpg) center no-repeat;
	overflow: hidden;
}
.plate2 .m {
    position: relative;	
    overflow: hidden;
}
.plate2 ul {
	position: absolute;
	width: 385px;
	height: 401px;
	top: 125px;
	left: 0;
}
.plate2 ul li {
	width: 100%;
	height: 134px;
}
.plate2 .m div {
	margin-top: 125px;
}
.plate2 img {
	display: none;
}
.plate2 img:first-child {
	display: block;
}

.plate3 {
	width: 100%;
	height: 686px;
	background: url(../img/plate3.jpg) center no-repeat;
	overflow: hidden;
}
.plate3 ul {
	width: 1040px;
	margin: 120px auto 0;
}
.plate3 ul li {
	float: left;
	margin: 0 15px;
	transition: 0.3s;
}
.plate3 ul li:hover {
	transform: scale(1.03);
}
.plate3 .m div {
	float: left;
	width: 300px;
	margin-top: 72px;
	margin-left: 200px;
	color: #fff;
	text-shadow: 0 3px 3px #ff5300;
}
.plate3 div b {
	font-size: 24px;
	display: block;
	margin-bottom: 17px;
}
.plate3 div strong {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-left: 25px;
}
.plate3 a {
	width: 160px;
	height: 50px;
	border-radius: 25px;
	font-size: 24px;
	color: #e2210c;
	font-weight: bold;
	margin-top: 93px;
	text-align: center;
	line-height: 50px;
	margin-right: 32px;
	background: -moz-linear-gradient(bottom, #fef3c0 0%, #fff04f 100%);
    background: -webkit-linear-gradient(bottom, #fef3c0 0%,#fff04f 100%);
    background: -o-linear-gradient(bottom, #fef3c0 0%,#fff04f 100%);
    background: -ms-linear-gradient(bottom, #fef3c0 0%,#fff04f 100%);
    background: linear-gradient(to bottom, #fef3c0 0%,#fff04f 100%);
}

.plate4 {
	width: 100%;
	height: 1377px;
	background: url(../img/plate4.jpg) center no-repeat;
	overflow: hidden;
}
.plate4 div:first-child {
	margin-top: 114px;
}
.plate4 .m {
	margin-bottom: 40px;
	position: relative;
}
.plate4 .m div {
	width: 430px;
	position: absolute;
	bottom: 35px;
	right: 45px;
}
.plate4 div button {
	width: 200px;
	height: 50px;
	background: #da0507;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 25px;
	float: left;
}
.plate4 div a {
	float: right;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f45618;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 25px;
	transition: 0.3s;
}
.plate4 div a:hover {
	transform: scale(1.03);
}

.plate5 {
	width: 100%;
	height: 1157px;
	background: url(../img/plate5.jpg?111) center no-repeat;
	overflow: hidden;
}

.plate6 {
	width: 100%;
	height: 545px;
	background: url(../img/plate6.jpg) center no-repeat;
	overflow: hidden;
	margin-bottom: 100px;
}
.plate6 ul {
	width: 856px;
	margin: 145px auto 0;
	overflow: hidden;
}
.plate6 ul li b {
	float: left;
	width: 6px;
	height: 6px;
	background: #f44618;
	border-radius: 3px;
	margin-top: 20px;
	margin-right: 13px;
}
.plate6 ul li {
	height: 47px;
	font-size: 18px;
    line-height: 47px;
    border: 1px solid #f5b9b2;
    padding: 0 40px 0 20px;
    background: #fcdfdc;
    float: left;
    border-radius: 25px;
    margin: 0 15px 35px;
}
.plate6 button {
	width: 395px;
	height: 47px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 25px;
	background: -moz-linear-gradient(right, #fd5a21 0%, #e01604 100%);
    background: -webkit-linear-gradient(right, #fd5a21 0%,#e01604 100%);
    background: -o-linear-gradient(right, #fd5a21 0%,#e01604 100%);
    background: -ms-linear-gradient(right, #fd5a21 0%,#e01604 100%);
    background: linear-gradient(to right, #fd5a21 0%,#e01604 100%);
}
.floatB {
	background: #f16601;
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
}
.floatB ul {
	margin-top: 15px;
}
.floatB ul li {
	color: #f16601;
	width: 58px;
	height: 28px;
	border-radius: 14px;
	background: #fff;
	margin: 0 4px 15px;
	text-align: center;
	line-height: 28px;
	float: left;
}
.floatB ul li:hover {
	background: -moz-linear-gradient(right, #fd5a21 0%, #f51803 100%);
    background: -webkit-linear-gradient(right, #fd5a21 0%,#f51803 100%);
    background: -o-linear-gradient(right, #fd5a21 0%,#f51803 100%);
    background: -ms-linear-gradient(right, #fd5a21 0%,#f51803 100%);
    background: linear-gradient(to right, #fd5a21 0%,#f51803 100%);
	color: #fff;
}

.floatR {
	width: 130px;
	height: 520px;
	background: url(../img/png.png);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.floatR div {
	width: 130px;
	height: 452px;
}
.floatR b {
	width: 130px;
	height: 56px;
	display: block;
	cursor: pointer;
}

.zx-side {
	display: none;
}





































