#banner {
	background-color: #3d84cc;
	margin: 0;
	padding: 2px 0;
	display: none;
	position: absolute;
	color: rgb(255, 255, 255);
	text-align: left;
}
#banner li {
	float: left;
	list-style:none;
	text-align: center;
}
#banner li:hover {
	cursor: pointer;
	background-color: #0061bc;
}
#banner li.selected {
	background-color: #004488;
}

#operation {
	padding: 0;
	margin: 0;
	background-color: rgb(229, 241, 252);
	position: absolute;
	display: none;
}
#operation.normal {
	width: 26px;
	height: 76px;
}
#operation.big {
	width: 64px;
	height: 193px;
}
#operation li {
	list-style:none;
	float: left;
	cursor: pointer;
	border-top: 1px solid rgb(80, 145, 208);
	border-left: 1px solid rgb(80, 145, 208);
	border-right: 1px solid rgb(80, 145, 208);
}
#operation li:last-child {
	border-bottom: 1px solid rgb(80, 145, 208);
}
#operation li.selected {
	background-color: rgb(165, 205, 243);
}

/* 非全屏 */
#operation .normal01 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_01.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal01 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_01_h.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal02 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_02.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal02 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_02_h.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal03 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_03.jpg) no-repeat; display:block;width:24px; height:24px;}
#operation .normal03 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_03_h.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal04 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_04.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal04 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_04_h.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal05 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_05.jpg) no-repeat; display:block; width:24px; height:24px;}
#operation .normal05 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_normal_05_h.jpg) no-repeat; display:block; width:24px; height:24px;}

/* 全屏 */
#operation .big01 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_01.jpg) no-repeat; display:block; width:62px; height:63px;}
#operation .big01 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_01_h.jpg) no-repeat; display:block;  width:62px; height:63px;}
#operation .big02 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_02.jpg) no-repeat; display:block; width:62px; height:63px;}
#operation .big02 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_02_h.jpg) no-repeat; display:block; width:62px; height:63px;}
#operation .big03 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_03.jpg) no-repeat; display:block;width:62px; height:63px;}
#operation .big03 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_03_h.jpg) no-repeat; display:block;  width:62px; height:63px;}
#operation .big04 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_04.jpg) no-repeat; display:block; width:62px; height:63px;}
#operation .big04 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_04_h.jpg) no-repeat; display:block; width:62px; height:63px;}
#operation .big05 a{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_05.jpg) no-repeat; display:block; width:62px; height:63px;}
#operation .big05 a:hover{ background:url(http://y0.ifengimg.com/a/2015/0527/cj_fundhq_big_05_h.jpg) no-repeat; display:block;  width:62px; height:63px;}

/* 三角形 */
#triangle-left {
	border-bottom: 13px solid transparent;
	border-right: 13px solid #3199ce;
	border-top: 13px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	font-size:0px;
	line-height:0px;
	cursor: pointer;
	display: none;
}
#triangle-left:hover {
	border-right: 13px solid #ca0007;
}
#triangle-right {
	border-bottom: 13px solid transparent;
	border-left: 13px solid #3199ce;
	border-top: 13px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	font-size:0px;
	line-height:0px;
	cursor: pointer;
	display: none;
}
#triangle-right:hover {
	border-left: 13px solid #ca0007;
}

.stockList {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #195184;
    left: 0;
    position: absolute;
    top: 28px;
    width: 300px;
    z-index: 999;
}

.stockList a, .stockList a:visited {
    color: #0a5ea6;
}
.stockList .tab td {
    border-bottom: 1px solid #ececec;
    color: #333;
    height: 21px !important;
    padding-left: 12px;
    text-align: left;
}
.stockList .tab tr.current {
    background: #194e80 none repeat scroll 0 0;
}
.stockList .tab tr.current td {
    background: #194e80 none repeat scroll 0 0;
    color: #fff;
}
.stockList .tab tr.current td a {
    color: #fff;
}
.stockList .red {
    color: #f00;
}
