@charset "utf-8";

html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, em, font, img, small, strike, samp, strong, sub, sup, label, table, caption, tbody, tfoot, thead, tr, th, td 
{ 
    margin: 0; 
    padding: 0; 
}

body{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: black;
	background: white;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。 */
} 
body                                 {font-family: Arial, "宋体"; }
form, input, select,  
textarea                             {font-family: Arial, "宋体"; font-size: 1em; }
h1, h2, h3, h4, h5, h6               {font-weight: bold; }
h1                                   {font-size: 2em; line-height: 2.2em; }
h2                                   {font-size: 2em; line-height: 1.7em; }
h3                                   {font-size: 1.25em; line-height: 1.45em; }
h4                                   {font-size: 1em; line-height: 1.2em; }
a img                                {border:0;}
.clear                               {clear: both;}

#container {
	width: 895px;  
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
#header                              {padding: 5px 0 0 0; margin: 0 0 7px 0; border-bottom:dotted 1px #E5E5E5;}

#header .logo                        {padding: 12px 0 0 0; float: left; margin-bottom: 2px;}
#header .header-right                {float: right;}
#header .topnav                      {float: left; margin: 8px 15px 0 0; padding: 0; width:120px;}
#header .topnav ul                   {list-style: none; margin: 0; padding: 0;}
#header .topnav ul li                {float: left; padding: 0 5px 0 5px; border-right: 1px solid #5B5B5B;  font-size: 0.9em; line-height: 1.3em;}
#header .topnav ul li a, 
#header .topnav ul li a:link, 
#header .topnav ul li a:visited      {text-decoration: underline; color:#5b5b5b;}
#header .topnav ul li a:hover        {color: #1a1a1a;}
#header .topnav .lastlink            {border: none;}

#header .search                      {float: left; font-size: 0.9em; color: #5B5B5B; margin: 4px 0 0 0; }
#header .search input                {color: #666666; height: 14px; padding: 1px 2px; width: 160px; display: block; }
*+html #header .search input         {padding: 1px 2px 0 2px;}
#header .search ul                   {list-style: none; margin: 0; padding: 0;}
#header .search ul li                {float: left; padding-left: 5px; }
#header .search ul li a,
#header .search ul li a:link,
#header .search ul li a:visited      {text-decoration: underline; color: #5b5b5b;}

/*菜单*/
#main_menu                           {float:right; margin:10px 0 0 0; padding:0; width:760px; font-size: 1em;}
#main_menu a                         {color:#00806b; text-decoration:none;}
#main_menu a:hover                   {text-decoration:underline;}	

#main_menu ul, li                    {border: 0; list-style: none; line-height:1em;}
#main_menu ul                        {height: 21px; padding:0; margin:0;} 
#main_menu li                        {display:inline; position:relative; margin:0 14px 0 12px;padding:0;}
#main_menu li span                   {position:relative; z-index:10; padding:4px 4px 4px 6px;  border-bottom:none;}	
#main_menu li span a                 {font-weight:bold; padding:0 6px 0px 2px;  }	
#main_menu li span.over              {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }
*+html #main_menu li span.over       {border-top:solid 1px #E5E5E5; padding-bottom:3px; } /* IE6 */
#main_menu li span.over a:hover      {text-decoration:none; }
#main_menu li span.active            {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff; }
*+html #main_menu li span.active     {border-top:solid 1px #E5E5E5; padding-bottom:3px; }
#main_menu li span.active a:hover    {text-decoration:none; }	
#main_menu img.arrow                 { /*margin-left:4px;*/ margin-top:1px; cursor:pointer; }
#main_menu div.sub_menu              {display:none; position:absolute; left:0; top:0px; margin-top:18px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:4px; top:2px; width:165px; background:#FFFFFF; font-size: 1em; line-height: 1.1em; }
* html #main_menu div.sub_menu       {margin-top:23px; } /* IE6 */
*+html #main_menu div.sub_menu       {margin-top:23px; } /* IE7 */
#main_menu div.sub_menu a:link, 
#main_menu div.sub_menu a:visited, 
#main_menu div.sub_menu a:hover      {display:block;	padding:4px;	color:#488A17;}	
#main_menu a.item_line               {border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }

