

.fund-wrap {

    /*new gradient for Webkit*/

    background:-webkit-linear-gradient(to bottom,#EBF0F2,#ffffff);

    /*Opera11*/

    background:-o-linear-gradient(to bottom,#EBF0F2,#ffffff); 

    /*Mozilla*/

    background: -moz-linear-gradient(to bottom,#EBF0F2,#ffffff);

    /*IE10+*/

    background:linear-gradient(to bottom, #EBF0F2,#ffffff);

    /*IE8-IE9*/

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBF0F2', endColorstr='#ffffff',GradientType=1 );

}

.fund-nav ul {
    padding-bottom: 17px;
    border-bottom: 1px solid #C91F1D;
    width: 1180px;
}
.fund-nav ul li{
    display: inline-block;
    vertical-align: bottom;
}

.fund-nav ul li a{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.fund-nav ul li+li{
    margin-left: 20px;
}
.fund-nav ul li+li a{
    padding-left: 20px;
    border-left: 1px solid #E2E2E2;
}
.fund-nav .icon-dot{
    width: 13.7px;
    height: 13.7px;
    bottom: -6px;
    left: 0;
    background: url(../images/fund_t_list.png) no-repeat;
}
.fund-nav .icon-money{
    width: 38px;
    height: 37px;
    bottom: 10px;
    right: 0;
    background: url(../images/fund_t_icon.png) no-repeat;
}
.fund-active {
    font-size: 24px !important;
}

/* 特色产品 */
.speciall-product-wrap {
}
.speciall-product-wrap .speciall-product-item{
    width: 377px;
    height: 365px;
    margin-top: 66px;
}
.speciall-product-wrap .speciall-product-item+.speciall-product-item{
    margin-left: 33px;
}
.speciall-product-wrap .speciall-product-item p{
    font-size:22px;
    font-weight:400;
    color:#333333;
    padding-top: 246px;
    padding-bottom: 27px;
}
.speciall-product-wrap .speciall-product-item a{
    width: 120px;
    height: 36px;
    display: inline-block;
    color: #FFFFFF;
    background: #C91F1D;
    font-size: 14px;
    line-height: 36px;
    border-radius: 6px;
    behavior: url(css/PIE.htc);
}