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

/*通用样式*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
html { color:#333333; background:#FFF; word-break: break-all; word-wrap:break-word; }
body { width:100%; overflow-x:hidden; }
html,body{height: 100%; font-size:14px; font-family:"思源黑体";}
a { color: #0088CC; text-decoration: none; cursor:pointer;}
fieldset, img { border:0; }
ul, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%;  }
i, em { font-style:normal; line-height:100%; }
img {border: 0;-ms-interpolation-mode: bicubic;}
.Content {  width:100%; height:auto;}
.w980 { width:980px; margin:auto;}
.w1280 { width:1280px; margin:auto;}