.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}
.bx-wrapper .bx-pager{text-align:center;font-size:.13px;font-family:Arial;font-weight:700;color:#666}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block;*zoom:1;}
.bx-wrapper .bx-pager.bx-default-pager a{background:#cabebe;text-indent:-9999px;display:block;width:14px;height:14px;margin:37px 14px 0 14px;outline:0;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#1A57B1}
.bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 50%;
	margin-top: -1em;
	width: 100%;
	height: 0px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	width:48px ;
	height:48px;
	top:275px;
	left:535px;
	z-index:100;
	background: url(../images/top/btn_prev.png) no-repeat;
	background-size: 40px 40px;
	
}
.bx-wrapper .bx-controls-direction a.bx-next {
	width:48px ;
	height:48px;
	top:275px;
	right: 535px;
	z-index:100;
	background: url(../images/top/btn_next.png) no-repeat;
	background-size: 40px 40px;
}

@media screen and (max-width:1310px){
	.bx-wrapper .bx-controls-direction a.bx-prev {
		width:40px ;
		height:40px;
		top:95%;
		left:35%;
		z-index:100;
		background: url(../images/top/btn_prev.png) no-repeat;
		background-size: 40px 40px;
	}
	.bx-wrapper .bx-controls-direction a.bx-next {
		width:40px ;
		height:40px;
		top:95;
		right: 35%;
		z-index:100;
		background: url(../images/top/btn_next.png) no-repeat;
		background-size: 40px 40px;
	}
}


@media screen and (max-width:1100px){
	.bx-wrapper {
		width:100%;
		margin:0 auto;
	}
	.bx-wrapper .bx-pager.bx-default-pager a{background:#cabebe;text-indent:-9999px;display:block;width:14px;height:14px;margin:37px 10px 0 10px;outline:0;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
	.bx-wrapper .bx-controls-direction a{
		position: absolute;
		top: 50%;
		margin-top: -1em;
		width: 100%;
		height: 0px;
		text-indent: -9999px;
		z-index: 9999;
	}
	.bx-wrapper .bx-controls-direction a.bx-prev {
		width:40px ;
		height:40px;
		top:90%;
		left:20px;
		z-index:100;
		background: url(../images/top/btn_prev.png) no-repeat;
		background-size: 40px 40px;
	}
	.bx-wrapper .bx-controls-direction a.bx-next {
		width:40px ;
		height:40px;
		top:90%;
		right: 20px;
		z-index:100;
		background: url(../images/top/btn_next.png) no-repeat;
		background-size: 40px 40px;
	}
}
@media screen and (max-width:375px){
	.bx-wrapper .bx-pager.bx-default-pager a{background:#cabebe;text-indent:-9999px;display:block;width:12px;height:12px;margin:37px 8px 0 8px;outline:0;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
	.bx-wrapper .bx-controls-direction a.bx-prev {
		width:30px ;
		height:30px;
		top:94%;
		left:20px;
		z-index:100;
		background: url(../images/top/btn_prev.png) no-repeat;
		background-size: 30px 30px;
	}
	.bx-wrapper .bx-controls-direction a.bx-next {
		width:30px ;
		height:30px;
		top:94%;
		right: 20px;
		z-index:100;
		background: url(../images/top/btn_next.png) no-repeat;
		background-size: 30px 30px;
	}

}


