@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}
body {
	background-color: #a0a9fd
}
.header {
	width: 1280px;
	height: 799px;
	background: url( images/three.png ) no-repeat;
	border-radius: 20px;
}
.header b {
	color: #000000
}
.nav {
	width: 1260px;
	height: 70px;
	background-color: #FFFFFF;
	margin-left: 16px;
	opacity: 0.6;
	border-radius: 40px;
	margin-bottom: 40px
}
.nav li {
	list-style: none;
	float: left;
}
.nav li a {
	display: block;
	width: 117px;
	height: 39px;
	font: "微软雅黑" 30px;
	text-decoration: none;
	text-align: center;
	line-height: 70px;
	color: #000000;
	margin-left: 86px;
}
.sea {
	display: block;
	width: 163px;
	height: 58px;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	margin-left: 1085px;
	text-decoration: none;
	line-height: 60px;
	background: url( images/ss.png ) no-repeat bottom;
	padding-top: 4px;
}
.left h2 {
	font: bolder "微软雅黑";
	font-size: 64px;
	color: #000000;
	float: left;
	margin-top: 402px;
	margin-left: 114px;
}
.c-right {
	padding-left: 728px;
	clear: both;
	font-size: 24px;
}
.c-right b {
	font-display: block;
	font: normal;
}
.footer p {
	text-align: right;
	font-size: 16px;
	font: normal "微软雅黑";
}