* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
@font-face {
	font-family: "fangzhengyasong";
	src: url("FZTYSJW.ttf");
}
.m {
	width: 1040px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
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: 650px;
	background: url(../img/banner.jpg?11) center no-repeat;
	overflow: hidden;
}
.banner .m div:nth-child(1) {
	width: 183px;
	height: 41px;
	margin: 116px auto 0;
}
.banner .m div:nth-child(2) {
	width: 430px;
	height: 50px;
	margin: 15px auto 0;
}
.banner .m div:nth-child(3) {
	width: 647px;
	height: 272px;
	margin: 0 auto;
}
.banner .m div:nth-child(4) {
	width: 440px;
	height: 74px;
	margin: 0 auto;
}

.plate1 {
	width: 100%;
	height: 496px;
	background: url(../img/jpg1.jpg?11) center no-repeat;
	overflow: hidden;
}
.plate1 div {
	width: 948px;
	height: 496px;
	margin: 0 auto;
	background: url(../img/png5.png?11);
}
.plate1 div b {
	width: 389px;
	height: 470px;
	margin: 0 auto;
	float: right;
	background: url(../img/png6.png?22);
	margin-right: 18px;
	margin-top: 11px;
}

.plate2 {
	width: 100%;
	height: 420px;
	background: url(../img/jpg2.jpg?11) center no-repeat;
	overflow: hidden;
}
.plate2 div.m {
	margin-top: 76px;
}

.plate3 {
	width: 100%;
	height: 595px;
	background: url(../img/jpg3.jpg?11) center no-repeat;
	overflow: hidden;
}
.plate3 div {
	width: 880px;
	height: 407px;
	margin: 154px auto 0;
}

.plate4 {
	width: 100%;
	height: 700px;
	background: url(../img/jpg4.jpg?11) center no-repeat;
	overflow: hidden;
}
.plate4 div {
	width: 544px;
	margin: 590px auto 0;
}
.plate4 div button {
	width: 240px;
	height: 55px;
	font-size: 22px;
	color: #fff;
	border-radius: 30px;
}
.plate4 div button.l {
	border-bottom: 5px solid #ba4500;
	background: -moz-linear-gradient(bottom, #fe7600 0%, #fb5a02 100%);
    background: -webkit-linear-gradient(bottom, #fe7600 0%,#fb5a02 100%);
    background: -o-linear-gradient(bottom, #fe7600 0%,#fb5a02 100%);
    background: -ms-linear-gradient(bottom, #fe7600 0%,#fb5a02 100%);
    background: linear-gradient(to bottom, #fe7600 0%,#fb5a02 100%);
}
.plate4 div button.r {
	border-bottom: 5px solid #831d19;
	background: -moz-linear-gradient(bottom, #f83c00 0%, #c20e00 100%);
    background: -webkit-linear-gradient(bottom, #f83c00 0%,#c20e00 100%);
    background: -o-linear-gradient(bottom, #f83c00 0%,#c20e00 100%);
    background: -ms-linear-gradient(bottom, #f83c00 0%,#c20e00 100%);
    background: linear-gradient(to bottom, #f83c00 0%,#c20e00 100%);
}

.plate5 {
	width: 100%;
	height: 419px;
	background: url(../img/jpg5.jpg?11?11) center no-repeat;
	overflow: hidden;
	position: relative;
}
.plate5 div {
	width: 934px;
	margin: 133px auto 0;
}
.plate5 ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 155px;
	width: 973px;
}
.plate5 ul li a {
	width: 177px;
	height: 84px;
	margin: 0 33px 36px;
	float: left;
}

.plate6 {
	width: 100%;
	height: 514px;
	background: url(../img/jpg6.jpg?11?11) center no-repeat;
	overflow: hidden;
}
.plate6 .m {
	width: 925px;
	margin-top: 103px;
}
.plate6 .l {
	margin-right: 20px;
}

.plate7 {
	width: 100%;
	height: 578px;
	background: url(../img/jpg7.jpg?11) center no-repeat;
	overflow: hidden;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 20px;
}
.offcnCopy {
	padding:45px 0 54px 0; 
	line-height:32px; 
	color:#ccc; 
	text-align:center;
}
.offcnCopy.normalPadding {
	padding-bottom: 45px;
}
.offcnCopy a {
	color:#ccc;
}
.offcnCopy a:hover {
	color:#e00;
}
.offcnCopy img {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.floatL {
	width: 115px;
	height: 410px;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/png14.png?11);
	transition: 0.3s;
}
.floatL div {
	height: 238px;
	margin-top: 105px;
}
.floatL b {
	display: block;
	height: 43px;
	margin-top: 10px;
	cursor: pointer;
}


