﻿@charset "utf-8";
/* CSS Document */
/*============================= Reset ======== */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td { margin: 0; padding: 0;}

/*fieldset,*/
img { border: 0;}
abbr, acronym { border: 0; font-variant: normal;}
em { font-style: normal;}

code kbd samp tt { font-size: 100%;}
ol, ul { list-style: none;}

table { border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left;} /* 去除 表格描述，头 的居中样式*/
:link, :visited , ins { text-decoration: none;}

sup, sub { font-size: 75%;}
sup { vertical-align: 30%;}
sub { vertical-align: -10%;}

blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
/*================ Reset END =============*/

/*================ Layout 整站通用类 需根据具体站点调整====*/
.clear { clear: both;}
.left { float: left;}
.right { float: right;}
img.left { margin: 0 15px 5px 0;}
img.right { margin: 0 0 5px 15px;}

/* :focus, a, :focus 建议和 :hover一致 ============*/
a { *blr: expression(this.onfocus=this.blur()); outline: none;}

label, input, textarea, 
select, option, button,
fieldset, legend { font-family: Tahoma,sans-serif; font-size: 12px;}

/* 其他 */
html, body { font: 12px/23px Tahoma, Helvetica, Arial, "微软雅黑";} /*全局字体，参考 全局字体最佳实践 http://www.mikkolee.com/118 */

