@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word;}
img{border:none}
li{list-style:none}



#main-slide{background:none repeat scroll 0 0 #000;height:420px;position:relative;width:1200px;}
#main-slide ul{display:none;}
#main-slide .container_skitter{overflow:hidden;position:relative;}
#main-slide .image{overflow:hidden;}
#main-slide .image img{display:none;height:420px;width:1200px;}
#main-slide .box_clone{display:none;left:0;overflow:hidden;position:absolute;top:0;width:100px;z-index:20;}
#main-slide .box_clone img{height:420px;left:0;position:absolute;top:0;width:1200px;z-index:20;}
#main-slide .info_slide{background:none repeat scroll 0 0 #000000;color:#FFFFFF;display:none;font:bold 11px arial;left:15px;opacity:0.75;padding:5px 0 5px 5px;position:absolute;top:-30px;z-index:100;}
#main-slide .info_slide .image_number{background:none repeat scroll 0 0 #333333;border-radius:2px 2px 2px 2px;cursor:pointer;float:left;margin:0 5px 0 0;padding:2px 10px;}
#main-slide .info_slide .image_number_select{background:none repeat scroll 0 0 #CC0000;float:left;margin:0 5px 0 0;padding:2px 10px;}
#main-slide .label_skitter{bottom:0;display:none;left:0;position:absolute;z-index:150;}
.loading{color:#FFFFFF;height:32px;margin:-16px;overflow:hidden;position:absolute;right:50%;text-indent:-9999em;top:50%;width:32px;z-index:10000;}


/* 默认幻灯片 */
.FocusPic{zoom:1;position:relative; overflow:hidden;margin:0 auto;width:1200px;height:420px;}
.FocusPic .content{overflow:hidden;width:1200px;height:420px;}
.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:434px;height:30px;line-height:30px;overflow:hidden;display:none}
.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;display:none}
.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.FocusPic .change{bottom:0px;height:26px;right:0px;position:absolute;z-index:9999;}
.FocusPic .change i {background:#000;filter:alpha(opacity=50);opacity:0.5;color:#fff;cursor:pointer;font-size:13px;line-height:26px;margin-left:1px; font-style:normal; height:26px;width:146px;display:inline-block;display:-moz-inline-stack;zoom:1;text-align:center;*display:inline;}
.FocusPic .change i.cur {color:#000; font-size:12px; font-family:Arial, Helvetica, sans-serif;filter:alpha(opacity=100);opacity:1;}

.box_skitter .prev_button {
    background:url(../img/sprite.png) no-repeat scroll 0 0;
    cursor: pointer;
    height: 100px;
    position: absolute;
    top: 150px;
    width: 45px;
	opacity: 0.2;
	filter:alpha(opacity=50);
	left: 20px;
	z-index:9999;
}
.box_skitter .next_button {
    cursor: pointer;
    height: 100px;
    position: absolute;
    top: 150px;
    width: 45px;
    background: url(../img/sprite.png) no-repeat scroll -45px 0;
    right: 20px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index:9999;
}
