@charset "utf-8";

html {
    _background: url(about:blank);
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #F60 !important;
    text-decoration: none
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

/* jump */
#jump {
    position: fixed;
    top: 260px;
    right: 30px;
    width: 50px;
    z-index: 400;
}

*html #jump {
    position: absolute;
    top: expression(documentElement.scrollTop + "px");
    margin: 300px 0 0 0;
}

#jump li {
    height: 55px;
    overflow: hidden;
}

#top,
#line,
#weixin {
    display: block;
    width: 50px;
    height: 53px;
    overflow: hidden;
    cursor: pointer;
}

#line {
    background: url(./sina.png) no-repeat;
}

#line:hover {
    background: url(./sina.png) no-repeat;
}

#weixin {
    background: url(./weixin.png) no-repeat;
}

#weixin:hover {
    background: url(./weixin.png) no-repeat;
}

#EWM {
    position: absolute;
    left: -280px;
    display: none;
}

#EWM img {
    width: 280px;
    height: 480px;
}

#linecode {
    position: absolute;
    left: -280px;
    display: none;
}

#linecode img {
    width: 280px;
    height: 260px;
}