* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,
fieldset,legend,input,button,textarea,hr{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
li{list-style:none;text-align:left;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
abbr[title]{border-bottom:1px dotted;cursor:help;}
address,cite,dfn,em,var{font-style:normal;}
button,input,select,textarea{font-size:100%;}
body{font-size:12px '\5b8b\4f53',SimSun,Arial,Tahoma,Helvetica,san-serif;}
body
{
	background: #FFF;
	text-align: center;
}

a{text-decoration:none;color:#000}
a:hover{color:#3a849b}
/*a,span{display:inline-block;}*/
img,input{margin:0;padding:0;border:none}
li,ol,ul{list-style:none}
button,input[type=button]{cursor:pointer}
input{outline:0;background:0 0}

.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:''}
.clearfix{*zoom:1}

.fl
{
	float: left;
}
.fr
{
	float: right;
}

/*general end*/
/*particular*/
.space01{
	height: 10px;
	font: 0px/0px SimSun;
	clear: both;	
}
.line01{
	height: 10px;
	margin-bottom: 10px;
	font: 0px/0px SimSun;
	border-bottom: 1px dotted #CCCCCC;	
	clear: both;
}

.fwb{
	font-weight: bolder;
}
.ohd{
	overflow: hidden;
}
.dbk{
	display: block;
}



.ht{
	font-family: '\9ed1\4f53';
}
.yh{
	font-family: '\5fae\8f6f\96c5\9ed1';
}
.re{
	position: relative;
}
.re span{
/*	display: block;*/
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	text-align: center;
}
.re span a{
	color: white!important;
}

@media screen and (max-width: 768px){
	.mfix{
		width: 100%;
	}
}

