@charset "utf-8";
/* CSS Document 
*
* @description: 初始化样式
*
* @build by zhangru 2017-1-16
*
*/

/* CSS Document */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,th,td,legend{margin:0;padding:0;border:0;background: transparent;outline:none}
input{margin:0;padding:0;border:0;background: transparent;}
input[type=button],input[type=submit],input[type=radio]{outline: none;}
input[type=text]:focus,textarea:focus{outline:thin solid #6ea1f3;border:1px #a5c7ff solid;border-radius:3px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
input[type=radio]{margin-right: 3px;}
input[type=file]{font-size: 0;cursor: hand;cursor: pointer; }
*+html img{-ms-interpolation-mode:bicubic}
header,footer{ display:block;}
ul,ol{list-style:none}
li{list-style:none;}
a {outline: none;/* for Forefox */cursor: pointer;}
a {star: expression(this.onFocus=this.blur());/* for Ie*/}
a{color: #303030;text-decoration:none;}
img{ border:none; }
select,input{ vertical-align:middle; }
textarea{resize:none;outline: none;}
input,button,textarea,select{ font-size:12px;margin:0; padding:0; vertical-align:middle;}
input[type=button],button,select{cursor: hand;cursor: pointer;}
table{border-collapse:collapse;table-layout:fixed;}
table td{word-wrap: break-word;}
body{font:12px/1.3 "Microsoft YaHei","微软雅黑"; background-color:#fff; color:#2b2e2b; line-height:18px;color: #303030;}
.cursorTxt{cursor: text;}
.lf{ float:left;display: inline-block;}
.ri{ float:right;display: inline-block;}
.clear{ clear:both; overflow:hidden; font-size:1px; line-height:1px; overflow:hidden;}
.cf{zoom:1;}
.cf:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
input,button,textarea{font-family: "Microsoft YaHei","微软雅黑";}
cite,i,em{font-style: normal;}
input[type='submit']{cursor: pointer;cursor: hand;}
.overflow_ellipsis{overflow:hidden;white-space:nowrap; word-wrap:normal;-o-text-overflow: ellipsis; /* for Opera */ text-overflow: ellipsis; /* for IE */ }
p{word-break: break-all;word-wrap: break-word;}