﻿/* 
  ---------------------------------------------------------------
  1. base (全局基本属性)
  ---------------------------------------------------------------
  2.link (链接)
  ---------------------------------------------------------------
  3.font (字体)
  ---------------------------------------------------------------
  4. layout (框架)
  ---------------------------------------------------------------
  5. header (头部)
  ---------------------------------------------------------------
  6.content (页中)
  ---------------------------------------------------------------
  7.footer (页底)
  ---------------------------------------------------------------
  8. search (当前位置/文章搜索)
  ---------------------------------------------------------------
  9.assist (辅助)
  ---------------------------------------------------------------
  10.tab (切换)
  ---------------------------------------------------------------
  11.ad (广告)
  ---------------------------------------------------------------
  
*/


/* 
  --------------------------------------
  *****  1. base(全局基本属性)   *****
  --------------------------------------
*/

html {
	scrollbar-face-color : #DA251D;
}
body {
	margin: 0 auto;
	padding: 0;
	font:12px Arial, 微软雅黑, Helvetica, sans-serif;
	line-height:180%;
	color:#333;
	text-align:left;
	background:#DA251D;
	white-space:normal;
	word-break:break-all;
}
div, form, img, ul, ol, li, dl, dt, dd, p {
	margin:0;
	padding:0;
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
	color:#555;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	color:#999;
	padding-left:6px;
	font-weight:normal;
}
table, td, tr, th {
	font-size:12px;
}
ul, ol, li {
	list-style:none;
}
img {
	border:0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

/* 
  --------------------------------------
  *****  2. link(链接)   *****
  --------------------------------------
*/

a {
	text-decoration: none;
	color:#8F8F8F;
}
a:hover {
	color:#333;
	text-decoration: underline;
}
/* 
  --------------------------------------
  *****  3. font (字体)   *****
  --------------------------------------
*/

.green {
	color:#5FA540;
}
.orange {
	color:#FF9933;
}
.gray {
	color:#ccc;
}
/* 
  --------------------------------------
  *****  4. layout (框架)   *****
  --------------------------------------
*/

#body {
	margin:0px auto;
	padding:0px auto;
	width:890px;
	background:#fef9f1 url(main_bg.gif);
}
#main {
	background:url(bg.gif) 890px top repeat-y;
	padding-bottom:3px;
}
#sidebar {
	padding:0px 4px;
}
/* 
  --------------------------------------
  *****  5. header (页头)   *****
  --------------------------------------
*/

#logo {
	float:left;
	margin:20px 10px;
	line-height:64px;
}
#top {
	float:right;
	margin:20px 10px 10px 10px;
	height:40px;
	width:235px;
	line-height:30px;
	background:url(fszsbg.png) no-repeat left -71px;
}
#top a {
	display:inline;
	margin-top:10px;
	margin-left: 42px;
	text-decoration:none;
}
/* 
  --------------------------------------
  *****  6. content (页中)   *****
  --------------------------------------
*/
#banner {
	clear:both;
	height:250px;
}
#c {
	width:100%;
	background:url(c_bg.jpg) left top no-repeat;
}
#nav {
	clear:both;
	width:870px;
	height:47px;
	line-height:47px;
	margin:0 0 8px 0;
	background: url(fszsbg.png) no-repeat left top;
	padding-left:10px;
}
#nav a {
	width:140px;
	height:27px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display: inline;
	padding:0px 9px;
	padding:0px 10px\9;
	*padding:0px 9px;
	_padding:0px 9px;
}
#nav a:hover {
	padding:0px 9px;
	padding:0px 10px\9;
	*padding:0px 9px;
	_padding:0px 9px
	color:#ffffff;
	text-decoration:underline;
}
#nav .dh {
    height: 47px;
	width:720px;
	float:left;
}

