@charset "utf-8";
/*主体布局样式*/
body{
margin:0px 0px 0px 0px;/* 外补丁层居中 */
text-align:center;/*文字位置*/
font-size:12px;
color:#7f7f7f;
line-height:25px;
padding:0;
background: url(images/bg_main.jpg) no-repeat top #FFFFFF; 
}
img{ border:0px; margin:0px; padding:0px;}
#main,#content,#foot{ width:956px; margin-left:auto; margin-right:auto;}          /* 中部 */    
#left { float:left; width:250px; text-align:center; padding-top:15px; border-top:1px solid #fff;}                         /* 左部 */
#right { float:left;  width:693px; text-align:left; padding:15px 0px 25px 0px; border-top:1px solid #fff; }                        /* 右部 */
#top {}
#foot { border-top:1px solid #fff;}                                                          /* 底部 */

#main {}
#content { background:url(images/bg02.gif);}
h3 { font-size:14px; font-weight:bold; color:red; line-height:20px; }



/* 相关栏目属性设置 */

/* mainbody 网页主要部分 */
#mainbody { float:left; width:956px; background:url(images/bg_mainbody.gif) repeat-x;}

/* right 网页左侧部分 */
#product { color:#fff; line-height:38px; text-align:left;}
#contact { margin-top:28px;}


/* right 网页右侧部分 */
#nav01 {background:url(images/nav01.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav02 {background:url(images/nav02.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav03 {background:url(images/nav03.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav04 {background:url(images/nav04.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav05 {background:url(images/nav05.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav06 {background:url(images/nav06.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav07 {background:url(images/nav07.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}
#nav08 {background:url(images/nav08.gif) no-repeat; width:696px; height:39px; line-height:39px;  text-align:right; color:#fff;}


#textfield { float:left; width:696px; clear:both; margin-top:15px;}


/* class定义 */
.text01 {border:1px solid #dfdfdf; padding:15px 20px 15px 20px; background:#fff; line-height:28px;}
.text_079cee {	color: #079cee;}
.img01{border:5px solid #f5f5f5; margin:20px;}
.bottom{position: absolute; top: -100%; }

.td_96c8ea { padding-left:10px; border-bottom:2px solid #96c8ea}

/* 颜色的定义 */
#079cee {color:#079cee;}

/* 链接的定义 */
a.fff:link {
	color: #fff;
	text-decoration: none;
}
a.fff:visited {
	color: #fff;
	text-decoration: none;
}
a.fff:hover {	color: #fff; text-decoration:none;}
a.fff:active {
	color: #fff;
	text-decoration: none;
}

a.link_079cee:link {
	color: #999999;
	text-decoration: none;
}
a.link_079cee:visited {
	color: #079cee;
	text-decoration: none;
}
a.link_079cee:hover {	color: #079cee; text-decoration:none;}
a.link_079cee:active {	color: #079cee; text-decoration:none;}

