﻿@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,p,th,td,input,select,textarea,button { margin:0; padding:0;}  /*初始化所有浏览器中的margin、padding值 */
body,th,td,input,select,textarea,button,p,form { font-size:12px; line-height:20px; font-family:Verdana; color:#444548;} /* 重置文字属性 */ 
html,body{-webkit-text-size-adjust:none;}
body { background:#fff;}

img { border:0px;} /*图片的边框为0*/
ul,ol,li {list-style:none;} /*去掉列表的点符号*/
table{border-collapse: collapse;} /* 单元格边框合并为一 */
input,select,textarea,button { vertical-align:middle;} /*表单垂直居中*/
em,u,i {font-style: normal;} /*清除文字斜样式*/
h1,h2,h3,h4,h5,h6{}

a {color:#444548; text-decoration:none;} 
a:hover{ color: #e50113; text-decoration:none;}

a {outline:none;}  /*取消a标签点击后的虚线框*/

.bluelink{color: #e50113; text-decoration: none;}

.clr {clear:both;} /*清除浮动元素*/

.clearfix:after{content:""; display:block; clear:both;}
.clearfix{*zoom:1;} /* 旧的IE浏览器适用 */

.fl {float:left;}
.fr {float:right;}