.setCenter{
	width: 1200px;
	margin:0 auto;
    position: relative;
}
.boardSetCenter{
	margin:0 auto;
    position: relative;
}
.home_topRecommend{
	min-width: 1200px;
	width: 100%;
	margin:0 auto;
	margin-top: 3px;
	height: 400px;
	position: relative;
/*
	-o-box-shadow:0px 5px 10px #06c;
	-ms-box-shadow:0px 5px 10px #06c;
	-moz-box-shadow:0px 5px 10px #06c;
   -webkit-box-shadow:0px 5px 10px #06c;
   box-shadow:0px 5px 15px #ccc;
*/
   overflow:hidden;
}
.homeBg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: 100%;
}
    
/*fix homepage*/
.homeBg{
	-webkit-transition: all 1s; 
	-moz-transition: all 1s; 
	-o-transition: all 1s; 
	-ms-transition: all 1s; 
	transition: all 1s;  
/*
	opacity: 0.5;
	filter:alpha(opacity=90);
*/
}
.home_topRecommend:hover .prevTab,.home_topRecommend:hover .nextTab{
    display: block;
}
.prevTab,.nextTab{
	display: inline-block;
	width: 45px;
	height: 88px;
	position: absolute;
    left: -55px;
    top: 50%;
    margin-top: -44px;
    z-index: 6;
    background: rgba(0,0,0,0.3);
    background:black\9;
    text-align: center;
    display: none;
}
.prevTab img,.nextTab img{
	vertical-align: middle;
	margin-top: 31px;
}
.nextTab{
    right: -55px;
    left: auto;
}
.home_topRecommend .homeBgActive{
	z-index: 3!important; 
    display: block;
}
.homeBgActive .recommend_inf{
	left: 0;
}

.bookrecommendGroud{height: 400px;}
.recommend_page{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 30px;
	z-index: 4;
}
.recommend_page span{
	display: inline-block;
	width: 20px;
	height: 5px;
	background-color: #8f8f8f;
	margin:0 15px;
	cursor: pointer;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-ms-transition: all 0.5s; 
	transition: all 0.5s;
}
.recommend_page .recommendActive{
	width: 45px;
	background-color: #00a7ff;
} 
.recommend_page span:hover{
	width: 45px;
	background-color: #00a7ff;
}
.recommendGroud{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: black;
	width: 100%;
	height: 100%; 
    display: none;
}
.recommend_inf{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	transition: all 0.2s;
}

.fadeIn{
     animation-delay: 0.2s;
}

 