@charset 'utf-8';
/*---------------------------------------------------------------------------------------------------------------------
Document:      reset css
Create on:     2014/10/25
Author:        Guoxin
Description:   css样式表的初始化，全局样式设置。部分样式属性请根据具体页面自行重置 
*/

/*reset*/
html { overflow-x: hidden; overflow-y: auto; font-size: 100%; -webkit-text-size-adjust:100%;  background:url(../images/ico_222.png) no-repeat center 305px; position:relative;}
body { margin: 0; font: 12px/1.5 Microsoft Yahei,Simsun; color: black; overflow-x:hidden;}
p,h1,h2,h3,h4,h5,h6,dl,dd,form { margin: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; outline: 0; }
ul,ol { padding: 0; margin: 0; list-style: none; }
table { border-collapse:collapse; border-spacing: 0; }
caption,th,td { border-collapse:separate; }
a { text-decoration: none; color: #333; font-size: 12px; }
fieldset,img,iframe { border: none; vertical-align: top; }
img { max-width: 100%; width: auto\9; -ms-interpolation-mode:bicubic; }
input,textarea,button { margin: 0; color: #000; font-size: 100%; font-family: Microsoft Yahei,Simsun; vertical-align: middle; }
input[type="button"],input[type="reset"],input[type="submit"] { cursor: pointer; -webkit-apperance:button; }
textarea { vertical-align: top; overflow: auto;resize:none; }
:focus { outline: none; }
a:active { star:expression(this.onFocus = this.blur()); }

/*html5*/
header,footer,article,section,aside,nav,canvas,tfoot,thead,figure,figcaption,hgroup,time,mark,audio,video { padding: 0; border: none; margin: 0; font-size: 100%; vertical-align: baseline; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
audio,video,canvas { display: inline-block; *display: inline; *zoom:1; }
audio:not([controls]) { display: none; }

/*public*/
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.clearfix:after { display: block; height: 1%; line-height: 0; font-size: 0; visibility: hidden; clear: both; content: ''; }
.clearfix { zoom:1; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.widFixed { width: 980px; margin-left: auto; margin-right: auto; }
.ovH { overflow: hidden; }
.pr { position: relative; }
.pa { position: absolute; }
.none { display: none; }

.red { color: #b81b22; }
.green { color: #0f0; }
.black { color: #000; }
.darkGray { color: #525252; }
.dack { color: #888; }
.lightGray { color: #aaa; }
.white { color: #fff; }
.blue{color:#0d326e;}
.blue2{color:#67a9d7;}
.yellow{background:#f7b62f;}

.hui{background:#f4f4f4;}
.bai{background:#FFF;}

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.fz12 { font-size: 12px; }
.fz14 { font-size: 14px; }
.fz16 { font-size: 16px; }
.fz18 { font-size: 18px; }
.fz24 { font-size: 24px; }
.fz36 { font-size: 36px; }

.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
.fsi { font-style: italic; }
.marAuo{margin:0 auto;}

textarea{
	 resize:none;
	 overflow:auto;
	
}