html, body, div, p, ul, li, dl, dt, dd, form, input, select, button, textarea, iframe, table, th, td {
    font-size: 14px;
    font-family: "微软雅黑";
}
html, body{
    width: 100%;
    height: 100%;
}
*{
    margin: 0;
    padding: 0;
}
label{
    font-weight: 100;
}
a:focus { 
    outline: none; 
}
ul li{
    list-style: none;
}
img {
     border: 0 none; 
     vertical-align: top; 
}
button{
    cursor: pointer;
    outline:none;
}
object{
    width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none !important;
}
.show{
    display: block !important;
}
.AllFlow{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.OnlyFlow{
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clearfix{
    content: '';
    display: block;
    clear: both;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.MinWid{
	width: 1200px;
	margin: 0 auto;
}
.BgWhite{
	padding: 40px 0;
    background:#fff;
}
.BgGray{
	padding: 40px 0;
	background: #f8f8f8;
}
.BgYellow{
	padding: 40px 0;
	background: #f8b62d;
}
