@charset "UTF-8";

/*CSS reset*/
body{padding:0;margin:0;}
fieldset,img{border:0;}
a{text-decoration:none;outline:none;}
a:hover{text-decoration:underline;}
li{list-style:none;}

/*首页*/
.index_show{position:relative;z-index: -9999;width: 995px;margin: 0 auto;}
.bxslider{height: 275px;overflow: hidden;width: 995px;}
.bxslider li{width: 100%;height: 275px;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: 846px;
	bottom: -325px;
	z-index: 10000;
	margin-left: -90px;
	padding-bottom: 3px;
	width: 263px;
}
#bx-pager a{float: left;width: 40px;height: 20px;line-height: 20px;text-align: center;font-size: 15px;background: #fff;color: #999;font-family: "宋体";}
#bx-pager a:hover{text-decoration: none;}
#bx-pager .active{
	position: relative;
	color: #fff;
	background-color: #333333;
}
#bx-pager .active::before{content: '';position: absolute;top:-10px;left: 15px;border: 5px solid transparent;border-bottom: 5px solid #333333;}
