﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;    
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{font-size: 62.5%}
html,body{
	width: 100%;
	height: 100%;
}
body {    
    font-family: "Microsoft Yahei", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.6rem;
    color: #666;
    line-height: 2;
}
:focus {outline: 0;}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}
img{vertical-align: middle;	}
ul{list-style:none;}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{ text-decoration: none;}

input, select {
    vertical-align:middle;
}
button, input, select, textarea {
    font-size: 100%; 
    font-family: "Microsoft Yahei", Helvetica, Arial, Verdana, sans-serif;
}
/*清除浮动代码*/ 
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
} 
.clearfloat{zoom:1} 


.xlbt{
            position: absolute;right: 5px;
            top: 8px;
            height: 15px;
          }
          .mob-nav li{
            position: relative;
          }
          .lmlb{
            display: none;
          }