body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, iframe, button, textarea, 
p, blockquote, th, td, img
{
	margin:0;
	padding:0;
}

body{font:12px/1.5   微软雅黑,'Helvetica Neue','Hiragino Sans GB','Microsoft YaHei',黑体,Arial,sans-serif;}
html{
	color: #333;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333333;
}
img {
	border: none;
	border: 0;
	vertical-align: middle
}
i {
	font-style: normal;
}
input{font-family: 微软雅黑;}
input::-webkit-input-placeholder {
	color: #B2B2B2;
	font-size: 16px;;
	font-family: 微软雅黑;
}
input::-ms-input-placeholder {
	color: #B2B2B2;
	font-size: 16px;;
	font-family: 微软雅黑;
}
input::-moz-placeholder {
	color: #B2B2B2;
	font-size: 16px;
	font-family: 微软雅黑;
}

.clearfix:before,.clearfix:after{display:table;content: '';}
.clearfix:after{clear: both;}
/*左右浮动*/
.flt {
	float: left;
}

.frt {
	float: right;
}

.one {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*背景色*/
.bg_f {
	background: #fff
}

.alpha {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.alpha body {
    height: 100%;
    overflow: hidden;
}

.text-cen{
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
.dis-no{display: none;}
.dis-block{display: block;}
.bor-bottom{border-bottom:1px #EBEBEB solid}
.bg-f8{background: #F8F8F8;}
.bor-radius{border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
























