@charset "utf-8";
/* CSS Document */
html {margin:0;
  font-family:  'Microsoft Yahei', '微软雅黑','SimSun', arial;
}
* {
    margin: 0;
    padding: 0;
}
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:#6cf;}
a:hover{ color:#84B263;}
.box{ width:1024px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1024px; height:295px; overflow:hidden; position:relative;}
.piclist{ overflow:hidden;height:295px;position:absolute; left:0px; top:0px}
.piclist li{ margin-right:6px; padding:0px; float:left;height:295px;width:250px;}
.piclist li img{width:250px;height:295px}
.swaplist{ position:absolute; left:-4096px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:133px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:2px;}
.og_next{ background-position:0 0; right:8px;}

.piclist li div{display:none;position:absolute;top:5px; margin-left:5px;height:0px;width:240px;height:285px;background:url(/media/images/bg_opacity.png) repeat;z-index:99}
.piclist li div p{width:100%;height:412px;text-align:center;font-size:18px;line-height:30px;background:url(/media/images/seach_icon.png) no-repeat center 26%;color:#fff;}
.piclist li div p label{padding-top:140px;display:block;}
.piclist li div p span{font-size:14px;}
.piclist li:hover .list_div{display:block;}