/*
* @Author: lsg
* @Date:   2017-01-28 12:26:50
* @Last Modified by:   lsg
* @Last Modified time: 2017-01-29 21:33:07
*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:12px "微软雅黑","Arial Narrow",helvetica;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#2d374b;text-decoration:none;font:12px "微软雅黑","Arial Narrow",helvetica;white-space: nowrap;}
a:hover{color:#cd0200;text-decoration:none;}
em{font-style:normal}
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
input{outline-style: none}
/*左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清除浮动*/
.clearfix:after{
    	content: ".";
    	display: block;
    	height: 0;
    	line-height: 0;
    	visibility: hidden;
    	clear: both;
    }
    .clearfix{zoom:1;}
/*清除浮动over*/