/* 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:#00517A;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	text-indent:20px;
	background: transparent url(../images/bg_title.gif) no-repeat left top;
	}

.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:0px;}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 190px; /* 菜单宽度 */  
  }

/* 第一层菜单样式 */  
ul li {
color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
    background: #46A5AE;
	text-indent: 8px;
	border-bottom: 1px solid #4BADB6;
    position: relative;
  }
ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
	display: block;  
    }
ul li a:hover { 
    color: #ffffff;
	text-decoration: none;
	background: #8AA3AF;  
	} 
	
/* 第二层菜单样式 */  
li ul {
    position: absolute;
    left: 189px; /* Set 1px less than menu width */
    top: 0;
    display: none;
    }
li ul li a { 
    padding: 2px;
	background:#8AA3AF;
	height:24px;
	line-height:24px;
	font-weight:normal;
	filter:alpha(opacity=100); 
	} /* Sub Menu Styles */
li ul a:hover { 
	background: #647882;  
	} 

li:hover ul, li.over ul { 
    display: block; 
	} /* The magic */

/* Fix IE. Hide from IE Mac \*/
* html ul li { 
    float: left; 
	height: 1%; 
	}
* html ul li a { 
    height: 1%; 
	}
/* End */


/* 右上角的产品搜索样式*/
.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;}