/*面包屑路径*/
#breadcrumb {
    height: 20px;
	margin: 3px 0 3px 3px;
	padding: 0;
}
#breadcrumb p {
	margin: 3px;
	padding: 0;
	text-align: left;
	color: #666666;
}
#breadcrumb p a{
	color: #666666;
	text-decoration:none;
}
#breadcrumb p a:hover{
	text-decoration:underline;
}
#breadcrumb span.symbol{
    font-family:Arial, Helvetica, sans-serif;
}
/**/
#main_content h2{
	padding: 7px 2px 4px 0;
	font-size: 1.6em;
	color:#00806b;
	margin:0 0 0 3px;
}
.col1{
    float: left;
	width: 480px;
	overflow: hidden;
	margin: 5px 5px;
	padding: 0;
	display: inline;
}

.col2{
	float: right;
	width: 320px;
	overflow: hidden;
	margin: 0;
	padding: 15px 20px;
	display: inline;
	background-color:#E3FFDF;
}
#main_content p{
	color:#4f4f4f;
	line-height:1.8em;
	margin:0;
	padding:2px 0 0 3px;
	font-size:1em;
}
#main_content .col1 p, #main_content .col2 p{
	color:#4f4f4f;
	line-height:1.8em;
	margin:0;
	padding:2px 0 0 0;
	font-size:1em;
}
#main_content h3{
	color:#6A9801;
	padding: 20px 0 7px 0;
	margin:0;
	font-size:1.3em;
}
.col1 form{
    padding: 10px 0 35px 0;
	margin:0;
}
fieldset.contactform{
    padding: 6px 2px; 
	margin: 0 0 6px 0; 
	border:none;
}
form label {
	display: block;
	float: right;
	width: 150px;
	padding: 0;
	margin: 2px 0 0 0;
	text-align: left;
	color:#4f4f4f;
}
input#name, input#email, textarea#comments{
	font-size:1em;
	width: 300px;
	padding: 2px;
	margin: 2px 0;
	border:1px solid #dbdbdb;
	color:#666666; 
}
textarea#comments {height: 170px;}
input#name:focus, input#email:focus, textarea#comments:focus {
	border-color: #33CC66;
}

form select{
    width:305px;
	color:#666666;
}
input.submit{
    background-color: #99cc66; 
	color:#ffffff; 
	text-align: center; 
	float: left; 
	font-size: 1.1em;
	font-weight: bold; 
	margin: 0 0 6px 25px; 
	padding: 6px 6px; 
	width: 130px; 
	border: 0;
}
input.submit:hover{cursor: pointer; background-color: #13b01f;}
table#customer-logo-list{
    margin:0;
    padding:0;
	border:none;
}
table#customer-logo-list td{
    margin:0;
    padding:5px 8px;
}

#footer {
	clear: both;
	padding: 5px 25px;
	line-height: 18px;
	border-top: 1px solid #D1E0E2;
	text-align:center;
} 
#footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
    line-height:25px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666666;
}

input.text{width:440px; height:22px; font-size:13px;}
textarea {width:440px; height:170px; font-size:13px;}
.info {padding-top:6px;	padding-bottom:5px;	font-weight:normal;	color:#666; font-size:13px;}
.error {color:#dd0010;}
form select {width:445px; font-family:Arial, Helvetica, sans-serif; color:#333; font-size:13px;}
#submit.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; font-size:18px; margin:8px 0 0 0; }
#submit.btn * { font-style:normal; background-image: url(../image/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
#submit.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
#submit.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
#submit.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
#submit.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html #submit.btn span,
* html #submit.btn i { float: left; width: auto; background-image: none; cursor: pointer; }
#submit.btn.blue { background: #00CC66; }
#submit.btn:hover { background-color: #a00; }
#submit.btn:active { background-color: #444; }
* html #submit.btn { border: 3px double #aaa; }
* html #submit.btn.blue { border-color: #00CC66; }
* html #submit.btn:hover { border-color: #a00; }
