@charset "utf-8";
@import url('normalizes.css');
@import url('color.css');
@import url('typography.css');

/* fullscreen style */
html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#page {
	width: 753px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	padding-top: 20px;
}
#nav {
	height: 30px;
	margin-bottom: 16px;
	overflow: hidden;
}
#nav li, #nav li a {
	display: block;
	float: left;
	height: 100%;
}

/*#nav li {
	width: 125.5px;
}*/
#nav li a span {
	display: none;
}
#nav #nav-homepage {
	width: 107px;
}
#nav #nav-initial {
	width: 152px;
}
#nav #nav-process {
	width: 100px;
}
#nav #nav-information {
	width: 126px;
}
#nav #nav-model {
	width: 84px;
}
#nav #nav-fq {
	width: 80px;
}
#nav #nav-contact {
	width: 104px;
}
#banner {
	clear: both;
}
#content {
	padding: 30px;
	clear: both;
	float: left;
	width: 693px;
}
#site-info {
	clear: both;
	border: 1px solid #fff;
}

/********************************************************** homepage ***********************************************/
#homepage #content-main {
	width: 453px;
	float: right;
}
#homepage #content-sub {
	float: left;
	width: auto;
}

/********************************************************** contact us **********************************************/
#contactus .addr {
	display: block;
	float: left;
	margin-right: 80px;
	width: auto;
}

#contactus .form {
	display: block;
	float: left;
	width: auto;
}#contactus #page #content .addr {
	font-family: "Times New Roman", Times, serif;
}

