@charset "GB2312";
body { font: 12px/24px "微软雅黑", Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #4E4E4E; background: #F7F8F8 url(../images/body-bg.gif) repeat-x; }
/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl ,dd,dt{ /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */ padding: 0; margin: 0; list-style: none; display: block; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-size: 14px; }
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}
/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a,a:link { color: #4E4E4E; text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */ }
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */ text-decoration: none; color: #F59A10; 
}

/* ~~ 此固定宽度容器包含其它 div ~~ */
.container { width: 1000px; margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */ }






.content { min-height: 490px;}

/* ~~ 导航列表样式（如果选择使用预先创建的 Spry 等弹出菜单，则可以删除此样式） ~~ */
ul.nav { list-style: none; overflow: hidden; background: url(../images/nav_bg.gif) repeat-x; }
ul.nav li { float: left; background: url(../images/nav-line.gif) no-repeat right top; padding: 40px 24px 0; }

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */ color: #333333; }
.nav li a em { display: block; font-style: normal; font-size: 10px; text-indent: -1000em; width: 88px; }
.nav li a:hover em { display: block; text-indent: 0; font-size: 11px; font-variant: small-caps; }




.Focuspicture { height: 416px; }
.slogan { height: 65px; margin: 12px 0; }
.item { background: #FFF url(../images/news-bg.gif) repeat-x; }
.item .line { background: url(../images/news-line.gif) no-repeat center; overflow: hidden; }


.news { width: 440px; float: left; margin: 0 0 0 40px; }
.news .tit { background: url(../images/tit-bg.gif) no-repeat 4px; line-height: 40px; border-bottom: 1px solid #FFFFFF; font-size: 16px; font-weight: bold; padding-top: 17px; }
.news .cnt li { line-height: 28px; background: url(../images/li-bg.gif) no-repeat 0px center; }
.news .cnt li .date { float: right; }
.Case { }

.Case .tit { margin: 18px 0 30px 0; padding: 0 0 0 26px; }

.Case .cnt { overflow: hidden; }

.Case .cnt dl { width: 200px; float: left; margin: 0 0 0 42px; }

.Case .cnt dl dd img { border: 1px solid #BDBDBD; padding: 3px; }
.Case .but { background: url(../images/but-anli-bg.gif) no-repeat; height: 40px; }
.p-Case { padding: 5px 0 0; }
.p-Case .tit { margin: 18px 0 30px 0; padding: 0 0 0 26px; }
.p-Case .cnt { overflow: hidden; }
.p-Case .cnt dl { width: 200px; float: left; margin: 0 0 30px 42px; }
.p-Case .cnt dl dt h3 { font-size: 12px; }
.p-Case .cnt dl dt p { font-size: 12px; }


.p-Case .cnt dl dd img { border: 1px solid #BDBDBD; padding: 3px; }
.main .but { background: url(../images/but-anli-bg.gif) no-repeat; height: 40px; }
.item.but { background: url(../images/but-bg.gif) no-repeat; height: 19px; }
.p-about-cnt { padding-top: 10px; }
.p-create-cnt { padding-top: 10px; }
.p-create-cnt p img { float: left; margin-right: 10px; }
.p-create-cnt p { overflow: hidden; margin: 0 0 10px; }
.p-create-cnt p a { color: #23472E; }









/* ~~ 脚注 ~~ */
.footer { clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */ }
.footer p { text-align: center; height: 66px; line-height: 66px; }

/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
