@charset "utf-8";

body{
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.5em;
	color: black;
	background: white;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。 */
    margin: 0; 
    padding: 0; 
} 

body                                 {font-family: Verdana, Arial, Helvetica, sans-serif;}
form, input, select,  
textarea                             {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
h1, h2                               {font-weight: normal; }
h1                                   {font-size: 2em; line-height: 2.2em; }
h2                                   {font-size: 2em; line-height: 1.7em; }
a img                                {border:0;}
.clear                               {clear: both;}

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

#header .logo                        {padding: 12px 0 0 0; float: left; margin-bottom: 2px;}
#header .header-right                {float: right;}
#header .topnav                      {float: left; margin: 8px 8px 0 0; padding: 0; width:110px; }
#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.2em;}
#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: #009933;}
#header .topnav .lastlink            {border: none;}

#header .search                      {float: left; font-size: 0.9em; color: #5B5B5B; margin: 3px 0 0 0; }
#header .search input                {color: #666666; height: 13px; padding: 2px; width: 160px; display: block; font-family:Arial, Verdana, Helvetica, sans-serif; }
#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:670px; 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-left: 3px;}
#main_menu li span                   {position:relative; z-index:10; padding:3px 4px 3px 4px;  border-bottom:none;}	
#main_menu li span a                 {font-weight:bold; padding:0 3px 0px 5px;  }	
#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 2px #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:170px; 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;
}
/**/
#main_content h2{
	padding: 7px 2px 4px 0;
	font-size: 1.7em;
	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;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0 7px 0;
	margin:0;
	font-size:1.4em;
}
.col1 form{
    padding: 10px 0 35px 0;
	margin:0;
}


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;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: small;
    color: #666666;
	text-align:center;
} 
#footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
    line-height:25px;
}
#footer p.copyright {
    font-size:smaller;
}
input.submit, textarea {font-size:13px; width:430px; padding:2px; margin:2px 0; border:1px solid #dbdbdb; color:#333;
font-family: Arial, Helvetica, sans-serif;}
input.text{width:440px; height:22px;}
textarea {width:440px; height:170px;}
.info {padding-top:6px;	padding-bottom:5px;	font-weight:normal;	color:#666;}
.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; }
