@charset "gb2312";
* { margin: 0; padding: 0; }
body { font-family: "Microsoft YaHei";}
ul, li { list-style: outside none none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a { -webkit-tap-highlight-color: rgba(240,240,240,0); color: #333; }
span { -webkit-tap-highlight-color: rgba(240,240,240,0); }
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
} 
img { -webkit-tap-highlight-color: rgba(240,240,240,0); border:0; }
.animation{-webkit-transition: all 1.1s;-moz-transition: all 1.1s;-o-transition: all 1.1s;-ms-transition: all 1.1s;transition: all 1.1s;vertical-align: top;}
.animation:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform: scale(1.1);}
button { -webkit-tap-highlight-color: rgba(240,240,240,0); }
textarea{ resize:none;}
input[type='checkbox']{ vertical-align: middle;}
table{ margin: 0; padding: 0; border-spacing: 0; border-collapse: collapse;}
a { text-decoration: none; cursor: pointer;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child + html .clearfix { zoom: 1; }
a { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
h3 {font-weight: bold;}

.container{ width: 1200px; margin:0 auto; position: relative;}
