@charset utf-8;

/* body */
body {
	font-family: "微软雅黑", "宋体", "新宋体", Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	min-width: 900px;
	font-size: 14px;
}

/* text */
p {
	padding: 0px;
	line-height: 150%;
	margin: 5px 0px 10px 0px;
}
td, th {
	line-height: 150%;
	font-size: 100%;
}
ul {
	list-style: square;
	margin: 0 auto auto 15px;
	padding: 0;
}
li {
	list-style: outside;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 9px;
}

/* a */
a,
a:link,
a:visited,
a:active {
	color: #0033cc;
	text-decoration: underline;
}
a:hover {
	color: #0033cc;
}

/* others */
img {
	vertical-align: middle;
	border: none;
}
h1 {
	white-space: nowrap;
	font-family: "微软雅黑", "宋体", "新宋体", "Verdana", "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-size: 200%;
	font-weight: bold;
	color: #000;
	color: #0033cc;
	margin-top: 10px;
}
h2{
	font-size: 125%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	font-family: "微软雅黑", "宋体", "新宋体", "Verdana", "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000;	
}
h3 {
	font-size: 100%;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 5px 0px;
	color: #000;
	font-weight: bold;
	margin-bottom: -5px;	
}
hr {
	margin: 0 10px 0 10px;
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #e0e0e0;
}


/* wrapper */
#wrapper {}

/* header */
#header{
	margin: 1px 0px 1px 0px;
}
#header-wrapper{
	min-width: 900px;
	width: 900px;
	margin: 0 auto;
	height: 120px;
	background: #fff url(logo.png) no-repeat center;
	border: 1px solid #eee;
}

/* nav */
#nav{
	width: auto;
	margin: 95px 15px auto;
	float: right;
	font-family: "微软雅黑", "宋体", "新宋体", "Helvetica", "Tahoma", "Verdana", "Arial", "sans-serif";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	
	white-space: nowrap;
	overflow: hidden;
}

#nav a:link,
#nav a:active,
#nav a:visited,
#nav a:hover{
	float: left;
	padding: 2px 20px 0px;
	text-decoration: none;
	color: #fff;
}
#nav a:hover
{
	color: #111;
	background: #ddd;
}


/* content */
#content{
	color: #666;
}
#content-wrapper{
	min-width: 880px;
	width: 880px;
	margin: 0px auto;
}
.content-block{
	float: left;
	margin: 0px 0px 5px 0px;
	line-height: 150%;
}


/* footer */
#footer{
	width: 900px;
	clear: both;
	color: #666;
	margin: 20px auto;

	background: #fff url(footer-bk.png) repeat-x;
	border-top: 1px solid #ccc;
	height: 100%;
}
#footer-wrapper{
	width: 880px;
	margin: 0px auto;
	height: 65px;
	background: url(gray.png) no-repeat right;
}

#footer-wrapper .copyright{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	clear: left;
	float: left;
}
#footer-wrapper .links{
	margin: 8px auto;
	clear: left;
	float: left;
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}

#footer-wrapper .links a:link,
#footer-wrapper .links a:active,
#footer-wrapper .links a:visited,
#footer-wrapper .links a:hover{
	text-decoration: none;
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #666;
}
#footer-wrapper .links a:hover
{
	color: #333;
	background: none;
}


/* index */
#index-company{
}
#index-product{
	clear: both;
	margin: 5px auto;
}
#index-product td{
	text-align: center;
	vertical-align: middle;
}
#index-product-list{
	clear: both;
	margin: 5px 5px 5px 25px;
}

#index-photo-list img{
	width: 150px;
	height: auto;
}

#index-link-list img{
	width: 150px;
	height: auto;
}

/* product list */
#product-list {
	clear: both;
	width: 100%;
	height: 100%;
}
#product-list .item {
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	clear: both;
	background-color: #f5f5f5;
	height: 100px;
}
#product-list .item .item-image {
	clear: both;
	float: left;
	width: 200px;
	height: 100%;
	margin: 0px 5px 0px 5px;
}
#product-list .item .item-content {
	float: right;
	width: 650px;
	padding: 2px 2px 2px 2px;
}


/* doc content */
#doc-content{
	float: right;
	width: 610px;
	color: #333;
	font-size: 14px;
	margin: -5px auto auto 10px;
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;	
}
#doc-content h1 {
	white-space: nowrap;
	font-family: "微软雅黑", "宋体", "新宋体", "Verdana", "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-size: 150%;
	font-weight: bold;
	color: navy;	
}
#doc-content h3 {
	margin-bottom: -5px;
	color: #6b8e23;
	font-size: 100%;
	font-weight: bold;	
}
#doc-content h1 span {
	color: #a9a9a9;	
}
#doc-content img.product{
	float: right;
	padding: 3px 3px 3px 3px;
}
#doc-content .product-table {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
}
#doc-content .product-table table{
	width: 100%;
	background-color: #000;
	border-spacing:1px;
}
#doc-content .product-table td{
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	background-color: #f8f8f8;
}
#doc-content .product-table .title {
	text-align: left;
	background-color: #00019b;
	border-bottom: 3px solid #1e90ff;
	color: white;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
	margin: 5px 0px 5px 0px;
}



/* doc sidebar */
#doc-sidebar{
	float: left; 
	clear: left; 
	width: 245px;
	margin-top: 5px;
}
#doc-sidebar .block{
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	background: #fbfbfb;
	border: 1px solid #eee;
	color: #666;
	line-height: 125%;	
}
#doc-sidebar h2{
	font-size: 18px;
	padding: 3px 5px 3px 0px;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	color: #000;
}
#doc-sidebar h2.line{
	border-bottom: 1px solid #9acd32; 
}
#doc-sidebar span.line{
	border-bottom: 3px solid #7ba428; 
}

#doc-sidebar ul {
	list-style: none;
	margin: 5px auto 15px 10px;
	padding: 0;
}
#doc-sidebar ul li {
	list-style: none outside;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 12px;
}

#doc-sidebar a:link,
#doc-sidebar a:active,
#doc-sidebar a:visited
{
	font-family: "微软雅黑", "宋体", "新宋体", "Helvetica", "Tahoma", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 1px 1px 1px 1px;
	color: #666;
	text-decoration: none;
}
#doc-sidebar a:hover{
	color: #fff;
	background-color: #666;
}





/* ********** */

#company-pic{
	clear: both;
	float: right;
	padding: 2px 2px 2px 2px;
	border: 1px solid #f5f5f5;
 	margin: 0px 5px 5px 5px;
}

#contact{
	width: 100%;
	margin: 5px 0px 5px 0px;
}

#map {
	clear: both;
	float: right;
	border: 1px solid #dcdcdc;
	margin: 0px 5px 5px 5px;
	width: 457px;
}

#contact-info{
	float: left;
	width: 400px;
}





/* job */
#job-table {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
}
#job-table table{
	width: 100%;
	background-color: #000;
	border-spacing:1px;
	margin: 1px 0px 35px 0px;
}
#job-table td{
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	background-color: #f8f8f8;
}
#job-table .title {
	text-align: left;
	background-color: #00019b;
	border-bottom: 3px solid #1e90ff;
	color: white;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
	margin: 15px 0px 0px 0px;
}

#job-table td.label {
	text-align: center;
	font-weight: bold;
	width: 100px;
}