@charset "utf-8";
html, body {
	min-width: 1500px;
	min-height: 101%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
}
div {
	display: block;
	word-wrap: break-word;
	word-break: break-all;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
form {
	margin: 0;
	padding: 0;
}
.banner {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 800px;
	background-color: #303;
}
#banner {
	position: absolute;
	top: 75px;
	right: 0;
	left: 0;
	z-index: 9998;
	height: 200px;
	transform-style: preserve-3d;
	perspective: 800px;
}
#banner img {
	position: absolute;
	width: 450px;
	height: 300px;
	cursor: pointer;
 transition: .5s;
	-webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .5));
}
#banner img.left {
	transform: rotateY(45deg) translateZ(-100px);
}
#banner img.middle {
	transform: translateZ(100px);
}
#banner img.right {
	transform: rotateY(-45deg) translateZ(-100px);
}
#naleining-top {
	position: absolute;
	top: 400px;
	right: 0;
	left: 0;
	z-index: 9999;
	height: 400px;
	background-image: url(../img/logo.png);
	background-position: center 150px;
	background-repeat: no-repeat;
	text-align: center;
}
#naleining-nav {
	position: absolute;
	top: 300px;
	right: 0px;
	left: 0px;
	text-align: center;
}
#naleining-nav a:link, #naleining-nav a:visited {
	margin-right: 20px;
	margin-left: 20px;
	color: #FFF;
}
#naleining-nav a:hover {
	color: #F60;
	text-decoration: underline;
}
#service {
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 700px;
	background-image: url(../img/service.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.service {
	float: left;
	margin-top: 100px;
	width: 100%;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
#about {
	float: left;
	margin-top: 80px;
	padding-top: 0px;
	padding-bottom: 50px;
	width: 100%;
	background-color: #333;
}
.about {
	float: left;
	padding-top: 80px;
	padding-bottom: 50px;
	width: 100%;
	color: #333;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
.about1 {
	float: left;
	margin-left: 5%;
	width: 40%;
	color: #FFF;
	font-size: 14px;
	line-height: 200%;
}
.about1 a:link, .about1 a:visited {
	color: #CCC;
}
.about1 a:hover {
	color: #FFF;
}
.about2 {
	float: right;
	margin-right: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 40%;
	line-height: 200%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.about2 span {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	color: #FFF;
	text-align: left;
	text-indent: 100px;
}
#bigimage {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: #000;
	text-align: center;
	cursor: pointer;
}
.backtothetop {
	background-image: url(../img/top-a.png);
	background-repeat: no-repeat;
}
.back-to-the-top {
	background-image: url(../img/top-hover.png);
	background-repeat: no-repeat;
}
.navigation1 {
	float: left;
	padding-top: 2px;
}
.navigation2 {
	float: left;
}
.navigation3 {
	float: right;
}
#navigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99998;
	height: 80px;
	background-color: #303;
	font-size: 18px;
}
#navigation a:link, #navigation a:visited {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
	color: #CCC;
	line-height: 85px;
}
#navigation a:hover {
	background-color: #B96800;
	color: #303;
	font-weight: bold;
	line-height: 80px;
}
#backtothetop {
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 1001;
	width: 72px;
}
#backtothetop a:link, #backtothetop a:visited {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 72px;
}
#backtothetop a:hover {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 72px;
}
#naleining-bottom {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #333;
	color: #999;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}
#naleining-bottom a:link, #naleining-bottom a:visited {
	margin-right: 15px;
	color: #999;
}
#naleining-bottom a:hover {
	margin-right: 15px;
	color: #CCC;
}
.naleining-bottom1 {
	float: left;
	margin-left: 10px;
}
.naleining-bottom2 {
	float: right;
	margin-right: 10px;
	word-spacing: 10px;
}
