@charset "utf-8";
body  {
	font: 100% 宋体, 新宋体;
	background: #666666;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
     color: #000000;
	 width:980px;
}
img {
		border:0;
	}
	
.twoColHybRtHdr #container {
	width: 98%; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	background-color: #ffffe0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
} 
.twoColHybRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}

/* sidebar1 提示：
1. 由于我们使用的是相对单位，因此最好不要在侧栏中使用填充。它将会增加符合标准的浏览器的总宽，并产生未知的实际宽度。 
2. 由于 sidebar 值以全方 (em) 为单位，请记住侧栏的宽度将随不同的默认文本大小而变化。
3. 如果为 div 中的元素设置左边距和右边距，则会在 div 边缘和这些元素之间产生空白，如“.twoColHybRtHdr #sidebar1 p”规则中所示。
*/
.twoColHybRtHdr #sidebar1 {
	
	float: left; 
	width: 120px; /* 由于此元素是浮动的，因此必须指定宽度
	background: #EBEBEB; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 0px 0px; /* 顶部和底部的填充将在该 div 中产生视觉空间 */
}/*
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px;  对于将要放在侧栏中的每个元素，都应当设置左边距和右边距 
	margin-right: 10px;
}
*/
/* mainContent 提示：
1. mainContent 和 sidebar1 之间的空白是用 mainContent div 的右边距创建的。无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此右边距。
2. 请记住，如果在 mainContent div 中放置了过宽的元素，则有可能会导致“浮动下降”（即，侧栏下面非浮动的 mainContent 区域下降）。对于混合布局（总宽基于百分比，侧栏基于全方 (em)），则可能无法计算确切的可用宽度。如果用户的文本大小大于平均值，则侧栏 div 将更宽，因此，mainContent div 中的空间将更小。您应当注意到这种限制，当客户端使用 Contribute 添加内容时尤其如此。
3. 在下面的 Internet Explorer 条件注释中，zoom 属性用来赋予 mainContent“hasLayout”。这可能会有助于避免若干特定于 IE 的错误。
*/
.twoColHybRtHdr #mainContent {
	margin-top: 0;
	width:710px;
	
	margin-bottom: 20;
	margin-left: 10px;
	

	
} 
.twoColHybRtHdr #footer { 
	padding: 0 10px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#DDDDDD;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}


/* 要重用的各种类 */
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.twoColHybRtHdr #header {
	background-image: url(../image/deeNavBg.jpg);
	background-repeat: no-repeat;
	height: 67px;
	background-color: #FFF;
	
	
	/*导航菜单栏开始*/
}
#deeNavMenu {
	background-image: url(../image/deeNavMenuBg.jpg);
	height: 22px;
	font-size: 12px;
	color: #FFF;
	text-align:center;
	padding-top:5px;
	background-repeat: repeat-x;
	text-decoration: none;
	
}
#deeNavMenu li { display: inline;padding: 5px 0 15px; paddding-top:5px;padding-left:15px; padding-right:15px;}


#container #deeNavMenu a { 10px;
	text-decoration: none;
	color: #FFF;
}
#deeNavMenu a:hover, #menu li a.current {10px; COLOR: #000000; TEXT-DECORATION: none }
/*导航菜单栏结束*/


/*右侧导航开始*/

#deeList {
	font-size: 12px;
	float: right;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width:170px;
	margin-top: 15px;
	border: 1px solid #CCC;
	margin-right: 5px;
	background-color: #FFF;
	
}

#deeList a{
	text-decoration: none;
	color: #FFF;	
}

#deeListTitle{
	background:#d4d8bd url(../image/top_grad_2.gif) center center;
	color:#ff0;
	padding-left:65px;
	padding-top:7px;
	padding-bottom:7px;
}



#deeListSub{


	/*子项目的字体设计*/
	background-color: #87cefa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}







