/* CSS Document */

/*重置标签*/
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;outline:none;}
input.hidefocus::-moz-focus-inner {border:none;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,b{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#5A5A5A;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
i,em{font-style:normal}
small{font-size:12px;display: block;}
/*img{ display:block;}*/

/*通用部分*/
body { background-color:#fff; font:12px/24px "微软雅黑",Microsoft YaHei,Arial Narrow,sans-serif; color:#333;}
a{ text-decoration:none; color:#333; outline:medium none;}
a:hover{ color:#F10B00;}
/*li:last-child{ border-right:none !important;}*/
.fl{ float:left;}
.fr{ float:right;}
.hide{ display:none;}
.bor{ border:1px solid #DFE9F6;}
.bor1{border:1px solid #BBDBF2;}
.nobor{border:none !important;}
.nobg{ background:none !important;}
.nomr{ margin-right:0px !important;}
.w980{ width:980px; margin:0 auto; overflow:hidden;}
.w1000{ width:1000px; margin:0 auto; overflow:hidden;}
img{ vertical-align:middle;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}

/*清除浮动开始*/
.clear{clear:both; height:0; overflow:hidden;}
.clearfix:after,.clearfix:before{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
*html .clearfix{zoom : 1;} /*兼容ie6*/
*:first-child+html .clearfix{ zoom:1;} /*兼容ie7*/
/*清除浮动结束*/