﻿@charset "utf-8";
/* ---------清空默认样式----------- */
/*html{filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter:grayscale(1)}*/
ul, ol, li { list-style-type: none; } 

h1, h2, h3, h4, p, span, label, del, a, strong, em, li, dt, dd { white-space:normal; word-wrap:break-word; word-break:break-all; }

fieldset { border:0 none; }
button { cursor: pointer; }
i, em, cite, address { font-style: normal; }
a, a:link{ text-decoration:none; cursor: pointer; color:#434242;}
a:visited {  }
a:hover, a:active { text-decoration: none;}
a:focus { outline: none; }
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } 

img{border:none;}
a,input,select,option,textarea{  
  outline: none;  
} 










