/*--
@Gen.By.Daubster
@Copyright.2014.Jy-jz.All.Rights.Reserved
--*/
*{margin:0;padding:0;} 
article ,aside ,details ,figcaption ,figure ,footer ,header ,hgroup ,nav ,section ,ul {display:block;}
a,abbr,acronym,address,applet,b,big,blockquote,button,canvas,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,embed,fieldset,font,form,h1,h2,h3,h4,h5,h6,hr,html,i,iframe,img,ins,kbd,label,legend,li,menu,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{
    margin:0;padding:0;border:0;font-size:100%;outline:0;background:transparent;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary{
    margin:0;padding:0;border:0;font-size:100%;outline:0;vertical-align:baseline;
}
.clearfix:before,.clearfix:after{content:'.';display:block;height:0;visibility:hidden;}
.clearfix:after{clear:both}
li{display: list-item;text-align: -webkit-match-parent;padding:0;margin: 0;outline:none;}
ul, ol, li{-webkit-margin-before:0px;-webkit-margin-after:0px;list-style:none;margin:0;padding:0;outline:0;}
a{cursor: pointer;}
html {
    font-size:100%;direction:ltr;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    margin:0;
    padding:0;
    border:0;
    background:transparent;
    height:100%
}
sub ,sup {position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
img {
    height:auto;
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic;
}
fieldset {
    border:0;margin:0;padding:0;
}
button ,input ,select ,textarea {
    font-family:arial,sans-serif,"Microsoft YaHei";
    font-size:100%;margin:0;vertical-align:middle;
}
button ,input {
    *overflow:visible;line-height:normal;
}
button::-moz-focus-inner ,input::-moz-focus-inner {
    padding:0;border:0;
}
.font-en{
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
}
button ,input[type="button"] ,input[type="reset"] ,input[type="submit"] {
    cursor:pointer;-webkit-appearance:button;
}
input[type="search"] {
    -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;
}
input, textarea, keygen, select, button, isindex {
    margin: 0em;
    font: -webkit-small-control;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: -webkit-auto;
}
input[type="search"]::-webkit-search-decoration ,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
textarea {overflow:auto;vertical-align:top;}
h1 ,h2 ,h3 ,h4 ,h5 ,h6 {margin:0;}
body {
    margin:0;padding: 0;outline: none;font-size: 12px;cursor: default;
    font-family:"Microsoft YaHei",arial,sans-serif;
    width: 100%;height: auto;background: #fff;
}
a{
    position: relative;
}
.overflow-dot{
    overflow: hidden;
    -webkit-font-smoothing:antialiased;
    white-space:nowrap;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.hid{
    display: none;
}
.center{
    text-align: center;
}
.through{
    width: 100%;
}
.half{
    width: 50%;
}
.wordbreak{
    word-break:break-word;word-break:break-all;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.underline{
    text-decoration: underline;
}
.no-underline{
    text-decoration: none;
}
.claer{
    clear: both;
}
.l-round{
    border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -o-border-top-left-radius:5px
    border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px
}
.r-round{
    border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -o-border-top-right-radius:5px
    border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px
}
.round{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.round-15{
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
}

.page{
    width: 90%;line-height: 20px;float: left;color: #A0ACB8;padding: 10px 5%;
}
.page .page-grey{
    padding: 0 10px;
}
.page .current{
    background: #1F3952; color: #fff;padding: 0 5px;margin:0 1px;
}
.page a{
    padding: 0 5px;margin-right: 1px;text-decoration: none;color: #95a2b0;
}
.page a:hover{
    background: #1F3952;color: #FFF;
}
.inner{
    padding-top: 10px;float: left;width: 100%;
}
.inner .lefter{
    float: left;width: 16%;background: #fff;height: 100%;
    border: 1px solid #B3B3B3;
    border-left: 0;padding: 20px 2%;
}
.inner .righter{
    float: right;
    width: 75%;background: #fff;height: 100%;
    border: 1px solid #B3B3B3;
    border-right: 0;padding: 20px 2%;
}
.load{
    background: url(../Webimg/load.GIF) no-repeat;width: 20px;height: 20px;
}
.shadow{
    -webkit-box-shadow: 0px 1px 1px #333;
    -moz-box-shadow: 0px 1px 1px #333;
    box-shadow: 0px 1px 1px #333;
    -o-box-shadow: 0px 1px 1px #333;
}
/*--
@Gen.End
--*/