/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
img{border:0;}
ul,li{list-style:none; list-style-position:outside;}
a img{border:0;}
a{text-decoration:none; color:#ccc7c0;}
a:hover{color:#fff;}
td{vertical-align:top;}

body
{
    font-size: 12px;
	text-align:center;
	color:#ccc7c0;
	background-color:#302513;
}


h1{text-align:center; color:#fff; margin:10px 0; font-size:16px;}

.bg2{
	background:url(images/bg2.jpg) repeat-x;
}

.warp
{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header{
	background:url(images/bg.jpg) repeat;
	height:105px;
}

#header .warp{
	position:relative;
	z-index:999;
}

#logo{
	position:absolute;
	top:0;
	left:0;
}
#menu{
	position:absolute;
	top:0;
	left:200px;
}
/* slider */
.slider{width:100%;height:486px;overflow:hidden;background-color:#000; position:relative;}
.conbox{position:absolute;/*必要元素*/ width:100%;}
.switcher{position:absolute;bottom:30px;left:50%;float:right;z-index:9; margin-left:-50px;}
.switcher a{ display:block; float:left; margin:0 5px; width:17px;height:17px; background:url(images/cur2.png) no-repeat; _background:#0763d2; }
.switcher a.cur,.switcher a:hover{width:17px;height:17px;background:url(images/cur1.png) no-repeat; _background:#fff; }
.conbox div{ width:100%;height:486px; text-align:center;}
#container{
	background:#715e3a;
	padding:20px 0;
}

#aside{
	width:200px;
	float:right;
	line-height:24px;
}

#main{
	width:780px;
	float:left;
}


#article{
	padding:20px;
	line-height:24px;
}

#footer
{
	color:#8b7e6d;
	background-color:#000;
	line-height:30px;
}
#footer a{
	color:#8b7e6d;
}
#subnav{
	float:left;
}

#copyright{
	
	float:right;
}
.marginbottom10{
	margin-bottom:10px;
}
/* == clearfix == */
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

.clear
{
    clear: both;
}

.clear10
{
    clear: both;
    height: 10px;
}

/* == float == */
.fleft
{
    float: left;
    display: inline;
}

.fright
{
    float: right;
    display: inline;
}

.padding10
{
	padding:10px;
}
.margin10
{
	margin:10px;
}
.border
{
	border:2px solid #e8e8e8;
	padding:2px;
}
.indent24{
	text-indent:24px;
}

.line24{
	line-height:24px;
}

.indent999{text-indent:-999em;}

ul.news li
{
	line-height:24px;
	color:#a09788;
	}

ul.news li a
{
    background:url(images/point.gif) no-repeat 0 50%;
    padding-left: 12px;
}

ul.product li
{
	float:left;width:210px;
	margin-left:10px;
}

ul.product li a
{
    background: url(images/icon02.gif) no-repeat 6px 50%;
    padding-left: 14px;
}
#pager
{
    text-align:center;
    line-height:24px;
	clear:both;
	margin-top:10px;
}

#pager span
{color:#900;
}


#pager span.total
{
    font-weight:bold;
    margin-right:20px;
    color:#333;
}
#path
{
	/*border-bottom:1px solid #211501;*/
	
}
#path span{
	/*width:140px;
	height:27px;
	line-height:27px;
	background:url(images/path.jpg) no-repeat;
	text-align:center;
	display:block;
	*/
	color:#241601;font-weight:bold;
	font-size:12px;
}


.thumb{
	width:113px;
	padding:2px;
	margin-left:20px;
}

.thumb img{
	width:113px;height:44px;
	border:solid 1px #e8e8e8;
	padding:1px;
}

.thumb .title{
	text-align:center;
	height:40px;
	line-height:40px;
}

.thumb1{
	width:116px;
	padding:2px;
	margin-left:28px;
}

.thumb1 img{
	width:116px;height:86px;
	border:solid 1px #e8e8e8;
	padding:1px;
}

.thumb1 .title{
	text-align:center;
	height:40px;
	line-height:40px;
}


.blk_29
{
	background:url(images/bg4.png) no-repeat;
	width:490px;
	height:135px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

    .blk_29 .LeftBotton
    {
        background: url(images/left.png) no-repeat;
        left: 10px;
        width: 24px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        height: 96px;
    }

    .blk_29 .RightBotton
    {
        right: 10px;
        background: url(images/right.png) no-repeat;
        width: 24px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        height: 96px;
    }

    .blk_29 .Cont
    {
        overflow: hidden;
		margin-left:37px;
		margin-top:20px;
    }

 .blk_29 .box
{
    width: 116px;
    float: left;
    text-align: center;
	margin:0 10px;
}
 .blk_29 .box img{
	 border:2px solid #dbdbdb;
	 padding:3px;
 }
     .blk_29 .box p
    {
        line-height: 24px;
    }