* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	position: relative;
}
.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: 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: 18px;
	color: #3c3c3c;
	line-height: 18px;
	font-weight: bold;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 17px;
}

.banner {
	width: 100%;
	height: 716px;
	background: url(../img/banner.jpg?11) center;
	overflow: hidden;
	position: relative;
}
.title {
	width: 750px;
	margin: 155px auto 20px;
}
.title .c {
	width: 479px;
	margin: 0 auto;
}
.banner .m {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.banner .qiu {
	width: 100%;
	height: 689px;
	background: url(../img/png4.png) center;
	position: absolute;
	top: 0;
	left: 0;
	animation-name: example;
}
@keyframes example {
    0% {
    	top: -10px;
    }
    50% {
    	top: -30px;
    }
    100% {
    	top: -10px;
    }
}
.banner b {
	width: 46px;
	height: 46px;
	position: absolute;
	left: 597px;
	top: 197px;
	display: block;
	background: url(../img/png1.png);
}
.banner ul {
	margin: 32px auto 0;
	overflow: hidden;
	width: 577px;
}
.banner ul li {
	float: left;
	font-size: 22px;
	margin: 0 8px;
	color: #fff;
}
.banner ul li i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	float: left;
	background: #fff;
	margin-top: 12px;
	margin-right: 5px;
}
.banner dl {
	margin: 105px auto 0;
	width: 400px;
}
.banner dl dt {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.banner dl dd {
    color: #ed4091;
    font-size: 38px;
    text-align: center;
    width: 51px;
    height: 48px;
    margin-top: 15px;
    margin-right: 86px;
    float: right;
    line-height: 48px;
}

.plate1 {
	width: 100%;
	height: 631px;
	background: url(../img/jpg1.jpg) center;
	overflow: hidden;
}
.plate1 .m {
	height: 420px;
    margin-top: 140px;
    overflow: hidden;
}
.plate1 .m ul {
	position: relative;
}
.plate1 .m ul li {
	padding: 15px 30px;
	font-size: 24px;
	border-radius: 35px;
	background: #5077ec;
	float: left;
	position: absolute;
}
.plate1 .m ul li:nth-child(1) {
	top: 49px;
    left: 38px;
}
.plate1 .m ul li:nth-child(2) {
	top: 15px;
	left: 326px;
}
.plate1 .m ul li:nth-child(3) {
	top: 101px;
	left: 317px;
}
.plate1 .m ul li:nth-child(4) {
	top: 83px;
	right: 43px;
}
.plate1 .m ul li:nth-child(5) {
	top: 178px;
	left: 78px;
}
.plate1 .m ul li:nth-child(6) {
	top: 178px;
	right: 140px;
}
.plate1 .m ul li:nth-child(7) {
	top: 258px;
	left: 165px;
}
.plate1 .m ul li:nth-child(8) {
	top: 258px;
	right: 104px;
}
.plate1 .m ul li:hover {
	background: #f0d174;
}
.plate1 .m button {
	width: 317px;
	height: 60px;
	display: block;
	background: url(../img/jpg10.jpg);
	margin: 350px auto 0;
	position: relative;
	z-index: 99;
}

.plate2 {
	width: 100%;
	height: 1213px;
	background: url(../img/jpg3.jpg?11) center;
	overflow: hidden;
}
.plate2T {
	margin: 167px auto 0;
}
.plate2B ul {
	width: 920px;
	margin: 233px auto 0;
}
.plate2B ul li {
	float: left;
	margin-right: 1px;
	width: 220px;
	overflow: hidden;
}
.plate2B ul li:nth-child(3) {
	width: 216px;
}

.plate3 {
	width: 100%;
	height: 640px;
	background: url(../img/jpg4.jpg) center;
	overflow: hidden;
}
.plate3 div:first-child {
	margin-top: 298px;
}
.plate3 div {
	width: 800px;
	height: 42px;
	margin: 0 auto 147px;
	position: relative;
	z-index: 99;
}

.plate4 {
	width: 100%;
	height: 1772px;
	background: url(../img/jpg5.jpg) center;
	overflow: hidden;
}
.plate4 button {
	width: 317px;
	height: 60px;
	display: block;
	background: url(../img/jpg10.jpg);
	margin: 1630px auto 0;
	position: relative;
	z-index: 99;
}

.plate5 {
	width: 100%;
	height: 1152px;
	background: url(../img/jpg6.jpg) center;
	overflow: hidden;
}
.plate5 .m div:first-child {
	margin-top: 765px;
}
.plate5 .m div {
	width: 600px;
	height: 32px;
	margin: 0 61px 180px 0;
	float: right;
	position: relative;
	z-index: 99;
}

.plate6 {
	width: 100%;
	height: 2012px;
	background: url(../img/jpg7.jpg) center;
	overflow: hidden;
}
.plate6 button {
	width: 317px;
	height: 60px;
	display: block;
	background: url(../img/jpg10.jpg);
	margin: 1860px auto 0;
	position: relative;
	z-index: 99;
}

.plate7 {
	width: 100%;
	height: 830px;
	background: url(../img/jpg8.jpg) center;
	overflow: hidden;
}
.plate7 ul {
	margin: 213px auto 0;
	overflow: hidden;
	width: 885px;
	position: relative;
	z-index: 99;
}
.plate7 ul li {
	width: 102px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 20px;
	margin: 0 10px 20px;
	border-radius: 20px;
	border: 1px solid #ffeddf;
	box-shadow: 0 5px 10px 1px #ccdae0;
	cursor: pointer;
	background: -moz-linear-gradient(top, #45acda 0%, #4e85e7 100%);
    background: -webkit-linear-gradient(top, #45acda 0%,#4e85e7 100%);
    background: -o-linear-gradient(top, #45acda 0%,#4e85e7 100%);
    background: -ms-linear-gradient(top, #45acda 0%,#4e85e7 100%);
    background: linear-gradient(to top, #45acda 0%,#4e85e7 100%);
}
.plate7 ul li.hover {
	background: #f43f3f;
	border: 1px solid #ff9740;
	box-shadow: none;
}
.plate7 ul li:hover {
	background: #f43f3f;
	border: 1px solid #ff9740;
	box-shadow: none;
}
.plate7 .m div {
	width: 835px;
	height: 384px;
	background: #72afca;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px auto 0;
	box-shadow: 0 5px 10px 2px #e5e5e5;
	position: relative;
	z-index: 99;
}
.plate7 .m div iframe {
	border: none;
}

.plate8 {
	width: 100%;
	height: 665px;
	background: url(../img/jpg9.jpg) center;
	overflow: hidden;
}

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

.floatL {
	width: 139px;
	height: 317px;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../img/png2.png);
}
.floatL b {
	display: block;
	width: 20px;
	height: 20px;
}
.floatL div {
	width: 100%;
	height: 286px;
	margin-top: 13px;
}

.back {
	width: 100%;
	height: 6156px;
	position: absolute;
	top: 1228px;
	background: url(../img/png3.png);
	animation-name: example1;
	-webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@keyframes example1 {
    0% {
    	top: 1228px;
    }
    50% {
    	top: 1238px;
    }
    100% {
    	top: 1228px;
    }
}
.l {
	float: left;
}
.r {
	float: right;
}
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: 18px;
	color: #3c3c3c;
	line-height: 18px;
	font-weight: bold;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 17px;
}
.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;
}

.floarBottom {
    width: 100%;
    height: 105px;
    background: url(../img/png7.png?22);
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.floarBottom ul {
    margin-top: 30px;
}
.floarBottom ul li {
    float: left;
    width: 152px;
    height: 52px;
    margin: 0 21px 10px;
    background: #fff;
    border: 3px solid #85c9e6;
    border-radius: 30px;
    color: #2399ca;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
}
.floarBottom ul li:hover {
	background: -moz-linear-gradient(top, #d5f3ff 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #d5f3ff 0%,#fff 100%);
    background: -o-linear-gradient(top, #d5f3ff 0%,#fff 100%);
    background: -ms-linear-gradient(top, #d5f3ff 0%,#fff 100%);
    background: linear-gradient(to top, #d5f3ff 0%,#fff 100%);
}


.zx-side {
	display: none;
}
