@charset "utf-8";

/* Reset */
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,fieldset,legend,input,textarea,th,td{margin:0;padding:0;}
input,select,textarea,table{font-family:'Microsoft YaHei','微软雅黑','SimSun','宋体','Arial','Tahoma';}
em,i{font-style:normal;}ul,ol{list-style:none;}
img{border:none;vertical-align:middle;}table{border-collapse:collapse;}
a{color:#666;text-decoration:none;}a:hover{text-decoration:none; color: #51c9f2;}

/* Global */
body{font:14px/1.5 'Microsoft YaHei','微软雅黑','SimSun','宋体','Tahoma'; color:#666;background-color:#fff;overflow-x:hidden;}
.clear{clear:both;line-height:0;}
.clearfix:after{content:"";display:table;clear:both;}
.clearfix{*zoom:1;}
.wrapbox{ width: 100%; padding:0; margin:0 auto; }
.wrap{width:1200px;margin:0 auto;}

.left {float: left;}
.right {float: right;}


/* 边距 */
.mt30 {margin-top: 30px !important;}
/* 对齐 */
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.tac {text-align: center !important;}
