* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	width: 100%;
	min-width: 1000px;
}
@font-face {
	font-family: "fangzhengyasong";
	src: url("fangzhengyasong.ttf");
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.zx {
	cursor: pointer;
}
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;
}


header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 280px;
	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: 591px;
    background: url(../img/banner.jpg) center;	
    overflow: hidden;
}
.banner div {
	width: 51px;
	height: 51px;
	background: url(../img/png1.png);
	margin: 500px auto 0;
}

.plate1 {
	width: 100%;
	height: 661px;
	background: url(../img/jpg1.jpg) center;
	overflow: hidden;
}
.plate1 ul {
	width: 984px;
	margin: 116px auto 0;
	overflow: hidden;
}
.plate1 ul li {
	width: 226px;
	height: 234px;
	float: left;
	margin: 0 10px 20px;
	cursor: pointer;
}
.plate1 ul li span {
	margin: 130px auto 15px;
	font-size: 24px;
	display: block;
	text-align: center;
}
.plate1 ul li button {
	width: 140px;
	height: 40px;
	display: block;
	border-radius: 20px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
	background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}
.plate1 ul li button:hover {
	-webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.plate2 {
	width: 100%;
	height: 911px;
	background: url(../img/jpg2.jpg?11) center;
	overflow: hidden;
}
.plate2 .t {
	overflow: hidden;
	margin-top: 164px;
}
.plate2 .t div {
	height: 221px;
	cursor: pointer;
}
.plate2 .t .l {
	width: 478px;
}
.plate2 .t .r {
	width: 522px;
}
.plate2 .l ol {
	margin-left: 45px;
	margin-top: 26px;
	height: 110px;
}
.plate2 .l ol li:hover {
	font-size: 22px;
}
.plate2 .r ol li:hover {
	font-size: 22px;
}
.plate2 .r ol {
	margin-left: 190px;
	margin-top: 26px;
	height: 110px;
}
.plate2 ol {
	font-size: 20px;
}
.plate2 ol li {
	color: #fff;
	margin-bottom: 15px;
	transition: 0.5s
}
.plate2 ol li span {
	color: #ffea75;
}
.plate2 div button {
	width: 320px;
	height: 40px;
	font-size: 18px;
	margin-top: 20px;
	transition: 0.5s
}
.plate2 div.l button {
	background: #fff5ea;
	color: #ff3e00;
}
.plate2 div.r button {
	background: #ffe87d;
	color: #1629f8;
}
.plate2 ul {
    margin-top: 91px;
    margin-right: 22px;
	width: 790px;
	margin-bottom: 40px;
}
.plate2 ul li {
	width: 790px;
	height: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}
.plate2 ul li span {
	font-size: 18px;
	font-weight: bold;
	width: 210px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.plate2 ul li b {
	font-size: 20px;
	margin: 0 10px;
	line-height: 50px;
}
.plate2 ul li p {
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	margin-left: 50px;
}
.plate2 ul li button {
	width: 90px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	margin-top: 7px;
	margin-right: 7px;
	background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
	background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}
.plate2 button:hover {
	-webkit-animation-name: tada;
    animation-name: tada;
}
.plate2 button {
	width: 360px;
	height: 66px;
	margin: 412px auto 0;
	display: block;
	font-size: 26px;
	color: #fff;
	border-radius: 40px;
	background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
	background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}

.plate3 {
	width: 100%;
	height: 824px;
	background: url(../img/jpg3.jpg) center;
	overflow: hidden;
}
.plate3 .t {
	margin-top: 307px;
	overflow: hidden;
}
.plate3 .t button {
	width: 130px;
	height: 35px;
	font-size: 18px;
	background: #fff;
	border-radius: 20px;
	margin: 0 80px 0 32px;
}
.plate3 .t button:hover {
	-webkit-animation-name: shake;
    animation-name: shake;
}
.plate3 .t button:nth-child(1) {
	color: #02225c;
}
.plate3 .t button:nth-child(2) {
	color: #9500a8;
}
.plate3 .t button:nth-child(3) {
	color: #004848;
}
.plate3 .t button:nth-child(4) {
	color: #a02800;
}
.plate3 .b {
	margin-top: 140px;
}
.plate3 .b ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.plate3 .b ul li {
	float: left;
	background: #fff;
	border-radius: 50px;
	font-size: 16px;
	margin: 0 18px 20px;
	width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	transition: 0.5s;
}
.plate3 .b ul li:hover {
	font-size: 18px;
}
.plate3 .b ul li:first-child {
	margin-left: 98px;
}
.plate3 .b ul li:nth-child(7) {
	margin-left: 182px;
}
.plate3 .b button {
	width: 360px;
	height: 66px;
	margin: 0 auto;
	display: block;
	font-size: 26px;
	color: #fff;
	border-radius: 40px;
	background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
	background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}
.plate3 .b button:hover {
	-webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.plate4 {
	width: 100%;
	height: 941px;
	background: url(../img/jpg4.jpg?11) center;
	overflow: hidden;
}
.plate4 .t {
	margin-top: 173px;
	overflow: hidden;
}
.plate4 ul li:first-child {
	margin-left: 0;
}
.plate4 ul li {
	float: left;
	width: 235px;
	margin-left: 20px;
}
.plate4 ul li h5 {
	font-size: 18px;
	width: 216px;
	margin: 3px auto 0;
    font-family: "微软雅黑";
	font-weight: normal;
}
.plate4 ul li p {
	color: #666666;
	font-size: 18px;
	margin-left: 54px;
    margin-top: 57px;
    line-height: 39px;
    font-family: "微软雅黑";
}
.plate4 ul li button {
	width: 130px;
	height: 35px;
	font-size: 18px;
	border-radius: 20px;
	margin: 25px auto 40px;
	display: block;
}
.plate4 ul li button:hover {
	-webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
.plate4 ul li:nth-child(1) button {
	margin-left: 52px;
	color: #2b43ff;
	border: 1px solid #2b43ff;
}
.plate4 ul li:nth-child(2) button {
	color: #ff9203;
	border: 1px solid #ff9203;
}
.plate4 ul li:nth-child(3) button {
	color: #00a68b;
	border: 1px solid #00a68b;
}
.plate4 ul li:nth-child(4) button {
	color: #0ebbe9;
	border: 1px solid #0ebbe9;
}
.plate4 ol {
	margin-top: 90px;
	width: 855px;
	height: 260px;
	margin-left: 143px;
	position: relative;
	overflow: hidden;
}
.plate4 ol li {
	font-size: 18px;
	color: #333;
	float: left;
	font-family: "微软雅黑";
}
.plate4 ol li span {
	color: #4879f5;
}
.plate4 ol li:nth-child(1) {
	margin-top: 48px;
	margin-left: 105px;
}
.plate4 ol li:nth-child(2) {
	margin-top: 48px;
	margin-left: 110px;
}
.plate4 ol li:nth-child(3) {
	margin-top: 48px;
	margin-left: 115px;
}
.plate4 ol li:nth-child(4) {
	margin-top: 46px;
	margin-left: 175px;
}
.plate4 ol li:nth-child(5) {
	margin-top: 46px;
	margin-left: 95px;
}
.plate4 ol li:nth-child(6) {
	margin-top: 48px;
	margin-left: 105px;
}
.plate4 ol li:nth-child(7) {
	margin-top: 48px;
	margin-left: 105px;
}
.plate4 ol li:nth-child(8) {
	margin-top: 48px;
	margin-left: 110px;
}
.plate4 .b button {
	width: 360px;
	height: 66px;
	display: block;
	font-size: 26px;
	color: #fff;
	border-radius: 40px;
	margin: 40px auto 0;
	background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
	background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}
.plate4 .b button:hover {
	-webkit-animation-name: shake;
    animation-name: shake;
}

.plate5 {
	width: 100%;
	height: 1219px;
	background: url(../img/jpg5.jpg) center;
	overflow: hidden;
}
.plate5 table {
	width: 945px;
	display: block;
	margin: 220px auto 0;
	border-right: 1px solid #4879f5;
}
.plate5 table tr th {
	background: #4879f5;
	color: #fff;
}
.plate5 table tr td {
	border-left: 1px solid #4879f5;
	text-align: center;
	border-bottom: 1px solid #4879f5;
	font-size: 18px;
	line-height: 48px;
}
.plate5 table tr td:nth-child(3) {
	text-align: left;
	padding: 20px 10px;
}
.plate5 table tr td button {
    width: 120px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
    background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}
.plate5 table tr td button:hover {
	-webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
.plate5 div {
	height: 125px;
	margin-top: 40px;
}

.plate6 {
	width: 100%;
	height: 737px;
	background: url(../img/jpg6.jpg?11) center;
	overflow: hidden;
}
.plate6 .t {
	height: 30px;
	margin-top: 219px;
}
.plate6 .t ul {
	overflow: hidden;
	width: 980px;
	margin-left: 10px;
}
.plate6 .t ul li {
	float: left;
	font-size: 18px;
	color: #fff;
	width: 96px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 22px;
}
.plate6 .b {
	margin-top: 40px;
	overflow: hidden;
}
.plate6 .b .l {
	width: 486px;
	position: relative;
	height: 306px;
}
.plate6 .b .r {
	width: 486px;
    position: relative;
    height: 306px;
}
.plate6 .b .l b {
	display: block;
	width: 213px;
	height: 208px;
	margin: 63px 0 0 133px;
	background: url(../img/png4.png);
}
.plate6 .b .r b {
	display: block;
	width: 213px;
	height: 208px;
	float: right;
	margin: 62px 141px 0 0;
	background: url(../img/png5.png);
}
.plate6 .b .r ul {
    position: absolute;
    width: 407px;
    top: 30px;
    left: 28px;
}
.plate6 .b ul {
	position: absolute;
	width: 390px;
	top: 30px;
	left: 45px;
}
.plate6 .b ul li {
	font-size: 20px;
	color: #666666;
	height: 20px;
	position: absolute;
}
.plate6 .b ul li:nth-child(1) {
	left: 158px;
}
.plate6 .b ul li:nth-child(2) {
	left: 22px;
	top: 60px;
}
.plate6 .b ul li:nth-child(3) {
	top: 140px;
}
.plate6 .b .r ul li:nth-child(3) {
	left: 15px;
}
.plate6 .b ul li:nth-child(4) {
	left: 35px;
	top: 215px;
}
.plate6 .b .r ul li:nth-child(4) {
	left: 51px;
}
.plate6 .b ul li:nth-child(5) {
	right: 42px;
	top: 217px;
}
.plate6 .b ul li:nth-child(6) {
	right: 0;
	top: 143px;
}
.plate6 .b ul li:nth-child(7) {
	right: 19px;
	top: 58px;
}
.plate6 button {
	width: 360px;
	height: 66px;
	margin: 25px auto 0;
	display: block;
	font-size: 26px;
	color: #fff;
	border-radius: 40px;
	background: -moz-linear-gradient(top, #ff9201 0%, #ffbb23 100%);
	background: -webkit-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -o-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: -ms-linear-gradient(top, #ff9201 0%,#ffbb23 100%);
    background: linear-gradient(to top, #ff9201 0%,#ffbb23 100%);
}
.plate6 button:hover {
	-webkit-animation-name: swing;
    animation-name: swing;
}

.copyRight, .offcnCopy {
    background: #444546;
}
.offcnCopy {
    padding: 45px 0 80px 0;
    line-height: 32px;
    color: #aaa;
    text-align: center;
}
.offcnCopy a {
    color: #aaa;
}
.offcnCopy img {
	display: initial;
}

.floatLeft {
	width: 152px;
	height: 550px;
	background: url(../img/png2.png);
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 99;
}
.floatLeft ul {
	margin-top: 66px;
}
.floatLeft ul li {
	margin: 0 auto;
	width: 105px;
	padding: 5px 0;
}
.floatLeft ul li:first-child {
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.floatLeft ul li:nth-child(3) {
	padding-bottom: 2px;
}
.floatLeft ul li:nth-child(4) {
	padding-bottom: 3px;
}
.floatLeft ul li span {
	display: block;
	width: 105px;
	padding: 8px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.floatLeft ul li:nth-child(2) {
	margin: 0px auto 2px;
}
.floatLeft ul li span:hover {
	background: #fff;
	color: #ff2900;
}
.floatLeft strong {
	width: 106px;
	height: 32px;
	display: block;
	margin: 104px auto 10px;
	cursor: pointer;
}
.floatLeft i {
	width: 90px;
	height: 30px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.floatLeft b {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}

.floarBottom {
	width: 100%;
	height: 179px;
	background: url(../img/png3.png);
	position: fixed;
	bottom: 0;
}
.floarBottom ul {
	margin-top: 37px;
}
.floarBottom ul li {
	float: left;
	width: 52px;
	height: 52px;
	margin: 0 4px 10px;
	background: #fff;
	border: 3px solid #6d79e2;
	border-radius: 30px;
	color: #323ec3;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
}
.floarBottom ul li:hover {
	background: -moz-linear-gradient(top, #bbd8fe 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #bbd8fe 0%,#fff 100%);
    background: -o-linear-gradient(top, #bbd8fe 0%,#fff 100%);
    background: -ms-linear-gradient(top, #bbd8fe 0%,#fff 100%);
    background: linear-gradient(to top, #bbd8fe 0%,#fff 100%);
}

.zx-side {
	display: none;
}

.floatRight {
	z-index: 99;
	width: 178px;
	height: 456px;
	background: url(../img/png6.png);
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.floatRight ul {
	margin-top: 62px;
}
.floatRight ul li {
	margin: 0 auto 0;
	padding: 0px 0 11px;
	width: 145px;
}
.floatRight ul li span {
	display: block;
	width: 145px;
	padding: 8px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.floatRight ul li:nth-child(2) {
	padding: 0px 0 13px;
}
.floatRight ul li span:hover {
	background: #fff;
	color: #ff2900;
}
.floatRight strong {
	width: 106px;
	height: 32px;
	display: block;
	margin: 27px auto 10px;
	cursor: pointer;
}
.floatRight i {
	width: 90px;
	height: 30px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.floatRight b {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}








