/* 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:#D60008;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题部分部分  ************************/	
.title_bottom {
    line-height:28px;
	border-bottom: 1px dashed #bbbbbb;
	}

.case_bottom {
	border-bottom: 1px dashed #cccccc;
	}

.red{
    color:#B10F15;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	}
	
.red2{
    color:#D60008;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	border-bottom: 1px solid #bbbbbb;
	}
	
.black{
    color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	}

.black2{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}

.news_title{
    color:#D60008;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	}

.pic {
    border: 1px solid #E6E6E6;
	}

/******************  新闻部分链接样式  ************************/

.news_bottom {
    line-height:26px;
	background: transparent url(../images/bg_news.gif) no-repeat left top;
	border-bottom: 1px dashed #bbbbbb;
	text-indent:15px;
	}

.news_new {
    color: #D60008;
	font-size: 12px;
    }
.news_new a{
    color: #D60008;
	font-size: 12px;
	text-decoration:none;
    }
.news_new a:hover{
    color: #D60008;
	font-size: 12px;
	text-decoration:underline;
    }

.date{
    color:#a5a5a5;
	font-size:11px;
	}

/******************  顶部菜单链接样式  ************************/
.menu {
    color: #ffffff;
	font-size: 12px;
	height: 20px;
    }
.menu a{
    color: #ffffff;
	font-size: 12px;
	text-decoration:none;
    }
.menu a:hover{
    color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
    }


/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	height: 30px;
	font-weight:bold;
    background: transparent url(../images/bg_news.gif) no-repeat left top;
	text-indent: 15px;
	border-bottom: 1px dashed #bbbbbb;
    }
.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:#f5f5f5;
	font-size:12px;
	}
.gray_copy a{
    color:#f5f5f5;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#f5f5f5;
	font-size:12px;
	text-decoration:underline;
	}