#nav input#keyword {
	width:128px;
	height:20px;
	line-height:20px;
	background:none;
	margin:3px 10px 15px 2px;
	float:left;
	border: none;
	padding: 2px 0px 0px 3px;
}
#search_btn {
	width: 40px;
	color:#333;
	font-size:14px;
	float:left;
	height:20px;
	line-height:20px;
	margin:4px 10px 10px 0;
	border: none;
}
#left {
	float:left;
	width:228px;
	height:550px;
	margin:0px;
	background:white url(left_bg.jpg) left top no-repeat;
}
#right {
	float:left;
	width:572px;
	padding:15px 10px;
}
#text {
	padding:10px;
}
#text img {
	width:auto;
}
#text h1.title {
	line-height:30px;
	padding:20px 0px 10px;
	text-align:center;
	font-size:16px;
	background:url(dot.gif) left bottom repeat-x;
}
.text_info {
	margin:10px 0px 20px;
	text-align:center;
	color:#999;
}

#right01 {
	float:left;
	width:800px;
	padding:10px 10px;
}
#text01 {
	padding:10px;
}
#text01 img {
	width:auto;
}
#text01 h1.title {
	line-height:30px;
	padding:20px 0px 10px;
	text-align:center;
	font-size:16px;
	background:url(dot.gif) left bottom repeat-x;
}
.text01_info {
	margin:10px 0px 20px;
	text-align:center;
	color:#999;
}

#l_menu ul li {
	line-height:30px;
	padding:0px 15px 0px 35px;
	background:url(dot.gif) left bottom repeat-x;
	font-weight:bold;
}
#position {
	height:26px;
	line-height:26px;
	padding-bottom:15px;
	border-bottom:1px solid #EEE;
	text-align:right;
	color:#999;
}
#position a {
	height:26px;
	line-height:26px;
	padding:0px 10px;
	background:url(icon01.gif) left center no-repeat;
	color:#999;
}
#position h5 {
	float:left;
	width:200px;
	padding-left:35px;
	text-align:left;
	color:#5FA540;
}
#introduce {
	clear:both;
	margin:30px 0px;
}
#introduce h1, #introduce h4 {
	line-height:30px;
	padding-left:35px;
	color:#FF9933;
	font-size:18px;
	font-weight:bold;
	background:url(h4_bg.gif) left top no-repeat;
}
.news_list {
	padding:10px;
}
.news_list li {
	line-height:30px;
	margin:5px 0px;
	padding:10px 20px;
}
.news_list .date {
	padding-left:10px;
	color:#999;
}
.news_list p {
	/*text-indent : 20px;*/
  line-height:20px;
	color:#999;
}
.news_list a {
	color:#DA251D;
	font-weight:bold;
	font-size:14px;
}
.news_list h5 {
	float:left;
	width:40px;
	font-size:14px;
	font-weight:bold;
	color:#89A244;
}
/************* 分页 */

.pages span {
	float:right;
	
}
/****************评论*/
#comment {
	margin-top:20px;
}
#comment .input {
	width:108px;
	height:27px;
	border:1px solid #5FA540;
	background:url(search_btn.gif) left top no-repeat;
	font-weight:bold;
	color:#5FA540;
	font-size:12px;
}
.comm {
	height:28px;
	line-height:28px;
	padding-left:35px;
	border-top:1px solid #ccc;
	background:url(comment.gif) 10px 7px no-repeat;
}
#textarea {
	width:525px;
	height:50px;
	background:#FFF url(cmslogo.jpg) right bottom no-repeat;
	border:1px solid #D4E3A4;
}
/****************产品*/
#product_pic {
	float:left;
	width:198px;
	height:214px;
	padding:10px;
	border:1px solid #ccc;
	overflow:hidden;
}
img#product_pic {
	width:198px;
	height:214px;
}
#product_info {
	float:left;
	width:240px;
	height:200px;
	margin:0px 20px;
}
#product_info ul {
	margin-top:20px;
}
#product_info ul li {
	clear:both;
	line-height:30px;
}
#product_info ul li strong {
	display:block;
	float:left;
	width:100px;
	text-align:right;
}
#product_info ul li a {
	text-decoration: underline;
}
.product_box {
	float:left;
	width:165px;
	margin:5px;
	padding:5px;
	background:#F5F5F5;
	border:1px solid #DDD;
}
.product_box a {
	display:block;
	height:120px;
	overflow:hidden;
}
.product_box img {
	width:165px;
	border:1px solid #DDD;
}
.product_box h5 {
	margin-top:5px;
	background:#FFF;
	border:1px solid #DDD;
	text-align:center;
}
.product_box h5 a {
	height:22px;
}
/* 
  --------------------------------------
  *****  7. footer (页底)   *****
  --------------------------------------
*/
#footer {
	clear:both;
	height:85px;
	text-align:center;
	color:#777;
}
#footer a {
	/*text-decoration: underline; */
  color:#999;
}
#footer .copy {
	float:left;
	color: #ffffff;
	text-align:center;
	width:882px;
	padding-top:5px;
}
#footer ul.copy {
height:30px;
    background:#E9E7D8 url(fszsbg.png) left -190px no-repeat;
