@charset "utf-8";
*{margin: 0;padding: 0;}
body,ul,ol,h1,h2,h3,h4,h5,h6,p,input,select,textarea,dl,dd,a,dt{margin: 0;padding: 0;font-family: "思源黑体";}
ul,ol{list-style: none;}
input,select,textarea{background-color: transparent; border: none; outline: none;}
textarea{resize: none;}
img{border: none; vertical-align: top;}
a{text-decoration: none;font-family: "思源黑体";}

.clearfix:after,.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}

.fl{float: left;} .fr{float: right;}
.show{ display: block;} .hide{ display: none;}
.gWidth{margin-left: auto;margin-right: auto;}
@font-face {
	font-family:"思源黑体";
	src: url('../font/SourceHanSansCN-Regular.otf');
}

