body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{display: block;margin: 0;padding: 0;}
body,button,input,select,textarea{}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier,courier,monospace;}
li{list-style:none;}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;}
img{border:0;}
button,input,select,textarea{font-size:100%;outline: none}
table{border-collapse:collapse;border-spacing:0;}
div{box-sizing: border-box;}
/*@font-face {
  font-family: 'sy';
  src: url('/Public/index/css/font/sy.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sy1';
  src: url('/Public/index/css/font/normal.otf');
  font-weight: normal;
  font-style: normal;
}*/
body{
    font-family: "微软雅黑";
    /*margin:0 !important;*/
}

*,*::before,*::after{box-sizing:border-box;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clr{
    display:block;
    clear:both
}
body{
    background:#ffffff;
    min-width:1100px;
}


<!--0.00016498565673828-->