*{
    margin:0;
    padding:0;
}
body {
    margin: 0;
    outline: none;
    padding: 0;
    font: 12px/1.5 Helvetica, Arial, "Microsoft YaHei", sans-serif, "SourceHanSansCN-Regular","PingFang SC", "Hiragino Sans GB", "Heiti SC";
    color: #666;
    background: #FFFFFF;
    // -webkit-user-select:none;
    //            -moz-user-select:none;
    //             -ms-user-select:none;
    //              -o-user-select:none;
    //                 user-select:none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #223079;
    cursor: pointer;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
#footer {
    min-width:1200px
}
.f-c-left,.f-c-right,.f-c-left2{
	float: left;
	width: 219px;
	text-align: center;
	border-right: 1px solid #fff;
}

