
/*去除浏览器默认样式*/
* {
	box-sizing: border-box;
}
/*
body { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
*/

*:before, *:after {
		box-sizing: border-box;
}

*, *:before, *:after {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }

img { border: 0 none; vertical-align: top; }

body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei", "微软雅黑"}

li{ list-style:none;}

.arial{ font-family:arial;}

.song{font-family:"\5b8b\4f53";}

input[type=button], input[type=submit], input[type=reset] { cursor: pointer }

button { cursor: pointer }

input[type=text], input[type=password], input[type=file], textarea { -webkit-border-radius: 0; -webkit-appearance: normal }

input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }

body { background: #f7f2eb !important; color: #000; line-height: 1.5 }

html{-webkit-text-size-adjust:none;}

a{ color: #646464; text-decoration: none; }

a * { *cursor: pointer }

a{blr:expression(this.onFocus=this.blur());}

a:hover { text-decoration:none !important; color:#da251d;  outline: none;}

a:focus { outline: none; }

.fixed:after, .clearfix:after, .cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden}

.fixed, .clearfix, .cf { zoom: 1 }

 .clear:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clear {
    zoom: 1;
}
.fl, .fr { display: inline; float: left; }

.fr { float: right }

.center{ text-align:center;}

.hidden02{ display:none;}

table { border-collapse: collapse; border-spacing: 0 }

caption, th { text-align: left }

th { font-weight: normal }


a {
blr:expression(this.onFocus=this.blur())
}
a * {
*cursor: pointer
}
:focus {
	outline: none
}
a:hover {
    color: #ed6d00;
    text-decoration: none !important;
    outline: none;
} 
i{
	font-style: normal;
}
img{display:block}
/*公共样式*/
.l{
	float: left;
}
 
.box{
	position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
 
}
 


