@charset "gb2312";
/* CSS Document */

* {margin:0;padding:0;}
body { width:100%; margin:0 auto; font-size:12px;  color:#FFF; background:   #f5f5f5; min-width:1002px;  }
img{border:none;}
span{color:#F00;}
a{text-decoration:none; color:#FFF; }
a:hover{color:f00; text-decoration:underline;}
ul,li,p{margin:0px; padding:0px;list-style: none; }
.clearflx:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*html .clearflx { zoom: 1; } /* IE6 */ 
*:first-child+html .clearflx { zoom: 1; } /* IE7 */ 

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}

.sjwc{ width:100%; margin:0 auto; background-color:#FFF; }
.header{ width:100%; margin:0 auto; background:#2a9049;  }
.logo{ width:1002px; margin:0 auto; }
.banner{ width:1002px; margin:5px auto; }


/* 焦点图 */
.slideBox{ width:1002px; height:450px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:18px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index: 3; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:4px;  width:22px; height:18px; line-height:18px; text-align:center; background:#fff; color:#000; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1002px; height:450px; display:block; border-radius:3px;  }

.slideBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.slideBox .txt { position: absolute; bottom: 0; left:10px; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.slideBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.slideBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }

/* 前/后按钮代码 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.main{ clear:both; width:1002px;  margin:0 auto;color:#333; }
.left{ width:200px;float:left; border:1px solid #2a9049;  }
.right{ width:770px;float:right; border:1px solid #2a9049; }

.nav_left{ width:200px; height:30px; line-height:30px; background:#2a9049; font-weight:bold;  color:#FFF; text-align:center}
.content_left{ width:200px; }
.content_left2{ width:200px; }
.nav_right{ width:770px; height:30px; line-height:30px; background:#2a9049; text-indent:35px; font-weight:bold;   color:#FFFFFF;}
.content_right{ width:730px; padding:10px; text-indent:2em;  line-height:25px;}
.content_right_left{ float:left; width:425px; }
.content_right_right{ float:left; width:300px; }

.bottom{clear:both;width:1002px; border:1px solid #2a9049; margin:0 auto; margin-bottom:10px;}
.nav_bottom{width:1002px; height:30px; line-height:30px; background:#2a9049; text-indent:35px; font-weight:bold;color:#FFFFFF;}
.content_bototm{ width:950px; margin:0 auto; text-align:center;}
.content_bototm p{ color:#333333; text-indent:2em; line-height:25px; text-align:left; margin-top:5px; margin-bottom:5px;}
.content_bototm ul li{  width:230px ; height:153px;;float:left; text-align:center; margin-top:10px; margin-right:5px; margin-bottom:10px;}
.content_bototm li img{ width:230px; height:153px;}

.footer{ width:100%; height:120px; margin:0 auto; overflow:hidden;  background:#2a9049; font-size:12px;   }
.copyright{ padding-top:30px; line-height:30px; text-align:center;}

/* ul*/	

.content_left ul { width:200px;list-style:none;padding-top:10px; font-size:14px; text-align:left; color:#F00; }
.content_left ul li { padding-left:10px; width:190px; font-weight:bold; line-height:30px; height:30px;   border-bottom:1px dashed #CCC;}
.content_left ul li a { color:#000; font:normal 12px;}
.content_left ul li a:hover { color:#ff0000;}
.content_left ul li a.active {color:#ff0000 ;} 

.content_left2 ul { width:200px;list-style:none;padding-top:10px;  text-align:left; color:#333; }
.content_left2 ul li { padding-left:10px; width:190px;  line-height:25px; }
.content_left2 ul li a { color:#ff7800; font:normal 12px;}
.content_left2 ul li a:hover { color:#ff0000;}
.content_left2 ul li a.active {color:#ff0000 ;}

/*滚动代码*/

#demo {

overflow:hidden;

width: 750px;
}
#demo img {
border: 1px solid #b0b0b0;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}


