@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: 2;
	width: 100%;
	padding:0;
	margin:0;
	top:-18px;
	
}
.bxslider{height: 791px;overflow: hidden;width: 100%;padding:0;margin:0;}
.bxslider li{width: 100%;height:791px;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: 10px;z-index:10;margin-left: -20px;background:   0 bottom no-repeat;padding-bottom: 6px;}
#bx-pager a{float: left;width: 30px;height:5px;line-height:5px;text-align: center;font-size: 10px;background: #fff;color: #999;font-family: "宋体";margin-left:1px;}
#bx-pager a:hover{text-decoration: none;}
#bx-pager .active{position: relative;background: #ffbd3d;color: #fff;}
#bx-pager .active::before{}