/* CSS Document */
@charset=utf-8;

body,table{
    margin:0px;
    color:#444444;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#444444;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#0077DB;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题部分部分  ************************/	
.about{
    color:#444444;
	font-size:14px;
	font-family:"Verdana","宋体";
	line-height:20px;
	}

.black{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}

.black2{
    color:#000000;
	font-size:14px;
	font-weight:bold;
	}
	
.blue{
    color:#002040;
	font-size:16px;
	font-weight:bold;
	}

.line{
    border-bottom:1px dashed #0077DB;
	}

.pic {
    border: 1px solid #dddddd;
	margin:5px;
	padding:5px;
	}

/******************  主菜单链接样式  ************************/
.menu {
    color: #007580;
	font-size: 12px;
	height: 20px;
    }
.menu a{
    color: #007580;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    }
.menu a:hover{
    color: #ff4200;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }

/******************  顶部链接样式  ************************/
.white {
    color: #ffffff;
	font-size: 12px;
    }
.white a{
    color: #ffffff;
	font-size: 12px;
	text-decoration:none;
    }
.white a:hover{
    color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
    }

/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #333333;
	font-size: 12px;
	line-height:30px;
    background: transparent url(../images/bg_leftmenu.gif) no-repeat left top;
	text-indent: 15px;
	border-bottom: 1px solid #cccccc;
    }
.menu_left a{
    color: #333333;
	font-size: 12px;
	text-decoration:none;
    }
.menu_left a:hover{
    color: #ff3300;
	font-size: 12px;
	text-decoration:underline;
    }

.menu_left2 {
    color: #333333;
	font-size: 12px;
	line-height:24px;
    background: transparent url(../images/bg_leftmenu.gif) no-repeat left top;
	text-indent: 15px;
	border-bottom: 1px solid #cccccc;
    }
.menu_left2 a{
    color: #333333;
	font-size: 12px;
	text-decoration:none;
    }
.menu_left2 a:hover{
    color: #ff3300;
	font-size: 12px;
	text-decoration:underline;
    }

/******************  底部版权文字样式  ************************/
.gray_copy{
    color:#666666;
	font-size:12px;
	}
.gray_copy a{
    color:#666666;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#666666;
	font-size:12px;
	text-decoration:underline;
	}

