@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; font-weight: normal;}
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:#333;text-decoration:none;}a:hover{text-decoration:none;}

/* Global */
body{font:14px/1.5 'Microsoft YaHei','微软雅黑','SimSun','宋体','Tahoma';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;}
.wrap2{width:1141px;margin:0 auto; padding:0px;}

.left {float: left;}
.right {float: right;}
.green{
	color: #0c5e36 !important;
}
.yellow{
	color: #d3cd6d !important;
}

/* 边距 */
.mt60 {margin-top: 60px !important;}
.mt20 {margin-top: 20px !important;}
.pt40 {padding-top: 40px !important;}
.mt40 {margin-top: 40px !important;}

/* 对齐 */
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.tac {text-align: center !important;}

