@charset "utf-8";
/* CSS Document */

.slide-main { margin: auto;position:relative;    width: 1200px;    height:410px;overflow: hidden; }
.slide-box { position:absolute; z-index:1;}
.slide { float:left;width:1200px; }
.slide a { display:block; width:100%;  cursor:pointer; }
.slide img { width:100%; height:410px; }
.slide_dp img { width:100%; height:410px; }
.item { display:block; width:100%; height:16px; line-height:16px; position:absolute; z-index:12; left:0; text-align:center; }
.item { top:380px; }
.item a { display:inline-block; width:16px; height:16px; margin-right:11px; background:#333; border-radius:10px; /*opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);*/
	overflow:hidden; color:#fff; }
.item a.cur { background:#fe8800; }
.slide-main .preNext{width:40px;height:100px;position:absolute;top:50%;margin-top:-50px;background:url(../images/spriteW1.png) no-repeat 0 0;cursor:pointer;z-index:8;}
.slide-main .pre{left:0;}
.slide-main .next{right:0;background-position:right top;}  