* {
	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;
}
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;
}
.zhichi {
	cursor: pointer;
}

header {
	height: 70px;
	background: -moz-linear-gradient(right, #447b87 0%, #6fa9b2 100%);
    background: -webkit-linear-gradient(right, #447b87 0%,#6fa9b2 100%);
    background: -o-linear-gradient(right, #447b87 0%,#6fa9b2 100%);
    background: -ms-linear-gradient(right, #447b87 0%,#6fa9b2 100%);
    background: linear-gradient(to right, #447b87 0%,#6fa9b2 100%);
}
header .img {
	width: 190px;
	height: 70px;
}
header p {
	font-weight: bold;
	color: #fff;
}
header p span {
	font-size: 22px;
	margin: 0 10px;
	line-height: 70px;
}
header p span:hover {
	color: #f0c477;
}
header p span a {
	color: #fff;
}
header p span a:hover {
	color: #f0c477;
}

.banner {
	width: 100%;
	height: 780px;
	background: url(../img/banner.jpg) center no-repeat;
	position: relative;
	overflow: hidden;
}
.banner b {
	color: #194c58;
	font-size: 40px;
	width: 160px;
	display: block;
	text-align: center;
	margin-top: 93px;
	line-height: 60px;
	margin-left: 158px;
}
.banner .m div {
	margin-top: 526px;
}
.banner .m .l {
	margin-left: 140px;
}
.banner .m .r {
	margin-right: 113px;
}
.banner .m .l:hover,.banner .m .r:hover {
	transform: scale(1.05);
	transition: 0.3s;
}

.plate1 {
	width: 100%;
	height: 1072px;
	background: url(../img/jpg1.jpg) center no-repeat;
	position: relative;
	overflow: hidden;
}
.plate1 ul {
	margin: 560px auto 0;
}
.plate1 ul li {
	width: 148px;
	height: 42px;
	background: url(../img/png3.png);
	float: left;
	margin-left: 22px;
	margin-bottom: 250px;
	margin-top: 40px;
	transition: 0.3s;
}
.plate1 ul li:nth-child(1),.plate1 ul li:nth-child(7) {
	margin-left: 0;
}
.plate1 ul li:nth-child(1),.plate1 ul li:nth-child(3),
.plate1 ul li:nth-child(5),.plate1 ul li:nth-child(7),
.plate1 ul li:nth-child(9),.plate1 ul li:nth-child(11) {
	margin-top: 0;
}
.plate1 ul li:hover {
	transform: scale(1.1);
}

.plate2 {
	width: 100%;
	height: 1286px;
	background: url(../img/jpg2.jpg) center no-repeat;
	position: relative;
	overflow: hidden;
}
.plate2 ul {
	margin-top: 187px;
}
.plate2 ul li {
	width: 310px;
	height: 487px;
	float: left;
	margin-left: 35px;
	margin-bottom: 24px;
}
.plate2 ul li:nth-child(1),.plate2 ul li:nth-child(4) {
	margin-left: 0;
}
.plate2 ul li b {
	margin-top: 164px;
	position: relative;
	display: block;
}
.plate2 ul li b span:first-child {
	display: block;
	text-align: center;
	font-size: 40px;
	text-shadow: 0 5px 5px #333;
	position: relative;
}
.plate2 ul li b span:last-child {
	display: block;
	text-align: center;
	font-size: 40px;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	background-image:-webkit-linear-gradient(bottom,#f3cd81,#f8e4c1); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.plate2 ul li p {
	font-size: 22px;
	color: #fff;
	line-height: 48px;
	width: 210px;
	margin: 10px auto 0;
	text-align: left;
	height: 144px;
}
.plate2 ul li:nth-child(1) p,.plate2 ul li:nth-child(4) p {
	width: 180px;
	text-align: center;
}
.plate2 ul li button {
	display: block;
	margin: 17px auto 0;
	width: 227px;
	height: 65px;
	transition: 0.3s;
	background: url(../img/png4.png);
}
.plate2 ul li button:hover {
	transform: scale(1.1);
}

.plate3 {
	width: 100%;
	height: 905px;
	background: url(../img/jpg3.jpg) center no-repeat;
	overflow: hidden;
}
.plate3 ul {
	margin-top: 220px;
}
.plate3 ul li {
	float: left;
	margin-bottom: 80px;
	margin-right: 69px;
	transition: 0.3s;
}
.plate3 ul li:nth-child(4),.plate3 ul li:nth-child(8) {
	margin-right: 0;
}
.plate3 ul li:hover {
	transform: scale(1.1);
}

.plate4 {
	width: 100%;
	height: 642px;
	background: url(../img/jpg4.jpg) center no-repeat;
	overflow: hidden;
}
.plate4 ul {
	margin-top: 203px;
}
.plate4 ul li {
	float: left;
	width: 490px;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	text-indent: 37px;
	margin-bottom: 20px;
	color: #fff;
}
.plate4 ul li:nth-child(1),.plate4 ul li:nth-child(3),
.plate4 ul li:nth-child(5),.plate4 ul li:nth-child(7) {
	margin-left: 0;
}
.plate4 ul li button {
	float: right;
	width: 92px;
	height: 35px;
	background: url(../img/png13.png);
	margin-right: 18px;
	margin-top: 14px;
	text-anchor: 0.3s;
}
.plate4 ul li button:hover {
	transform: scale(1.1);
}

.plate5 {
	width: 100%;
	height: 582px;
	background: url(../img/jpg5.jpg) center no-repeat;
	overflow: hidden;
}
.plate5 .l {
	width: 470px;
	position: relative;
	margin-left: 20px;
	margin-top: 260px;
}
.plate5 .l input {
	width: 200px;
	height: 46px;
	border: 1px solid #f0c375;
	padding: 0 10px;
	border-radius: 25px;
	font-size: 18px;
	margin: 0 5px 13px;
	outline: none;
}
.plate5 .l span {
	display: block;
	position: absolute;
	width: 117px;
	height: 48px;
	right: 7px;
	border-radius: 35px;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	color: #835d1e;
	font-size: 18px;
	top: 61px;
	background: -moz-linear-gradient(right, #f0c274 0%, #f8e1b9 100%);
    background: -webkit-linear-gradient(right, #f0c274 0%,#f8e1b9 100%);
    background: -o-linear-gradient(right, #f0c274 0%,#f8e1b9 100%);
    background: -ms-linear-gradient(right, #f0c274 0%,#f8e1b9 100%);
    background: linear-gradient(to right, #f0c274 0%,#f8e1b9 100%);
}
.plate5 .l button {
	width: 227px;
	height: 65px;
	background: url(../img/png14.png);
	display: block;
	margin: 30px auto;
	cursor: pointer;
}
.plate5 .r {
	float: right;
	width: 227px;
	height: 65px;
	background: url(../img/png15.png);
	margin-right: 18px;
	margin-top: 414px;
	text-anchor: 0.3s;
	margin-right: 120px;
}

.plate6 {
	width: 100%;
	height: 1450px;
	background: url(../img/jpg6.jpg) center no-repeat;
	overflow: hidden;
}
.plate6 div {
	height: 53px;
	margin: 373px auto 265px;
}
.plate6 iframe {
	display: block;
	width: 990px;
	height: 670px;
	margin: 0 auto;
	border: none;
}

.plate7 {
	width: 100%;
	height: 770px;
	background: url(../img/jpg7.jpg) center no-repeat;
	overflow: hidden;
}

.float {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	background: -moz-linear-gradient(right, #447b87 0%, #6fa9b2 100%);
    background: -webkit-linear-gradient(right, #447b87 0%,#6fa9b2 100%);
    background: -o-linear-gradient(right, #447b87 0%,#6fa9b2 100%);
    background: -ms-linear-gradient(right, #447b87 0%,#6fa9b2 100%);
    background: linear-gradient(to right, #447b87 0%,#6fa9b2 100%);
}
.float ul {
	margin-top: 12px;
}
.float ul li {
	width: 100px;
	height: 36px;
	background: -moz-linear-gradient(right, #eac880 0%, #f8e4c1 100%);
    background: -webkit-linear-gradient(right, #eac880 0%,#f8e4c1 100%);
    background: -o-linear-gradient(right, #eac880 0%,#f8e4c1 100%);
    background: -ms-linear-gradient(right, #eac880 0%,#f8e4c1 100%);
    background: linear-gradient(to right, #eac880 0%,#f8e4c1 100%); 
    float: left;
    border-radius: 23px;
    margin-right: 12px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #325c67;
    font-weight: bold;
}
.float ul li:last-child {
	margin-right: 0;
}

.floatL {
	width: 143px;
	height: 290px;
	background: url(../img/png16.png);
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.floatR {
	width: 143px;
	height: 290px;
	background: url(../img/png17.png);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.floatR div {
	height: 236px;
}
.floatR a {
	display: block;
	width: 143px;
	height: 54px;
}

.zx-side {
	display: none;
}
