@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,fieldset,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.5 Microsoft YaHei,'宋体',arial,tahoma,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,i{font-style:normal;}
ul,li{list-style:none;}
img{border:0;}
html,legend{color:#666;}
a{color:#666;text-decoration:none;hide-fous:expression(this.hideFocus=true);outline:none;cursor: pointer;}
a:hover{color:#5db2ca;}
table{border-collapse:collapse;border-spacing:0;}
.clear-fix:after{content:"020";display:block;height:0;clear:both;visibility:hidden;}
.clear-fix{*zoom:1;}
.animated{-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
.item_left{float:left;}
.item_right{float:right;}
.showNode{display:block;}
.hideNode{display:none;}
/*icon*/
.num{
	position: absolute;
	left: 0;bottom: 12px;
	width: 100%;
	text-align: center;
	height: 26px;
	z-index: 2;
}
.num a{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background: #fff;
	margin: 0 6px;
	overflow: hidden;
	text-indent: -20px;
	white-space: nowrap;
}
.num a.active{
	background: #f1939d;
}
.banner_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*btn*/
.btn{
	z-index: 5;
	width: 46px;height: 92px;
	position: absolute;top: 50%;margin-top:-44px;
	cursor: pointer;
}
.right{
	right: 1%;
}
.left{
	left: 1%;background-position: 0 -88px;
}
/*图片*/
.banner{
	position: absolute;
	z-index: 1;
	width: 100%;
}
.banner img{
	width: 100%;
	height: 100%;
}
/*遮罩*/
.mask{
	background:#fff url(../img/common/loading.gif) center no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
	opacity: 0.6;
	filter:alpha(opacity=60);
}


