@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li, h1,h2,h3,h4,form,fieldset,input,textarea,p,blockquote,th,td,table,button,span,section,a,i,em,strong,img{
	margin: 0;
	padding: 0;
}
body{ width: 100%; height: 100%; color: #444; font-family: "微软雅黑"; font-size: 14px; box-sizing: content-box; background: #f8f8f8;}
ol,ul{list-style: none;}
input,textarea,select,button{font-family: inherit;font-size: inherit;*font-size: 100%;/*IE6*/}
input,textarea,button {border: 0 none; outline: none;}
h3,h4,h2 { font-weight: normal;}
img{border: 0 none;display: block;border:none;}
a {text-decoration: none; color: #333;transition: all 300ms ease; }
a:hover{ text-decoration: none; color: #333;}
i,em,b{font-style: normal;font-weight: normal;}
table{ border-collapse: collapse; border-spacing: 0;}
.fl{float: left;}
.fr{float: right;}
.clear{ clear: both;}
.wrap{ max-width: 1200px; margin: 0 auto;}
.maxwrap { max-width: 1140px; margin: 0 auto;}
.overflow { overflow: hidden;}
.pst { position: relative;}
.p_r10{padding-right: 10px;}
.p_l10{padding-left: 10px;}



