﻿@charset "utf-8";
/* CSS Document */
/*通用*/
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
body{font-family: Microsoft YaHei,Tahoma,Arial,sans-serif;font-size: 12px;}
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#333; font-family: Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:hover{ text-decoration:none;}
ul,ol,li{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: Microsoft YaHei;font-weight: normal;}
button,input,select{outline-style: none;border: 0 none;}
table,td{border:#333 solid 1px;border-collapse:collapse;}
/*img{border: none;width: 100%;}*/
html,body{
	width:100%;
	color: #666;
	background-color: #fff;
	font-family:"微软雅黑", Arial;
	font-size:14px;
    min-width: 1200px;
}
.fl{float: left;}
.fr{float: right;}
.br0{border-right:0 none!important;}
.pr0 {padding-right: 0px!important;}
.mr0{margin-right: 0px!important;} 
.dly{display: block;}

/*通用*/

