@charset "utf-8";
/* CSS Document */

*{ margin:0;padding:0;}
img{border:none; max-width:100%;}
ul,li{list-style:none;}
input,select,textarea{outline:none;border:none; background:none;}
textarea{resize:none;}
a{text-decoration:none; color:#656565;}
h1,h2,h3,h4,h5,h6{font-style:normal;}
body{
	color: #656565;
    font-size: 12px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    font-family: "SegoeUI","Microsoft YaHei",微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
body, p {
    font-size: 14px;
	color:#000000;
    line-height: 23px;
    letter-spacing: 1px; 
}
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.relative {   position: relative;}
.ov{overflow: hidden}



























