网站实时行情

因FLASH关闭 原行情用不了

实际效果

网站实时行情_第1张图片

网页代码


    XXX有限公司
    
    
  
  
  
  
  

    

走势对比:
分时
日K
周K
月K
K线
复权K线
技术图

JS

//涓氬姟绫�
function escapeRegExp(a) {
    return a.replace(/([.*+?^${}()|[\]\/\\])/g, "\\$1")
}
function random() {
    return (new Date).getTime()
}
function getScript(a, b, c) {
    var e, f, d = document.createElement("script");
    d.type = "text/javascript";
    c && (d.charset = c);
    d.src = a;
    e = document.getElementsByTagName("head")[0];
    f = !1;
    d.onload = d.onreadystatechange = function() {
        if (!(f || this.readyState && "loaded" !== this.readyState && "complete" !== this.readyState)) {
            f = !0;
            b && b();
            d.onload = d.onreadystatechange = null;
            setTimeout(function() {
                e.removeChild(d)
            }, 1)
        }
    }
    ;
    e.appendChild(d)
}
function checkUD(a, b) {
    var c = void 0 !== b ? b : a.change;
    return c > 0 ? window.UPCOLOR || "up" : 0 > c ? window.DOWNCOLOR || "down" : window.FLATCOLOR || "flat"
}
function merge(a, b) {
    for (var c in b)
        a[c] = "object" == typeof a[c] && "object" == typeof b[c] ? arguments.callee(b[c], a[c]) : b[c];
    return a
}
var hqParser, clock;
Function.prototype.fnBind || (Function.prototype.fnBind = function(a, b) {
    var c = this;
    return function() {
        var d, e;
        if (b && arguments.length) {
            d = Array.prototype.slice.call(b, 0);
            for (e = 0; e < arguments.length; e++)
                Array.prototype.push.call(d, arguments[e])
        }
        return c.apply(a || this, d || b || arguments)
    }
}
);
Function.prototype.bindArg || (Function.prototype.bindArg = function() {
    return this.fnBind(null, arguments)
}
);
Number.prototype.toFixed = function(a) {
    var d, b = Math.floor(this * Math.pow(10, a)) + .5, c = 0 > b ? "-" : "";
    b = Math.abs(b);
    Math.abs(this) * Math.pow(10, a) - b >= -.5 * Math.pow(10, -14 + a) ? b += .5 : b -= .5;
    b += "";
    if (0 == a)
        return c + b;
    b = b.split("");
    if (b.length <= a) {
        for (d = b.length; a > d; d++)
            b.unshift("0");
        b.unshift(".");
        b.unshift("0")
    } else
        b.splice(b.length - a, 0, ".");
    return c + b.join("")
}
;
String.prototype.toFixed = function(a) {
    return isNaN(1 * this) ? this.toString() : (1 * this).toFixed(a)
}
;
String.prototype.format = function(a) {
    var b, c, d, e, f;
    a = a || ",";
    b = this + "";
    if ("number" != typeof (1 * b))
        return b;
    c = "";
    d = "";
    if (b.indexOf("-") > -1) {
        d = "-";
        b = b.replace("-", "")
    }
    if (b.indexOf(".") > -1) {
        e = b.split(".");
        b = e[0];
        c = "." + e[1]
    }
    if (b.length > 3) {
        b = b.replace(/\d{3}$/, function(a) {
            f = "," + a;
            return ""
        });
        return d + arguments.callee.apply(b, arguments) + f + c
    }
    return d + b + c
}
;
Number.prototype.format = function() {
    return String.prototype.format.apply(this + "", arguments)
}
;
String.prototype.preFull = function(a, b) {
    var c = this.toString();
    a = a || 2;
    b = b || "0";
    for (; c.length < a; )
        c = b + c;
    return c
}
;
Number.prototype.preFull = function(a, b) {
    return (this + "").preFull(a, b)
}
;
if (!window.Cookie) {
    window.Cookie = {};
    Cookie.get = function(a) {
        var b = document.cookie.match("(?:^|;)\\s*" + escapeRegExp(a) + "=([^;]*)");
        return b ? b[1] || "" : ""
    }
    ;
    Cookie.set = function(a, b, c) {
        var d, e, f, g, h;
        c = c || {};
        if (null === b) {
            b = "";
            c.expires = -1
        }
        d = "";
        if (c.expires && (1 * c.expires || c.expires.toUTCString)) {
            if (1 * c.expires) {
                e = new Date;
                e.setTime(e.getTime() + 1e3 * 60 * 60 * 24 * c.expires)
            } else
                e = c.expires;
            d = "; expires=" + e.toUTCString()
        }
        f = c.path ? "; path=" + c.path : "";
        g = c.domain ? "; domain=" + c.domain : "";
        h = c.secure ? "; secure" : "";
        document.cookie = [a, "=", b, d, f, g, h].join("")
    }
}
hqParser = new function() {
    function a(a, b) {
        var c, d, e;
        if (!a) {
            c = {};
            c.enName = c.name = c.open = c.preClose = c.low = c.high = c.now = c.change = c.changeP = c.buy = c.sell = c.volume = c.amount = c.pe = c.income = c.high52 = c.low52 = c.low52 = c.date = c.time = c.swing = "--";
            return c
        }
        d = a.split(",");
        e = {};
        if (b)
            if (b.indexOf("hk") > -1) {
                e.symbol = b;
                e.sym = b.replace("hk", "")
            } else {
                e.symbol = "hk" + b;
                e.sym = b
            }
        e.enName = d[0];
        e.name = d[1];
        e.open = 1 * d[2];
        e.preClose = 1 * d[3];
        e.high = 1 * d[4];
        e.low = 1 * d[5];
        e.now = 1 * d[6];
        e.change = 1 * d[7];
        e.changeP = 1 * d[8];
        e.buy = 1 * d[9];
        e.sell = 1 * d[10];
        e.volume = 1 * d[12];
        e.amount = 1 * d[11];
        e.pe = 1 * d[13];
        e.pe = e.pe || "--";
        e.income = 1 * d[14];
        e.income = e.income || "--";
        e.high52 = 1 * d[15];
        e.low52 = 1 * d[16];
        e.date = d[17];
        e.time = d[18];
        if (!e.open) {
            e.open = "--";
            if (!e.now) {
                e.high = "--";
                e.low = "--"
            }
        }
        if (!e.now) {
            e.change = "--";
            e.changeP = "--"
        }
        if (e.preClose) {
            e.swing = 100 * ((e.high - e.low) / e.preClose);
            e.swing = isNaN(e.swing) ? "--" : e.swing
        } else {
            e.preClose = "--";
            e.swing = "--"
        }
        return e
    }
    function b(a, b) {
        var c, d, e, f;
        if (!a) {
            c = {};
            c.enName = c.name = c.open = c.preClose = c.low = c.high = c.now = c.change = c.changeP = c.buy = c.sell = c.volume = c.amount = c.pe = c.income = c.high52 = c.low52 = c.low52 = c.date = c.time = c.swing = "--";
            return c
        }
        d = a.split(",");
        e = {};
        b && (e.sym = b);
        e.name = d[0];
        e.now = 1 * d[1];
        e.changeP = 1 * d[2];
        e.updateTime = d[3];
        e.change = 1 * d[4];
        e.open = 1 * d[5];
        e.high = 1 * d[6];
        e.low = 1 * d[7];
        e.high52 = 1 * d[8];
        e.low52 = 1 * d[9];
        e.volume = 1 * d[10];
        e.averageVolume = 1 * d[11];
        e.totalShare = 1 * d[12];
        e.eps = 1 * d[13];
        e.pe = 1 * d[14];
        e.pe = e.pe || "--";
        e.beta = 1 * d[16];
        e.dividend = 1 * d[17];
        e.dividend = e.dividend || "--";
        e.income = 1 * d[18];
        e.income = e.income || "--";
        e.shares = 1 * d[19];
        e.hourTradingPrice = 1 * d[21];
        e.hourTradingChangeP = 1 * d[22];
        e.hourTradingChange = 1 * d[23];
        e.hourTradingDateTime = d[24];
        f = d[24].split(" ");
        e.hourTradingDate = f[0] + " " + f[1];
        e.hourTradingTime = f[2] || "";
        e.dateTime = d[25];
        f = d[25].split(" ");
        e.date = f[0] + " " + f[1];
        e.time = f[2];
        e.preClose = 1 * d[26];
        e.hourTradingVolume = 1 * d[27];
        if (!e.open) {
            e.open = "--";
            e.high = "--";
            e.low = "--"
        }
        if (!(e.now && "--" != e.open || e.change)) {
            e.change = "--";
            e.changeP = "--"
        }
        if (e.preClose) {
            e.swing = 100 * ((e.high - e.low) / e.preClose);
            e.swing = isNaN(e.swing) ? "--" : e.swing
        } else {
            e.preClose = "--";
            e.swing = "--"
        }
        return e
    }
    function c(a, b) {
        var c, d, e, f, g;
        if (!a) {
            c = {};
            c.enName = c.name = c.open = c.preClose = c.low = c.high = c.now = c.change = c.changeP = c.buy = c.sell = c.volume = c.amount = c.pe = c.income = c.high52 = c.low52 = c.low52 = c.date = c.time = c.swing = "--";
            return c
        }
        d = a.split(",");
        e = {};
        if (b)
            if (b.indexOf("s") > -1) {
                e.symbol = b;
                e.sym = b.replace(/s[hz]/, "")
            } else {
                e.sym = b;
                f = b.charAt(0);
                "69".indexOf(f) > -1 && (e.symbol = "sh" + b);
                "023".indexOf(f) > -1 && (e.symbol = "sz" + b)
            }
        e.name = d[0];
        e.open = 1 * d[1];
        e.preClose = 1 * d[2];
        e.now = 1 * d[3];
        e.high = 1 * d[4];
        e.low = 1 * d[5];
        e.buy = 1 * d[6];
        e.sell = 1 * d[7];
        e.volume = 1 * d[8];
        e.symbol && /^(sh000|sh580)\d*/.test(e.symbol) && (e.volume *= 100);
        e.amount = 1 * d[9];
        e.date = d[30];
        e.time = d[31];
        e.status = d[32];
        g = {
            "00": "",
            "01": "涓村仠1H",
            "02": "鍋滅墝",
            "03": "鍋滅墝",
            "04": "涓村仠",
            "05": "鍋�1/2",
            "07": "鏆傚仠",
            "-1": "鏃犺褰�",
            "-2": "鏈笂甯�",
            "-3": "閫€甯�"
        };
        e.statusWord = "00" == e.status || e.buy || e.sell ? "" : g[e.status];
        "02" != e.status && "03" != e.status || e.buy || e.sell || (e.stopDay = !0);
        e.change = e.now - e.preClose;
        e.changeP = 100 * (e.change / e.preClose);
        if (!e.open) {
            e.open = "--";
            e.high = "--";
            e.low = "--"
        }
        if (!e.now || "--" == e.open) {
            e.change = "--";
            e.changeP = "--"
        }
        if (e.preClose) {
            e.swing = 100 * ((e.high - e.low || 0) / e.preClose);
            e.swing = isNaN(e.swing) ? "--" : e.swing
        } else {
            e.preClose = "--";
            e.swing = "--"
        }
        e.now = e.now || e.preClose;
        return e
    }
    function d(a) {
        var c, d, e;
        if (!a) {
            c = {};
            c.enName = c.name = c.open = c.preClose = c.low = c.high = c.now = c.change = c.changeP = c.buy = c.sell = c.volume = c.amount = c.pe = c.income = c.high52 = c.low52 = c.low52 = c.date = c.time = c.swing = "--";
            return c
        }
        d = a.split(",");
        e = {};
        e.name = d[0];
        e.now = 1 * d[1];
        e.change = 1 * d[2];
        e.changeP = 1 * d[3];
        e.time = d[4];
        if (!e.now) {
            e.change = "--";
            e.changeP = "--"
        }
        return e
    }
    function e(a) {
        var c, d, e;
        if (!a) {
            c = {};
            c.enName = c.name = c.open = c.preClose = c.low = c.high = c.now = c.change = c.changeP = c.buy = c.sell = c.volume = c.amount = c.pe = c.income = c.high52 = c.low52 = c.low52 = c.date = c.time = c.swing = "--";
            return c
        }
        d = a.split(",");
        e = {};
        e.now = 1 * d[0];
        e.change = e.now - d[7];
        e.changeP = 1 * d[1];
        if (!e.now) {
            e.change = "--";
            e.changeP = "--"
        }
        return e
    }
    function f(a, b, c) {
        var d = arguments.callee[a];
        return d ? d(a, b, c) : {}
    }
    f.a = c;
    f.b = d;
    f.hk = a;
    f.us = b;
    f.hf = e;
    return f
}
;
clock = new function() {
    var c, a = "https://hq.sinajs.cn/?rn=$random&list=sys_time", b = [], d = /\d{2}:\d{2}:\d{2}/, e = !1;
    this.init = function(a) {
        var c, d;
        a = a || [];
        for (d = 0; d < a.length; d++) {
            c = {};
            c.el = document.getElementById(a[d].elID);
            c.diff = 1e3 * 60 * 60 * getGlobalTimezone(a[d].area);
            c.template = a[d].template;
            b.push(c)
        }
        if (e)
            this.draw();
        else {
            e = !0;
            (window.hq_str_sys_time || window.StandardBJTime) && this.setTime();
            this.getTime();
            setInterval(this.getTime.fnBind(this), 36e5);
            setInterval(this.draw.fnBind(this), 1e3)
        }
    }
    ;
    this.add = function() {}
    ;
    this.getTime = function() {
        getScript(a.replace("$random", random()), this.setTime.fnBind(this))
    }
    ;
    this.setTime = function() {
        c = 1e3 * (window.hq_str_sys_time || window.StandardBJTime);
        this.draw()
    }
    ;
    this.time = function() {
        return new Date(c)
    }
    ;
    this.draw = function() {
        var a, e;
        if (c) {
            for (e = 0; e < b.length; e++) {
                a = new Date(c + b[e].diff);
                b[e].el.innerHTML = b[e].template ? b[e].template.replace("YY", a.getFullYear()).replace("Y", (a.getFullYear() % 100).preFull()).replace("MM", (a.getMonth() + 1).preFull()).replace("DD", a.getDate().preFull()).replace("H", a.getHours().preFull()).replace("M", a.getMinutes().preFull()).replace("S", a.getSeconds().preFull()) : a.getMonth() + 1 + "鏈�" + a.getDate() + "鏃� " + a.toString().match(d)[0]
            }
            c += 1e3
        }
    }
}
;
sinaSSOController = {
    getSinaCookie:function(){

    }
}
!function() {
    function a(a) {
        return "string" == typeof a ? document.getElementById(a) : a
    }
    var c, b = function(b) {
        function c(a, b, c) {
            a.addEventListener ? a.addEventListener(b, c, !1) : a.attachEvent("on" + b, c)
        }
        function e(a) {
            a = a || event;
            13 == a.keyCode && d.checkSubmit()
        }
        merge(this, b);
        this.name = a(this.name);
        this.psw = a(this.psw);
        this.remember = a(this.remember);
        this.loginBtn = a(this.loginBtn);
        this.days = a(this.days);
        this.logoutBtn = a(this.logoutBtn);
        var d = this;
        this.loginBtn && c(this.loginBtn, "click", this.checkSubmit.fnBind(this));
        this.logoutBtn && c(this.logoutBtn, "click", this.logout.fnBind(this));
        this.name && this.nameEnter && c(this.name, "keyup", e);
        this.psw && this.pswEnter && c(this.psw, "keyup", e)
    };
    merge(b.prototype, {
        name: null,
        psw: null,
        nameEnter: !0,
        pswEnter: !0,
        remember: null,
        loginBtn: null,
        logoutBtn: null,
        days: 30,
        onLoginSuccess: function() {},
        onLoginFailed: function() {},
        onLogoutSuccess: function() {},
        onLogoutFailed: function() {},
        onUserChanged: function() {},
        onSubmit: function() {
            return !0
        },
        onCheckFailed: function() {},
        checkSubmit: function() {
            this.onSubmit(this.name.value, this.psw.value) ? this.login() : this.onCheckFailed();
            return !1
        },
        getDays: function() {
            if (!this.remember)
                return void 0;
            if ("number" == typeof this.remember)
                return this.remember;
            switch (this.remember.tagName) {
            case "INPUT":
                return this.remember.checked ? 1 * this.remember.value || "number" == typeof this.days ? this.days : this.days.value : void 0;
            case "SELECT":
                return this.remember.value;
            default:
                return void 0
            }
        },
        login: function(a, b, c) {
            if (!a && !this.name.value)
                return !1;
            var d = this;
            if(sinaSSOController){
                sinaSSOController.customLoginCallBack = function(a) {
                    a && a.result === !0 ? d.onLoginSuccess(sinaSSOController.getSinaCookie()) : a && a.result === !1 ? d.onLoginFailed(a) : d.onLoginFailed(a)
                }
                ;
                sinaSSOController.login(a || this.name.value, b || this.psw.value, c || this.getDays());
            }
            return !1
        },
        logout: function() {
            var a = this;
            if(sinaSSOController){
                sinaSSOController.customLogoutCallBack = function(b) {
                    b.result ? a.onLogoutSuccess(a) : a.onLogoutFailed("閫€鍑哄け璐�...")
                }
                ;
                sinaSSOController.logout();
            }
            return !1
        }
    });
    c = new function() {
        function j(a) {
            if (!h) {
                d = 1 * a || d || 1e3;
                h = setInterval(q, d);
                    sinaSSOController && sinaSSOController.getSinaCookie() && sinaSSOController.autoLogin(q)
            }
        }
        function k() {
            clearInterval(h);
            m()
        }
        function l(a) {
            a._onLoginSuccess = a.onLoginSuccess;
            a._onLogoutSuccess = a.onLogoutSuccess;
            a.onLoginSuccess = q;
            a.onLogoutSuccess = q
        }
        function m() {
            for (var a = 0; a < i.length; a++) {
                i[a].onLoginSuccess = i[a]._onLoginSuccess;
                i[a].onLogoutSuccess = i[a]._onLogoutSuccess
            }
        }
        function n() {
            for (var a = 0; a < i.length; a++)
                i[a]._onLoginSuccess(f)
        }
        function o() {
            for (var a = 0; a < i.length; a++)
                i[a]._onLogoutSuccess(f)
        }
        function p(a, b) {
            for (var c = 0; c < i.length; c++)
                i[c].onUserChanged(a, b)
        }
        function q() {
            var a = sinaSSOController.getSinaCookie();
            if (a)
                if (f) {
                    if (a.uid != f.uid) {
                        p(a, f);
                        f = a
                    }
                } else {
                    f = a;
                    n()
                }
            else if (f) {
                o();
                f = null
            }
        }
        var a = "finance"
          , c = "finance"
          , d = 1e3
          , f = null
          , g = !0
          , h = null
          , i = [];
        window.sinaSSOConfig = merge({
            entry: a,
            service: c,
            setDomain: g
        }, window.sinaSSOConfig || {});
        this.startMonitor = j;
        this.setFreq = function(a) {
            clearInterval(h);
            d = a || d;
            h = setInterval(q, d)
        }
        ;
        this.stopMonitor = k();
        this.checkImmediate = q;
        this.add = function(a) {
            var c = a;
            c.constructor != b && (c = new b(c));
            i.push(c);
            f && c.onLoginSuccess(f);
            l(c);
            1 == i.length && j();
            return this
        }
        ;
        this.get = function(a) {
            return i(a)
        }
        ;
        this.user = function() {
            return f
        }
    }
    ;
    window.LoginManager = c
}();
Object.toQueryString = function(a) {
    var b, c;
    if ("string" == typeof a)
        return encodeURIComponent(a);
    b = [];
    for (c in a)
        b.push(encodeURIComponent(c) + "=" + encodeURIComponent(a[c]));
    return b.join("&")
}
;

