* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
@font-face {
	font-family: "fangzhengyasong";
	src: url("fangzhengyasong.ttf");
}
.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;
}
.zx {
	cursor: pointer;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 270px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
}
.header_left a {
	margin: 0 13px;
}
.header_left a {
	font-size: 18px;
	color: #000;
	line-height: 49px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 15px;
}

.banner {
	width: 100%;
	height: 603px;
	background: url(../img/banner.jpg?22) no-repeat center;
}
.banner div {
	position: relative;
}
.banner div div:first-child {
	width: 292px;
	height: 332px;
	background: url(../img/png5.png);
	position: absolute;
	top: 138px;
	left: 180px;
}
.banner div div:nth-child(2) {
	width: 387px;
	height: 332px;
	background: url(../img/png2.png);
	position: absolute;
	top: 148px;
	right: 135px;
}
.banner div div:nth-child(2) b {
	width: 22px;
	height: 51px;
	background: url(../img/png4.png);
	position: absolute;
	bottom: 12px;
    right: 203px;
    animation-name: color;
    animation-duration: 0.5s;
}
@keyframes color {
  0% {opacity: 0.8;}
  50% {opacity: 1}
  100% {opacity: 0.8}
}
.banner div div:nth-child(3) {
	width: 190px;
	height: 190px;
	background: url(../img/png3.png);
	position: absolute;
	right: 30px;
	top: 117px;
}

.plate1 {
	width: 100%;
	height: 906px;
	background: url(../img/plate1.jpg?11) no-repeat center;
	overflow: hidden;
}
.plate1 b {
	width: 155px;
	height: 41px;
	background: url(../img/plate6.jpg);
	display: block;
	margin-top: 103px;
	margin-left: 255px;
}
.plate1 .l {
	margin-top: 50px;
	margin-left: 30px;
}
.plate1 .r {
	margin-top: 50px;
	margin-right: 30px;
}
.plate1 button {
	display: block;
	width: 297px;
	height: 67px;
	margin: 486px auto 0;
	background: url(../img/plate9.jpg);
	background-size: 100% 100%;
}

.plate2 {
	width: 100%;
	height: 1386px;
	background: url(../img/plate2.jpg?11) no-repeat center;
	overflow: hidden;
}
.plate2 strong {
	width: 169px;
	height: 41px;
	background: url(../img/plate10.jpg);
	display: block;
	margin-top: 130px;
    margin-left: 294px;
}
.plate2 ul {
	margin: 48px auto 0;
	width: 344px;
	overflow: hidden;
	background: #edecef;
	border: 1px solid #000;
	border-radius: 28px;
}
.plate2 ul li {
	width: 114px;
	height: 56px;
	border-radius: 28px;
	line-height: 56px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-size: 24px;
}
.plate2 ul li.hover {
	background: #ff5e00;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	font-size: 26px;
}
.plate2 table:nth-child(2) {
	display: block;
}
.plate2 table {
	display: none;
	width: 900px;
	margin: 95px auto 0;
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	border-radius: 10px;
	overflow: hidden;
}
.plate2 table th {
	background: #ff5e00;
	font-size: 24px;
	line-height: 54px;
	font-weight: normal;
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.plate2 table td {
	background: #edecef;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}
.plate2 table td div {
	font-size-adjust: 20px;
	width: 130px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #000;
}
.plate2 table td div b {
	font-size: 30px;
	color: #ff5e00;
}
.plate2 table td p {
	font-size: 28px;
	line-height: 30px;
}
.plate2 table td p span {
	font-size: 26px;
}
.plate2 table td button {
	width: 165px;
	height: 55px;
	border-radius: 30px;
	font-size: 20px;
	background: #cef700;
	display: block;
	border-bottom: 3px solid #000;
	display: block;
	margin: 30px auto 20px;
}
.plate2 table td a {
	line-height: 55px;
	text-align: center;
	width: 165px;
	height: 55px;
	border-radius: 30px;
	font-size: 20px;
	background: #ff5e00;
	color: #fff;
	margin: 0 auto;
	display: block;
	border-bottom: 3px solid #000;
}
.plate2 table:last-child td {
	line-height: 56px;
}

.plate3 {
	width: 100%;
	height: 906px;
	background: url(../img/plate3.jpg?11) no-repeat center;
	overflow: hidden;
}
.plate3 b {
	width: 253px;
	height: 42px;
	background: url(../img/plate11.jpg);
	display: block;
	margin-top: 130px;
    margin-left: 253px;
}
.float{
	margin-top: 83px;
}
.float div {
	margin-bottom: 25px;
}
.float .l {
	margin-left: 100px;
}
.float .r {
	margin-right: 100px;
}

.plate4 {
	width: 100%;
	height: 895px;
	background: url(../img/plate4.jpg?11) no-repeat center;
	overflow: hidden;
}
.plate4 b {
	width: 250px;
	height: 41px;
	background: url(../img/plate17.jpg);
	display: block;
	margin-top: 130px;
    margin-left: 229px;
}

.plate5 {
	width: 100%;
	height: 898px;
	background: url(../img/plate5.jpg?11) no-repeat center;
	overflow: hidden;
}
.plate5 b {
	width: 166px;
	height: 41px;
	background: url(../img/plate18.jpg);
	display: block;
	margin-top: 147px;
    margin-left: 240px;
}

.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;
}

.floatR {
	width: 135px;
	height: 399px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/png1.png?11);
	z-index: 11;
}
.floatR div {
	width: 135px;
	height: 87px;
	margin-top: 14px;
	background: url(../img/png6.png);
	animation-name: back;
    animation-duration: 0.8s;
}
@keyframes back {
  0% {opacity: 0.1;}
  50% {opacity: 1}
  100% {opacity: 0.1}
}
.floatR ul {
	margin-top: 25px;
}
.floatR ul li {
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}
.floatR ul li:hover {
	 color: #ff5e00;
}
.floatR b {
	display: block;
	height: 50px;
	width: 100%;
	cursor: pointer;
}

.floatB {
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 90px;
	background: url(../img/plate21.jpg) no-repeat center;
}
.floatB a {
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.zx-side {
	display: none;
}
































