
/* = css重定义
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,   
form,fieldset,iframe,input,textarea,p,blockquote,th,td {   
    padding: 0;   
    margin: 0;   
}   
table {   
    border-collapse: collapse;   
    border-spacing: 0;   
}   
fieldset,img,iframe {   
    border: 0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-weight: normal;   
    font-style: normal;   
}   
ol,ul {   
    list-style: none;   
}  
a{ text-decoration:none; color:#333333;}
caption,th {   
    text-align: left;   
}   
h1,h2,h3,h4,h5,h6 {   
    font-weight: normal;   
    font-size: 100%;   
}   
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border: 0;  
}  
.totext{font-size: 0; line-height: 0; text-indent: -2222px;}
.clear_margin_right{ margin-right:0;}
/* = 清除浮动
---------------------------------*/
.clear{ clear:both; display:none; overflow:hidden; visibility:hidden; width:0; height:0;}
.clearfix{ display:inline-block;}
.clearfix:after { clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0 }
* html .clearfix, *:first-child+html .clearfix { zoom:1;}

/* = 框架
---------------------------------*/
.w_980{ width:1000px; margin:0 auto;overflow:hidden;}
.mt10{margin-top:10px;}
.w_670{ width:670px;}
.w_440{ width:440px;}
.w_290{ width:290px;}
.w_210{ width:230px;}
.w_20{ width:20px; background:url(/images/index/trans.gif) no-repeat;}
.w_10{ width:10px; background:url(/images/index/trans.gif) no-repeat;}
.w_670,.w_440,.w_290,.w_210,.w_20,.w_10{ float:left; display:inline-block; overflow:hidden;}

.menu{width:1000px;height:36px;margin:0px auto;background-image:url(/images/index/index-_19-09.gif);}
.menu ul{margin:0px;padding:0px;}
.menu ul li{list-style:none;float:left;width:100px;height:36px;}
/*导航选项卡背景*/

.menutabA{
	width:100px;
	height:36px;line-height:36px;
	background:url(/images/index/index-_08-06.gif) no-repeat;
	color:#99FFFF;
	font-size:15px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	text-align:center;
}
.menutabB{
	width:100px;
	height:36px;line-height:36px;
	background:url(/images/index/index-_08.jpg)  right top no-repeat;
	color:#FFFFFF;
	font-size:15px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	text-align:center;
}
/*导航选项卡链接样式*/
a.menuA:link {
	font-size:15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuA:visited {
	font-size:15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuA:hover {
	font-size:15px;
	color: #FFFF00;
	text-decoration: underline;
}
a.menuA:active {
	font-size:15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuB:link {
	font-size:15px;
	color: #2E77Ab;
	text-decoration: none;
}
a.menuB:visited {
	font-size:15px;
	color: #2E77Ab;
	text-decoration: none;
}
a.menuB:hover {
	font-size:15px;
	color: #2E77Ab;
	text-decoration:underline;
}
a.menuB:active {
	font-size:15px;
	color: #2E77Ab;
	text-decoration: none;
}