/* CSS Document */
@charset=utf-8;

body,table{
    margin:0px;
    color:#666666;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#666666;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#0077DB;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题部分部分  ************************/	
.title {
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-indent:20px;
	background: transparent url(../images/bg_title.gif) no-repeat left top;
	border-bottom: 1px dashed #0066cc;
	}

.white{
    color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-indent:5px;
	}

.black{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
.blue{
    color:#0077DB;
	font-size:16px;
	font-weight:bold;
	}

.pic {
    border: 1px solid #E6E6E6;
	}


/******************  主菜单链接样式  ************************/
.menu {
    color: #ffffff;
	font-size: 12px;
	height: 20px;
    }
.menu a{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    }
.menu a:hover{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }


/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
    background: transparent url(../images/bg_left.gif) no-repeat left top;
	text-indent: 15px;
	border-bottom: 1px dashed #dddddd;
    }
.menu_left a{
    color: #666666;
	font-size: 12px;
    font-weight:bold;
	text-decoration:none;
    }
.menu_left a:hover{
    color: #ff6600;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }

/******************  底部版权文字样式  ************************/
.gray_copy{
    color:#888888;
	font-size:12px;
	}
.gray_copy a{
    color:#888888;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#888888;
	font-size:12px;
	text-decoration:underline;
	}

.copy_top{
    border-top: 1px dashed #cccccc;
	}


/******************  左侧二级菜单样式  ************************/
	
/*Product_menu*/
#nav{margin-left:10px;}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 170px; /* Width of Menu Items */
  
  }

ul li {
color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
    background: transparent url(../images/bg_left.gif) no-repeat left top;
	text-indent: 15px;
	border-bottom: 1px dashed #dddddd;
    position: relative;
  }
  
li ul {
  position: absolute;
  left: 169px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  border: 1px solid #0066cc;
  }

/* Styles for Menu Items */
ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: 5px;
   
  }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #f30; } /* Hover Styles */
    
li ul li a { padding: 2px 0px;background:#fff;height:24px;line-height:24px;font-weight:normal;filter:alpha(opacity=100); } /* Sub Menu Styles */
    
li:hover ul, li.over ul { display: block; } /* The magic */

.input{border:1px solid #0CA0DF;height:22px;line-height:22px;padding-left:6px;color:#ddd;font-size:12px;}
.bnt{background:#0CA0DF;color:#fff;font-size:12px;border:0px;height:22px;width:40px;margin-right:10px;}