#deeListMenu {

}
#deeListMenuUL {list-style-type:none; margin:0 0 10px; padding:0; position:absolute; width:170px;  z-index:100;}
#deeListMenuUL li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#deeListMenuUL li a, #deeListMenuUL li a:visited {display:block; text-decoration:none;}
#deeListMenuUL li dd {display:none;}
#deeListMenuUL li:hover, #deeListMenuUL li a:hover {border:0;}
#deeListMenuUL li:hover dt a , #deeListMenuULli a:hover dt a {background:#d4d8bd url(../image/top_grad_2.gif) center center; color:#ff0; }
#deeListMenuUL li:hover dd, #deeListMenuUL li a:hover dd {display:block;}
#deeListMenuUL li:hover dl, #deeListMenuUL li a:hover dl {
	/*height:20em;*/
	background-color: #b4be9c;
	background-image: url(../image/sub_grad.gif);
	font-family: "宋体", "新宋体";
}
#deeListMenuUL table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#deeListMenuUL dl {width: 170px; margin: 0; background: #6f9c6f; cursor:pointer;}
#deeListMenuUL dt {margin:0; padding: 0; font-size: 1.1em; border-top:1px solid #cce;text-align:center;}
#deeListMenuUL dd {margin:0; padding:0; font-size: 1em; text-align:center; }
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; padding:5px 5px 5px 10px;background:#949e7c url(../image/top_grad.gif) center center;}
.gallery dd a, .gallery dd a:visited {color:#000; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px; background:#b4be9c url(../image/sub_grad.gif);}
.gallery dd a,  .gallery dd a:visited {height:1em;}
.gallery dd a:hover {background:#7aa; color:#ff0;}



/*右侧导航结束*/
/*内容显示区域开始*/


#deeProductShow{
	border: 1px outset #CCC;
	background-color: #FFF;
	}

#deeProductShowLocal p span{
	font:bold 30px/22px Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:inherit;
	/*margin:0 0 16px 0;
	padding:0 0 0 38px;
	display:block;*/
}
#deeProductShowLocal {
	padding-top: 1px;
}

	
#deeProductShowNav {
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 1px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999;
    */
}
	/*频道链接样式*/
#deeProductShowNav {
	height:38px;
	line-height:30px;
	text-align:center;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	padding-top: 10px;
}
#deeProductShowNav ul { list-style:none; margin:0px;}
#deeProductShowNav li {
	float:left;
	border: 3px double #F60;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
#deeProductShowNav a {
	padding-left:5px;
	color:#457a8b;
	font-size:14px;
	font-weight:bold;
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding-right: 5px;
}
#deeProductShowNav a:link {
	padding-left:10px;
	color:#457a8b;
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
#deeProductShowNav a:visited {
	padding-left:10px;
	color:#457a8b;
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
#deeProductShowNav a:hover {
	padding-left:10px;
	color:#78b4c7;
	background-image: url(../image/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
#deeProductShowNav a:active {
	padding-left:10px;
	color:#78b4c7;
	background-image: url(../image/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
	
	/*频道链接样式结束*/
	

#deeProductShowNav li {
	font-size: 12px;
	display: inline;

}

	


#deeProductShow h1{
	font-family: "楷体";
	font-size: 16px;
	color: #06C;
	font-weight: normal;
	padding-left: 5px;
	}
#deeProductShow h2{
	font-family: "楷体";
	font-size: 14px;
	color: #457A8B;
	padding-left: 5px;
	}
#deeProductShow p{
	font-family: "楷体";
	font-size: 12px;
	color: #000;
	font-style: normal;
	font-weight: 100;
	line-height: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	/*
	border: 1px outset #CCC;
	*/
	}



#deeFooter {
	/*position: fixed;
	z-index: 2px;
	bottom: 1px;*/
	width: 100%;
	background-color: #09C;
	margin-top: 25px;
}
#deeFooter p {
	padding-top:5px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#deeProductShowInfo {
	
}
#deeProductShowInfo li {
display: inline;padding: 5px 0 15px; paddding-top:5px;padding-left:25px; padding-right:15px;
}


.deeProductShowImglist {
	margin:0 auto;
    width:80%;
    height:200px;
	align:center;
	/*float:left;
	position: relative;*/
}
.deeProductShowShowImg {
	width:140px;
	height:140px;
	padding:3px;
	
	border:1px #CCCCCC solid;
	float:left
	
}
#deeProductShowAbout h1{
	font:bold 30px/22px Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:inherit;
	margin:0 0 16px 0;
	padding:0 0 0 38px;
	display:block;
}
#deeProductShowAbout {
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #FFF;

	
}

#deeProductShowAbout p.Text1{
	color:#000;
	background-color:inherit;
	padding:0 38px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-indent: 2em;
	
}
#deeProductShowAbout p.Text1 span{
	color:#5F860B;
	background-color:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
#deeProductShowAbout p.Text2{
	color:#62625C;
	background-color:inherit;
	padding:0 0 20px 0px;

	margin:0 27px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#deeProductShowAbout p.Text2 span{
	font:bold 17px/18px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	border-bottom:#BCBCB5 dashed 1px;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.deeProductShowAboutPic{
	border:1px solid #e8e8e8;
	background:#f6f6f6;
	padding:10px 10px 10px 10px;
	margin:5px;
	margin-right:35px;
		
}
/*上面为一个图片显示用的，下面为多个图片显示用的。——————index13.html用的。*/
#deeProductShowAboutPicList{
	border:1px solid #e8e8e8;
	background:#f6f6f6;
	padding:10px 10px 1px 10px;
	margin:0px;
	
	float:left;
}
/*字体设计*/
#deeProductShowAboutPicList p{
	border:1px solid #e8e8e8;
	
	
	background:#f6f6f6;
	margin:0px;
	padding:3px 10px 3px 10px;
	
	text-align:center;
	
	
}
#deeList #deeListInfo {
	padding-top: 25px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #333;	
	
}

