@charset "UTF-8";

/*CSS reset*/


/*首页*/
.index_show{position: relative;z-index:1;width: 100%;background: #000;}
.bxslider{height:451px;overflow: hidden;width: 100%;}
.bxslider li{width: 100%;height: 451px;overflow: hidden;}
.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:20px;z-index:10;margin-left: -90px;padding-bottom: 6px;}
#bx-pager a{float: left;width:20px;height:20px;background: #f1f1f1;color: #999; margin-right:3px;border-radius:20px; -webkit-border-radius:20px; margin:0 9px; /*兼容老版本的谷歌Chrome*/ -moz-border-radius:20px; /*兼容老版本的火狐Firefox*/}
#bx-pager a:hover{text-decoration: none;}

#bx-pager .active{position: relative;background: #9e9e9e;color: #000;}
/*#bx-pager .active::before{content: '';position: absolute;top:-10px;left: 25px;border: 5px solid transparent;border-bottom: 5px solid #fd825c;}*/