/* CSS Reset v1.2 */
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; list-style: none; vertical-align: baseline; }
html { zoom: expression(function(ele) {ele.style.zoom = "1";document.execCommand("BackgroundImageCache", false, true);}(this));}
body { line-height: 1;}
a { text-decoration: none; color: #222;}
ol, ul, li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* Globe Font Control */
body, table, input, textarea, button, select { font-family:'Microsoft YaHei'; font-size: 12px; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
.clean { clear: both; }
* {
	font-family: "Microsoft YaHei";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
}
a, a:hover, a:visited, a:active{text-decoration: none; }
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
img{max-width: 100%;vertical-align:bottom;}
/* Other use css */
/*filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;*/
/*_background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="");*/
