﻿@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px; list-style:none; font-family:微软雅黑;}
body {width:100%; background-color:#fff; min-width:1122px;}
a {border:none; text-decoration:none;}
img {border:none; width:100%; height:auto;}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
:focus{outline:0;}
header,ul,li,nav {display:block;}
header,div,article,section,figure,footer {height:auto; overflow:hidden;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="date"]{-webkit-appearance: none;}
textarea,select {  -webkit-appearance: none;}  
a {display:block;} 