line-height:30px;
}

#footer ul.copy li a{
color: #ffffff;
height:22px;
line-height:22px;
}
.center{
   float:left;
	text-align:center;
	width:882px;
	margin-top:10px;
}
/* 
  --------------------------------------
  *****  8. search (搜索)   *****
  --------------------------------------
*/


#search h5 {
	height:30px;
	line-height:26px;
	padding-left:5px;
	font-weight:bold;
	color:red;
}
#search p {
	height:30px;
	line-height:30px;
}
#keyword {
	height:18px;
	line-height:18px;
	padding-left:5px;
	border:1px solid #91877B;
	font-size:12px;
}
/*#search_btn {
	width:108px;
	height:22px;
	border:1px solid #91877B;
	background:url(search_btn.gif) left top no-repeat;
	font-weight:bold;
	color:#91877B;
	font-size:12px;
}*/
#left #search {
	clear:both;
	margin-left:5px;
	color:#CC0000;
}
/* 
  --------------------------------------
  *****  9. assist (辅助)   *****
  --------------------------------------
*/
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.blank5 {
	clear:both;
	height:5px;
	overflow:hidden;
}
.blank10, .blank30 {
	clear:both;
	height:10px;
	overflow:hidden;
}
.blank20 {
	height:20px;
}
.blank30 {
	height:30px;
}
.padding10 {
	padding:10px;
}
.margin5 {
	margin:5px;
}
.padding5 {
	padding:5px;
}
.blank5 {
	clear:both;
	height:5px;
	overflow:hidden;
}
.hr {
	clear:both;
	height:1px;
	background:url(point.gif) repeat-x;
}


/* 
  --------------------------------------
  *****  10.ad (广告)   *****
  --------------------------------------
*/

.llba {
BACKGROUND-IMAGE: url(../images/llba.jpg);
padding-top:2px;
TEXT-ALIGN:center;
width:63px;
height:26px;
}
.llbb {
BACKGROUND-IMAGE: url(../images/llbb.jpg);TEXT-ALIGN:center;
width:63px;
height:26px;
padding-top:2px;
font-weight:bold;
}
.llbbb {
BACKGROUND-IMAGE: url(../images/llbaa.jpg);
padding-top:2px;
TEXT-ALIGN:center;
width:63px;
height:26px;
}

.table01 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tdleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecece;
}
.content_06{
font-size:12px;}
select {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #666666;
	width: 124px;
}
.tdbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}
.dotline {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	line-height:230%;
}
.white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.title1 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #127847;
	text-decoration: none;
	font-family: "宋体";
}
.gray {
	color:#FFFFFF;
}
.input01 {
	font-size: 12px;
	border: 1px solid #666666;
	width: 120px;
}
.grayz {color:#676767;}

td {color:#000000;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
/* 链接颜色 */
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#000000;}

/* 链接颜色 -white*/
.gray a:link {color:#FFFFFF;}
.gray a:visited {color:#FFFFFF;}
.gray a:hover {color:#FFFFFF;}
.gray a:active {color:#FFFFFF;}

.grayz a:link {color:#676767;}
.grayz a:visited {color:#676767;}
.grayz a:hover {color:#000;}
.grayz a:active {color:#676767;}
