.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
        width: 100%;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper .bxslider li  {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.bx-viewport {
    overflow: hidden;    
}
.bx-wrapper img {
        width: 990px;
        height: 450px;
	
}



.home-banner {
    min-width: 1000px;
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
    padding: 5px 5px 0 5px;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}


.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/tips_loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}



.bx-wrapper .bx-pager {
	z-index: 900;
	position: absolute;
	bottom: 20px;
        height: 10px;
        width: 100%;
        text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #6d7b5d;
	text-indent: -9999px;
	display: block;
        width: 10px;
        height: 10px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
        margin-top: 0;
}




.bx-wrapper .bx-controls-direction a {
	position: absolute;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
        top: 45%;
        
        background: url(../image/lisdlrbg.png) 0 0 no-repeat;
}
.bx-wrapper:hover {
    display: block;
    opacity: 1;
}

.bx-controls-direction a {
    display: block;
    opacity: 0.3;
}
.bx-wrapper .bx-controls-direction .bx-prev {
	left: 30px;
}
.bx-wrapper .bx-controls-direction .bx-next {
        right: 30px;
        background-position: right 0;
}
.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}



.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.product-img .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 0; 
}
.product-img .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
}
.product-img .bx-wrapper .bxslider li {
    line-height: 300px;
}
.product-img .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}
.product-img .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
        margin-top: 0;}
.product-img .bx-controls-direction {display: none;}