/*reset*/
html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,button {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Microsoft Yahei', 微软雅黑, 宋体, Tahoma, Arial, Helvetica, STHeiti;
    font-size: 12px;
    outline: 0;
}
html {font-size: 100%;}
body {font-size:1em;}
 
a {
    text-decoration: none;
    /* color: #333; */
    outline: none;
}
 
a, button {
    cursor: pointer;
}
 
ul {
    padding: 0;
    margin: 0;
}
 
li {
    list-style: none;
}
 
img {
    border: 0;
}
 .wrapper .inner{
 	width: 1360px;
 	margin: 0 auto;
	    overflow: hidden;
 }
.lt {
    float: left;
}
 
.rt {
    float: right;
}
 
.f-cb {
    zoom: 1;
}
 
.clearfix:after{ clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix{ display: block; *zoom:1; }