.body{ background:url(../images/bg1.png) repeat;}
.picbox{ text-align:center; }
/*.picbox ul li .img {background:url(../images/picbg1.png) no-repeat center bottom; padding-bottom:30px; display:inline-block}*/
.picbox{ width:100%;}
.picbox ul li{ padding-top:0px; width:100%; }
/*.picbox ul li div{  top:0; left:0; z-index:1; background-color:#000; opacity:0.5; filter:alpha(opacity=50);}*/
.picbox ul li img{ box-shadow:0 20px 50px #575757;  z-index:2; border:#eee solid 0px;}
.btnright{ position:fixed; top:360px; right:30px;}

/* IE6浏览器的特有方法 
*html,*html body{background-image:url(about:blank);background-attachment:fixed}
*html .btnright{position:absolute;right:expression(eval(document.documentElement.scrollLeft+30));top:expression(eval(document.documentElement.scrollTop+360))}
*/

.btnright ul li{ background:url(../images/btnbg1.gif) no-repeat 0 0; width:9px; height:9px; margin-bottom:20px; opacity:0.5; filter:alpha(opacity=50);
transition:all 0.3s; 
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.btnright ul li a{ display:block;}
.btnright ul li a:hover{ text-decoration:none;}
.btnright ul li.active{ background-position:0 0; opacity:1; filter:alpha(opacity=100)}
.footer{ text-align:center; color:#e6e6e6; padding:40px 0; margin-top:40px; opacity:0.8; filter:alpha(opacity=80)}
.logo{ position:fixed; right:10px; bottom:15px; z-index:1;
transition:all 0.3s; 
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-webkit-transition:all 0.3s;

}
.logo a{ background:url(../images/logoh.png) no-repeat; width:121px; height:121px; display:block;}
.logo a:hover{ background:url(../images/logoc.png) no-repeat;

}