body{
	font-family: "微软雅黑","微软雅黑 Light";
	width: 100%;
	min-width: 1200px;
}
.w-floatLeft{
    float: left;
}
.w-floatRight{
    float: right;
}
.clear-float:after{
    display: block;
    width: 0px;
    height: 0px;
    content: ' ';
    visibility: hidden;
    clear: both;
}

.text-overflowDot{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-mrowsDot{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-thremrowsDot{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.w-wrap{
    width: 1200px;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-nav a:hover,.footer-nav a:active{
	color: #3080E8;
}
