/* CSS Document */
@charset "utf-8";

/* 通用样式 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

ol, ul, li { list-style: none; padding: 0; margin: 0; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

q:before, q:after { content: '' }

abbr, acronym { border: 0; }

img { vertical-align: top; border: none 0; }

body { font-size: 12px; text-align: left; }

html { text-align: center; }

a, area { blr:expression(this.onFocus=this.blur())
} /* for IE7.0及以下版本*/

:focus { outline-style: none; } /* for Firefox，IE8.0等 */

a, a:link, a:visited { text-decoration: none;  }

a:hover { text-decoration: none; color: #fb5100; cursor: pointer; }

input, textarea, keygen, select, button, isindex, textarea { margin: 0em; font: -webkit-small-control; color: initial; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; outline: none; border: 1px solid #ccc; padding: 2px 0 2px 2px; }

/** 常用样式 **/

.fl { float: left }     /* 左浮动 */

.fr { float: right }     /* 右浮动 */

.cll { clear: left; } /* 清除左浮动 */

.clear { clear: both; height: 0px; overflow: hidden; padding: 0; }  /* 浮动闭合 */

.space { clear: both; height: 28px; }

.hide { display: none; }


.main { width: 1080px; margin: 0 auto; background-color: White; }

.fl { float: left }

.fr { float: right }

.l-h { line-height: 30px }

.m-l { margin-left: 0.5% }

.w-1080 { width: 1080px; }

.w-100 { width: 100% }

.w-96b { width: 96%; margin: 15px auto; }

.h-620px { height: 620px }

.pr { position: relative; }

.boeder-gray { border: 1px solid #e9e9e9; }


/*li {
float: left;
width: 98%;
margin-top: 5px;
margin-left: 5px;
display: inline;
}*/
