﻿@charset "utf-8";
/* 
 * CSS Document for financial
 * http://ccb.com/
 *
 * Copyright 2012, wen CCB GEONG
 * http://www.geong.com/
 *
 * Date: 2012-11-07
 */
 /*浮动与清除浮动*/
 .ml4{ margin-left:4px;}
.lfloat{
        float:left;
        display: inline;
}

.rfloat{
        float:right;
        display: inline;
}
.clearfix:before, 
.clearfix:after { 
  content: ""; 
  display: table; 
}
.clearfix:after { 
  clear: both; 
  overflow:hidden;
}
.clearfix { 
  zoom: 1; 
}
.clear{
	clear:both;
}
.color1{
	color:#0066b3;
}
.green{
	color:green;	
}
.table th {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding:5px 0;
    text-align: center;
}
.table td {
    font-size: 12px;
    line-height: 23px;
    padding:0 5px;
	text-align:center;
}
table, tr, td {
    border-collapse: collapse;
    border-spacing: 0;
}
/*--头部样式--*/
.head{
	padding-top:0;
}

.head_logo h1{
    font-family:"微软雅黑","黑体","宋体";
    font-size: 20px;
    height: 50px;
    left: 330px;
    line-height: 50px;
    position: absolute;
    top: 8px;
	color:#0066b3;
}
/*--金融超市左侧菜单--*/
.sub_menu_title,.sub_ico1,.sub_ico2,.sub_ico3,.sub_ico4,.sub_ico5,.sub_menu li a{
	background:url(../images/financial/ico_bg.png) no-repeat;
	color:#004a9e;
}
.sub_menu_title{
	width:227px;
	height:27px;
	line-height:27px;
	background-position: 0 -251px;
}
.sub_menu_title h2{
	color:#fff;
	font-size:14px;
	line-height:27px;
	padding-left:20px;
}
.sub_menu .body{
	border-left:solid 1px #6eaeeb;
	border-right:solid 1px #6eaeeb;
	background-color:#eaf3fc;
}
.layout_227 .bottom{
	background:url(../images/cost/bg_layout_250_bottom.gif) no-repeat;
	height:3px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.sub_menu ul{
	width:204px;
	margin:0 auto;
}
.sub_menu li{
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
	padding-bottom:3px;	
}
.sub_menu li a.jijin,.sub_menu li a.licai,.sub_menu li a.guijinshu,.sub_menu li a.waihui,.sub_menu li a.guozhai{
	display:block;
    height: 32px;
    line-height: 32px;	
	
}
.sub_menu li a.jijin{
	background-position:0 -312px;
}
.sub_menu li a.licai{	
	background-position:0 -376px;
}
.sub_menu li a.guijinshu{
	background-position:0 -504px;
}
.sub_menu li a.waihui{
	background-position:0 -440px;
}
.sub_menu li a.guozhai{	
	background-position:0 -568px;
}

.sub_menu .this_sub a{
	background-position:0 -327px;
	color:#fff;
}
.sub_menu li a.jijin:hover,.sub_menu li a.licai:hover,.sub_menu li a.guijinshu:hover,.sub_menu li a.waihui:hover,.sub_menu li a.guozhai:hover{
	text-decoration:none;
	color:#fff;
}
.sub_menu li a.jijin:hover{
	background-position:0 -280px;
}
.sub_menu li a.licai:hover{
	background-position:0 -344px;
}
.sub_menu li a.guijinshu:hover{
	background-position:0 -472px;
}
.sub_menu li a.waihui:hover{
	background-position:0 -408px;
}
.sub_menu li a.guozhai:hover{
	background-position:0 -536px;
}
.sub_ico1,.sub_ico2,.sub_ico3,.sub_ico4,.sub_ico5{
	display:inline-block;
	width:26px;
	height:26px;
	font-size:0;
	vertical-align:middle;
	margin:3px 15px 3px 15px;
}
.sub_ico1{
	background-position:0 0;
}
.sub_ico2{
	background-position:-26px 0;
}
.sub_ico3{
	background-position:-52px 0;
}
.sub_ico4{
	background-position:-78px 0;
}
.sub_ico5{
	background-position:-104px 0;
}
.sub_ad1 a,.sub_ad2 a,.sub_ad3 a{
	display:block;
}

/*--推荐--*/
.sub_search h2{
	font-size:14px;
}
#slider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 155px;
	_height:85px;
}
#slider .ce_text {
    padding: 0 5px 0 0;
    width: 150px;
	float:left;
	overflow:hidden;
}
#slider .ce_text a{
	display:block;
	width:150px;
}
.ce_text p {
	text-align:center;
}
#prevBtn {
    left: -10px;
	_left:-20px;
    position: absolute;
    top: 25px;
}
#nextBtn {
    position: absolute;
    right: -10px;
	_right:0;
    top: 25px;
}
#prevBtn a, #nextBtn a {
    display: block;
    height: 19px;
    overflow: hidden;
    text-indent: -999em;
    width: 18px;
}
#prevBtn a {
    background: url(../images/financial/bg2.png) no-repeat scroll 0 -176px transparent;
}
#nextBtn a {
    background: url(../images/financial/bg2.png) no-repeat scroll -81px -176px transparent;
}
#prevBtn a:hover {
    background-position: 0 -206px;
}
#nextBtn a:hover {
    background-position: -81px -206px;
}
/*--轮播广告--*/
.banner .limit{
	height:220px;
	overflow:hidden;
}
.banner .big_img{
	width:577px;
	overflow:hidden;
	float:left;
	display:inline;
}
.banner .big_img img{
	width:577px;
	height:220px;
}
.banner .small_img{
	float:left;
	width:165px;
	display:inline;
	position:relative;
}
.banner .small_img .info{
	width:90px;
	padding:3px;
	color:#0066b3;
	line-height:18px;
}
.banner .small_img .img{
	width:75px;
}
.banner .small_img ul li{
	width:152px;
	border:1px solid #C5C5C5;
	margin-left:16px;
	cursor:pointer;
}
.banner .small_img ul li .img{
	height:62px;
	overflow:hidden;
}
.banner .small_img .this_ad{
	position:absolute;
	top:-7px;
	left:3px;
}

