.bx-wrapper {
	margin: 0px auto; padding: 0px; position: relative;overflow:hidden
}
.bx-wrapper img {
	display: block;width:100%;
}
.bx-wrapper .bx-viewport {
	
}
.bx-wrapper .bx-pager {
	width: 100%; bottom: 25px; position: absolute;z-index:999;
}
.bx-wrapper .bx-controls-auto {
	width: 100%; bottom: 7px; position: absolute;z-index:999;
}
.bx-wrapper .bx-loading {
	background: url("/image/bx_loader.gif") no-repeat center rgb(255, 255, 255); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 2000; min-height: 50px;
}
.bx-wrapper .bx-pager {
	color: rgb(0, 0, 0); padding-top: 10px; font-family: Arial; font-size:0; font-weight: bold;text-align:center;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#6b6b6b; margin: 0px 3px; outline: 0px;width: 11px; height: 11px; text-indent: -9999px; display: block;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background:#ff1800;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ff1800;
}
.bx-wrapper .bx-prev {
	background: url("/image/controls.png") no-repeat 0px -97px; left: 18px;
}
.bx-wrapper .bx-next {
	background: url("/image/controls.png") no-repeat -47px -97px; right: 18px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0px 0px;
}
.bx-wrapper .bx-next:hover {
	background-position: -47px 0px;
}
.bx-wrapper .bx-controls-direction a {
	outline: 0px; top: 50%; width: 32px; height: 82px; text-indent: -9999px; margin-top: -41px; position: absolute; z-index: 9999;
}
/*
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
*/
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	background: url("/image/controls.png") no-repeat -88px -22px; margin: 0px 3px; outline: 0px; width: 22px; height: 22px; text-indent: -9999px; display: block;
}
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -88px 0px;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -88px 0px;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	background: url("/image/controls.png") no-repeat -88px -73px; margin: 0px 3px; outline: 0px; width: 22px; height: 22px; text-indent: -9999px; display: block;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -88px -51px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -88px -51px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 49%;text-align:right;margin-right:1%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 49%;right:0;text-align:left;margin-left:1%
}
.bx-wrapper .bx-caption {
	background: rgba(80, 80, 80, 0.75); left: 0px; width: 100%; bottom: 0px; position: absolute;
}
.bx-wrapper .bx-caption span {
	padding: 10px; color: rgb(255, 255, 255); font-family: Arial; font-size: 0.85em; display: block;
}
@media only screen and (max-width:1200px) {
.bx-wrapper .bx-prev {left:0}
.bx-wrapper .bx-next {right:0}
.ban_slide .bx-wrapper .bx-prev{ left:-40px}
.ban_slide .bx-wrapper .bx-next{right:-40px}
}

@media only screen and (max-width:1000px) {
.bx-wrapper img {display: block; max-width: 100%; min-width:initial; max-height:initial; min-height:initial}
}


@media only screen and (max-width:640px) {
/*	
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 100%;text-align:center;margin-right:0
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	display:none
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff; margin: 0px 3px; outline: 0px;width: 10px; height: 10px; text-indent: -9999px; display: block;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
*/
.bx-wrapper .bx-controls-direction a {
	outline: 0px; top: 50%; width: 32px; height: 32px; text-indent: -9999px; margin-top: -16px; position: absolute; z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background:url(/image/controls.png) no-repeat 0 -26px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background:url(/image/controls.png) no-repeat -47px -26px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -26px;
}

.bx-wrapper .bx-next:hover {
	background-position: -47px -26px;
}
@media only screen and (max-width:480px) {

}