@font-face {
	font-family: SourceHanSansCN-Light;
	src: url("../fonts/SourceHanSansCN-Normal.ttf"),
		url("../fonts/SourceHanSansCN-Normal.eot");
	font-weight: normal;
}
*{padding: 0;margin: 0;border: 0;box-sizing: border-box;}
ul{padding: 0;margin: 0;}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	/* font-family: SourceHanSansCN-Light, Helvetica Neue, Helvetica, Arial, sans-serif; */
	font-size: 20px;
	color:#666;
	line-height: .23rem;
}
h1,h2,h3,h4,h5,h6{
	color: #444444;
}
dl dt{
	font-weight: normal;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
.fl{
    float: left;
}
.fr{
    float: right;
}
a { text-decoration: none; background: none }
ul, ol { list-style: none; }
img{border:0;}

/*公用下划线样式*/
.line_title{
    width:60px;
    border-bottom: 3px solid #666;
    padding-top:15px;
    margin:auto;
}
.center{
    text-align: -moz-center; /*Firefox*/
    text-align: -webkit-center; /*Chrome*/
    text-align: center;
}