﻿@charset "utf-8";
/*reset*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
/* 设置默认行高*/
body,div,table,
button, input, select, textarea{
    line-height:150%;
}
body{
   	background-color:#fff;
	color:#a9a9a9;
	}
/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 tahoma, helvetica, arial, "宋体", sans-serif;*/
    font: 12px/1.5  Courier New,Verdana, Geneva, sans-serif,tahoma, helvetica, arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 14px; /* 18px / 12px = 1.5 */}
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%;  }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "courier new", courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}


/* 重置表单元素 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y:scroll;_overflow-y:auto;_overflow-x:hidden;height:98.5%;border:5px #828282 solid;min-height:480px;min-width:770px;}

/*grids*/
body {
	text-align: center;
}

/* 100% (doc3) */
#doc3 {
	margin: auto 0;
	text-align: left;
	width: auto;
}


/* @group clearing */
#hd:after,
#bd:after,
#ft:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

#hd,
#bd,
#ft
{
	zoom: 1;
	overflow:hidden;
}

/* 基本公用样式 */
a{	color: #828282;
	text-decoration: none;
}
a:visited{
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
}
}
/* 首页布局样式 */
#hd
{height:150px;margin:0 auto;}
#bd
{}
.index{}
#ft
{}
/* 头部logo样式 */
.logo_bg{
    background:url(images/index_bg.gif) 0 0;
	position:absolute;
    left:5px;_left:0px;
	right:5px;
    top:100px;_top:95px;
	z-index:-1;
	height:20px;
	_padding:0px 5000px 0px 0px;
	overflow:hidden;}
.logo{
	text-align:right;
	width:460px;}
	.logo a img{width:400px;height:50px;margin-top:60px;}
/* 头部左侧更多信息样式 */
.top_info{
	background:url(images/index_info.gif) right center no-repeat;
	height:40px;
	width:370px;}
.top_info h1{display:none;}

/*选项卡样式*/
 #warpper{margin-top:130px;background:url(images/nav_bg.gif) 0 0;}
 dt a{cursor:pointer;color:#A9A9A9;font-weight:bold;text-decoration:none;padding:25px 5000px 25px 70px;font-size:11px;}
 dt a:hover,dt a:visited{cursor:pointer;color:#FFF;font-weight:bold;text-decoration:none;padding:25px 5000px 25px 70px;font-size:11px;}
 dt a:hover.n1,dt a:visited.n1,dt a:hover.n9,dt a:visited.n9{background:#FF9999;}
 dt a:hover.n2,dt a:visited.n2{background:#FFCC99;}
 dt a:hover.n3,dt a:visited.n3{background:#FFFF99;}
 dt a:hover.n4,dt a:visited.n4{background:#CCCC66;}
 dt a:hover.n5,dt a:visited.n5{background:#66CCCC;}
 dt a:hover.n6,dt a:visited.n6{background:#82B4E7;}
 dt a:hover.n7,dt a:visited.n7{background:#9999CC;}
 dt a:hover.n8,dt a:visited.n8{background:#CC99CC;}
 dl{line-height:18px;}
 dt{overflow:hidden;}
 dt,.normal{cursor:pointer;background:url(images/index_bg.gif) 0 0;width:100%;height:18px;border-bottom:1px #fff solid;}
 dt.over{background:none;}
 dt.over a{color:#FFF;font-weight:bold;text-decoration:none;}
 dl dd{position:absolute;left:0;top:222px!important;margin-left:72px;color:#A9A9A9;min-width:650px;_width:650px;max-width:61.8%;}
 dl dd span{font-weight:bold;}
 .block{ display:block;}
 .none{ display:none;}

/* 底部样式 */
#ft{font-size:11px;font:新細明體;
	position:absolute;
    left:70px;
    bottom:15px;
	float:none;}





