
@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,
u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html { font-family: "微软雅黑","microsoft yahei","宋体"; }
body{ line-height:1.5; font-family: "微软雅黑","microsoft yahei","宋体"; font-size: 16px;}
ol,ul{ list-style:none }
blockquote,q{ quotes:none }
blockquote:before,blockquote:after,q:before,q:after{ content:'';content:none }
table{ border-collapse:collapse;border-spacing:0 }
a { text-decoration: none; outline: none; color: #333}
img, fieldset { border: 0; }
input, textarea, img { vertical-align: middle; }
:focus { outline: none; }      /* webkit hack */
textarea { overflow: auto; vertical-align: top; }


/*
  @全局定义CSS
*/

.clear { clear:both; float:none; height:0; margin:0; padding:0; }
.overHide { overflow: hidden;}
.hide { display: none; }
.show { display: block; }
.inline { display: inline; }
.floatL { float: left; }
.floatR { float: right; }
.tLeft { text-align: left; }
.tCenter { text-align: center; }
.tRight { text-align: right; }
.t2 { text-indent: 2em; }
.container { width: 1180px;margin-left:auto;margin-right:auto;}
.mT10 { margin-top:10px; }
.mT15 { margin-top:15px; }
.mT20 { margin-top:20px; }
.mT25 { margin-top:25px; }
.mT28 { margin-top:28px; }
.mT30 { margin-top:30px; }
.mT35 { margin-top:35px; }
.mT40 { margin-top:40px; }
.mT50 { margin-top:50px; }
.mR50 { margin-right:50px; }
.mR35 { margin-right:35px; }
.pL10 { padding-left: 10px; }
.pL20 { padding-left: 20px; }
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.clearfix {
	zoom: 1;
}