
/*--------------- switcher(mod_switcher) start ------------------*/
.switcher-view{
	display:block;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
.switcher-view .switcher-scroll-area{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
.switcher-view .one-view{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.switcher-view .one-view-desc{
	width:100%;
	height:64px;
	position:absolute;
	bottom:0;
	left:0;
}
.switcher-view .one-view-desc h1{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	height:25px;
	line-height:25px;
}
.switcher-view .one-view-desc span{
	font-size:12px;
	color:#818181;
	line-height:14px;
}
.switcher-view .one-view-content{
	position:relative;
	width:100%;
	height:100%;
	z-index:10;
}
.switcher-view .one-view-bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
}


.switcher{
	position:relative;
	margin:0 auto;
}
.switcher .left-button,
.switcher .right-button{
	display:block;
	position:absolute;
	top:50%;
	z-index:10;
}
.switcher .content-frame{
	overflow:hidden;
	position:relative;
	z-index:9;
}
.switcher .moveable{
	position:absolute;
	width:2000px;
}
.switcher .moveable .item{
	display:block;
	float:left;
}
.switcher .moveable .item .item-content{
	display:block;
	overflow:hidden;
}
.bigpagenation{
	position:absolute;
	text-align:center;
}
.bigpagenation .pagenation-b{
	display:block;
	float:left;
	background-repeat:no-repeat;
	overflow:hidden;
}
body{margin: 0; padding: 0;}
.clear { clear: both; }
body #main-menu .menu li ul{display:none;opacity:0;filter:alpha(opacity=0);}
#home-switcher{width:100%;}
#home-switcher .content-frame{width:100%;height:450px;margin:0 0px;}
#home-switcher .left-button{width:32px;height:62px;left:0px;margin-top:-31px;}
#home-switcher .left-button:hover{background-position:0 -62px;}
#home-switcher .right-button{width:32px;height:62px;right:0px;margin-top:-31px;}
#home-switcher .right-button:hover{background-position:-32px -62px;}
.switcher,.switcher .moveable{min-width:960px}
#home-switcher .moveable .item{width:100%;height:450px;}
#home-switcher .moveable .item .item-content{width:100%;height:450px;margin:0}
#home-switcher .bigpagenation{width:240px;left:50%;margin-left:-70px;bottom:0;margin-bottom:25px;z-index: 9;}
#home-switcher .bigpagenation .pagenation-b{width:10px;height:10px;padding:0 9px;background-image:url(../images/an.png);background-position:center 0;}
#home-switcher .bigpagenation .pagenation-b:hover,#home-switcher .bigpagenation .pagenation-b.active{background-position:center -10px}

/*--------------- switcher(mod_switcher) end ------------------*/