!function() {
    function t(e) {
        return typeof e == "string" ? document.getElementById(e) : e
    }
    function n(e, n, r) {
        this.template = [],
        this.html = "",
        this.container = t(e),
        this.fields = n || {},
        this.initTemplate(),
        this.css = i({
            up: "up",
            down: "down",
            flat: "flat"
        }, r)
    }
    function r(t, n, r) {
        var i = t
          , s = n;
        typeof s == "string" && (s = e[s]);
        var o = "";
        if (i === undefined || i === null)
            i = "--";
        return s ? (!isNaN(t * 1) && isFinite(t * 1) && (s.shift && (i *= Math.pow(10, s.shift)),
        s["涓�/浜�"] && (Math.abs(i) > 1e8 ? (i /= 1e8,
        o = "浜�") : Math.abs(i) > 1e4 && (i /= 1e4,
        o = "涓�")),
        s.digit !== undefined && s.digit >= 0 && (o ? i = i.toFixed(s.digit || 2) : i = i.toFixed(s.digit)),
        s.cfg & 8 && (i = i.format()),
        s.cfg & 4 && (i = t * 1 > 0 ? "+" + i : i),
        s.cfg & 2 && (i = Math.abs(i * 1)),
        i += o,
        s.cfg & 32 && this.lastData && (t > this.lastData[s.key] && (i = '鈫�' + i),
        t < this.lastData[s.key] && (i = '鈫�' + i)),
        s.p && (i = s.p.replace("$1", i))),
        i) : i
    }
    function i(e, t) {
        for (var n in t)
            typeof e[n] == "object" && typeof t[n] == "object" ? e[n] = arguments.callee(t[n], e[n]) : e[n] = t[n];
        return e
    }
    var e = {
        counts: {
            s: 1
        },
        symbol: {
            key: "symbol",
            title: "浠g爜"
        },
        sym: {
            key: "sym",
            title: "浠g爜"
        },
        name: {
            key: "name",
            title: "鍚嶇О"
        },
        now: {
            key: "now",
            title: " 鏈€鏂颁环",
            digit: 2,
            cfg: 48
        },
        change: {
            key: "change",
            title: "娑ㄨ穼棰�",
            digit: 2,
            cfg: 28
        },
        changeP: {
            key: "changeP",
            title: "娑ㄨ穼骞�",
            digit: 2,
            cfg: 28,
            p: "$1%",
            color: !0
        },
        open: {
            key: "open",
            title: "寮€鐩樹环",
            digit: 2,
            cfg: 24
        },
        preClose: {
            key: "preClose",
            title: "鏄ㄦ敹",
            digit: 2,
            cfg: 24
        },
        volume: {
            key: "volume",
            title: "鎴愪氦閲�(鎵�)",
            digit: 0,
            cfg: 16,
            "涓�/浜�": !0,
            shift: -2
        },
        amount: {
            key: "amount",
            title: "鎴愪氦棰�(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0
        },
        turnover: {
            key: "turnover",
            title: "鎹㈡墜鐜�",
            digit: 2,
            cfg: 24,
            p: "$1%"
        },
        pe: {
            key: "pe",
            title: "甯傜泩鐜�",
            digit: 2,
            cfg: 24
        },
        pb: {
            key: "pb",
            title: "甯傚噣鐜�",
            digit: 2,
            cfg: 24
        },
        high: {
            key: "high",
            title: "鏈€楂樹环",
            digit: 2,
            cfg: 24
        },
        low: {
            key: "low",
            title: "鏈€浣庝环",
            digit: 2,
            cfg: 24
        },
        buy: {
            key: "buy",
            title: "涔板叆浠�",
            digit: 2,
            cfg: 24
        },
        sell: {
            key: "sell",
            title: "鍗栧嚭浠�",
            digit: 2,
            cfg: 24
        },
        date: {
            key: "date",
            title: "鏃ユ湡"
        },
        time: {
            key: "time",
            title: "鏃堕棿"
        },
        swing: {
            key: "swing",
            title: "鎸箙",
            digit: 2,
            cfg: 24,
            p: "$1%"
        },
        eps: {
            key: "eps",
            title: "姣忚偂鏀剁泭",
            digit: 2,
            cfg: 24,
            s: 1
        },
        profit4Season: {
            key: "profit4Season",
            title: "鏈€杩�4瀛e害姣忚偂鏀剁泭",
            digit: 2,
            cfg: 24,
            s: 1
        },
        profitYear: {
            key: "profitYear",
            title: "浠婂勾浠ユ潵姣忚偂鏀剁泭",
            digit: 2,
            cfg: 24,
            s: 1
        },
        netAsset: {
            key: "netAsset",
            title: "姣忚偂鍑€璧勪骇",
            digit: 2,
            cfg: 24,
            s: 1
        },
        averageVolume: {
            key: "averageVolume",
            title: "骞冲潎鎴愪氦閲�",
            digit: 2,
            cfg: 24,
            s: 1
        },
        shares: {
            key: "shares",
            title: "鎬昏偂鏈�",
            digit: 0,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        capital: {
            key: "capital",
            title: "娴侀€氳偂鏈�",
            digit: 0,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        cvs: {
            key: "cvs",
            title: "娴侀€氬競鍊�(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0
        },
        totalShare: {
            key: "totalShare",
            title: "鎬诲競鍊�(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0
        },
        capitalA: {
            key: "capitalA",
            title: "娴侀€欰鑲�",
            digit: 0,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        capitalB: {
            key: "capitalB",
            title: "娴侀€欱鑲�",
            digit: 0,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        netProfit: {
            key: "netProfit",
            title: "鏈€杩戝勾搴﹀噣鍒╂鼎(浜垮厓)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        issuePrice: {
            key: "issuePrice",
            title: "鍙戣浠�",
            digit: 2,
            cfg: 24,
            s: 1
        },
        roe: {
            key: "roe",
            title: "鍑€璧勪骇鏀剁泭鐜�",
            digit: 2,
            cfg: 24,
            p: "$1%",
            s: 1
        },
        revenue: {
            key: "revenue",
            title: "涓昏惀涓氬姟鏀跺叆(浜垮厓)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        changes_5: {
            key: "changes_5",
            title: "浜旀棩娑ㄨ穼",
            digit: 2,
            cfg: 24,
            p: "$1%",
            s: 1
        },
        changes_10: {
            key: "changes_10",
            title: "鍗佹棩娑ㄨ穼",
            digit: 2,
            cfg: 24,
            p: "$1%",
            s: 1
        },
        changes_20: {
            key: "changes_20",
            title: "浜屽崄鏃ユ定璺�",
            digit: 2,
            cfg: 24,
            p: "$1%",
            s: 1
        },
        changes_30: {
            key: "changes_30",
            title: "涓夊崄鏃ユ定璺�",
            digit: 2,
            cfg: 24,
            p: "$1%",
            s: 1
        },
        changes_60: {
            key: "changes_60",
            title: "鍏崄鏃ユ定璺�",
            digit: 2,
            cfg: 24,
            p: "$1%",
            s: 1
        },
        netamount: {
            key: "netamount",
            title: "鍑€娴佸叆(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0
        },
        netInflowRate: {
            key: "netInflowRate",
            title: "鍑€娴佸叆鐜�",
            digit: 2,
            cfg: 24,
            p: "$1%"
        },
        r0_in: {
            key: "r0_in",
            title: "涓诲姏鍑€娴佸叆(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0
        },
        r3_in: {
            key: "r3_in",
            title: "鏁f埛鍑€娴佸叆(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0
        },
        r0_net_3: {
            key: "r0_net_3",
            title: "3鏃ュ噣娴佸叆(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        },
        r0_net_5: {
            key: "r0_net_5",
            title: "5鏃ュ噣娴佸叆(鍏�)",
            digit: 2,
            cfg: 16,
            "涓�/浜�": !0,
            s: 1
        }
    };
    window.allFields = e,
    i(n.prototype, {
        initTemplate: function() {
            var e = this
              , t = this.container && this.container.innerHTML;
            if(this.container){
                this.container.innerHTML = t && t.replace(//g, "").replace(/@.*?@/g, "--"),
                t = t.replace(//g, function(t, n) {
                    return e.template.push(n),
                    "@template@"
                }),
                this.html = t
            }
        },
        draw: function(t) {
            var n = this, i = this.html, s = this.template, o = [], u = [], a, f;
            a = t,
            a && (a.constructor !== Array || a[0] && a[0].constructor !== Array) && (a = [a]);
            for (var l = 0; l < a.length && l < s.length; l++) {
                f = a[l],
                f && f.constructor !== Array && (f = [f]),
                u = [];
                for (var c = 0, h = f.length; c < h; c++)
                    u.push(s[l].replace(/@UD_(.*?)@/g, function(e, t) {
                        if (f[c][t] !== undefined) {
                            var r = f[c][t] * 1;
                            return r > 0 ? n.css.up : r < 0 ? n.css.down : n.css.flat
                        }
                    }).replace(/@(.*?)@/g, function(t, i) {
                        return r(f[c][i], f[c].fieldsImportant && f[c].fieldsImportant[i] || n.fields[i] || e[i])
                    }));
                o.push(u.join(""))
            }
            var p = 0;
            i = i.replace(/@template@/g, function() {
                return p++,
                o[p - 1] || ""
            }),
            i = i.replace(/@UD_(.*?)@/g, function(e, r) {
                if (t[r] !== undefined) {
                    var i = t[r] * 1;
                    return i > 0 ? n.css.up : i < 0 ? n.css.down : n.css.flat
                }
            }).replace(/@(.*?)@/g, function(i, s) {
                return r(t[s], t.fieldsImportant && t.fieldsImportant[s] || n.fields[s] || e[s])
            });
            if(this.container){
                this.container.innerHTML = i
            }
        }
    }),
    window.DataDrawer = n,
    window.dataFormat = r
}()

var SuggestServer = function() {
    this._stringOriginalUrl = "https://suggest3.sinajs.cn/suggest/type=@TYPE@&key=@KEY@&name=@NAME@";
    this._stringUrl = "";
    this._elementScriptLoader = null;
    this._elementContainer = null;
    this._stringOriginalValue = "";
    this._stringLastValue = "";
    this._functionCallback = null;
    this._elementLineCurrent = null;
    this._objectHtml = {};
    this._objectData = {};
    this._booleanHideDelay = !1;
    this._stringBrowserType = "";
    this._objectType = {
        11: "A 鑲�",
        12: "B 鑲�",
        13: "鏉冭瘉",
        14: "鏈熻揣",
        15: "鍊哄埜",
        21: "寮€鍩�",
        22: "ETF",
        23: "LOF",
        24: "璐у熀",
        25: "QDII",
        26: "灏佸熀",
        31: "娓偂",
        32: "绐濊疆",
        33: "娓寚鏁�",
        41: "缇庤偂",
        42: "澶栨湡",
        81: "鍊哄埜",
        82: "鍊哄埜"
    };
    this._objectConfig = {
        input: null,
        loader: null,
        value: null,
        "default": null,
        type: 0,
        max: 10,
        width: 220,
        link: null,
        target: "_blank",
        head: ["閫夐」", "浠g爜", "鍚嶇О"],
        body: [-1, 2, 4],
        fix: {
            firefox: [1, 1]
        },
        onshow: function() {},
        onhide: function() {},
        hideSelectForIE6: !1,
        callback: null
    };
    this._getElement = function(a) {
        return document.getElementById(a)
    }
    ;
    this._getRandom = function() {
        return (new Date).getTime()
    }
    ;
    this._bind = function(a, b) {
        var c = this;
        return function() {
            var e, d = null;
            if ("undefined" != typeof b) {
                for (e = 0; e < arguments.length; e++)
                    b.push(arguments[e]);
                d = b
            } else
                d = arguments;
            return a.apply(c, d)
        }
    }
    ;
    this._aevent = function(a, b, c) {
        window.addEventListener ? a.addEventListener(b, c, !1) : window.attachEvent && a.attachEvent("on" + b, c)
    }
    ;
    this._position = function() {
        var d, e, f, g, a = 0, b = 0, c = this._elementInput;
        do {
            a += c.offsetTop || 0;
            b += c.offsetLeft || 0;
            if ("relative" != c.style.position)
                break;
            c = c.offsetParent
        } while (c);d = [1 * this._elementInput.parentNode.style.borderTopWidth.replace("px", ""), 1 * this._elementInput.parentNode.style.borderLeftWidth.replace("px", "")];
        __arrayPositionFix = [0, 0];
        this._elementContainer.style.top != a + "px" && (this._elementContainer.style.top = a - d[0] + __arrayPositionFix[0] + "px");
        this._elementContainer.style.left != b + "px" && (this._elementContainer.style.left = b - d[1] + __arrayPositionFix[1] + "px");
        e = this._elementInput.style.borderTopWidth;
        f = this._elementInput.style.borderBottomWidth;
        g = this._elementInput.clientHeight;
        g += "" != e ? 1 * e.replace("px", "") : 2;
        g += "" != f ? 1 * f.replace("px", "") : 2;
        this._elementContainer.style.marginTop != g + "px" && (this._elementContainer.style.marginTop = g + "px")
    }
    ;
    this._getType = function(a) {
        return {
            1: "stock",
            2: "fund",
            3: "hk",
            4: "us"
        }[a.substr(0, 1)]
    }
    ;
    this._fill = function() {
        var b, c, d, e, f, g, h, i, j, a = this._elementInput.value;
        if ("key_" + a in this._objectData && "" != this._objectData["key_" + a]) {
            if (null == this._elementContainer) {
                this._elementContainer = document.createElement("div");
                this._elementContainer.style.cssText += "display:none; filter:alpha(opacity=95); opacity:0.95; position:absolute; width:" + this._objectConfig.width + "px; z-index:999;";
                this._elementInput.parentNode.insertBefore(this._elementContainer, this._elementInput);
                this._elementContainer.suggest = this
            }
            this._position();
            b = "";
            b += '';
            if (null != this._objectConfig.head) {
                b += '';
                for (c in this._objectConfig.head)
                    this._objectConfig.head.hasOwnProperty(c) && (b += "");
                b += ""
            }
            d = (this._objectData["key_" + a] || "").replace(/&/g, "&").replace(/;$/, "").split(";");
            e = d.length > this._objectConfig.max ? this._objectConfig.max : d.length;
            f = "parentNode.parentNode.parentNode['suggest']";
            for (c = 0; e > c; c++) {
                g = d[c].split(",");
                g[-1] = g[0].replace(new RegExp(a.toLowerCase().replace(/(^\s*)|(\s*$)/g, "").replace(/\./g, function(a) {
                    return "\\" + a
                }),"gi"), function(a) {
                    return '' + a + ""
                });
                g[-2] = g[1]in this._objectType ? this._objectType[g[1]] : "鈥曗€�";
                if (null == this._objectConfig.link || "" == this._objectConfig.link)
                    h = ['"];
                else {
                    i = this._objectConfig.link.replace(/@type@/g, this._getType(g[1]) || g[1]).replace(/@code@/g, this._getFullCode(g));
                    for (j in g)
                        g.hasOwnProperty(j) && (i = i.replace(new RegExp("@" + j + "@","g"), g[j]));
                    h = ['"]
                }
                b += '";
                for (j in this._objectConfig.body)
                    this._objectConfig.body.hasOwnProperty(j) && (b += h[0] + g[this._objectConfig.body[j]] + h[1]);
                b += ""
            }
            b += "
" + this._objectConfig.head[c] + "
', "', "
"; this._objectHtml["key_" + a] = b; this._elementLineCurrent = null; document.createElement("div"); this._elementContainer.innerHTML = this._objectHtml["key_" + a]; this._show() } else this._hide() } ; this._color = function(a) { var b = ""; a._booleanArrow && a._booleanMouse ? b = "#F8FBDF" : a._booleanArrow ? b = "#F1F5FC" : a._booleanMouse && (b = "#FCFEDF"); a.style.backgroundColor != b && (a.style.backgroundColor = b) } ; this.mouseoverLine = function(a) { a._booleanMouse = !0; this._color(a) } ; this.mouseoutLine = function(a) { a._booleanMouse = !1; this._color(a) } ; this.setLineMouse = function(a) { this.setLine(a); null != this._functionCallback && this._functionCallback(this._elementInput.value, a.id.split(",")) } ; this._getFullCode = function(a) { switch (a[1]) { case "11": return a[3]; case "12": return a[3]; case "13": return a[3]; case "14": return a[3]; case "15": return a[3]; case "21": return a[3]; case "22": return a[3]; case "23": return a[3]; case "24": return a[3]; case "25": return a[3]; case "26": return a[3]; default: return a[2] } } ; this.setLine = function(a) { var d, e, f, b = a.id.split(","), c = this._objectConfig.value; if (null != c && "" != c) { for (d = 0; d < b.length; d++) c = c.replace(new RegExp("@" + d + "@","g"), b[d]); e = c } else e = this._getFullCode(b); f = a.id; for (d = 2; 5 > d; d++) this._objectData["key_" + b[d]] = f + ";"; this._stringLastValue = e; this._elementInput.value = e; if (null != this._elementLineCurrent) { this._elementLineCurrent._booleanArrow = !1; this._color(this._elementLineCurrent) } a._booleanArrow = !0; this._color(a); this._elementLineCurrent = a } ; this._show = function() { var a, b; if (null != this._elementContainer) { this._elementContainer.style.display = ""; this._objectConfig.onshow(); if (this._objectConfig.hideSelectForIE6 && "ie6" == this._stringBrowserType) { a = document.getElementsByTagName("select"); for (b = 0; b < a.length; b++) a[b].style.visibility = "hidden" } } } ; this.hidepause = function() { this._booleanHideDelay = !0 } ; this.hideresume = function() { this._booleanHideDelay = !1; this._hideNow() } ; this._hide = function() { 0 == this._booleanHideDelay && this._hideNow() } ; this._hideNow = function() { var a, b; if (null != this._elementContainer) { this._elementContainer.style.display = "none"; this._objectConfig.onhide(); if (this._objectConfig.hideSelectForIE6 && "ie6" == this._stringBrowserType) { a = document.getElementsByTagName("select"); for (b = 0; b < a.length; b++) a[b].style.visibility = "visible" } } } ; this._load = function(a, b, c) { var d, e; if (null == this._elementScriptLoader) { this._elementScriptLoader = document.createElement("div"); this._elementScriptLoader.style.display = "none"; this._elementInput.parentNode.insertBefore(this._elementScriptLoader, this._elementInput) } d = "suggestdata_" + this._getRandom(); e = document.createElement("script"); e.type = "text/javascript"; e.charset = "gb2312"; e.src = this._stringUrl.replace("@NAME@", d).replace("@KEY@", encodeURIComponent(a.toLowerCase())); e._object = this; b && (e._functionCallbackTrue = b); c && (e._functionCallbackFalse = c); e._stringValue = a; e._stringName = d; e[document.all ? "onreadystatechange" : "onload"] = function() { if (!document.all || "loaded" == this.readyState || "complete" == this.readyState) { var a = window[this._stringName]; if ("undefined" != typeof a) { this._object._objectData["key_" + this._stringValue] = a; this._functionCallbackTrue(a); window[this._stringName] = null } else this._functionCallbackFasle && this._functionCallbackFasle(""); this._object = null; this._stringValue = null; this._stringName = null; this[document.all ? "onreadystatechange" : "onload"] = null; this.parentNode.removeChild(this) } } ; this._elementScriptLoader.appendChild(e) } ; this._check = function() { var a = this._elementInput.value; if (this._stringLastValue != a) { this._stringLastValue = a; if ("" != a) "key_" + a in this._objectData ? this._fill() : this._load(a, this._bind(this._fill), this._bind(this._hide)); else { if (null != this._elementContainer) { this._elementLineCurrent = null; this._elementContainer.innerHTML = "" } this._hide() } } else this._show() } ; this._eventFocus = function() { this._elementInput.value == this._stringOriginalValue && (this._elementInput.value = ""); this._stringLastValue = ""; this._check() } ; this._eventBlur = function() { "" == this._elementInput.value && (this._elementInput.value = this._stringOriginalValue); this._stringLastValue = ""; this._hide() } ; this._eventButtonUp = function() { var a = arguments[0] || window.event , b = null == this._objectConfig.head ? 0 : 1; switch (a.keyCode) { case 38: null != this._elementContainer && null != this._elementContainer.firstChild && this.setLine(this._elementContainer.firstChild.rows[this._elementLineCurrent && this._elementLineCurrent.rowIndex != b ? this._elementLineCurrent.rowIndex - 1 : this._elementContainer.firstChild.rows.length - 1]); break; case 40: null != this._elementContainer && null != this._elementContainer.firstChild && this.setLine(this._elementContainer.firstChild.rows[this._elementLineCurrent && this._elementLineCurrent.rowIndex != this._elementContainer.firstChild.rows.length - 1 ? this._elementLineCurrent.rowIndex + 1 : b]); break; case 13: if (null != this._elementContainer) { null != this._elementLineCurrent && this.setLine(this._elementLineCurrent); null != this._functionCallback && this._functionCallback(this._elementInput.value, this._elementLineCurrent ? this._elementLineCurrent.id.split(",") : []) } this._hide(); break; default: this._check() } } ; this.getCodeFromCache = function(a) { return "key_" + a in this._objectData ? this._objectData["key_" + a] : void 0 } ; this.getCode = function(a, b) { "key_" + a in this._objectData ? b(this._objectData["key_" + a]) : this._load(a, b, b) } ; this.changeType = function(a) { this._objectHtml = {}; this._objectData = {}; this._elementInput.value = this._stringOriginalValue; if ("undefined" != typeof a) { var b = ""; switch (a.toLowerCase()) { case "stock": b = "11,12,13,14,15"; break; case "fund": b = "21,22,23,24,25,26"; break; case "hkstock": b = "31"; break; case "hk": b = "31,33,32"; break; case "usstock": b = "41"; break; case "us": b = "41,42"; break; default: b = a } this._stringUrl = this._stringOriginalUrl.replace("@TYPE@", b) } else this._stringUrl = this._stringOriginalUrl.replace("type=@TYPE@&", ""); this._objectConfig.type = a } ; this.changeLink = function(a) { this._objectConfig.link = a; this._fill(); this._hide() } ; this.clear = function() { this._stringLastValue = null; this._elementInput.value = ""; this._check(); this._elementInput.value = this._stringOriginalValue } ; this.bind = function(a) { if ("undefined" != typeof a) for (var b in a) this._objectConfig[b] = a[b]; this._elementInput = "string" == typeof this._objectConfig.input ? document.getElementById(this._objectConfig.input) : this._objectConfig.input; null != this._objectConfig.loader && (this._elementScriptLoader = "string" == typeof this._objectConfig.loader ? document.getElementById(this._objectConfig.loader) : this._objectConfig.loader); if (this._elementInput) { this._stringOriginalValue = null == this._objectConfig["default"] || "" == this._objectConfig["default"] ? this._elementInput.value : this._objectConfig["default"]; this.changeType(this._objectConfig.type); this._elementInput.value = this._stringOriginalValue; this._elementInput.setAttribute("autocomplete", "off"); this._elementInput.autoComplete = "off"; this._aevent(this._elementInput, "focus", this._bind(this._eventFocus)); this._aevent(this._elementInput, "blur", this._bind(this._eventBlur)); this._aevent(this._elementInput, "keyup", this._bind(this._eventButtonUp)); this._aevent(this._elementInput, "mouseup", this._bind(this._eventButtonUp)); this._functionCallback = this._objectConfig.callback } } }; !function() { function b(d) { if (typeof d == "string") { return document.getElementById(d) } else { return d } } function a(f, e, d) { if (f.attachEvent) { f.attachEvent("on" + e, d) } else { f.addEventListener(e, d, false) } } var c = new function() { var i = "loginBG"; var f = "loginLayer"; var k = []; this.init = function() { a(b("loginClose"), "click", e); LoginManager.add({ name: "loginName", psw: "loginPSW", remember: "loginRemember", loginBtn: "loginBtn", onLoginSuccess: function(l) { e(true); b("loginPSW").value = "" }, onLoginFailed: function(l) { if (l.errno == "4049") { alert("\u60a8\u7684\u8d26\u6237\u5b58\u5728\u5b89\u5168\u95ee\u9898\uff0c\u5c06\u4f1a\u4e3a\u60a8\u8f6c\u5230\u5b89\u5168\u767b\u9646\u9875\u9762\u3002"); location.href = "https://login.sina.com.cn/signup/signin.php?entry=finance&retcode=4049&r=" + location.href + "&savestate=" + (b("loginRemember").checked ? 30 : 0); return } b("loginError").innerHTML = l.reason }, onSubmit: function(l, m) { b("loginError").innerHTML = ""; if (!l) { g(b("loginName")); return false } if (!m) { g(b("loginPSW")); return false } return true } }) } ; function h(m, l) { this.id = m; this.onClose = l } function d() { b(i).style.display = "block"; b(f).style.display = "block"; return false } this.open = d; function e(l) { b(i).style.display = "none"; b(f).style.display = "none"; if (l !== true) { for (var m = 0; m < k.length; m++) { k[m].onClose && k[m].onClose() } } return false } this.close = e; function j(n, l) { var m = b(n); if (!m) { window.console && console.error && console.error({ msg: "\u6ca1\u6709\u4f20\u5165\u6309\u94ae\u6216\u8005\u6309\u94ae\u4e0d\u5b58\u5728\uff1a" + n }); return } a(m, "click", d); k.push(new h(n,l)) } this.addOpener = j; function g(n) { n.focus(); var l = 8; var m = setInterval(function() { n.style.backgroundColor = l % 2 ? "" : "#ccc"; l--; if (!l) { clearInterval(m) } }, 100) } } (); window.loginLayer = c }(); !function(b) { var d = "https://hq.sinajs.cn/rn=$rn&list="; function a(e) { this.ID = this.ID; this.indexCfgs = e; this.initDom(); this.getData(); setInterval(this.getData.fnBind(this), 5 * 1000); this.scrollTimer = setInterval(this.scrollUp.fnBind(this), 5 * 1000) } merge(a.prototype, { ID: 0, scrollTimer: undefined, indexs: [], initDom: function() { if (!document.getElementById("globalIndexScrollerCss")) { document.write('') } document.write(''); var h = b("#globalIndexScroller" + this.ID); setTimeout(function() { h.css("visibility", "") }, 500); var f = h.find(".global_index_scroller_body"); var g, n; var e, k; var o; for (var m = 0; m < this.indexCfgs.length; m++) { e = this.indexCfgs[m]; g = b("

CSS

@charset "gb2312";
/* ================== css reset ================== */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,blockquote { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6{ font-weight:normal; }
fieldset, img { border:none; }
address, caption, cite, code, dfn, th, var,em { font-style:normal; font-weight:normal; }
ul, ol, li { list-style:none; }
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
table { border-collapse:collapse; }
body { background:#fff; color:#333; padding:5px 0; font:12px/20px "瀹嬩綋"; }
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:10px; font-size:0; overflow:hidden;zoom:1; }
a { color:#09237a; text-decoration:none; }
a:visited { color:#800080; }
a:hover, a:active, a:focus { color:#f00; text-decoration:underline;}
.blue_d,a.a_blue_d_all,.a_blue_d_all a{color:#08237a;}
a.a_blue_d_all:visited,.a_blue_d_all a:visited{color:#08237a;}
a.a_blue_d_all:hover,.a_blue_d_all a:hover{color:#f00;}
.blue_l,a.a_blue_l_all,.a_blue_l_all a{color:#3d6cb0;}
a.a_blue_l_all:visited,.a_blue_l_all a:visited{color:#3d6cb0;}
a.a_blue_l_all:hover,.a_blue_l_all a:hover{color:#f00;}
a.a_blue_d_s,a_blue_d_s a{color:#08237a;}
a.a_blue_d_s:visited,a_blue_d_s a:visited{color:#08237a;}
a.a_blue_d_s:hover,a_blue_d_s a:hover{color:#08237a; text-decoration:none;}
a.a_blue_d_s:active,a_blue_d_s a:active{color:#08237a; text-decoration:none;}
a.a_blue_d_s:focus,a_blue_d_s a:focus{color:#08237a; text-decoration:none;}
a.a_blue_l_s,a_blue_l_s a{color:#3d6cb0;}
a.a_blue_l_s:visited,a_blue_l_s a:visited{color:#3d6cb0;}
a.a_blue_l_s:hover,a_blue_l_s a:hover{color:#3d6cb0; text-decoration:none;}
a.a_blue_l_s:active,a_blue_l_s a:active{color:#3d6cb0; text-decoration:none;}
a.a_blue_l_s:focus,a_blue_l_s a:focus{color:#3d6cb0; text-decoration:none;}
.wrap { width:980px; margin:0 auto; }
.hideword{line-height:100px;overflow:hidden;zoom:1;}
.up,.rup_up,.gup_down,.us_down,.hk_down{color:Red;}
.down,.rup_down,.gup_up,.us_up,.hk_up{color:Green;}
.spliter_5{height:5px;overflow:hidden;clear:both;}
.spliter_10{height:10px;overflow:hidden;clear:both;}
.spliter_15{height:15px;overflow:hidden;clear:both;}
.spliter_20{height:20px;overflow:hidden;clear:both;}
.button_blue{display:inline-block;width:63px;height:20px;line-height:20px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -380px -72px;color:White;border:none;cursor:pointer;text-align:center;}
.button_blue:visited{color:White;}
.button_blue:hover{text-decoration:none;color:White;}
img.vip{width:14px;height:11px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -280px;}
img.vip_c{width:14px;height:11px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -312px;}
.dotted_line{height:1px;overflow:hidden;background:url(http://i1.sinaimg.cn/cj/realstock/2012/images/dotted.png) repeat-x;}
/* 椤跺 */
.secondaryHeader{height:33px;padding-bottom:5px;overflow:hidden;background:url(http://www.sinaimg.cn/dy/images/header/2008/standardl2nav_bg.gif) repeat-x #fff;color:#000;font-size:12px;font-weight:100;}
.secondaryHeader a,.secondaryHeader a:visited{color:#000;text-decoration:none;}
.secondaryHeader a:hover,.secondaryHeader a:active{color:#c00;text-decoration:underline;}
.sHBorder{border:1px #e3e3e3 solid;padding:0 10px 0 12px;overflow:hidden;zoom:1;}
.sHLogo{float:left;height:31px;line-height:31px;overflow:hidden;}
.sHLogo span,.sHLogo span a,.sHLogo span a:link,.sHLogo span a:visited,.sHLogo span a:hover{display:block;*float:left;display:table-cell;vertical-align:middle;*display:block;*font-size:27px;*font-family:Arial;height:31px;}
.sHLogo span,.sHLogo span a img,.sHLogo span a:link img,.sHLogo span a:visited img,.sHLogo span a:hover img{vertical-align:middle;}
.sHLinks{float:right;line-height:31px;}
.sHBorder img{border:0}
.global_index_scroller .scroller_oper{padding-right:0;}
/*瀵艰埅*/
.nav{height:40px;line-height:40px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 0 repeat-x;}
.nav .wrap{background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 0 repeat-x;}
.nav .index{display:inline-block;width:116px;height:40px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -184px -216px;margin:0;margin-right:10px;}
.nav a,.nav span{margin:0 7px; vertical-align:middle;}
.nav a{color:White;}
.nav a:visited{color:White;}
.nav .spliter{display:inline-block;width:2px;height:40px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -472px -162px;}
.nav .a_right{float:right;line-height:40px;height:40px;margin-right:0px;}
.nav .a_right a,.nav .a_right a:visited{color:#90a9ce;margin-right:0px;}
.nav .a_right a:hover,.nav .a_right a:active,.nav .a_right a:focus{color:#f00;}
.nav .jxDown{float:right;margin:7px 0px 0 0;width:75px;height:27px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -424px 0;cursor:pointer;}
.nav .jx_on{height:33px;background-position:-512px 0px;}
/*鑲″競闆疯揪*/
.radar{height:30px;line-height:30px;margin-bottom:1px;background-color:#d4e4ff;}
#STOCKRADAR_SHOW_DIV{background:url(http://www.sinaimg.cn/cj/financewidget/image/stockradarlogo2.gif) transparent 7px 2px no-repeat;}
#STOCKRADAR_SHOW_DIV a span{color:#08237a;}
#STOCKRADAR_SHOW_DIV a:hover span{color:#f00;}
/*椤秚ui*/
.tui{line-height:28px;background-color:#f5faff;border-bottom:1px solid #c1dcf9;margin-bottom:1px;}
.tui .title{display:inline-block;padding-right:8px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -447px no-repeat;}
.tui .list a{margin:0 1px;}
/*闈㈠寘灞戙€佹悳绱�*/
.topbar{background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 -176px repeat-x; height :32px;}
.topbar .wrap{}
.topbar .crumbs{float:left;color:#8f8f8f;line-height:32px;}
.topbar .crumbs span{color:#062784;}
.topbar .search{float:right;position:relative;margin-top:5px;*margin-top:4px;}
.topbar .search input{float:left;vertical-align:middle;}
.topbar .search .txt{width:214px;height:18px;padding:1px 3px;line-height:18px;color:#8c8c8c;border:1px solid #c2c2c2;border-right:none;}
.topbar .search .btn{width:59px;height:22px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -216px 0;border:none;padding:0;cursor:pointer;}
.topbar .promot{position:relative;float:right;height:32px;line-height:32px;padding-right:10px;width:430px;margin-right:10px;overflow:hidden;}
#breakingNews{position:absolute; white-space:nowrap;}
#breakingNews a{zoom:1;}
#breakingNews span{display:inline-block;width:100px;color:#8f8f8f;zoom:1;}
/*鏍囩鍒囨崲??閫氱敤*/
.tabs{height:30px;overflow:hidden;font-size:16px;color:#08237a;text-align:center;font-family:寰蒋闆呴粦,瀹嬩綋;}
.tabs .tab{float:left;height:28px;background-color:#f7faff;border:1px solid #cce2f0;border-left:none;line-height:28px;cursor:pointer;}
.tabs .tab a,.tabs .tab a:visited{color:#08237a;}
.tabs .tab a:hover{color:#f00;}
.tabs .last{margin-right:-1px;}
.tabs .on{border-top:2px solid #062784;border-bottom:none;line-height:26px;background-color:White;cursor:default;}
/*鏈€杩戣闂偂銆佽嚜閫�??閫氱敤*/
.v_p{}
.v_p .tabs{}
.v_p .tabs .tab{width:92px;}
.v_p .cont{display:none;height:344px;overflow:hidden;border-bottom:1px solid #d9e2e7;}
.data_table table{line-height:26px;width:100%;}
.data_table thead{color:#035dbe; text-align:center;}
.data_table thead th,.data_table thead td{padding:4px 0 1px;}
.data_table thead a,.data_table thead a:visited{color:#035dbe;cursor:pointer;}
.data_table thead a:hover,.data_table thead a:active,.data_table thead a:focus{text-decoration:none;color:Silver;outline:none;}
.data_table thead .sort_up{padding-right:7px;margin-right:3px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -248px no-repeat;}
.data_table thead .sort_down{padding-right:7px;margin-right:3px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -224px no-repeat;}
.data_table .row_0{}
.data_table .row_1{background-color:#f9fafc;}
.data_table .hot_title{border-top:1px solid #dce5f5;background-color:#f9fafc;color:#035dbe;text-align:center;}
.data_table .boder-bottom td,.data_table .boder-bottom th{border-bottom:1px solid #dce5f5;background-color:#fcfcfe;}
.data_table tbody th{text-align:left;padding-left:10px;}
.data_table tbody td{text-align:right;padding-right:16px;}
.data_table tbody td *{vertical-align:middle;}
.data_table tbody td em{display:none;margin-left:1px;margin-right:-15px;cursor:pointer;width:14px;height:14px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -184px 0;}

.v_p tbody th{text-align:left;padding-left:2px;width:35%;}
.v_p tbody td{text-align:right;padding-right:14px;}
.v_p tbody td:first-of-type{text-align:right;padding-right:4px;}

#portLoginFalse{padding-top:95px;padding-left:35px;line-height:26px;}
#portLoginTrue{display:none;}
.v_p .port_hq{height:292px;overflow:hidden;}
.v_p .port_m_link{text-align:center;line-height:26px;}
.v_p .port_nick{background-color:#f9fafc;line-height:26px;}
.v_p #portNick{float:left;width:125px;white-space:nowrap;height:26px;margin-right:10px;overflow:hidden;text-align:center;}
/*钃濅笅杈广€佹涓嬭竟鏍囬??閫氱敤*/
.title_blue{height:24px;line-height:24px;border-bottom:2px solid #08237a;}
.title_blue h2{font-size:18px;font-family:寰蒋闆呴粦,榛戜綋;color:#012793;}
.title_blue h2 a,.title_blue h2 a:visited,.title_blue h2 a:hover,.title_blue h2 a:active,.title_blue h2 a:focus{color:#08237a; text-decoration:none;}
.title_brown{height:26px;line-height:26px;border-bottom:1px solid #a20c17;}
.title_brown h2{display:inline;font-size:18px;font-family:寰蒋闆呴粦,榛戜綋;color:#012793;padding-right:16px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -193px no-repeat;}
.title_brown h2 a,.title_brown h2 a:visited,.title_brown h2 a:hover,.title_brown h2 a:active,.title_brown h2 a:focus{color:#08237a; text-decoration:none;}
.more{float:right;display:inline;padding-right:8px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -90px no-repeat;*background-position:right -91px;color:#7e7e7e;line-height:24px;}
.title_brown .more{margin-top:1px;}
.more:visited{color:#7e7e7e;}
.more:hover{color:#045ebe;background-position:right -66px;*background-position:right -67px;text-decoration:none;}
/*钃濈偣li??閫氱敤*/
.li_point li{padding-left:10px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/icon_left.png) left -78px no-repeat;line-height:24px;}
/*鐑偣鏍忕洰*/
.hot_column{padding-top:5px;}
.hot_column li{float:left;width:49%;margin-right:-10px;}
/*涓偂娑ㄥ箙姒�*/
.stock_rank_changeP_title .more{margin-right:7px;}
.stock_rank_changeP{border-bottom:1px solid #d9e2e7;}
/*琛屾儏鍧�*/
.hq_title{height:26px;line-height:26px;padding-bottom:11px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 -43px repeat-x;overflow:hidden;}
.hq_title h1{float:left;padding-left:10px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/icon_left.png) 0 -109px no-repeat;font-size:18px;font-family:寰蒋闆呴粦,榛戜綋;color:#012793;}
.hq_title h1 span{margin-left:6px;font-size:12px;font-family:瀹嬩綋;}
.hq_title .add_port{float:right;display:inline;margin-right:5px;margin-top:5px;padding-left:15px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/icon_left.png) 0 -56px no-repeat;*background-position:0 -57px;}
.hq_title .stock_tip{float:left;margin-left:4px;}
.hq_title .stock_tip .stock_h2a{ float: left; display: inline; width: 29px; height: 29px;}
.hq_title .stock_tip a{float:left;margin-right:4px;height:29px;background:url(http://www.sinaimg.cn/cj/deco/2015/0817/back.9.png);}
.hq_title .stock_tip .t_l2{width:30px;background-position:-734px -216px;}
.hq_title .stock_tip .t_l2pjb{width:30px;background-position:-687px -216px;}
.hq_title .stock_tip .t_l2buy{width:29px;background-position:-780px -216px;}
.hq_title .stock_tip .t_300{width:29px;background-position:-488px -216px;}
.hq_title .stock_tip .t_rong{width:29px;background-position:-448px -216px;}
.hq_title .stock_tip .t_jing{width:29px;background-position:-528px -216px;}
.hq_title .stock_tip .t_buy{width:29px;background-position:-999em -216px;}
.hq_title .stock_tip .t_buy img{ margin:-3px 0 0 -4px}
.hq_title .stock_tip .ws_no { float:left;width:81px;height:23px;margin-left:5px;background:url(http://www.sinaimg.cn/cj/usstock/images/change_btn.3.png) 0px 0px;text-indent:-9999px;overflow:hidden;}
.hq_title .stock_tip .ws_no:hover { background-position:-83px 0px;}
.hq_title .stock_tip .ws_no_on { background-position:-166px 0px;}
.hq_title .stock_tip .ws_yes { float:left;width:68px;height:23px;margin-left:5px;background:url(http://www.sinaimg.cn/cj/usstock/images/change_btn.3.png) -12px -34px;text-indent:-9999px;overflow:hidden;}
.hq_title .stock_tip .ws_yes:hover { background-position:-85px -34px;}
.hq_title .stock_tip .ws_yes_on { background-position:-158px -34px;}
.stock_tip .ws_no,.stock_tip .ws_yes{position: relative;top:4px;}


.hq_details{height:102px;}
.hq_details .price_time{float:left;width:180px;margin-top:12px;padding:0 26px 0px 9px;border-right:1px solid #e1e8f5;}
.hq_details .price{height:43px;}
.hq_details #price{float:right;padding-right:6px;text-align:right;font-size:24px;/*涓轰簡缇庤璁惧ぇ浜嗗瓧浣擄紝濡傛灉鍑虹幇鍗冨厓鑲¢渶瑕佹敼锛�*/line-height:43px;font-family:Arial;}
.hq_details #arrow{float:right;width:21px;height:22px;margin-top:9px;}
.hq_details .arrow{background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -576px -160px;}
.hq_details .arrow_up{background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -544px -160px;}
.hq_details .arrow_down{background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -512px -160px;}
.hq_details .arrow_flat{background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -576px -160px;}
.hq_details .change{float:right;padding-left:5px;margin-top:5px;text-align:right;line-height:16px;}
.hq_details #change{}
.hq_details #changeP{}
.hq_details #closed{display:none;text-align:center;font-family:寰蒋闆呴粦,榛戜綋;font-size:24px;line-height:36px;color:Red;text-align:center;}
.hq_details .time{border-top:1px solid #e1e8f5;text-align:center;}
#hqPause{display:none;color:#A0A0A0;}
.hq_details .other{float:right;width:320px;margin-top:5px;color:#3d6cb0;line-height:22px;}
.hq_details .other table{width:100%;}
.hq_details .other table th{text-align:right;color:#062784; white-space: nowrap;}
.hq_details .other table td{}
/*鐩稿叧琛屾儏鏉�*/
.hq_related{height:29px;line-height:29px;padding:0 10px;background-color:#eef5ff;overflow:hidden;}
.hq_related sub{font-size:10px;}
.hq_related .hq_r_bj_name{color:#999999;}
.hq_related .hq_r_bk_name sub{color:#999999;}
/*淇℃伅鍦伴浄*/
.hq_notice{height:29px;line-height:29px;padding:0 10px;background-color:#fdfeff;border:1px solid #dce5f4;}
.hq_notice .hq_notice_title{float:left;width:60px;}
.hq_notice .hq_notice_cont{float:left;width:460px;height:29px;overflow:hidden;}
.hq_notice .hq_notice_cont li{height:29px;overflow:hidden;}
.hq_notice .hq_notice_btn{float:right;width:10px;}
.hq_notice .hq_notice_btn a{float:right;width:9px;height:5px;overflow:hidden;cursor:pointer;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png);}
.hq_notice .hq_notice_btn .hq_notice_up{background-position:right -344px;margin-top:6px;}
.hq_notice .hq_notice_btn .hq_notice_down{background-position:right -360px;margin-top:8px;}

.hq_lcs_t { height:29px;line-height:29px;padding:0 10px;background-color:#eef5ff;overflow:hidden;}
.ellipsis { display: block; overflow: hidden; white-space: nowrap; word-break: keep-all; text-overflow: ellipsis; }
.hq_lcs_t.nothing h3 {width:94%;}
.hq_lcs_t.nothing .lcs_more {display:none;}
.hq_lcs_t .lcs_left {width:305px; float:left;}
.hq_lcs_t .lcs_right {padding-left: 315px;}
.hq_lcs_t .lcs_right a {color:red;}
.hq_lcs_t h3 {width:235px;float:left;margin-left:-10px; font-size:12px;color: #08237A;font-weight: bold;padding-left:30px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/lcs_nv.gif) 0 0 no-repeat;}
.hq_lcs_t .lcs_more,.hq_lcs_t .lcs_more:visited { float:right;color:#3D6CB0;}
.hq_lcs_t .lcs_more:hover, .hq_lcs_t .lcs_more:active { color:#abb4d3;text-decoration:underline;}
.hq_lcs_c { margin-bottom:10px;}
.hq_lcs_s { overflow:hidden;height:29px;}
.hq_lcs_author { float:left;}
.hq_lcs_img {float:left;margin-top:4px; width:20px;height:20px;margin-right:7px;}

/*flash*/
.flash{height:490px;width:100%;overflow:hidden;}
/*鍥剧墖鐗堟牱寮�*/
#picContainer{display:none;}
#picContainer img{margin-top:18px;}
.pic_tabs{border:1px solid #dde4f4;padding-top:1px;}
.pic_tabs .tabs{height:25px;padding:2px 7px 0;background:#eef5ff url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -384px no-repeat;overflow:visible;}
.pic_tabs .tabs .tab{width:57px;height:23px;line-height:23px;border:none;border-top:2px solid #eef5ff;font-family:瀹嬩綋;font-size:12px;}
.pic_tabs .tabs .on{position:relative;z-index:1;width:55px;height:24px;_height:25px;_margin-bottom:-1px;border-left:1px solid #dde4f4;border-right:1px solid #dde4f4;border-top-color:#062784;background-color:White;}
#picContainer .cont{display:none;height:330px;padding:10px 0;text-align:center;}
#picContainer .vselect{float:left;margin-bottom:-20px;margin-top:-5px;}
#picContainer .compare{height:0px;overflow:hidden;}
/*璧板娍瀵规瘮*/
.compare{height:30px;line-height:30px;padding-top:14px;margin-top:5px;border-top:1px solid #dce5f5;}
.compare .title{float:left;width:86px;height:30px;border-right:1px solid #e0e8f5;text-indent:5px;font-weight:bold;color:#014ea5;}
.compare .cont{position:relative;float:left;margin-left:12px;}
.compare .cont .compare_msg{display:none;position:absolute;left:0px;top:-30px;width:160px;padding-left:40px;height:28px;line-height:28px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -970px 4px no-repeat;background-color:#FEFFA2;color:#585858;}
.compare .cont .index{position:relative;display:inline-block;*display:inline;zoom:1;width:65px;height:30px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -116px no-repeat;cursor:pointer;vertical-align:middle;}
.compare .cont .is{display:none;position:absolute;left:-1px;top:25px;width:65px;border:1px solid #cde3f0;border-bottom:none;background-color:#eef5ff;line-height:25px;}
.compare .cont .is a{display:block;border-bottom:1px solid #cde3f0;text-indent:5px;}
.compare .cont .is a:visited{color:#08237c;}
.compare .cont .is a:hover{background-color:White;color:#005dbf;text-decoration:none;}
.compare .cont .txt{width:227px;height:18px;padding:1px 3px;margin:0;margin-left:10px;border:1px solid #c2c2c2;border-right:0px;line-height:18px;vertical-align:middle;color:#8C8C8C;}
#compareBtn{display:inline-block;width:58px;height:22px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -184px -72px;color:white;text-align:center;line-height:22px;vertical-align:middle;}
#compareBtn:visited{color:White;}
#compareBtn:hover,#compareBtn:active,#compareBtn:focus{background-position:-184px -94px;text-decoration:none;}
/*鍚屾椂琚叧娉�*/
.attention{}
.attention .title{float:left;width:86px;height:63px;padding-top:5px;/*border-right:1px solid #e0e8f5;*/text-indent:5px;font-weight:bold;color:#014ea5;}
.attention .cont{float:left;width:455px;padding-left:12px;padding-top:3px;border-left:1px solid #E0E8F5;line-height:23px;height:65px;overflow:hidden;zoom:1;}
.attention .cont li{float:left;width:33%;}
.attention .cont .add_compare{display:none;color:#26539b;}
.attention .cont .add_compare:visited{color:#26539b;}
.attention .cont .add_compare:hover{color:#f00;text-decoration:none;}
.attention .attention_types{float:left;width:86px;height:68px;text-indent:16px;}
.attention .attention_type{height:22px;line-height:22px;/*border-right:1px solid #e0e8f5;*/cursor:pointer;}
.attention .on{height:24px;line-height:24px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -528px -72px;border-right:none;font-weight:bold;overflow:hidden;cursor:default;}
/*娌繁鑲″競姒傚喌*/
.hs_ud{height:137px;padding-top:6px;}
.hs_ud div{height:14px;line-height:14px;padding:6px 0;overflow:hidden;}
.hs_ud .ud_name{float:left;}
.hs_ud .total{float:right;width:170px;background-color:#008000;color:White;text-align:center;}
.hs_ud .total a,.hs_ud .total a:visited{color:White; text-decoration:none;}
.hs_ud .total a:hover,.hs_ud .total a:active{color:White;text-decoration:none;}
.hs_ud .hs_up{float:left;background-color:#ff0103;width:33%;}
.hs_ud .hs_flat{float:left;background-color:#707070;width:33%;}
.hs_ud .legend{height:36px;padding:0;line-height:36px;text-align:center;}
.hs_ud .legend span{}
.hs_ud .legend span *{vertical-align:baseline;*vertical-align:middle;}
.hs_ud .legend em{display:inline-block;width:8px;height:8px;overflow:hidden;margin-right:5px;}
.hs_ud .legend .l_up{background-color:#ff0103;}
.hs_ud .legend .l_flat{background-color:#707070;}
.hs_ud .legend .l_down{background-color:#008000;}
/*浜旀。鐩樺彛*/
.trade_buy .tab{width:96px;}
.bar_bets{}
.bar_bets .bar_bets_in{float:left;width:49%;}
.bar_bets .bar_bets_out{float:left;width:49%;}
/*浜ゆ槗缁熻*/
.trade_info{}
.trade_info .tabs{}
.trade_info .tab{width:48px;}
.trade_info_cont{display:none;height:304px;}
.trade_info_cont tbody td{padding-right:5px;}
.trade_info .trade_info_link{padding-top:15px;text-align:center;line-height:20px;}
.trade_info .equal{color:#7f7f7f;}

.AD_R{height:130px;overflow:hidden;}
.AD_hqbottom{}

.block{}
.block_border{padding-bottom:15px;border-bottom:7px solid #f7f9fc;}
.block .block_t{height:37px;border-top:4px solid #08237a;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 -96px repeat-x;}
.block .block_t h1{float:left;height:37px;text-indent:-999px;overflow:hidden;background-image:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png);}
.block .block_t h1 a{display:block;height:37px;text-indent:-999px;overflow:hidden;}
/*璧勮*/
.t_info h1{width:94px;background-position:-184px -264px;}
.block_c{padding-top:15px;}
.block_blog{float:left;width:184px;margin-right:20px;margin-bottom:-10px;}
.block_news{float:left;width:538px;margin-bottom:-10px;}
.block_news li{height:24px;overflow:hidden;}
.block_news li a{font-size:14px;}
.block_news .pdf{display:inline-block;height:21px;width:21px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -640px -160px;overflow:hidden;vertical-align:-6px;*vertical-align:-4px;}
.block_news .lcs_logo { display:inline-block;height:22px;width:42px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/lcs_logo.png);overflow:hidden;vertical-align:-6px;*vertical-align:-4px;}
.block_comment{float:right;width:215px;margin-bottom:-10px;}
.block_c_li ul{padding:10px 0;}
.block_c_li_time li{}
.block_c_li_time li span{float:right;color:#a0a0a0;}
.block_comment .comment_t{margin:12px 0 -8px;background:url(http://i1.sinaimg.cn/cj/realstock/2012/images/dotted.png) left center repeat-x;}
.block_comment .comment_t span{padding-right:10px;background-color:White;font-size:14px;color:#005cbf;}
/*浜掑姩*/
.t_interact h1{width:88px;background-position:-400px -264px;}
.block .survey_border_bottom{border-bottom:7px solid #dce5f5;}
.block_survey{float:left;width:184px;margin-right:20px;}
.block_survey .survey p{padding:10px 0 5px;}
.block_survey .survey li{line-height:26px;zoom:1;}
.block_survey .survey li *{vertical-align:baseline;}
.block_survey .survey .li_0{background-color:#f9fafc;}
.block_survey .survey li span{display:inline;float:right;margin-right:25px;}
.block_survey .survey_submit{padding-top:15px;text-align:center;}
.block_survey .result{text-align:center;padding:5px 0;}
/*寰崥*/
.block_weibo{float:left;width:538px;}
.block_weibo .weibo_c{position:relative;height:410px;margin-top:10px;padding-right:5px;overflow:auto;}
.weibo_c .weibo_s{padding:10px 0;background:url(http://i1.sinaimg.cn/cj/realstock/2012/images/dotted.png) bottom repeat-x;zoom:1;}
.weibo_c .weibo_head{float:left;width:30px;padding-top:5px;}
.weibo_c .weibo_cont{padding-left:45px;}
.weibo_c .weibo_cont p{min-height:40px;word-wrap:break-word;word-break:break-all;}
.weibo_c .weibo_cont .weibo_img img{padding:3px;border:1px solid #CCC;background-color:White;}
.weibo_c .weibo_s .arrcon{display:block;height:14px;position:relative;margin-bottom:-1px;clear:both;_margin-top:-20px;}
.weibo_c .weibo_s .arrcon .arr{border:7px dashed transparent;width:0;height:0;float:right;margin-right:20px;_margin-right:10px;}
.weibo_c .weibo_s .arrcon .arrin {display:block;border:7px dashed transparent;border-bottom:7px solid #F7F7F7;width:0;height:0;margin-right:-14px;margin-top:2px;margin-bottom:-2px;overflow:hidden;float:right;_margin-top:17px;}
.weibo_c .weibo_s .feedbackcon{border:1px solid #E5E6E7;clear:both;padding:6px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#F7F7F7;}
.weibo_c .weibo_s .txtarea {background-color:White;border-top:1px solid #C4C7BD;border-left:1px solid #D3D6CB;border-bottom:1px solid #F2F2F2;border-right:1px solid #F2F2F2;padding:1px;position:relative;height:28px;}
.weibo_c .weibo_s textarea{height:28px;width:100%;overflow:hidden;overflow-y:auto;display:block;word-break:break-all;break-word:break-wrap;border:none;border:0;outline:none;resize:none;padding:0;}
.weibo_c .weibo_s .tips{padding-top:2px;top:1px;position:absolute;left:0px;width:100%;height:25px;text-align:center;background-color:White;}
.weibo_c .weibo_s .icon_ok,.weibo_c .weibo_s .icon_warning{background:url(http://timg.sjs.sinajs.cn/t35/style/images/thridpart/widget/icon_tips.png) no-repeat;display:inline-block;width:14px;height:14px;margin-right:4px;vertical-align:text-bottom;}
.weibo_c .weibo_s .icon_warning{background-position:-14px 0;}
.weibo_c .weibo_s .fdbckspe{margin-top:4px;height:23px;}
.weibo_c .weibo_s .feedbackcon .btn_s{float:right;width:44px;height:23px;line-height:23px;text-align:center;color:#333;background-image:url(http://timg.sjs.sinajs.cn/t35/style/images/thridpart/widget/skin_01/btn_fwd.gif);}
.weibo_c .weibo_s .txtrem {float:right;margin-top:-5px;margin-right:8px;font:12px Constantia,Georgia;}
.weibo_c .weibo_s .txtrem span{font-family:Constantia,Georgia;font-size:22px;font-weight:700;}
.weibo_c .weibo_s .fdbckspein{float:left;margin-top:4px;}
.weibo_c .weibo_s .fdbckspein input{float:left;width:14px;margin:3px 3px 0 0;_margin:0;*margin-top:-1px;vertical-align:middle;}
.weibo_c .weibo_s .fdbckspein label{white-space:nowrap;display:inline-block;}

#weiboMore{display:block;width:100px;margin:0 auto;text-align:center;}
.weibo_c .hasPic{display:inline-block;width:13px;height:12px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -608px -160px;vertical-align:middle;}
.weibo_c .weibo_info{overflow:hidden;}
.weibo_c .weibo_info .weibo_time{float:left;}
.weibo_c .weibo_info span{float:right;}
.weibo_c .weibo_info span i{color:#ddccdd;font-style:normal;}
.weibo_o{position:relative;height:25px;line-height:25px;padding:6px 0 0;background-color:#dce5f5;}
.weibo_o .weibo_new{float:left;display:inline;margin-left:22px;}
.weibo_o .weibo_o_r{float:right;width:175px;padding-right:16px;text-align:right;border-left:1px solid #fff;}
.weibo_o .weibo_write{display:none;position:absolute;left:0px;bottom:32px;width:500px;height:161px;padding:5px 25px;background:white url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -184px -416px;}
.weibo_o .weibo_new_txtrem{position:absolute;right:25px;top:10px;}
.weibo_o .weibo_new_txtrem span{font-family:Constantia,Georgia;font-size:22px;font-weight:700;}
.weibo_c .weibo_new_over span,.weibo_o .weibo_new_over span{color:#DA0000;}
#weiboNotLogin{text-align:center;}
#weiboNotLogin p{line-height:40px;}
#weiboLogined{display:none;}
.weibo_write p{line-height:35px;}
.weibo_write textarea{color:#9e9e9e;width:490px;height:60px;padding:1px 4px;margin:0;border:1px solid #dddddd;line-height:20px;resize:none;}
.weibo_write .weibo_new_submit{text-align:right;padding-top:10px;line-height:20px;}
#weiboNewSuccess{display:none;text-align:center;}
#weiboNewSuccess .weiboNewStatus{width:125px;height:20px;margin:10px auto;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -184px -160px;}

/*寰崥鎺ㄨ崘*/
.block_weibo_recommend{float:right;width:215px;}
.wr_c{background-color:#f9fafc;}
.wr_c .go_up{display:block;height:17px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) 67px -148px no-repeat; visibility:hidden;}
.wr_c .go_down{display:block;height:18px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) 67px -170px no-repeat;}
.wr_c .wb_review{position:absolute;right:50%;width:213px;border:1px solid #acc9e9;margin-right:-490px;}
.wr_c .wb_review .top_arr{position:relative;height:14px;margin-top:-6px;line-height:1px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -528px -104px;}
.wr_c .wb_review .cont{background-color:#fbfdff;padding:5px 9px;line-height:18px;color:#737373;}

.wrs{height:426px;overflow:hidden;}
.wrs .wr{height:70px;border-bottom:1px dashed #cfdef5;zoom:1;}
.wrs .wr .wr_head{float:left;width:56px;padding-top:3px;}
.wrs .wr .wr_head img{padding:2px;border:1px solid #ccccce;}
.wrs .wr .wr_details{padding-left:63px;_padding-top:3px;}
.wrs .wr .wr_details p{height:20px;overflow:hidden;}
a.add_follow{display:inline-block;width:42px;height:18px;padding-left:16px;color:White;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -456px -96px;line-height:18px;_line-height:20px;}
a.add_follow:visited{color:White;}
a.add_follow:hover,a.add_follow:active,a.add_follow:focus{text-decoration:none;color:silver;}
a.added_follow{display:inline-block;width:42px;height:18px;padding-left:16px;color:White;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -456px -72px;line-height:18px;_line-height:20px;color:#a0a0a0;cursor:default;}
a.added_follow:visited{color:#a0a0a0;cursor:default;}
a.added_follow:hover,a.added_follow:active,a.added_follow:focus{text-decoration:none;color:#a0a0a0;cursor:default;}
/*杩戞湡鐑棬璐�*/
.block_hotBBS{float:left;width:184px;margin-right:20px;}
.block_hotBBS p{height:38px;line-height:38px;}
/*鑲″惂鏈€鏂拌创*/
.block_newBBS{float:left;width:538px;margin-bottom:-15px;}
.block_newBBS .newBBS_title{height:31px;line-height:31px;background-color:#f9fafc;text-align:center;}
.block_newBBS .write,.block_newBBS .write:visited{float:right;width:99px;height:21px;margin-right:20px;margin-top:2px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -304px 0; line-height:21px;color:#26539b;text-decoration:none;text-align:center;}
.block_newBBS .write:hover,.block_newBBS .write:active{color:#0091dc;text-decoration:none;}
.block_newBBS .NBT_0{float:left;width:355px;}
.block_newBBS .NBT_1{float:left;width:50px;}
.block_newBBS .NBT_2{float:left;width:50px;}
.block_newBBS .NBT_3{float:left;width:80px;}
.block_newBBS li{zoom:1;height:24px;overflow:hidden;*margin-bottom:-4px;}
.block_newBBS ul{margin-top:15px;zoom:1;}
.block_newBBS .dotted_line{margin-top:15px;}
.block_newBBS li a{float:left;width:335px;font-size:14px;}
.block_newBBS li span{float:left;color:#a0a0a0;text-align:right;}
.block_newBBS .NBN_0{width:50px;}
.block_newBBS .NBN_1{width:45px;padding-right:5px;}
.block_newBBS .NBN_2{width:80px;}
/*涓撳鍋氱硸*/
.block_make_sweet{float:right;width:215px;}
.block_c_sweet{zoom:1;}
.sweet_cont{position:relative; height:410px;padding-right:5px;overflow:auto;margin:15px 0;}
.sweet_cont .sweet_ask{position:relative;margin-bottom:10px;border-bottom:1px solid #e3f1fd;zoom:1;}
.sweet_cont .sweet_ask p{padding:20px 0 5px 18px; }
.sweet_cont .sweet_ask .mark{position:absolute;left:0px;top:0px;width:38px;height:37px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -336px -160px;}
.sweet_cont .sweet_info{text-align:right;}
.sweet_cont .sweet_answer{position:relative;border-bottom:1px solid #e3f1fd;margin-top:-11px;margin-bottom:10px;background-color:White;zoom:1;}
.sweet_cont .sweet_answer p{padding:20px 0 5px 18px;}
.sweet_cont .sweet_answer .mark{position:absolute;left:0px;top:0px;width:38px;height:37px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -400px -160px;}
.make_sweet_ask{text-align:center;zoom:1;}
.make_sweet_ask a{padding:2px 0 2px 18px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/icon_left.png) 0 -152px no-repeat;}

.sweet_cont strong{font-weight:normal;}
.intreview,.intanswers{position:relative;zoom:1;}
.interviewsline{height:0px;overflow:hidden;margin-bottom:10px;border-bottom:1px solid #e3f1fd;}
.intreviewpos{position:absolute;left:0px;top:0px;z-index:-1;width:43px;height:20px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -336px -216px;}
.intaskpos{position:absolute;left:0px;top:0px;z-index:-1;width:38px;height:37px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -336px -160px;}
.intanswerpos{position:absolute;left:0px;top:0px;z-index:-1;width:38px;height:37px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -400px -160px;}
.MIB_mbloglist{padding:20px 0 5px 18px; }
/*.intreview .MIB_mbloglist{padding-top:15px;}*/
/*琛屾儏鎽樿*/
.t_hq_summary h1{width:204px;background-position:-616px -264px;}

.block_hq_summary{float:left;width:227px;margin-right:24px;}
.block_hq_summary .title_brown{border-bottom:none;margin-bottom:8px;}
.hq_c{}
.hq_tab_cont{height:319px;border:1px solid #dce5f5;}
.hq_tab_cont .hq_tab{float:left;width:82px;}
.hq_tab_cont .hq_tab li{height:22px;line-height:22px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 -144px repeat-x;cursor:pointer;border:1px solid #dce5f5;border-style:none solid solid none;text-align:center;color:#08237a;zoom:1;}
.hq_tab_cont .hq_tab li.on{background:white;border-right:none;color:#066ee7;cursor:default;}
.hq_tab_cont .hq_cont{float:right;width:134px;padding:4px;}
.hq_tab_cont .hq_cont .cont{display:none;}
.hq_tab_cont .hq_cont .select{height:24px;_overflow:hidden;}
.hq_tab_cont .hq_cont thead th{background-color:#f3f3f3;padding-top:0;}
.hq_tab_cont .hq_cont .vselect{margin-bottom:1px;}
.hq_summary_suggest{position:relative;text-align:center;zoom:1; }
.hq_summary_suggest .vselect{vertical-align:middle;*display:inline;*margin-right:5px;}
.hq_summary_suggest .vselect,.hq_summary_suggest .vselect .voptions{width:100px;}
.hq_summary_suggest .txt{padding:1px 3px;width:217px;height:16px;line-height:16px;border:1px solid #dce5f5;color:#a0a0a0;text-align:left;vertical-align:middle;}
/*铏氭嫙涓嬫媺??閫氱敤*/
.vselect{display:inline-block;_display:inline;position:relative;width:132px;height:21px;line-height:21px;background-color:#f3f3f3;border:1px solid #dce5f5;text-align:left;zoom:1;}
.vselect span{display:block;padding:0 21px 0 10px;margin-right:2px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right 2px no-repeat;color:#066ee7;cursor:pointer;}
.vselect .voptions{display:none;position:absolute;left:-1px;top:23px;width:132px;border:1px solid #dce5f5;background-color:White;}
.vselect .voptions a,.vselect .voptions a:visited{display:block;background-color:White;color:#08237a;padding-left:15px;line-height:25px;_zoom:1;}
.vselect .voptions a:hover,.vselect .voptions a:active,.vselect .voptions a:focus{color:#066ee7;background-color:#f3f3f3;text-decoration:none;}
.vselect .voptions .on,.vselect .voptions .on:visited{background-color:#e3e3e3;}
.vselect .voptions .on:hover,.vselect .voptions .on:active,.vselect .voptions .on:focus{background-color:#f3f3f3;}
/*鐜悆甯傚満琛屾儏*/
.t_globalhq h1{width:273px;background-position:-184px -312px;}
.ghq_cont{padding:10px 0;border:1px solid #dce5f5;height:182px;color:#08237a;}

.footer{margin-top:20px;text-align:center;line-height:24px;}
.footer .mianze{line-height:13px;color:#aaa;}

/*鏍戠姸瀵艰埅*/
.louver{background-color:#f9fafc;}
.louver .top_oper{height:31px;border-bottom:2px solid #08237a;width:100%;overflow:hidden;}
.louver .top_oper a{float:left;width:78px;margin-right:14px;text-indent:3px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) no-repeat; line-height:31px;font-size:14px;font-family:寰蒋闆呴粦,榛戜綋;}
.louver .top_oper a:hover,.louver .top_oper a:active,.louver .top_oper a:focus{text-decoration:none;}
#louverAllUnfold{background-position:right -17px;}
#louverAllFold{background-position:right -39px;}
.louver_sec{}
.louver_sec .sec_title{padding-top:10px;line-height:28px;text-align:center;font-size:16px;font-family:寰蒋闆呴粦,榛戜綋;color:#012593;}
.louver_sec .sec_cont{height:48px;line-height:24px;overflow:hidden;padding:0 8px;}
.louver_sec .row_num_1{height:24px;}
.louver_sec .row_num_3{height:72px;}
.louver_sec .row_num_4{height:96px;}
.louver_sec .row_num_5{height:120px;}
.louver_sec .sec_cont ul{margin:0 -8px;}
.louver_sec .sec_cont li{float:left;width:49%;text-indent:16px;}
.louver_sec .sec_cont li a{margin:0;}
.louver_sec .sec_cont a{ white-space:nowrap;margin:0 8px;}
.louver_sec .sec_btn{height:12px;margin-top:10px;border-bottom:1px solid #8da0ca;text-align:center;overflow:hidden;}
.louver_sec .sec_btn a{display:inline-block;width:109px;height:12px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -648px -72px;overflow:hidden;cursor:pointer;}
.louver_sec .on a{background-position:-648px -87px;}
/*鍏徃姒傚喌*/
.com_overview{padding:15px 5px 0px 0;line-height:24px; word-wrap:break-word;}
.com_overview b{font-weight:normal;color:#055dbf;margin-right:5px;white-space:nowrap;}
/*璐㈠姟鎽樿*/
#finance_overview{position:relative;width:185px;margin-right:-999px;}
.finance_overview{border-top:2px solid #08237A;background-color:#fff;overflow:hidden;}
.finance_overview .tabs{margin-right:-999px;height:28px;font-size:12px;font-weight:normal;font-family:瀹嬩綋;border-bottom:1px solid #DCE5F5}
.finance_overview .cont{margin-right:-999px;}
.finance_overview .on{color:#082478;}
.finance_overview table{width:auto;}
.finance_overview tbody th{width:119px;}
.finance_overview tbody td{width:60px;border-right:1px solid #DCE5F5;}
.finance_overview .tab{background-color:transparent;border:none;border-right:1px solid #DCE5F5;cursor:default;width:60px;padding-right:5px;text-align:right;color:#055dbf;}
.finance_overview .first{display:inline;margin-left:55px;border-right:none;}
.finance_overview .open{float:left;width:60px;height:21px;margin-top:3px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -616px 0px;}
.finance_overview .open:hover,.finance_overview .open:hover:active{background-position:-616px -21px;}
#finance_overview .close{display:none;position:absolute;top:-13px;right:-13px;width:27px;height:28px;cursor:pointer;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -688px 0px;}
.finance_overview_on .first{margin-left:120px;border-right:1px solid #DCE5F5;}
.finance_overview_on .open{display:none;}
.finance_overview_on .cont{border-bottom:1px solid #DCE5F5;}
.finance_overview_on{border-bottom:3px solid #e0e7eb;border-right:3px solid #e0e7eb;margin-bottom:-4px;}
.L_data_table thead th{padding-left:5px;text-align:left;}
.L_data_table thead td{padding-right:5px;text-align:right;}
.L_data_table tbody th{color:#08237a;padding-left:1px;}
.L_data_table tbody td{color:#055dbf;padding-right:5px;}
/*鍒嗙孩閫侀厤*/
.fhsp tbody th{width:60px;}
/*娴侀€氳偂涓�*/
#ltgd{position:relative;width:185px;margin-right:-999px;}
.ltgd{position:relative;border-bottom:1px solid #dce5f4;border-top:2px solid #08237A;background-color:#fff;overflow:hidden;}
.ltgd .tabs{font-size:12px;font-weight:normal;font-family:瀹嬩綋;border-bottom:1px solid #DCE5F5;height:28px;}
.ltgd .tab{display:none;width:61px;border-top:none;color:#055dbf;background-color:White;}
.ltgd .first{display:block;border-right:none;}
.ltgd .open{float:left;margin-left:59px;width:60px;height:21px;margin-top:3px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -616px 0px;}
.ltgd .open:hover,.finance_overview .open:hover:active{background-position:-616px -21px;}
.ltgd .cont{float:left;width:185px;border-right:1px solid #DCE5F5;margin-right:-1px;}
.ltgd .on{color:#082478;}
.ltgd .up{color:Red;}
.ltgd .down{color:Green;}
.ltgd .flat{color:#7f7f7f;}
.ltgd .img{position:absolute;left:186px;top:0px;text-align:center;}
.ltgd .img h3{font-size:16px;font-family:寰蒋闆呴粦,榛戜綋;color:#012793;margin-top:30px;}
#ltgd .close{display:none;position:absolute;top:-13px;right:-13px;width:27px;height:28px;cursor:pointer;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -688px 0px;}
.ltgd_on{border-bottom:3px solid #e0e7eb;border-right:3px solid #e0e7eb;margin-bottom:-3px;}
.ltgd_on .first{border-right:1px solid #CCE2F0;}
.ltgd_on .tabs{border-bottom:none;height:29px;}
.ltgd_on .tab{display:block; background-color:#F7FAFF;}
.ltgd_on .on{background-color:White;}
.ltgd_on .open{display:none;}
/*璧勯噾娴佸悜鍧�*/
.t_flow h1{width:204px;background-position:-184px -368px;}
.block_t .links{float:right;line-height:36px;padding-right:10px;}
.block_t .links a{margin-left:20px;}
.t_links{float:right;font-size:12px;}
.t_flow .links{float:right;font-size:12px;}
.t_flow i{float:left;width:38px;height:22px;margin:3px 0 0 2px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -334px -375px;}
.c_flow{margin:0 -15px;}
.block_flow_L{float:left;width:383px;border-right:1px solid #dce5f4;overflow:hidden;}
.block_flow_L .flow_L_map{height:225px;}
.flow_table{}
.block_flow_L table{width:373px;border:1px solid #dce5f4;}
.block_flow_R table{width:360px;border:1px solid #dce5f4;}
.flow_table table th,.flow_table table td{border:1px solid #dce5f4;}
.flow_table thead{background-color:#dce5f4;color:#052379;font-size:16px;line-height:30px;font-family:寰蒋闆呴粦,榛戜綋;text-align:center;}
.flow_table tbody{line-height:24px;}
.flow_table tbody th{text-align:center;color:#052379;}
.flow_table tbody td{text-align:right;padding-right:10px;color:#005cbf;}
.block_flow_R{float:right;width:360px;}
.flow_R_map{position:relative;height:205px;}
.flow_R_map .flow_R_map_balance{position:absolute;right:0px;top:99px;width:291px;height:3px;background-color:#000000;overflow:hidden;}
.flow_R_map .flow_R_map_bar_0,.flow_R_map .flow_R_map_bar_1,.flow_R_map .flow_R_map_bar_2,.flow_R_map .flow_R_map_bar_3{position:absolute;width:27px;height:0px;background:url(http://i1.sinaimg.cn/cj/realstock/2012/images/back_r_v.png) repeat-y;border:1px solid #000;}
.flow_R_map .flow_R_map_bar_0{right:225px;}
.flow_R_map .flow_R_map_bar_1{right:170px;}
.flow_R_map .flow_R_map_bar_2{right:105px;}
.flow_R_map .flow_R_map_bar_3{right:45px;}
.flow_R_map .up{bottom:105px;background-position:0 0;}
.flow_R_map .up span{position:absolute;top:-22px;left:-10px;width:50px;text-align:center;font-size:16px;line-height:16px;font-family:寰蒋闆呴粦;color:#000;}
.flow_R_map .down{top:101px;background-position:-32px 0;}
.flow_R_map .down span{position:absolute;bottom:-20px;left:-10px;width:50px;text-align:center;font-size:16px;line-height:16px;font-family:寰蒋闆呴粦;color:#000;}
.flow_R_map .flat{bottom:105px;background-position:0 0;}
.flow_R_map .flat span{position:absolute;top:-22px;left:-10px;width:50px;text-align:center;font-size:16px;line-height:16px;font-family:寰蒋闆呴粦;color:#000;}
/*鏈烘瀯鐐硅瘎*/
.block_jgdp{background-color:#f7f9fe;padding:10px 25px;border:1px solid #dce5f4;}
.jgdp_t{line-height:28px;border-bottom:2px solid #dce5f4;font-size:20px;}
.jgdp_t h2{_position:relative;float:left;font-size:20px;font-family:寰蒋闆呴粦,榛戜綋;color:#052379;border-bottom:2px solid #08237a;margin-bottom:-2px;}
.jgdp_t em{float:left;display:inline;_position:relative;width:7px;height:24px;margin-left:-19px;margin-top:2px;background:url(http://i0.sinaimg.cn/cj/realstock/2012/images/icon_left.png) left -184px;}
.jgdp_c{line-height:24px;padding-top:10px;border-top:1px solid #dce5f4;}
.jgdp_maps{margin:0 -25px;padding:10px 0 5px;}
.jgdp_map{float:left;width:257px;}
.jgdp_map img{margin-bottom:3px;}
.jgdp_map p{padding:0 25px;line-height:20px;}
.jgdp_map .jgdp_zhpc{text-align:left;}
.jgdp_map .jgdp_word{text-align:center;}

.block_com_research{background-color:transparent;}
.com_research{margin:0 -25px;padding-top:10px;}
.com_r{position:relative;float:left;width:386px;}
.com_r .corner{position:absolute;width:7px;height:7px;border:1px solid #dce5f4;overflow:hidden;zoom:1;line-height:1px;}
.com_r_0,.com_r_1{border-bottom:1px solid #dce5f4;zoom:1;}
.com_r_0{border-right:1px solid #dce5f4;}
.com_r_0 .corner{right:0px;bottom:-1px;border-top:none;border-left:none;}
.com_r_1 .corner{left:-1px;bottom:-1px;border-top:none;border-right:none;}
.com_r_2,.com_r_3{height:208px;}
.com_r_2{border-right:1px solid #dce5f4;overflow:hidden;}
.com_r_3{overflow:hidden;}
.com_r_2 .corner{right:0px;top:0px;border-bottom:none;border-left:none;}
.com_r_3 .corner{left:-1px;top:0px;border-bottom:none;border-right:none;}
.com_r .title{padding-top:8px;margin:0 10px;height:26px;line-height:26px;background:url(http://i1.sinaimg.cn/cj/realstock/2012/images/dotted.png) left bottom repeat-x;zoom:1;}
.com_r .title h3{float:left;font-size:14px;color:#0c217a;}
.com_r .vselect{float:right;width:145px;/*margin-right:10px;*/background-color:transparent;}
.com_r .vselect .voptions{width:145px;}
.com_r .cont{width:360px;padding:0 13px;height:240px;overflow:hidden;}
.com_r .cont object{margin-left:-15px;}
.com_r .cont p{color:#0C217A;padding:5px 0;}
.com_r .com_r_rank{}
.com_r .rank_summary{padding:4px 10px 0px 10px;}
.com_r .com_r_rank .tabs{padding-right:10px;border-bottom:1px solid #dce5f4;font-size:12px;font-family:瀹嬩綋; height:29px;overflow:visible;}
.com_r .com_r_rank .tab{border-bottom:none;padding:0 10px;}
.com_r .com_r_rank .on{position:relative;border-top:1px solid #dce5f4;height:29px;margin-bottom:-1px;}
.pj_bar{position:relative;width:288px;margin:0 auto;margin-top:20px;}
.pj_pointer{position:absolute;top:-10px;width:15px;height:27px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/pj_pointer.png) 0px 0px;_background:none;FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sinaimg.cn/cj/realstock/2012/images/pj_pointer.png');}
.com_r_3 p{text-align:center;}
.fk_dc{position:fixed;right:50%;top:260px;_position:absolute;_top:expression((_top=document.documentElement.scrollTop) + 260 + 'px');margin-right:-500px;width:25px;height:182px;background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/yjfk.png);}
.fk_dc .fk{display:block;height:90px;}
.fk_dc .fk:hover,.fk_dc .fk:active,.fk_dc .fk:focus{background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/yjfk.png) -25px 0px;}
.fk_dc .dc{display:block;height:90px;margin-top:2px;}
.fk_dc .dc:hover,.fk_dc .dc:active,.fk_dc .dc:focus{background:url(http://i2.sinaimg.cn/cj/realstock/2012/images/yjfk.png) -25px -92px;}
.main_wrap{margin-top:20px;}
.L{float:left;width:185px;border-right:1px solid #d9e2e7; }
.L_0{margin-top:33px;}
.L .more{margin-right:7px;}
.L .title_first{_position:relative; margin-top:-26px;}
.R{float:right;width:775px;}
.block_hq{}
.block_hq .hq_L{float:left;width:100%;padding-bottom:10px;border-bottom:8px solid #f0f3fa;}
.block_hq .hq_R{float:right;width:195px;}
.hq_details{height:95px;}
.hq_details .price_time{width:155px;padding-right:18px;}
.has_limit .price{height:55px;}
.has_limit .change{margin-top:0px;}
.has_limit #arrow{margin-top:3px;}
.has_limit #price{line-height:31px;}
.ud_limit{display:none;}
.has_limit .ud_limit{display:block;clear:both;height:23px;border-top:1px solid #E1E8F5;line-height:23px;color:#08237a;}
.has_limit .ud_limit div{float:left;width:49.9%;}

.hq_details .other{width:375px;line-height:21px;}
.block_hq .hq_R .data_table table{line-height:24px;}
.trade_info .trade_info_cont tbody{line-height:25px;}
/*.attention .cont{display:none;}*/

.AD_R{height:130px;}
.AD_hqbottom{float:right;width:775px;height:90px;overflow:hidden;}

.hydb_title h2{float:left;}
.hydb_title .vselect{float:right;width:100px;margin-right:1px;background-color:transparent;}
.hydb_title .vselect .voptions{width:100%;}
.hydb_column tbody td{padding-right:7px;}
.attention .on{background-image:none;}

#h5Container .flash{overflow:visible;}
        .rup_up,.gup_down{color:red;}
.rup_down,.gup_up{color:Green;}
.rup_arrow_up,.rup_arrow_down,.gup_arrow_up,.gup_arrow_down{padding-left:9px;}
.rup_arrow_up{background:url(http://i1.sinaimg.cn/cj/basejs/gloabal_index_scroller/rup_arrow_up.png) left center no-repeat;}
.rup_arrow_down{background:url(http://i0.sinaimg.cn/cj/basejs/gloabal_index_scroller/rup_arrow_down.png) left center no-repeat;}
.gup_arrow_up{background:url(http://i2.sinaimg.cn/cj/basejs/gloabal_index_scroller/gup_arrow_up.png) left center no-repeat;}
.gup_arrow_down{background:url(http://i1.sinaimg.cn/cj/basejs/gloabal_index_scroller/gup_arrow_down.png) left center no-repeat;}
.global_index_scroller{height:30px;line-height:30px;overflow:hidden;}
.global_index_scroller .global_index_scroller_body{float:left;width:100%;margin-right:-110px;height:30px;overflow:hidden;}
.global_index_scroller .global_index_scroller_body ul{width:100%;overflow:hidden;}
.global_index_scroller .global_index_scroller_body ul li{float:left;margin-right:15px;}
.global_index_scroller .global_index_scroller_body ul li i{font-style:normal;color:#4b4b4b;font-size:12px;}
.global_index_scroller a{color:#4b4b4b}
.global_index_scroller a:visited{color:#4b4b4b}
.global_index_scroller a:hover,.global_index_scroller a:active,.global_index_scroller a:focus{color:#f00;}
.global_index_scroller .no_link{text-decoration:none;cursor:default;}
.global_index_scroller .no_link:hover{color:#4b4b4b}

.global_index_scroller .scroller_oper{float:left;width:100px;padding-right:7px;_padding-top:8px;text-align:right;}
.global_index_scroller .scroller_oper *{vertical-align:middle;margin:0 3px;}
.global_index_scroller .scroller_oper .scroller_down,.global_index_scroller .scroller_oper .scroller_up{display:inline-block;width:13px;height:13px;background:url(http://i2.sinaimg.cn/cj/basejs/gloabal_index_scroller/oper_ud.png);_blr:expression(this.onFocus=this.blur());}
.global_index_scroller .scroller_oper .scroller_down{background-position:left center;}
.global_index_scroller .scroller_oper .scroller_up{background-position:right center;}

        .login_btn_s{display:inline-block;width:111px;height:37px;background:url(http://i1.sinaimg.cn/cj/basejs/loginLayer/login_back.png) 0 -88px;line-height:200px;overflow:hidden;}
.login_btn_s:hover{display:inline-block;background-position:0 -125px;}
.login_btn_m{display:inline-block;width:151px;height:37px;background:url(http://i1.sinaimg.cn/cj/basejs/loginLayer/login_back.png) -120px -88px;line-height:200px;overflow:hidden;}
.login_btn_m:hover{display:inline-block;background-position:-120px -125px;}
.loginBG{display:none;position:fixed;_position:absolute; z-index:90001;left:0px;top:0px;_top:expression((_top=document.documentElement.scrollTop) + 'px');width:100%;height:100%;_height:expression(document.documentElement.offsetHeight + 'px');background-color:#08237a;opacity:0.2;filter:alpha(opacity=20);}
.loginLayer{display:none;position:fixed;_position:absolute;z-index:90010;left:50%;top:150px;_top:expression((_top=document.documentElement.scrollTop) + 150 + 'px');width:493px;height:418px;margin-left:-248px;background-color:#eff5ff;border:1px solid #cce2f0;color:#08237a;}
.loginLayer .login_close{position:absolute;right:10px;top:8px;width:16px;height:16px;background:url(http://i1.sinaimg.cn/cj/basejs/loginLayer/login_back.png) -160px -168px;}
.loginLayer .login_title{height:82px;background:url(http://i1.sinaimg.cn/cj/basejs/loginLayer/login_back.png) 0 0;}
.loginLayer .login_cont{padding-top:25px;}
.loginLayer th{text-align:right;}
.loginLayer .txt{width:238px;height:21px;line-height:21px;padding:1px 3px;border:1px solid #c5cad0;color:#333;}
.loginLayer .login_loginBtn_bg{width:151px;height:12px;background:url(http://i1.sinaimg.cn/cj/basejs/loginLayer/login_back.png) 0 -167px;overflow:hidden;}
.loginLayer .login_link0{padding-bottom:10px;border-bottom:1px solid #d2e1f6;}
.loginLayer .login_link0 a{color:#0961c0;margin-right:30px;}
.loginLayer .login_link0 a:visited{color:#0961c0;}
.loginLayer .login_link0 a:hover{color:#f00;}
.loginLayer .login_link1 p{line-height:40px;color:#035dbe;}
.reg_btn{display:inline-block;width:151px;height:37px;background:url(http://i1.sinaimg.cn/cj/basejs/loginLayer/login_back.png) -280px -88px;line-height:200px;overflow:hidden;}
.reg_btn:hover{background-position:-280px -125px;}
#loginRemember{vertical-align:-2px;_vertical-align:-1px;}
#loginError{float:right;width:135px;margin-top:21px;color:Red;text-align:left;}

        .global_index_scroller .scroller_oper{float:left;}
        .global_index_scroller .global_index_scroller_body{float:right;margin-right:-120px;}
        .global_index_scroller .scroller_oper *{float:left;margin:0px;_margin-top:-7px;}
        .global_index_scroller .scroller_oper .scroller_down, .global_index_scroller .scroller_oper .scroller_up{float:right;margin:0px 3px;margin-top:8px;_margin-top:0px;}

        /*HTML5鐗堟牱寮�*/
        #h5Container{display:none;}
        #h5Container img{margin-top:18px;}
        #h5Container .wrapflash{width:99.7%;height:500px;border:1px solid #dde4f4;}
        #h5Container .flash{overflow:visible;height:100%;}
        /*闅愯棌鍙充笂瑙掗厤缃�*/
        .kke_cfg_share {display:none;}

        .flash{overflow: visible;}
        .fs_full{height:100%!important;}
        .h5_tabs{border:1px solid #dde4f4;padding-top:1px;}
        .h5_tabs .tabs{height:25px;padding:2px 7px 0;background:#eef5ff url(http://i2.sinaimg.cn/cj/realstock/2012/images/icon_right.2.png) right -384px no-repeat;overflow:visible;}
        .h5_tabs .tabs .tab{width: 50px;height:23px;line-height:23px;border:none;border-top:2px solid #eef5ff;font-family:瀹嬩綋;font-size:12px;}
        .h5_tabs .tabs .on{position:relative;z-index:1;width:50px;height:24px;_height:25px;_margin-bottom:-1px;border-left:1px solid #dde4f4;border-right:1px solid #dde4f4;border-top-color:#062784;background-color:White;}
        #h5Container .cont{ position: relative;float: left;margin-left: 12px;}
        #compareBtnH5{display:inline-block;width:58px;height:22px;background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back.8.png) -184px -72px;color:white;text-align:center;line-height:22px;vertical-align:middle;}
        #compareBtnH5:visited{color:White;}
        .h5-compare-list{ height:25px; background:#FFFFFF; line-height:24px; text-align:center;margin-left:55px;}
        .h5-compare-list .item-span-del{
            background-size:100%;
            width:14px;height:14px;
            background:url(http://www.sinaimg.cn/cj/yw/img/bg_compare.png) #fff no-repeat 0px -22px; float:left; cursor:pointer; margin:4px 5px 2px 0;border:1px solid #c4cbcf;}
        .h5-compare-list .item-span-name1{ float:left;margin-right:30px;margin-bottom:3px;font-size:14px;line-height:24px;text-align:center;color:#f69931;cursor:pointer}
        .h5-compare-list .item-span-name2{ float:left;margin-right:30px;margin-bottom:3px;font-size:14px;line-height:24px;text-align:center;color:#f2c700;cursor:pointer}
        .h5-compare-list .item-span-name3{ float:left;margin-right:30px;margin-bottom:3px;font-size:14px;line-height:24px;text-align:center;color:#3e4de1;cursor:pointer}
        .h5-compare-list .item-span-name4{ float:left;margin-right:30px;margin-bottom:3px;font-size:14px;line-height:24px;text-align:center;color:#bf58ef;cursor:pointer}
        #h5Container .vselect{float:left;margin-bottom:-20px;margin-top:-5px;}
        /*#h5Container .compare{height:0px;overflow:hidden;}*/
        .lv2_notice{margin-top:10px;text-align:center}
        .lv2_notice_link, .lv2_notice a, .lv2_notice a:visited, .lv2_notice_link:visited{height: 22px;color: #fff;font-size: 12px;line-height: 24px;text-align: center;padding: 0 5px;display: inline-block;background: #fc5b3c;webkit-border-radius: 3px;border-radius: 3px;cursor: pointer;text-decoration: none;}
        .lv2_notice_link:hover, .lv2_notice a:hover{background:#ea5a3d; color:#fff !important;text-decoration:none !important;}
        /** h5_lv1 鍙犲姞瀵规瘮 start */
        .h5_lv1_added_con{position:absolute;right:0;top:39px;z-index:301;}
        .h5_lv1_added_img {display: block; cursor: pointer; float: left; width: 16px; background: #274fa6; color: #fff; line-height: 1.5; text-align: center; padding-left: 2px; position: relative; left: 19px;}
        .h5_lv1_added_img:hover{opacity:0.8;filter:Alpha(Opacity=80);color:#fff;}
.kke_cfg_ctn {
	display: none;
}

js

你可能感兴趣的:(HTML,javascript,postman,开发语言)