@charset "UTF-8";

/*CSS reset*/


/*首页*/
.index_show{
	position: relative;
	z-index: 2;
	width: 100%;
	padding:0;
	margin:0;
	top:px;
	background-position: right top;	
}
.bxslider{width: 100%;padding:0;margin:0;}
.bxslider li{width: 100%;}
.bxslider .item1{background: url(../images/slider1.png) center 0 no-repeat;}
.bxslider .item2{background: url(../images/slider1.png) center 0 no-repeat;}
.bxslider .item3{background: url(../images/slider1.png) center 0 no-repeat;}
.bx-controls{display: none;}
#bx-pager{position: absolute;left: 50%;bottom: 0px;z-index:10;margin-left: -20px;background: url(../images/shadow1.png) 0 bottom no-repeat;padding-bottom: 36px;}
#bx-pager a{float: left;width: 10px;height: 10px; border-radius: 50%; 
     
            display: inline-block;
            margin-right: 5px;
   line-height: 20px;text-align: center;font-size: 20px;background: #fff;color: #999;font-family: "宋体";}
#bx-pager a:hover{text-decoration: none;}
#bx-pager .active{position: relative;background: #d09c5e;color: #fff;}
#bx-pager .active::before{}