@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {margin:0;padding:0;border:0;font-size:100%;font-weight:normal;background:transparent;}
article, aside, figure, footer, header, nav, section, details, summary {display:block;}html {box-sizing:border-box;}img,object,embed {max-width:100%;}
html {}ul {list-style:none;}a {margin: 0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;}a:hover {text-decoration:none;}
input, select {vertical-align:middle; outline: none;background: none;}select, input, textarea {font: 99% sans-serif;}strong {font-weight:bold;}button, input, select, textarea {margin:0;}
li{list-style: none;}em,i,b{font-style: normal;}
/*common  #f7f8fd*/


.fl,.lL{ float:left;}
.fr,.rR{ float:right;}
.overHide{ overflow:hidden;}
.posiR{ position:relative;}
.hide{ display:none;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.content{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.wapper{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.container{
    width:1000px;
    margin:0 auto;
    padding:0;
}
.block{
    display: block;
}

.bgWhite{
    background: #ffffff;
    width: 100%;
}

