﻿@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:#ED171F;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题部分部分  ************************/	
.title{
    color:#ED171F;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	background: transparent url(../images/bg_title.gif) no-repeat left center;
	text-indent:20px;
	}

.orange{
    color:#ED171F;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	}
	
.blue{
    color:#0077DB;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	}

.news_bottom {
    height:30px;
    line-height:30px;
	background: transparent url(../images/bg_news.gif) no-repeat left center;
	border-bottom: 1px dashed #dddddd;
	}

.news_new {
    color: #ED171F;
	font-size: 12px;
	height: 30px;
	line-height:30px;
    }
.news_new a{
    color: #ED171F;
	font-size: 12px;
	line-height:30px;
	text-decoration:none;
    }
.news_new a:hover{
    color: #ED171F;
	font-size: 12px;
	text-decoration:underline;
    }

.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: #FFFC00;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }


/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 14px;
	height: 36px;
	line-height:36px;
    background: transparent url(../images/bg_left_03.gif) no-repeat left top;
	text-indent: 40px;
    }
.menu_left a{
    color: #666666;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
    }
.menu_left a:hover{
    color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	background: transparent url(../images/bg_left_04.gif) no-repeat left top;
    }

/******************  底部版权文字样式  ************************/
.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;
	}

/******************  主菜单下拉样式  ************************/

.menu_s {
    width: 132px; 
	line-height: 30px; 
    border-left: #E43400 1px solid;
	border-top: #ff6600 0px solid; 
	border-right: #E43400 1px solid; 
	border-bottom: #E43400 1px solid;
	margin-left: -134px; 
	margin-top: 33px; 
	background: #E43400; 
	filter: alpha(opacity=100); 
	visibility: hidden; 
	position: absolute
    }
.menu_s a {
	display: block; 
	text-align:center;
	margin: 0px 8px; 
	color: #fff;
	line-height: 30px; 
	height: 30px;
	border-bottom:1px dashed #f60;
	text-decoration:none;
    }
.menu_s a:hover {
	color: #ffff00;
	text-decoration:underline;
    }
