﻿* {
	margin:0 auto;
	padding:0;
}
p {
	line-height:22px;
	padding:10px 0;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
div {
	height:auto;
	margin:0 auto;
}
img {
	border:none;
}
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
}
/*全局*/
#home {
	background-color:#F0F0F0;
}
/*头部*/
#header {
	height:635px;
	background-color:#F3F3F3;
	background:url(../images/site-bg.png) top repeat-x;
}
#header-main {
	width:930px;
	height:110px;
}
#header-left {
	width:520px;
	float:left;
	height:88px;
}
#header-left ul {
	margin-top:70px;
	height:20px;
}
#header-left li {
	float:left;
	padding:0 5px 0 0;
}
#header-left a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding:0 6px 24px 6px;
	display:block;
	font-size:13px;
}
#header-left a:hover {
	background:url(../images/header-li-hover-bg.gif) center no-repeat 20px;
}
#header-right {
	width:400px;
	height:88px;
	border:#00CC00 dashed 0px;
	float:right;
}
/*主体*/
#main {
	width:930px;
        height:auto !important;
	color:#FFFFFF;
}
#main a {
	color:#FFFFFF;
}
/*左边*/
#leftsdier {
	width:610px;
	height:500px;
	float:left;
}
#left-title {
	margin-bottom:5px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:20px 0;
	color:#FFFFFF;
	line-height:35px;
}
#index-desription {
	margin-bottom:5px;
}
#index-desription-title {
	margin-bottom:5px;
	width:610px;
	height:31px;
}
#index-desription-title img {
	float:left;
}
#index-desription-title h2 {
	float:left;
	width:569px;
	height:28px;
	margin-left:10px;
	border-bottom:#426FA8 solid 1px;
	background:url(../images/what-we-do.gif) no-repeat;
}
#index-desription-body {
	margin-bottom:5px;
	color:#FFFFFF;
	padding-right:10px;
}
#product-list {
	margin-bottom:5px;
}
#product-list-title {
	height:22px;
	background:url(../images/featured-projects.gif) no-repeat;
	border-bottom:#426FA8 solid 1px;
}
#product-list-body {
	height:auto;
}
#product-list-body img {
	width:120px;
	height:120px;
	margin-bottom:5px;
}
#product-list-body li {
	float:left;
	width:150px;
	text-align:center;
	margin-top:5px;
	overflow:hidden;
}
#product-list-body a {
	text-decoration:none;
}
#product-list-body a:hover {
	color:#669900;
	text-decoration:underline;
}
/*右边*/
#rightsider {
	width:300px;
	height:385px;
	padding-top:115px;
	float:right;
}
#index-help {
	width:290px;
	margin-bottom:10px;
}
#index-help-title {
	height:21px;
}
#index-help-title img {
	float:left;
}
#index-help-title h2 {
	float:left;
	width:220px;
	height:28px;
	margin-left:10px;
	border-bottom:#426FA8 solid 1px;
	background:url(../images/wed-love-to-help.gif) no-repeat;
}
#index-help-body {
	padding-top:10px;
}
#index-help-body a {
	text-decoration:none;
}
#index-help-body ul {
	margin:15px auto 0 15px;
}
#index-help-body li {
	line-height:25px;
	height:25px;
	padding-left:25px;
	overflow: hidden;
	background-image: url(../images/icon-check.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#still-fresh {
	width:290px;
}
#still-fresh-title {
	height:24px;
	background:url(../images/still-fresh.gif) no-repeat;
	border-bottom:#426FA8 solid 1px;
}
#still-fresh-body {
	padding-left:15px;
}
/*底部*/
#footer {
	padding-top:20px;
}
#rightcopy {
	width:930px;
	height:auto !important;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:10px;
}
#rightcopy p {
	line-height:8px;
}
#rightcopy a {
	color:#000;
}
/*其他*/
.cf {
	clear:both;
}
/*其他特素*/
.redfont {color:#CFDF0B;}