@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,img {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none outside none;
}
li{
    list-style-image: none;
}
a{
    text-decoration: none;
	outline:none; 
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix::before,
.clearfix::after{
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

ul li{
    list-style:none;
    margin:0;
    padding:0;
}
ol li{
    list-style:none;
}
body{
    color:#666;
    font-family:"Microsoft YaHei";
    font-size: 14px;
}
*{
    margin:0;
    padding:0;
}
img{
    border:none;
    vertical-align: top;
}
.mid{
	width: 1200px;
	margin:0 auto;
}
.spe_click{
	background-color: #fff!important;
}
.spe_click a{
	color: #368ee0!important;
}
.clear_fix{
	clear: both;
}
.fw{
	font-weight: bold;
}
.dn{display: none;}