/*--产品集合区--*/
.main_box_title{
	width:760px;
	height:27px;
	/*background:url(../images/financial/main_title_bg.gif) no-repeat;*/

}
.main_box_tab .tab{
	float:left;
	display:inline;
	cursor:default;
}
.tab_l,.tab_m,.tab_r{
	height:27px;  font-size:0px; line-height:0px; 
	background:url(../images/financial/list_bg.png) no-repeat;
	}


.tab1 .tab_l{
	float:left;
	width:253px;

	background:url(../images/financial/list_bg.png) 0px -27px no-repeat;
}


.tab2 .tab_m{
	float:left;
	width:253px;

	background:url(../images/financial/list_bg.png) 0 -81px no-repeat;
}


.tab3 .tab_r{
	float:left;
	width:254px;

	background:url(../images/financial/list_bg.png) 0 -135px no-repeat;
}


.tab_r{
	float:left;
	background-position:-186px -54px;
}
.main_tab_on .tab_l{
	background-position:0 0px;
}
.main_tab_on .tab_r{
	background-position:0px -108px;
}
.main_tab_on .tab_m{
	background-position:0 -54px;
}
.main_box_body{
	overflow:hidden;
}
 
.guijs_data th {
    background-color: #f8a539;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}	
.guijs_data .table{
	border: 1px solid #e4d7c6;
}
.guijs_data th,.guijs_data td {
    border-bottom: 1px solid #e4d7c6;
}
.guijs_data td {
    font-size: 12px;
    line-height: 23px;
    padding: 0 5px;
	text-align:center;
}
.business a{
	display: inline-block;
    height: 18px;
    line-height: 18px;
    margin: 2px;
    width: 41px;
	color:#fff;
	background:url(../images/financial/bg2.png) -180px -177px no-repeat;
}
.run a{
    background:url(../images/financial/run.gif) no-repeat;
	width:18px;
	height:19px;
	display:block;
	margin:0 auto;
}
.business a:hover,.run a:hover{
	text-decoration:none;
}
.guijs_more{
	margin-top:3px;
}
.main_box_l{
	width:740px;
	margin:0 auto;
	padding-top:10px;
	background:url(../images/financial/l_bg.gif) no-repeat;
}
.mian_box_list{
	background:url(../images/financial/jijin_ico.png) no-repeat 20px 40px;
	padding:0 10px 0 50px;
}
.main_box_tab1{
	color:#333;
	padding:5px 0 10px 0;
	border-bottom:solid 2px #6eafe9;
}
.main_box_tab2{
	color:#0066b3;
	padding:5px 0 10px 0;
	border-bottom:solid 2px #b71414;
}
.main_box_tab1 .tab1_s, .main_box_tab2 .tab2_s{
	padding-bottom:10px;
	cursor:pointer;
}
.arrow_on{
	font-weight:bold;
	background:url(../images/financial/arrow_tab.gif) no-repeat bottom center;
}

.arrow_on_red{
	font-weight:bold;
	color:#b71414;
	background:url(../images/financial/arrow_tab_red.gif) no-repeat bottom center;
}
tr.bg_color{
	background-color:#ecf3fb;	
}
/*
.main_box_l td,.main_box_l th{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
*/
.main_box_data{
	overflow:hidden;
}
.main_box_r{
	width:227px;
}
.main_box_r h3{
	padding:5px 15px;
}
.main_box_r h3 a:hover{
	color:#da0a0a;
	text-decoration:none;	
}
.main_box_r ul{
	height:200px;
	overflow:hidden;
}
.main_box_r li{
	background: url("../images/financial/icon_a.gif") no-repeat 10px 12px;
    padding: 0px 10px 0px 20px;
	height:28px;
	line-height:28px;
}
.main_box_r li a{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:100%;
}
.main_box_r .txt_more{
	height: 28px;
    line-height: 28px;
}
.txt_more{
    padding-right: 20px;
    text-align: right;	
	height: 28px;
    line-height: 28px;
}
.lc_box, .lc_box_red{
	width:740px;
	margin:0 auto;
	padding-top:10px;
}
.lc_box{background:	url("../images/financial/l_bg.gif") no-repeat;}
.lc_box_red{
	background:	url("../images/financial/l_bg_red.gif") no-repeat;
}
.lc_box_list{
	padding:0 10px;
}
.list_title strong{
	top:4px;
	left:10px;
}
.lc_box .main_box_tab1, .lc_box_red .main_box_tab2{
	margin:0;
	padding:5px 20px 10px 80px;
}
.lc_data .table th{
	padding:0;
}
.lc_box .table td{
	line-height:18px;
}
/*--news--*/
.news_data_l,.news_data_r{
	width:375px;
	text-indent:15px;
}
.news_body{
   width:345px;
   padding:10px 0px 5px 0px;}
.news_time{
	float:right;
	color:#0066b3;	
}
.news_data li{
	height:24px;
	line-height:24px;
}
.news_data a{
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;	
}

.data_list td{
	line-height:16px;
	padding:5px 0;
}
.fund{ background:#eaf3fc;}
.manage{ background:#fff4f4;}
.metal{ background:#fef9cb;}
.fund_top,.fund_bottom, .manage_top, .manage_bottom, .metal_top, .metal_bottom{
    background: url(../images/financial/table_bg.png) no-repeat;
	height:5px;
	overflow:hidden;
	
}
.fund_top{
  background-position:0px 0px;
}
.fund_bottom{
  background-position:0px -5px;
}
.manage_top{background-position:0px -100px;}
.manage_bottom{background-position:0px -105px;}
.metal_top{background-position:0px -50px;}
.metal_bottom{background-position:0px -55px;}

#box3, #box1,#box4,#box5,#box6,#box7,#box8,#box9,#box10,#box11{ border:solid 6px #cde5f7; position:relative; display:none;background:#fff;}
#close_btn,#close_btn1,#close_btn3,#close_btn4,#close_btn5,#close_btn6,#close_btn7,#close_btn8,#close_btn9,#close_btn10,#close_btn11{ position:absolute; top:-17px; right:-17px; cursor:pointer;}
.table_list th{ border:solid 1px #dfe9f2; padding:8px; text-align:center; font-weight:bold;}
.table_list td{ border:solid 1px #dfe9f2; padding:8px;}
.table_list td a{ text-align:center;}

.manage_bg{ background:#fffbfb;}
.metal_bg{ background:#fbf9df;}

/*基金*/
.fund { width:1201px; height:360px; margin:0 auto 6px auto;}
.clearh { padding:10px 0;}
/*基金-left*/
.fundLeft {width:200px; height:360px; float:left; }
.fundLeft-title { width:150px; height:34px; font:16px/34px "microsoft yahei"; font-weight:bold; color:#c00; text-align:left; border-bottom:1px solid #c00; background:#f0f0f0 url(../images/floor.png) no-repeat; padding-left:50px; float:left;}
.fundLeft-title1 { width:150px; height:34px; font:16px/34px "microsoft yahei"; font-weight:bold; color:#c00; text-align:left; border-bottom:1px solid #c00; background:#f0f0f0 url(../images/floor.png) no-repeat 0 -34px; padding-left:50px; float:left;}
.fundLeft-title2 { width:150px; height:34px; font:16px/34px "microsoft yahei"; font-weight:bold; color:#c00; text-align:left; border-bottom:1px solid #c00; background:#f0f0f0 url(../images/floor.png) no-repeat 0 -68px; padding-left:50px; float:left;}
.fundLeft-title3 { width:190px; height:34px; font:16px/34px "microsoft yahei"; font-weight:bold; color:#333; text-align:left; border-bottom:1px solid #c00; background:#f0f0f0; padding-left:10px; float:left;}

.fundLeft-con {width:199px; height:325px; float:left; border-right:1px dotted #ddd; }
.fundLeft-con li { width:99px; height:26px; line-height:26px; text-align:left; float:left;  overflow:hidden; white-space:nowrap; text-overflow:ellipsis;  }
.fundLeft-con li a{ padding:2px 6px 1px 6px; color:#333; font-weight:bold;}
.fundLeft-con li a:hover { background:#c00; color:#FFF; display:inline}
.fundLeftAd { width:199px; height:157px; float:left; margin-top:80px; overflow:hidden;}

.fundLeft-con1 {width:199px; height:325px; float:left; border-right:1px dotted #ddd; }
.fundLeft-con1 li { width:199px; padding-bottom:10px; line-height:26px; text-align:left; float:left;    }
.fundLeft-con1 li img { width:100px;}
.hotprotitle{ float:left; padding:25px 0 0 5px; }
.hotpropic { float:left;}
.fundLeft-con1 li a{color:#333; font-weight:bold;}
.fundLeft-con1 li a:hover { }

/*基金-middle-tab切换*/
.fundMiddle { width:771px; height:360px; float:left;}
.tabjj{width:771px;height:34px;background:#f0f0f0; border-bottom:1px solid #c00; float:left; position:relative;}
.tabjj ul{margin:0;padding:0;}
.tabjj li{ margin:0; float:left}
.tabjj li a{ float:left;width:128px;height:35px;line-height:34px;text-decoration:none;font-weight:bold; overflow:hidden; white-space:nowrap; }
.tabjj li.on_ccb a{ display:block; height:35px; line-height:34px;width:126px;border:solid #c00;border-width:0 0px;color:#fff;background:#952028 url(http://finance.ccb.com/cn/finance/v3/images/on.png) no-repeat center bottom }

.listjj{height:313px; width:749px;margin:10px 10px 0 10px; border:1px solid #ddd; float:left;}
.block{display:block;}
.fundMore a{ height:31px; line-height:31px; text-align:right; float:right; margin:0; padding-right:10px; color:#c00; clear:both; }

/* 基金-right 热销/资讯 */
.fundRight {width:230px; height:360px; float:left;}
.fundRight-title { width:230px;height:34px;background:#f0f0f0; border-bottom:1px solid #c00; float:left;}
.fundinfo { width:228px; height:313px; margin-top:10px; float:left; border:1px solid #ddd;}
.nTab{width:228px;overflow:hidden}
.none {display:none;}
.TabTitle li{float:left;cursor:pointer;height:32px;line-height:32px;font-weight:bold;text-align:center;width:114px; background:#f7f7f7; border-bottom:1px solid #ddd;}
.TabTitle li a{text-decoration:none;color:#333;}
.TabTitle .active{background:#f7f7f7 url(../images/on1.png) no-repeat center bottom;color:#c00; border-bottom:1px solid #c00;}
.TabTitle .normal{background:#f7f7f7;color:#333}
.TabContent{clear:both;overflow:hidden;}
.TabContent th{padding:4px; line-height:22px;text-align:left;}
.TabContent td{padding:4px; line-height:22px;}
.TabContent li { width:228px; height:32px; line-height:32px; overflow: hidden;}
.TabContent li a{color:#333;font-family:"microsoft yahei", Arial;}
.TabContent li a:hover{color:#c00;}
.TabContent .liconMore a{width:218px; height:24px; line-height:24px; float:left; text-align:right;padding-right:10px; color:#c00;} 
.TabContent li .licon{ width:168px; height:32px; line-height:32px; float:left; text-align:left; }
.TabContent li .licon a { width:168px; height:32px; line-height:32px; float:left; text-align:left; padding-left:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.TabContent li .licon1 a { width:218px; height:32px; line-height:32px; float:left; text-align:left; padding-left:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.TabContent li .licon2 a { width:178px; height:32px; line-height:32px; float:left; text-align:left; padding-left:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.stockdown {color:#090;}
.stockup {color:#F00;}
.TabContent li .rengou{ width:55px; height:32px; line-height:32px; float:right; text-align:center; }
.TabContent li .rengou a { width:58px; height:32px; line-height:32px; float:right; text-align:center; color:#c00;}
.TabContent li .rengou1{ width:35px; height:20px; float:right; text-align:center; padding:6px 5px 0 0; }






