/*样式的重置*/
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,button,span,dl,dt,dd{
    margin: 0;
    padding: 0;
}
input{
    border: none;
}
body{
    font-family: 'Microsoft Yahei',"Arial";
    font-size: 12px;
    text-align: center;
}
em,i{ font-style: normal !important; }
img{
    border:none;
}
ul,li,dl,dt,dd{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
a:focus{outline:none;}
a:hover { text-decoration: none;color:#000; }

.clear{
	clear:both;
}

/* 取消链接高亮  */
 /*图片自适应*/
img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
