.banner_num li {
    display:inline-block;
    width:13px;
    height:13px;
    background:url(/front/images/num01.png) no-repeat 0 0;
    margin: 0 4px;
}

.banner_num {
    z-index: 4;
}

.banner_num li.on{
    background-position: right 0;
}

.banner_list ul li {
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}

.banner_list ul {
    height: 100%;
}

.ban_cen {
    z-index: 5;
}

.bd li a{ display:block; height:443px; }

.top_selelist {
    z-index: 1000;
}

.notice_roll {
    z-index: 10;
}

.notice_num em.on{
    background-position: -12px -22px;
}

/* åŸºé‡‘æœç´¢æ¡† */
span.search_box {
    width: 163px;
}

.search_box .txt {
    width: 100px;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('/front/images/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

div.bdsharebuttonbox a {
    margin: 0px 10px !important;
}

.briefBlock {
    position: relative;
    height: 48px;
}

.readAll {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.sub_bar_hide {
    display: none;
}

.sub_bar_show {
    display: block;
}

.common_hide {
    display: none;
}

.common_show {
    display: block;
}

/* alertify css */
.alertify,
.alertify-show,
.alertify-log {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
        -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
         -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
            transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.alertify-hide {
    -webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
       -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
        -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
         -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
            transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

.alertify-log-hide {
    -webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
       -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
        -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
         -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
            transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
    position: fixed; z-index: 99999;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color:white;
    filter:alpha(opacity=0);
    opacity:0;
}
.alertify-cover-hidden {
    display: none;
}
.alertify {
    position: fixed; z-index: 99999;
    top: 50px; left: 50%;
    width: 550px;
    margin-left: -275px;
    opacity: 1;
}
.alertify-hidden {
    -webkit-transform: translate(0,-150px);
       -moz-transform: translate(0,-150px);
        -ms-transform: translate(0,-150px);
         -o-transform: translate(0,-150px);
            transform: translate(0,-150px);
    opacity: 0;
    display: none;
}
/* overwrite display: none; for everything except IE6-8 */
:root *> .alertify-hidden {
    display: block;
    visibility: hidden;
}
.alertify-logs {
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    right: 10px;
    width: 300px;
}
.alertify-logs-hidden {
    display: none;
}
    .alertify-log {
        display: block;
        margin-top: 10px;
        position: relative;
        right: -300px;
        opacity: 0;
    }
    .alertify-log-show {
        right: 0;
        opacity: 1;
    }
    .alertify-log-hide {
        -webkit-transform: translate(300px, 0);
           -moz-transform: translate(300px, 0);
            -ms-transform: translate(300px, 0);
             -o-transform: translate(300px, 0);
                transform: translate(300px, 0);
        opacity: 0;
    }
    .alertify-dialog {
        padding: 25px;
    }
        .alertify-resetFocus {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }
        .alertify-inner {
            text-align: center;
        }
        .alertify-text {
            margin-bottom: 15px;
            width: 100%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            font-size: 100%;
        }
        .alertify-buttons {
        }
            .alertify-button,
            .alertify-button:hover,
            .alertify-button:active,
            .alertify-button:visited {
                background: none;
                text-decoration: none;
                border: none;
                /* line-height and font-size for input button */
                line-height: 1.5;
                font-size: 100%;
                display: inline-block;
                cursor: pointer;
                margin-left: 5px;
            }

@media only screen and (max-width: 680px) {
    .alertify,
    .alertify-logs {
        width: 90%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .alertify {
        left: 5%;
        margin: 0;
    }
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
    font-family: sans-serif;
}
.alertify {
    background: #FFF;
    border: 10px solid #333; /* browsers that don't support rgba */
    border: 10px solid rgba(0,0,0,.7);
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
       -moz-background-clip: padding;     /* Firefox 3.6 */
            background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
    .alertify-text {
        border: 1px solid #CCC;
        padding: 10px;
        border-radius: 4px;
    }
    .alertify-button {
        border-radius: 4px;
        color: #FFF;
        font-weight: bold;
        padding: 6px 15px;
        text-decoration: none;
        text-shadow: 1px 1px 0 rgba(0,0,0,.5);
        box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    }
    .alertify-button:hover,
    .alertify-button:focus {
        outline: none;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
    }
    .alertify-button:focus {
        box-shadow: 0 0 15px #2B72D5;
    }
    .alertify-button:active {
        position: relative;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }
        .alertify-button-cancel,
        .alertify-button-cancel:hover,
        .alertify-button-cancel:focus {
            background-color: #FE1A00;
            border: 1px solid #D83526;
        }
        .alertify-button-ok,
        .alertify-button-ok:hover,
        .alertify-button-ok:focus {
            background-color: #5CB811;
            border: 1px solid #3B7808;
        }

.alertify-log {
    background: #1F1F1F;
    background: rgba(0,0,0,.9);
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
.alertify-log-error {
    background: #FE1A00;
    background: rgba(254,26,0,.9);
}
.alertify-log-success {
    background: #5CB811;
    background: rgba(92,184,17,.9);
}

.hd_prolist h5 a {
    display: block;
    height: 22px;
    overflow: hidden;
}

/**
 *  ä¿®æ”¹ä¸ç”¨å¿ƒçš„ç¾Žå·¥çš„å‚æ•°
 */
 
#jjflCont .mt20 {
    clear: both;    
}

table .sort {
    cursor: pointer;
}

.px_up {
    padding-right:13px;
    background:url(../images/icon01.png) no-repeat right -509px;
}

.top_nav .lt {
    padding-left: 0px;
    width:390px;
}

.zx_yhhdbox h5 a {
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 20px;
}

.zx_yhhdbox p {
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.news_list li a {
    width: 254px;
    height: 24px;
    overflow: hidden;
}

.px_init {
    padding-right: 13px;
    background: url(../images/icon01.png) no-repeat right -206px;
}

.sidebar li a.zk_current em.single {
    background-position: 0 0px;
}

.cx_seletable .txt02 {
    text-align: left;
}

table.prem td {
    border: 1px solid #CED9E4;
}

.mgr {
    clear: left;
    padding-top: 20px;
}

#incomeChart, #incomeRateChart {
    display: block;
    height: 280px;
    width: 460px;   
}

/* ç¬¬ä¸€æ¬¡é—®é¢˜åé¦ˆä¿®æ”¹çš„CSS */
/* åŸºé‡‘æœç´¢æ¡†æ ·å¼ä¿®å¤ */
.search_box .txt {
    width: 118px;
}

.search_box .txt {
    padding: 5px 6px;
}

.fakeUrl {
    text-decoration: none;
}

.fakeUrl:hover {
    text-decoration: none;
    color: black;
    cursor: default;
}

.qdb_newline {
    padding-left: 105px;
}

/* è¿”å›žé¡¶éƒ¨ç›¸å…³æ ·å¼ */
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 60px;height: 60px;display: block;background-color: #FDBD4D;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:18px 0 0 18px;width:23px;height:12px;background: url(/front/images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
.gotoTopTitle {clear:both; color:white; margin:3px auto; text-align: center;}
a.gotop:hover {text-decoration: none;}

.lg_hot01 {
    color: #136DC3;
}

.lg_hot02 {
    color: #136DC3;
}

.bot_box dd a {
    color: #666666;
}

#goDetailBtn {
    cursor: default;
}

.nav_ul li a:hover{
    text-decoration:none;
    color:#166cc3;
    border-bottom:3px solid #166cc3;
    font-weight:normal;
}

input.fundSel {
    display: block;
    padding: 0px 0px 0px 5px;
    margin-right: 20px;
    height: 31px;
    line-height: 31px;
    color: #999;
    width: 90px;
}

/* è‡ªåŠ©é€šé“ - åŸºé‡‘ç­›é€‰æ ·å¼ä¿®æ”¹ */
.dl_box dd a {
    width: 27px;
}

select.sele_drop {
    width: 156px;
}

select.sele_opt {
    width: 122px;
    font-size: 12px;
}

select.miniSel {
    width: 115px;
}

.bank_rollitem ul {
    padding: 0px 1px;
}

.hot_funklist li.s5 {
    background-color: #448BC7;
}

.hot_funklist li.s5 .da {
	 border-bottom: 7px solid #83BBE9;
	 border-top: 7px solid #83BBE9;
	 background-color: #147ED9;
}
.hot_funklist li.s6 {
    background-color: #448BC7;
}

.hot_funklist li.s6 .da {
	 border-bottom: 7px solid #83BBE9;
	 border-top: 7px solid #83BBE9;
	 background-color: #147ED9;
}


.hot_funklist li.s7 .da {
border-bottom: 7px solid #83BBE9;
border-top: 7px solid #83BBE9;
background-color: #147ED9;
}
.hot_funklist li.s7 {
background-color: #448BC7;
}

/* åŸºé‡‘è¯¦æƒ…é¡µé¢çš„æŒ‰é’®é¢œè‰²å˜æ›´ */
#jj_buybtn_fix {
    background: url(/front/images/btn05.png) no-repeat 0px -227px;
}

/* å¸¸è§é—®é¢˜æ ‡é¢˜é€‰ä¸­æ ·å¼ */
.title_select {
    font-weight: bold;
}

/* åŸºé‡‘æ¯”è¾ƒé”å®šè§£é™¤æŒ‰é’®çš„é¼ æ ‡æŒ‡é’ˆ */
em.em02 {
    cursor: pointer;
}

/* å®šæŠ•è®¡ç®—å™¨å‚æ•°åç§°å®½åº¦ */
.subTabCont .cx_seletable02 span {
    width: 120px;
}

/* éšè—æ¨¡æ¿ */
.template {
    display:none;
}

.calcAssetChart {
    width: 300px;
    height: 163px;
}

.calcStockChart {
    width: 377px;
    height: 264px;
    text-align: center;
}

.calcIncomeRateChart {
    width:720px;
    height:290px;
    text-align: center;
}

.top_nav .lt a.surveyEntry {
    margin-right: 10px;
    color: #FF671E;
}

.weixinLink {
    color: #136DC3;
}


/* 
 * åŸºé‡‘äº§å“é¦–é¡µé€šçŸ¥æ 
 */
.funk_notice {
    position: relative;
}

.fund_notice_num {
    top: 9px;
    left: 0px;
}

.fund_notice_list {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-left: 45px;
}

/*************è°ƒæ•´åˆ†é¡µæ ·å¼***********start*****1012*******/
input#jumper_page {
    width: 20px;
    text-align: center;
    background: #FFFFFF !important;
    border: 1px solid #e1e1e1;
}
.page_link {
    margin-right: 20px;
}
.pageBar{
	margin-top:20px;
	display: block;
    width: 100%;
    padding-left: 20%;
}
a#pageJump{
	border: 1px solid #e1e1e1;
    display: inline-block;
    padding:0 8px;
    margin-left:20px;
}
/*************è°ƒæ•´åˆ†é¡µæ ·å¼**********end*******1012******/