﻿@charset "utf-8";
/* CSS Document */
/**{-webkit-backface-visibility: hidden;}*/
/* 全局样式 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input{margin:0; padding:0;}
body, button, input, select, textarea{font:12px/1.5 'Microsoft YaHei','simhei',Arial !important;}
body{min-width:980px;/*-webkit-transform-style: preserve-3d;*/}
h1, h2, h3, h4, h5, h6 {
    font-family: "microsoft yahei",arial,"hiragino sans gb","Simsun",sans-serif;
    font-size: 100%;
    font-weight: normal;}
ul, ol, li{list-style:none;}
img{border:none;}
input, img{vertical-align:middle;}
table{border-spacing:0; border-collapse:collapse;}
em, i, address{font-style:normal;}
textarea{overflow-y:auto;}
input{outline:none;}
address, caption, cite, code, dfn, em, th, var{font-style:normal; font-weight:normal;}
/* 链接样式 */
a{text-decoration:none;}

a, area{blr:expression(this.onFocus=this.blur());}
:focus{outline:none;}
.fl { float: left; }
.fr { float: right; }
.m-middle{margin:0 auto;}
/*清除浮动*/
.clear:after { content: ' '; clear: both; display: block; height: 0; visibility: hidden; line-height: 0 }
.clear { height:0; overflow:hidden; clear:both;zoom: 1}
.clearFix { display: block; zoom: 1 }
.clearFix:after { content: " "; display: block; visibility: hidden; height: 0; clear: both; }
.clear_both{clear:both;}
