

/*幻灯左右切换按钮*/







/*adv*/

#focus-banner{

	position:relative;

	padding-top:146px;

}

#focus-banner-list{

	position:fixed;

	text-align:center;

	height: 45px;

}

#focus-banner-list li{position:absolute;top:0;left:0;}

#focus-banner-list li a{display:block;}

.focus-banner-img{display:block}

#focus-banner-list .focus-banner-text{position:absolute;top:0;left:50%;margin-left:-500px;height:100%;color:#fff;text-align:center;text-align:center;font-size:16px}

#focus-banner .focus-handle{position:absolute;top:50%;z-index:100;display:block;margin-top:-40px;width:80px;height:80px}

#next-img{left:0}

#next-img{left:50px;background-position:0 0}

#next-img:hover{background-position:0 -80px}

#prev-img{right:0}

#prev-img{right:50px;background-position:-80px 0}

#prev-img:hover{background-position:-80px -80px}

#focus-bubble{

	position:absolute;

	bottom: 0px;

	z-index:5;

	width:100%;

	text-align:center;

	background: rgba(0,0,0,0.1);

	height: 45px;

}

#focus-bubble span{

	display:inline-block;

	box-sizing:border-box;

	margin:0 5px;

	width:12px;

	height:12px;

	border-radius: 50%;

	background: #fff;

	cursor:pointer;

	-webkit-transition:all .2s linear;

	-moz-transition:all .2s linear;

	-o-transition:all .2s linear;

	transition:all .2s linear;

	-ms-transition:all .2s linear;

	margin-top: 15px;

}

#focus-bubble span:hover{

	background: #b4251d;

}

#focus-bubble span.currents{

	background: #b4251d;

	opacity:.5;

	cursor:default;

	filter:alpha(opacity=50);

	-moz-opacity:.5

}



/*首页背景不平铺*/

#indexPage .module{background-size: auto;}





.npagePage #banner{

	width:100%;

	height:420px;

	position:relative;

}

.npagePage #banner div{

	background-color:#a51f1f;

	background-repeat:no-repeat;

	background-position:center;

	background-size:cover;
	/*
	position:fixed;
	*/

	width:100%;

	height:420px;

}

.npagePage .content{

	background:#fff;

	position:relative;

	z-index:1

}











