@charset "utf-8";
/* CSS Document */

/*重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{padding:0;margin:0;}
body{font:12px/18px Arial,"微软雅黑";color:#666;}
h1, h2, h3, h4, h5, h6{ font-size:100%}
fieldset, img{border:0;}
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;/*表单中的字体属性与表单以外的不一致，需要单独定义*/}
ul, li ,dl,dt,dd{list-style:none;}

/*设置常用样式,定义页面中常重复使用的一些样式，可以观察设计稿来确定*/
.dis{ display:none} /*隐藏*/
.left{ float:left} /*左浮动*/
.right{ float:right} /*右浮动*/
.clear{ clear:both; margin:0px; padding:0px;} /*清除浮动*/
.red{color:#cd0000;} /*红色文字*/
.boder1px{ border:1px solid #e4e4e4} /*1像素边框*/
.position_rel{ position:relative} /*相对定位*/
.hot{color:#F17500}
.del{ font-family:georgia}/*删除线样式字体，用在商品价格*/

/*区块与区块间隔调用样式*/

.blank15{clear:both; height:15px; display:block;}
.blank10{width:980px;margin:0 auto;clear:both; height:10px; display:block;line-height:10px;font-size:0px;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}


/*默认文字链接样式*/
a{color:#333;text-decoration:none;}
a:hover{color:#084394;text-decoration:none;}


#big{background: url('../images/bannerbg.jpg') center top no-repeat #fff;
width: 100%;margin:0 auto}

/*header样式*/
#header{background: url(../images/topbg.jpg) repeat-x;height: 157px;}
#header .top{width:980px;margin:0 auto;padding-bottom: 10px;}
#header .top h1{background:url(../images/logo.png) no-repeat;height:95px;line-height:120px;}
#header .top h1 span{text-align:right;display:block;color:#fff;padding-right:10px;font-size: 18px;}

/*nav样式*/
#nav{height:41px;line-height:41px;}
#nav ul{width:980px;margin:0 auto}
#nav li{float:left;background: url('../images/navli.png') right center no-repeat;}
#nav li a{color:#000;text-align:center;display:block;width: 102px;font-size:14px;font-weight:bold}
#nav li a:hover{background:url(../images/navho.png) repeat-x;color:#fff;}

/*banner样式*/
#banner{width:980px;height:300px;margin:0 auto;overflow:hidden}

/*content样式*/
#content{width:980px;margin:0 auto;overflow:hidden}
h2{height:41px;line-height:41px;}
h2 span{float:left;width:110px;background:url(../images/main_title.jpg) no-repeat;text-indent:10px;font-size:14px;font-weight:bold;color:#226f0a;padding-left: 33px;}
h2 a{float:right;padding-right:10px}

.c_l{width:200px;margin-right:10px;}
.c_l ul{background:#fff;border:1px solid #cecece;padding:10px 0 0 10px;*height:261px;_height:265px}
.c_l ul li{width:165px;height:65px;padding:5px;border:1px solid #cecece;margin-bottom:10px;}
.c_l ul li a img{width:165px;height:65px;}

.c_l ol{background:#fff;border:1px solid #cecece;padding:10px;}
.c_l ol li{height:26px;line-heigth:26px;color:#666;}



.c_c{width:620px;overflow:hidden}
.c_c ul{background:#fff;border:1px solid #B4DB87;padding:10px;overflow:hidden;height:201px;width:598px;}

.c_c ul li span{float:left;padding:5px;border:1px solid #B4DB87;width:160px;height:105px;display:block;margin:0 10px 0 0}
.c_c ul li span img{width:160px;height:105px;}

.c_c ul1 li{ display:block; width:140px; height:130px; float:left; margin-right:15px;}
.c_c ul1 li img{ border:1px solid #B4DB87; padding:2px; width:140px; height:94px;}
.c_c ul1 li span{ display:block; height:25px; line-height:25px; text-align:center;}




.c_r{width:340px;}
#marquee{height:271px;_height:277px;overflow:hidden;background:#fff;border:1px solid #B4DB87;}
#marquee ul{padding:10px 10px 0 10px;overflow:hidden}
#marquee ul li{width:298px;padding:10px;border:1px solid #B4DB87;margin-bottom:10px}
#marquee ul li img{width:298px}

.c_r ol{background:#fff;border:1px solid #B4DB87;padding:10px;height:156px;overflow:hidden}
.c_r ol li{height:31px;line-height:31px;border-bottom:1px dashed #cecece}
.c_r ol li a{float:left}
.c_r ol li span{float:right;color:#999}


/*pro样式*/
#pro{width:980px;margin:0 auto}

#marquee1{width:980px;height:233px;overflow:hidden;background:#B4DB87;border:1px solid #B4DB87;}
#marquee1 ul{padding:10px}
#marquee1 ul li{float:left;margin-right:10px;margin-bottom:10px;border:1px solid #B4DB87;background-color: #fff;}
#marquee1 ul li a{display:block;padding:5px;width:240px;height:200px;line-height:40px;text-align:center}
#marquee1 ul li img{width:240px;height:170px}

/*bottom样式*/
#bottom{width: 100%;background: #559908 url('../images/bottom.jpg') repeat-x 0 0;margin:0 auto;text-align:center;color:fff;}
#bottom a{color:#fff;}