@charset "UTF-8";

/*CSS reset*/


/*首页*/
.index_show{position: relative;z-index:1;width: 100%;background: #000;}
.bxslider{
	height:450px;
	overflow: hidden;
	width: 100%;
}
.bxslider li{
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.bxslider .item1{background: url(../images/img/cus_images/banner1.jpg) center 0 no-repeat;}
.bxslider .item2{background: url(../images/img/cus_images/banner1.jpg) center 0 no-repeat;}
.bxslider .item3{background: url(../images/img/cus_images/banner1.jpg) center 0 no-repeat;}
.bx-controls{display: none;}
#bx-pager{
	position: absolute;
	left: 50%;
	bottom:20px;
	z-index:10;
	margin-left: -40px;
	padding-bottom: 6px;
}
#bx-pager a{float: left;width:30px;height:10px;background: #2d2d2d;color: #000; margin-right:3px;border-radius:5px; -webkit-border-radius:20px; /*兼容老版本的谷歌Chrome*/ -moz-border-radius:20px; /*兼容老版本的火狐Firefox*/}
#bx-pager a:hover{text-decoration: none;}

#bx-pager .active{
	position: relative;
	color: #000;
	background-color: #54a956;
}
/*#bx-pager .active::before{content: '';position: absolute;top:-10px;left: 25px;border: 5px solid transparent;border-bottom: 5px solid #fd825c;}*/
