@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    /*color:#e84c3d;*/
    blur:expression(this.onFocus=this.blur());
}
img{
    border:0px none;
    vertical-align:bottom;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;opacity:1;
}

input:-ms-input-placeholder{
    color: #999999;opacity:1;
}

input::-webkit-input-placeholder{
    color: #999999;opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top:50px;
}
.mt70{
    margin-top: 70px;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.account_list a:hover{
    margin-left:15px;
}
.w1200{
    width:1200px;
    margin:0 auto;
    min-width:1200px;
}
.border-none{
    border:none!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.word{
    word-wrap:break-word;
}
body{
    font-size:14px;
    color:#666;
    line-height:20px;
    font-family:"Microsoft YaHei";
    background:#f2f2f2;
    min-width:1200px;
}
body{
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
/* common end */

/* index-start */
.nice_header{
    height: 35px;
    background-color: #ffffff;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    z-index: 100;
}
.nice_header .left{
    width: 250px;
    float: left;
}
.nice_header .left .p1{
    font-size:13px;
    color: #666666;
    line-height: 35px;
}
.nice_header .right{
    float: right;
    width: 950px;
    text-align: right;
}
.nice_header .right .link_box{
    position: relative;
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.nice_header .right .link_box>a{
    display: inline-block;
    _display:inline;
    line-height: 35px;
    padding-left: 15px;
    vertical-align: top;
}
.nice_header .right .link_box:hover .link_inner{
    display: block;
}
.nice_header .right .link_box .link_inner{
    display: none;
    position: absolute;
    left:50%;
    top: 35px;
    width: 100%;
    margin-left: -54%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.nice_header .right .link_box .link_inner a{
    display:block;
    line-height: 25px;
    height: 25px;
    padding-left: 15px;
    font-size:13px;
    color: #666666;
    font-weight: normal;
    text-align: left;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_header .right .link_box .link_inner  a:hover {
    color: #ffffff;
    background-color: #f52f3e;
}
.nice_header .right .link_box>a span{
    font-size:13px;
    color: #666666;
}
.nice_header .right .link_box>a em,.nice_header .right .link_box>a span,.nice_header .right .link_box>a i{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_header .right .link_box>a em{
    color: #e5e5e5;
    padding-left: 15px;
}
.nice_header .right .link_box>a.act span,.nice_header .right .link_box>a:hover span{
    color: #f52f3e;
}
.nice_header .right .link_box>a.act em,.nice_header .right .link_box>a:hover em{
    color: #f52f3e;
}
.nice_header .right .link_box>a i{
    display: inline-block;
    _display:inline;
    width: 10px;
    height: 5px;
    background: url("../images/downList_icon.png") no-repeat 0 0;
    vertical-align:middle;
    margin-left:6px;
    margin-top: -3px;
}
.nice_header .right .link_box:hover>a,.nice_header .right .link_box:hover>a em{
    color: #f52f3e;
}
.nice_header .right .link_box:hover>a i{
    background: url("../images/downList_icon_01.png") 0 -5px;
}
.nice_nav{
    background-color: #ffffff;
    position: relative;
    z-index: 50;
}
.nice_nav .logo_box{
    float: left;
    padding:22px 0;
    width:270px;
}
.nice_nav .logo_box img{
    display: block;
    width: 100%
}
.nice_search_box{
    float: right;
    padding: 25px 0;
    margin-left: 37px;
}
.nice_search_box .s_content{
    width:230px;
    height: 34px;
    position: relative;
    cursor: pointer;
}
.nice_search_box .s_content input{
    display: block;
    width:187px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ebebeb;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #ffffff;
    padding-left: 11px;
    padding-right: 30px;
    font-size:14px;
    color: #333;
}
.nice_search_box .s_content input:hover{
    border-color:#999999;
}
.nice_search_box .s_content input:focus{
    border-color:#f52f3e;
}
.nice_search_box .s_content .icon{
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/search_icon.png") no-repeat center;
}
.nice_search_box .s_content .icon.act{
    background: url("../images/search_icon_01.png") no-repeat center;
}
.nice_nav .nav_box{
    float: right;
    width: 640px;
}
.nice_nav .nav_box ul li{
    float: right;
    height: 84px;
    line-height: 84px;
}
.nice_nav .nav_box ul li a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    line-height: 84px;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    color: #222222;
}
.nice_nav .nav_box ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 3px;
    background-color: #ef1330;
}
.nice_nav .nav_box ul li strong{
    position: absolute;
    left: 41px;
    top: 11px;
    display: inline-block;
    _display:inline;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    background-color: #f76410;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.nice_nav .nav_box ul li strong em{
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 3px;
    height: 4px;
    background: url("../images/icon_01.png") no-repeat center;
}
.nice_nav .nav_box ul li a,.nice_nav .nav_box ul li i{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_nav .nav_box ul li a.act,.nice_nav .nav_box ul li a:hover{
    color: #ef1330;
}
.nice_nav .nav_box ul li a.act i,.nice_nav .nav_box ul li a:hover i{
    width: 100%;
}
.nice_nav.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
    box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.5);
}
.nice_nav.fixed .logo_box{
    padding: 12px 0;
}
.nice_nav.fixed .nice_search_box{
    padding: 15px 0;
}
.nice_nav.fixed  .nav_box li{
    height: 64px;
}
.nice_nav.fixed  .nav_box li a{
    line-height: 64px;
}
.nice_nav.fixed   .nav_box ul li strong{
    top:3px;
}
.banner_main{
    height: 380px;
    position: relative;
    z-index: 50;
}
.banner_box{
    width:100%;
    position:relative;
    background-color:#fff;
    height:380px;
    z-index: 1000;
}
.banner{
    width:100%;
    height:380px;
    position:relative;
    z-index:10;
}
.banner > li{
    height:380px;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    display:none;
}
.slide_btn{
    height:68px;
    width:1300px;
    position:absolute;
    z-index:20;
    left:50%;
    top:50%;
    margin-left:-650px;
    margin-top:-34px;
}
.slide_btn a{
    display:block;
    width:68px;
    height:68px;
    text-indent:-9999px;
    font-size:0;
}
.slide_btn a.prev{
    float:left;
    background:url(../images/left.png) no-repeat;
}
.slide_btn a.prev:hover{background:url(../images/left2.png) no-repeat;}
.slide_btn a.next{
    float:right;
    background:url(../images/right.png) no-repeat;
}
.slide_btn a.next:hover{background:url(../images/right2.png) no-repeat;}
.slide_dot{
    height:10px;
    position:absolute;
    z-index:20;
    bottom:51px;
    width:1200px;
    left:50%;
    margin-left:-600px;
    text-align:center;
}
.slide_dot span{
    display:inline-block;
    width:10px;
    height: 10px;
    color:#fff;
    background-color:#b3bccc;
    cursor:pointer;
    border-radius: 200px;
    margin: 0 5px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    vertical-align: top;
}
.slide_dot span.active{
    background-color:#ffffff;
    padding: 0 12px;
}
.down_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
    z-index: 2000;
}
.login_box{
    position: absolute;
    left:50%;
    top: 0;
    width: 1200px;
    margin-left: -600px;
    height: 0;
    z-index: 25;
    margin-top: 30px;
}
.login_main{
    float: right;
    position: relative;
    width:290px;
    height: 304px;
    background-color: #ffffff;
    overflow: hidden;
}
.login_main .erweima{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/icon_02.png") no-repeat center;
    z-index: 500;
}
.login_main .erweima.on{
    background: url("../images/icon_12.png") no-repeat center;
    background-size: auto;
}
.login_detail{
    position: relative;
    z-index: 100;
}
.login_detail_01{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height:304px;
    background-color: #fafafa;
    z-index: 200;
}
.login_detail_01.act{
    display: block;
}
.login_main h4{
    padding-top: 25px;
    padding-left: 35px;
    font-size:16px;
    color: #333333;
    line-height: 22px;
}

.login_detail_01 .back_btn,.login_detail .back_btn{
    position: absolute;
    top:8px;
    right:45px;
    display: block;
    width: 68px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #f66410;
    font-size: 12px;
    color: #f76410;
    background-color: #fef1e9;
}
.login_detail_01 .back_btn em,.login_detail .back_btn em{
    position: absolute;
    right:-7px;
    top:50%;
    margin-top: -7px;
    display: block;
    width:7px;
    height: 14px;
    background: url("../images/weixin_icon.png ") no-repeat center;

}
.login_detail_01 .img_box{
    padding-top: 25px;
    width:136px;
    height: 136px;
    margin: 0 auto;
}
.login_detail_01 .img_box img{
    display: block;
}
.login_detail_01 .p4{
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    text-align: center;
    padding-top: 10px;
}
.login_main .input_box{
    padding:0 35px 15px;
    border-bottom: 1px solid #f4f4f4;
}
.login_main h2{
    font-size:16px;
    color: #333333;
    line-height: 22px;
    padding-top: 25px;
    padding-bottom:18px;
}
.trade_login a,.account a{
    display: block;
    width:220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.trade_login a{
    background-color: #ef1330;
    box-shadow: 0 3px 19px 2px rgba(239, 19, 48, 0.4);
    -moz-box-shadow: 0 3px 19px 2px rgba(239, 19, 48, 0.4);
    -webkit-box-shadow: 0 3px 19px 2px rgba(239, 19, 48, 0.4);
}
.trade_login a:hover{
    background-color: #e20421;
}
.account a{

    background-color: #0099ff;
    box-shadow: 0 3px 19px 2px rgba(0, 153, 255, 0.4);
    -moz-box-shadow: 0 3px 19px 2px rgba(0, 153, 255, 0.4);
    -webkit-box-shadow: 0 3px 19px 2px rgba(0, 153, 255, 0.4);
}
.account a:hover{
    background-color: #0386de;
}
.login_main .p1 {
    font-size:20px;
    color: #fe7e01;
    line-height: 28px;
    position: relative;
    font-weight: 500;
    padding-left:53px;
    margin-top: 25px;
}
.login_main .p1 span{
    position:absolute;
    left:15px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width:28px;
    height: 18px;
    background: url("../images/icon_05.png") no-repeat center;
}
.login_main .question{
    background-color: #fcfcfc;
    padding: 10px 0;
    text-align: center;
}
.login_main .question a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    line-height: 30px;
    position: relative;
    padding-left:25px;
    margin:0 14px;
    font-size:14px;
    color: #333333;
}
.login_main .question a,.login_main .question a span{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.login_main .question a:hover{
    color: #f52f3e;
}
.login_main .question a:hover span{
    left: 3px;
}
.login_main .question a span{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    display: block;
    width: 18px;
    height: 18px;
}
.login_main .question a span.s1{
    background: url("../images/icon_03.png") no-repeat center;
}
.login_main .question a span.s2{
    background: url("../images/icon_04.png") no-repeat center;
}
.nice_public{
    position:relative;
    margin-bottom: 20px;
    padding-left: 43px;
}
.nice_public em{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    display: block;
    width:26px;
    height: 26px;
    background: url("../images/nice_public_icon.png") no-repeat center;
}
.nice_public .outer{
    width: 1157px;
    overflow: hidden;
}
.scroll_vertical{
    height: 54px;
    line-height: 54px;
    overflow: hidden;
}
.scroll_vertical li{
    width: 1158px;
    height: 44px;
    overflow: hidden;
}
.scroll_vertical li a{
    display: block;
    float: left;
    width: 360px;
    height: 14px;
    margin-top: 20px;
    line-height: 14px;
    font-size: 14px;
    color: #666666;
    padding-right: 25px;
    text-align: center;
    border-right: 1px solid #ccc;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scroll_vertical li a:hover{
    color:#ef1330;
}
.product_box ul li{
    float: left;
    width: 213px;
    height: 300px;
    padding: 30px 43px 0;
    border-right: 1px solid #f2f2f2;
    position: relative;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.product_box ul li:hover{
    margin-top: -10px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.product_box ul li.li_01{
    width: 214px;
    border-right: none;
    background: url("../images/li_img_01.jpg") no-repeat center;
}
.product_box ul li.li_02{
    background: url("../images/li_img_02.jpg") no-repeat center;
}
.product_box ul li.li_03{
    background: url("../images/li_img_03.jpg") no-repeat center;
}
.product_box ul li.li_04{
    background: url("../images/li_img_04.jpg") no-repeat center;
}
.product_box ul li em{
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    height: 63px;
}
.product_box ul li.li_02 em{
    background: url("../images/em_icon_01.png") no-repeat center;
}
.product_box ul li.li_03 em{
    background: url("../images/em_icon_02.png") no-repeat center;
}
.product_box ul li.li_04 em{
    background: url("../images/em_icon_03.png") no-repeat center;
}
.product_box ul li h2{
    padding-top: 5px;
    font-size: 22px;
    color: #000000;
    line-height:35px;
    text-align: center;
    font-weight: 500;
}
.product_box ul li p{
    text-align: center;
}
.product_box ul li .p1{
    font-size:14px;
    color: #666666;
    line-height: 25px;
}
.product_box ul li .p2{
    font-size:44px;
    color: #ef1330;
    margin-top: 25px;
    font-weight: bold;
    line-height: 50px;
}
.product_box ul li .p2 span{
    font-size: 24px;
}
.product_box ul li .p3{
    font-size:14px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}
.product_box ul li .p4{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.product_box ul li .btn{
    display: block;
    width:210px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:23px auto 0;
    background-color: #ef1330;
    font-size: 16px;
    color: #ffffff;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.product_box ul li .btn:hover{
    background-color: #e20421;
}
.product_box ul li.li_01 h2{
    color: #ffffff;
    background: url("../images/bg_line.png") no-repeat center;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
}
.product_box ul li.li_01 .p1,.product_box ul li.li_01 .p2{
    color: #ffffff;
}
.product_box ul li.li_01 .p1{
    text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.product_box ul li.li_01 .p2{
    text-shadow:0 0 20px rgba(247, 40, 9, 0.9);
}
.product_box ul li.li_01 .p3,.product_box ul li.li_01 .p4{
    color: #ffe5c1;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.product_box ul li.li_01 .btn{
    background-color: #ffffff;
    color: #ef1330;
    box-shadow: 0 0 13px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 13px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,.2);
}
.model_detail h2{
    padding: 33px 0 13px;
    line-height: 32px;
    font-size:26px;
    color: #000000;
}
.model_detail h2 span{
    font-size:16px;
    color: #999999;
    margin-left:18px;
}
.association{
    width:895px;
}
.association .tab_box{
    background-color: #ffffff;
    height: 330px;
}
.association .tab_tit{
    width: 170px;
}
.association .tab_tit span{
    display: block;
    width: 170px;
    height:165px;
    position: relative;
    cursor: pointer;
}
.association .tab_tit em{
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -10px;
    display:none;
    width: 10px;
    height: 20px;
    background: url("../images/icon_06.png") no-repeat center;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.association .tab_tit strong{
    display: block;
    padding-top: 60px;
    line-height:30px;
    font-size:20px;
    color: #333333;
    text-align: center;
}
.association .tab_tit i{
    display: block;
    font-size:16px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}
.association .tab_tit  b{
    color: #f12a44;
    font-style: normal;
    font-weight: normal;
}
.association .tab_tit span.on{
    background: url("../images/tab_bg.png") no-repeat center;
}
.association .tab_tit span.on em{
    right: -10px;
    display: block;
}
.association .tab_tit span.on strong,.association .tab_tit span.on i,.association .tab_tit span.on b{
    color: #ffffff;
}
.association .tab_body{
    width:634px;
    height: 285px;
    border-left: 1px solid #f2f2f2;
    padding: 45px 45px 0 ;
}
.association .tab_children{
    width: 100%;
    height: 100%;
    display:none;
}
.association .tab_children .left{
    width: 245px;
    height:inherit;
}
.association .tab_children .left h3{
    font-size:28px;
    color: #000000;
    line-height: 35px;
}
.association .tab_children .left .p1{
    font-size:15px;
    color: #666666;
    line-height: 22px;
}
.association .tab_children .left .p2{
    font-size:14px;
    color: #585858;
    line-height: 25px;
}
.association .tab_children .left .btn{
    display: block;
    width: 123px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f12a44;
    color: #ffffff;
    font-size:16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 22px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.association .tab_children .left .btn:hover{
    background-color: #e20421;
}
.association  .right {
    width:362px;
    padding-left: 27px;
    height: inherit;
}
.association .right .img_box{
    width:362px;
    padding-top: 10px;
}
.association .right .img_box img{
    display: block;
    width: 100%;
}
.association .right.nice_right{
    width:322px;
    padding-left: 67px;
}
.association .right.nice_right li{
    width: 143px;
    float: left;
    padding-left: 18px;
    position: relative;
    margin-bottom: 12px;
}
.association .right.nice_right li span{
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width:8px;
    height: 8px;
    background-color: #f894a1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.association .right.nice_right li .p1{
    font-size:14px;
    color: #333333;
    line-height: 20px;
}
.investment{
    width: 288px;
    height: 330px;
}
.investment .content{
    position: relative;
    cursor: pointer;
}
.investment .content .img_box{
    width: 288px;
    height: 330px;
    overflow: hidden;
}
.investment .content .img_box img{
    display:block;
    width: 100%;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.investment .content:hover .img_box img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.investment .content .words{
    position: absolute;
    left:0;
    top: 0;
    width:232px;
    padding:35px 28px;
    height: 260px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.investment .content .words em{
    display: block;
    width: 187px;
    height: 50px;
    margin: 0 auto;
}
.investment .content .words em.top{
    background: url("../images/icon_07.png") no-repeat center;
}
.investment .content .words em.bottom{
    background: url("../images/icon_08.png") no-repeat center;
}
.investment .content .p1{
    font-size:36px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top:20px;
}
.investment .content .p2{
    font-size:16px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 18px;
    text-align: center;
    margin-bottom:25px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.investment .content:hover .words{
    padding-top: 40px;
    height: 55px;
}
.investment .content:hover .p2{
    margin-bottom: 15px;
}
.model_detail h2{
    position: relative;
}
.model_detail h2 a{
    position: absolute;
    top:33px;
    right: 0;
    display: inline-block;
    _display:inline;
    padding-right:17px;
    line-height: 32px;
    font-size:16px;
    color: #0099ff;
}
.model_detail h2 em{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width:8px;
    height: 32px;
    background: url("../images/icon_09.png") no-repeat center;
}
.model_detail h2 a:hover{
    text-decoration: underline;
}
.fund_top{
    background-color: #ffffff;
    padding: 0 40px;
}
.fund_top .left{
    width:873px;
    padding: 25px 0;
}
.fund_top .nice_search_box .s_content{
    width: 210px;
}
.fund_top  .nice_search_box .s_content input{
    width:167px;
}
.fund_top .left li{
    float: left;
    margin-right:5px;
}
.fund_top .left li a{
    display: inline-block;
    _display:inline;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    font-size:16px;
    color: #333333;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.fund_top .left li a.act,.fund_top .left li a:hover{
    background-color: #ef1330;
    color: #ffffff;
}
.fund_content{
    height: 100%;
    background-color: #ffffff;
}
/* 模拟滚动条样式-start */
#scrollbar .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 8px;
}
#scrollbar .viewport {
    height: 814px;
    overflow: hidden;
    position: relative;
}
#scrollbar .track {
    background: #ececec;
    height: 100%;
    width: 6px;
    position: relative;
}
#scrollbar .thumb {
    background: #afadac;
    height: 150px;
    width: 6px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
#scrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
/* 模拟滚动条样式-end */
.fund_header{
    height: 62px;
    background-color: #fafafc;
}
.fund_top table{
    width: 100%;
}
.fund_top table td,.fund_top table th{
    vertical-align: middle;
}
.fund_header th{
    line-height: 62px;
    font-size:14px;
    color: #777777;
    width: 132px;
    font-weight: normal;
}
.fund_header th.pl40{
    width: 199px;
}
.fund_header th span{
    display: inline-block;
    _display: inline;
    width: 8px;
    height: 10px;
    margin-left: 4px;
    vertical-align: middle;
}
.fund_header th em{
    display: block;
    width: 8px;
    height: 4px;
}
.fund_header th em.em_01{
    background: url("../images/tb_01.png") no-repeat 0 0;
    margin-bottom: 2px;
}
.fund_header th em.em_02{
    background: url("../images/tb_01.png") no-repeat 0 -5px;
}
.fund_header th em.em_01.act{
    background: url("../images/tb_02.png") no-repeat 0 0;
    margin-bottom: 2px;
}
.fund_header th em.em_02.act{
    background: url("../images/tb_02.png") no-repeat 0 -5px;
}
.fund_body td{
    width: 132px;
    line-height:62px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.fund_body td.pl40{
    width: 199px;
}
.fund_header,.fund_body{
    padding: 0 40px;
}

.fund_body td .p1{
    line-height: 22px;
    font-size:16px;
}
.fund_body td .p2{
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}
.red{
    color: #ef1330 !important;
}
.green{
    color: #08a162 !important;
}
.fund_body td .btn{
    display: inline-block;
    _display: inline;
    width:78px;
    height: 30px;
    border: 1px solid #ef1330;
    font-size:16px;
    color:#ef1330;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
}
.fund_body td .btn:hover{
    color: #ffffff;
    background-color: #ef1330;
}
.fund_body td .btn.stop,.fund_body td .btn.stop:hover{
    color: #999999;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}
.fund_body tr{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.fund_body tr:hover{
    background-color: #fafafc;
    cursor: pointer;
}
.fund_body .explain{
    position: absolute;
    left:-12px;
    top:45px;
    display: block;
    padding:20px;
    line-height: 22px;
    min-height:44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    z-index: 500;
    box-shadow: 0 0 20px rgba(204,204,204,.7);
    -moz-box-shadow: 0 0 20px rgba(204,204,204,.7);
    -webkit-box-shadow: 0 0 20px rgba(204,204,204,.7);
}
.fund_body .explain span{
    display: block;
    width: 157px;
    text-align: left;
    color: #333333;
    font-size: 14px;
}
.fund_body .explain i{
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -7px;
    display: block;
    width:14px;
    height: 6px;
    background: url("../images/icon_10.png") no-repeat center;
}
.fund_message .message{
    margin:105px 0;
}
.fund_message .message ul{
    box-shadow: 0 0 20px rgba(204,204,204,.7);
    -moz-box-shadow: 0 0 20px rgba(204,204,204,.7);
    -webkit-box-shadow: 0 0 20px rgba(204,204,204,.7);
}
.fund_message .message li{
    float: left;
    width: 300px;
    height: 370px;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 100;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.fund_message .message li .nice_box{
    position: absolute;
    left:50%;
    top: 0;
    width:300px;
    margin-left: -150px;
    height:370px;
    background-color: #ffffff;
    -webkit-transition:top .8s;
    -moz-transition:top .8s;
    -ms-transition:top .8s;
    -o-transition:top .8s;
    transition:top .8s;
}
/*.fund_message .message li.act,.fund_message .message li.act .nice_box {*/
/*width:250px;*/
/*}*/
.fund_message .message .top{
    padding:25px 25px 20px;
}
.fund_message .message h4{
    font-size:18px;
    color: #000000;
    line-height: 25px;
}
.fund_message .message .p1{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.fund_message .message .content{
    padding: 6px 0 0;
    margin: 0 25px;
    border-top: 1px solid #ededed;
}
.fund_message .message .p2{
    font-size:14px;
    color: #333333;
    line-height: 25px;
}
.fund_message .message .p3{
    display: none;
    font-size:14px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 20px;
}
.fund_message .message .p4{
    font-size:14px;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}
.fund_message .message .msg{
    margin-top: 24px;
}
.fund_message .message li.on{
    z-index: 200;
}
.fund_message .message li.on .top{
    background-color: #ef1330;
}
.fund_message .message li.on h4{
    color: #ffffff;
    font-size: 22px;
}
.fund_message .message li.on .p1{
    color: #f7a7ad;
}
.fund_message .message li.on .p2{
    font-size:16px;
    line-height: 30px;
}
.fund_message .message li.on .p3{
    display: block;
}
.fund_message .message li.on .content{
    border-top: none;
}
.fund_message .message li.on .msg{
    padding-bottom:20px;
    border-bottom: 1px solid #ededed;
}
.fund_message .message li.on .nice_box{
    height: 603px;
    top:-117px;
    width: 400px;
    margin-left: -200px;
    box-shadow: 0 0 20px rgba(204,204,204,.7);
    -moz-box-shadow: 0 0 20px rgba(204,204,204,.7);
    -webkit-box-shadow: 0 0 20px rgba(204,204,204,.7);
}
.section{
    padding-bottom: 50px;
}
.footer{
    padding-bottom: 120px;
    background-color: #222526;
}
.footer_top{
    padding:32px 0 17px;
}
.footer_top .left{
    width: 1055px;
}
.footer_top .left ul{
    width:155px;
}
.footer_top .left li{
    margin-bottom: 10px;
}
.footer_top .left li h5{
    font-size: 16px;
    color: #cccccc;
    line-height: 25px;
    margin-bottom:15px;
}
.footer_top .left li a{
    display: block;
    font-size:13px;
    color: #777777;
    line-height: 20px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.footer_top .left li a:hover{
    color: #ffffff;
}
.footer_top .right{
    width: 145px;
}
.footer_top .right h5{
    font-size: 20px;
    color: #cccccc;
    line-height: 30px;
}
.footer_top .right .p1{
    font-size:12px;
    color: #a5a5a5;
    line-height: 20px;
    margin-top:10px;
}
.footer_top .right .icon_box{
    margin-top:52px;
    text-align: center;
}
.footer_top .right .icon_box a{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    width: 36px;
    height: 36px;
    margin:  0 9px;
    position: relative;
}
.footer_top .right .icon_box a.a1{
    background: url("../images/down_icon.png") no-repeat 0 0;
}
.footer_top .right .icon_box a.a2{
    background: url("../images/down_icon_01.png") no-repeat 0 0;
}
.footer_top .right .icon_box a.a1:hover{
    background: url("../images/down_icon.png") no-repeat -37px 0;
}
.footer_top .right .icon_box a.a2:hover{
    background: url("../images/down_icon_01.png") no-repeat -37px 0;
}
.footer_top .right .icon_box a:hover .weixin_box{
    display: block;
}
.footer_top .weixin_box{
    display: none;
    position:absolute;
    left: 50%;
    top: -165px;
    margin-left:-64px;
    width: 128px;
    padding-top: 12px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.footer_top .weixin_box .img_bow{
    width: 104px;
    height: 104px;
}
.footer_top .weixin_box .p6{
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}
.footer_top .weixin_box .icon{
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -7px;
    display: block;
    width: 14px;
    height: 9px;
    background: url("../images/weixin_icon_02.png") no-repeat center;
}
.footer_bottom{
    border-top: 1px solid #464649;
    padding: 20px 0;
    background-color: #222526;
}
.footer_bottom .contact_ways{
    text-align: center;
    margin-bottom: 6px;
}
.footer_bottom .contact_ways a{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    padding:0 13px;
    font-size:12px;
    color: #a5a5a5;
    line-height: 22px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.footer_bottom .contact_ways a:hover{
    color: #ffffff;
}
.footer_bottom .p1{
    font-size:12px;
    color: #a5a5a5;
    line-height: 20px;
    text-align: center;
}
.footer_public{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index:10000;
}
.footer_public .w1200{
    position: relative;
}
.footer_public .close{
    position: absolute;
    top: 10px;
    right: 60px;
    display: block;
    width:40px;
    height:40px;
    border: 1px solid transparent;
    background: url("../images/close_btn.png") no-repeat center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.footer_public .close:hover{
    border: 1px solid #bbc1c8;
}
.footer_public .btn_box{
    padding: 40px 231px 40px 0;
    text-align: right;
}
.footer_public .btn_box a{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin:  0 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.footer_public .btn_box a:hover{
    background-color: #ef1330;
    border-color: #ef1330;
}
.advert_box{
    display: none;
    position: fixed;
    top: 20%;
    left: 2%;
    background-color: #ffffff;
    z-index: 20000;
    width: 125px;
}
.advert_box .close_01{
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/close_btn_01.png") no-repeat center;
}
.advert_box h2{
    width:125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url("../images/advert_bg.jpg") no-repeat center;
    font-size: 14px;
    color: #ffffff;
}
.advert_box h2 em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width:18px;
    height: 45px;
    background: url("../images/icon_11.png") no-repeat center;
    margin-right: 4px;
}
.advert_box ul li{
    padding:15px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.advert_box ul li.last_one{
    border-bottom: none;
}
.advert_box ul li h3{
    font-size:14px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}
.advert_box ul li .p1{
    font-size:26px;
    color: #ef1330;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}
.advert_box ul li .p1 span{
    font-size: 14px;
}
.advert_box ul li .p2{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    text-align: center;
}
.advert_box ul li .btn{
    display: block;
    width:70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #ef1330;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    margin: 8px auto 0;
}
.advert_box ul li .btn:hover{
    background-color:#e20421;
}
.fixed_menu{
    position:fixed;
    right: 2%;
    top:50%;
    width:70px;
    z-index:30000;
    display: none;
    background-color: #ffffff;
}
.fixed_menu li a{
    display:block;
    width: 68px;
    padding: 8px 0;
    border: 1px solid #ef1330;
    border-bottom: none;
    position:relative;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.fixed_menu ul{
    border-bottom: 1px solid #ef1330;
}
.fixed_menu ul .text{
    width: 48px;
    height: 28px;
    margin: 0 auto;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    position: relative;
    z-index: 100;
}
.fixed_menu .icon_service .text{
    background: url("../images/fixed_icon_01.png") no-repeat center;
}
.fixed_menu .icon_weixin .text{
    background: url("../images/fixed_icon_02.png") no-repeat center;
}
.fixed_menu .icon_back .text{
    background: url("../images/fixed_icon_03.png") no-repeat center;
}
.fixed_menu li span{
    display: block;
    width: 68px;
    line-height: 20px;
    text-align: center;
    font-size:13px;
    color: #ef1330;
    margin-top: 5px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.fixed_menu a.act {
    background-color: #ef1330;
}
.text,.fixed_menu .icon_service.act .text{
    background: url("../images/fixed_icon_04.png") no-repeat center;
}
.fixed_menu .icon_weixin.act .text{
    background: url("../images/fixed_icon_05.png") no-repeat center;
}
.fixed_menu .icon_back.act .text{
    background: url("../images/fixed_icon_06.png") no-repeat center;
}
.fixed_menu a.act span{
    color: #FFFFFF;
}
.fixed_menu .icon_weixin .weixin_img{
    display: none;
    position: absolute;
    left:-151px;
    bottom: 0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    padding: 12px 12px 0;
}
.fixed_menu .icon_weixin .weixin_img em{
    position: absolute;
    right:-10px;
    bottom:10px;
    display: block;
    width:10px;
    height: 16px;
    background: url("../images/weixin_icon_01.png") no-repeat center;
}
.fixed_menu .weixin_img .img_box{
    width:104px;
    height: 104px;
}
.fixed_menu .weixin_img .img_box img{
    display: block;
    width: 100%;
}
.fixed_menu .icon_weixin .weixin_img .p1{
    padding: 5px 0;
    font-size:13px;
    color: #666666;
    line-height: 22px;
    text-align: center;
}
.fixed_menu .icon_weixin:hover .weixin_img{
    display: block;
}
.fixed_menu .pic{
    position:absolute;
    right:100%;
    top:0;
    margin-right:15px;
    width:160px;
    height:160px;
    background:#FFFFFF;
    border:1px solid #e9e9e9;
    z-index:999;
    display:none;
}
.fixed_menu li:hover .pic{
    display:block;
}
.fixed_menu .pic:after{
    content:'';
    position:absolute;
    right:-9px;
    top:22px;
    width:10px;
    height:12px;
    background:url(../images/icon-trai.png) no-repeat center center;
}
/*  入场动画-start */
@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@-webkit-keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)}
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none}
}
.association,.investment,.fund_list,.fund_message{
    -webkit-opacity: 0;
    -o-opacity: 0;
    /*filter: alpha(opacity=0);*/
}
.association.active,.investment.active,.fund_list.active,.fund_message.active{
    -webkit-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);
}
.product_box ul li,.product_box,.fund_list.active,.fund_message.active{
    -webkit-animation: fadeInUp .7s ease-in-out both;
    -moz-animation: fadeInUp .7s ease-in-out both;
    -ms-animation: fadeInUp .7s ease-in-out both;
    animation: fadeInUp .7s ease-in-out both;
}
.association.active{
    -webkit-animation: fadeInRight .7s ease-in-out both;
    -moz-animation: fadeInRight .7s ease-in-out both;
    -ms-animation: fadeInRight .7s ease-in-out both;
    animation: fadeInRight .7s ease-in-out both;
}
.investment.active{
    -webkit-animation: fadeInLeft .7s ease-in-out both;
    -moz-animation: fadeInLeft .7s ease-in-out both;
    -ms-animation: fadeInLeft .7s ease-in-out both;
    animation: fadeInLeft .7s ease-in-out both;
}
.login_box{
    -webkit-animation: fadeInLeft 1.1s ease-in-out both;
    -moz-animation: fadeInLeft 1.1s ease-in-out both;
    -ms-animation: fadeInLeft 1.1s ease-in-out both;
    animation: fadeInLeft 1.1s ease-in-out both;
}
.product_box ul .li_01{
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
.product_box ul .li_02{
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -ms-animation-delay: .15s;
    animation-delay: .15s;
}
.product_box ul .li_03{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
}
.product_box ul .li_04 {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -ms-animation-delay: .25s;
    animation-delay: .25s;
}
/*!* banner_波浪效果 *!*/
@keyframes  boLang{
    0%{
        background-position:0 0;
    }
    25%{
        background-position:25% 0;
    }
    50%{
        background-position:50% 0;
    }
    75%{
        background-position:75% 0;
    }
    100% {
        background-position:100% 0;
    }
}
.down_bottom{
    -webkit-animation: boLang 5s infinite linear;
    -moz-animation: boLang 5s infinite linear;
    -ms-animation: boLang 5s infinite linear;
    animation: boLang 5s infinite linear;
}
#scrollbar .disable{
    display:none;
}
/**热门基金标签处理 **/
.b_filter{
    position: absolute;
    top: 14px;
    left: 15px;
    top:0\0;
    color:  #fff;
    font-size: 12px;
    font-weight:  normal;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476,M12=-0.7071067811865476,M21=0.7071067811865476,M22=0.7071067811865476,SizingMethod='auto expand');
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.i_filter{
    width:  90px;
    height: 24px;
    position:  absolute;
    background: #f66410;
    top: 12px;
    left: -4px;
    top:-18px\0;
    left:0\0;
    filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476,M12=-0.7071067811865476,M21=0.7071067811865476,M22=0.7071067811865476,SizingMethod='auto expand')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476,M12=-0.7071067811865476,M21=0.7071067811865476,M22=0.7071067811865476,SizingMethod='auto expand')";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

/**ie9及以上、谷歌等，总之区分IE8**/
@media all and (min-width:0){
    .b_filter{
        filter:none;
        top: 14px;
    }
    .i_filter{
        top: 12px;
        left: -4px;
        filter:none;
    }
}

/* 2018-07-05-基金详情-start */
.section_01{
    padding-bottom: 40px;
    border-top: 1px solid #e4e4e4;
}
.link_address{
    padding: 12px 0 8px;
    font-size: 0;
}
.link_address em,.link_address a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.link_address em{
    width:16px;
    height: 20px;
    background: url("../images/home_icon.png") no-repeat center;
    margin-right:10px;
}
.link_address a{
    font-size:14px;
    color: #666666;
    line-height: 20px;
    margin-right: 4px;
}
.link_address a:hover{
    color: #ef1330;
}
.fund_detail_top{
    background-color: #ffffff;
    padding:40px 30px 25px;
}
.fund_detail_top .left{
    width: 550px;
}
.fund_detail_top .left h2{
    font-size:20px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: auto;
}
.fund_detail_top .left h2 strong{
    font-size:14px;
    color: #999999;
}
.fund_detail_top .left h2 strong.s_01{
    margin-left: 30px;
}
.fund_detail_top .left h2 span{
    color: #333333;
}
.fund_detail_top .data{
    background-color: #f5f9fe;
    padding: 17px 0;
}
.fund_detail_top .data li{
    float: left;
    width:182px;
    border-right: 1px dashed #e0e9f4;
    text-align: center;
    padding: 11px 0 5px;
}
.fund_detail_top .data li.last_one{
    border-right: none;
}
.fund_detail_top .data .p1{
    font-size: 16px;
    color: #666666;
    line-height:30px;
    margin-bottom: 5px;
}
.fund_detail_top .data .p2{
    font-size: 16px;
    color: #ef1330;
    font-weight: bold;
    line-height:37px;
}
.fund_detail_top .data .p2 span{
    font-size: 32px;
}
.fund_detail_top .data .p2 strong{
    color: #666666;
}
.fund_detail_top .data_msg{
    padding: 25px 0 22px;
    border-bottom: 1px dashed #e7e7e7;
}
.fund_detail_top .data_msg .p1{
    width: 50%;
    float: left;
    line-height: 25px;
    margin-bottom: 12px;
    font-size:14px;
    color: #999999;
}
.fund_detail_top .data_msg  span{
    color: #333333;
}
.fund_btn{
    padding-top: 27px;
    font-size: 0;
}
.fund_btn a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    height: 46px;
    line-height: 46px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
}
.fund_btn a.a1{
    width: 216px;
    background-color: #ef1330;
}
.fund_btn a.a2{
    width: 150px;
    margin-left: 30px;
    background-color: #0099ff;
}
.fund_btn a.a1:hover{
    background-color: #e20421;
}
.fund_btn a.a2:hover{
    background-color: #0386de;
}
.fund_detail_top .tab_box{
    width: 560px;
}
.fund_detail_top .tab_tit{
    font-size: 0;
    padding-left:45px;
    margin-bottom: 30px;
}
.fund_detail_top .tab_tit span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    font-size:16px;
    line-height: 25px;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}
.fund_detail_top .tab_tit em{
    display: inline-block;
    _display:inline;
    color: #eeeeee;
    margin: 0 14px;
}
.fund_detail_top .tab_tit span.on{
    color: #ef1330;
}
.fund_detail_top .tab_children{
    display: none;
}
.fund_detail_top .tab_body .img_box{
    width: 555px;
    height: 280px;
}
.fund_detail_top .tab_body .more{
    margin-top: 25px;
    text-align: center;
}
.fund_detail_top .tab_body .more a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width: 78px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    color: #666666;
    font-size: 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin:0 8px;
}
.fund_detail_top .tab_body .more a:hover,.fund_detail_top .tab_body .more a.act{
    border: 1px solid #ef1330;
    color: #ef1330;
}
.fund_detail_top .tab_body .more.ns_01{
    text-align: right;
}
.fund_detail_top .tab_body .more.ns_01 a{
    margin-right: 44px;
}
.fund_detail_main{
    background-color: #ffffff;
    margin-top:40px;
}
.fund_detail_main .tab_tit span{
    float: left;
    display: block;
    position: relative;
    width: 133px;
    height:56px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    background-color: #fbfbfb;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.fund_detail_main .tab_tit span.last_one{
    width: 136px;
}
.fund_detail_main .tab_tit em{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width:0;
    height:4px;
    background-color: #ef1330;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.fund_detail_main .tab_tit span.on{
    color:#ef1330;
    background-color: #ffffff;
}
.fund_detail_main .tab_tit span.on em{
    width: 100%;
}
.fund_detail_main .tab_children{
    display: none;
}
.jtd_top{
    border-bottom: 1px solid #e1e1e1;
}
.jj_detail_msg{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.jj_detail_msg h2{
    position: relative;
    padding:32px 0 30px 14px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}
.jj_detail_msg h2 em{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 4px;
    height: 18px;
    background-color: #ef1330;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.jj_detail_msg h2 span{
    font-size: 14px;
    color: #999999;
    margin-left:20px;
}
.jj_detail_msg .p1{
    padding-left: 14px;
    font-size:16px;
    color:#333333;
    line-height: 20px;
}
.tz_group{
    width: 460px;
    margin-left: 14px;
}
.tz_group h3{
    padding-left: 14px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    background-color: #f5f9fe;
}
.tz_group h3 span{
    color: #999999;
    line-height: 12px;
    margin-left: 9px;
}
.tz_group .nice_tab{
    padding-top: 30px;
    position: relative;
}
.tz_group  .nt_tit{
    position: absolute;
    right: 16px;
    top: -35px;
    width: 60px;
    height: 30px;
    background-color: #ffffff;
}
.tz_group  .nt_tit a,.tz_group  .nt_tit em{
    display: block;
    width: 30px;
    height: 30px;
}
.tz_group  .nt_tit a{
    float: left;
}
.tz_group  .nt_tit em{
    background:url("../images/jj_iconList.png") no-repeat 0 0;
}
.tz_group  .nt_tit a.a1 em{
    background-position: 0 -30px;
}
.tz_group  .nt_tit a.a2 em{
    background-position: 0 -90px;
}
.tz_group  .nt_tit a.on{
    background-color: #ef8513;
}
.tz_group  .nt_tit a.on.a1 em{
    background-position: 0  0;
}
.tz_group  .nt_tit a.on.a2 em{
    background-position: 0  -60px;
}
.tz_group .nt_children{
    display: none;
}
.tz_group  .p2{
    padding: 35px 22px 0;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.tg_tab table{
    width: 100%;
    border: 1px solid #e1e1e1;
}
.tg_tab table tr{
    text-align: center;
}
.tg_tab table th{
    background-color: #f5f9fe;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: 39px;
    color: #666666;
    font-weight: normal;
}
.tg_tab table td{
    font-size: 14px;
    color: #333333;
    line-height: 39px;
    border: 1px solid #e1e1e1;
}
.tg_tab table td .p3{
    padding:5px  10px;
    line-height: 22px;
}
.tg_tab .no_data{
    width: 104px;
    height: 83px;
    margin:70px auto 0;
}
.tg_tab .p4{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top:10px;
    text-align: center;
}
.basic_msg{
    padding:0 15px;
}
.basic_msg table,.jz_table table{
    width: 100%;
    border: 1px solid #e1e1e1;
}
.basic_msg table th,.jz_table table th{
    background-color: #f5f9fe;
    font-weight: normal;
}
.basic_msg table th,.basic_msg table td,.jz_table table th,.jz_table table td{
    font-size: 14px;
    color: #333333;
    line-height: 46px;
    border: 1px solid #e1e1e1;
}
.basic_msg table td .p5{
    padding:14px 28px;
    line-height: 25px;
}
.jz_table{
    padding: 0 15px;
}
.jz_table table tr{
    text-align: center;
}
.jz_table .tab_01{
    table-layout: fixed;
}
.jj_detail_msg{
    position: relative;
}
.date_search{
    position: absolute;
    right: 15px;
    top:40px;
    width:302px;
}
.date_search .ds_box{
    position: relative;
    margin: 0 11px;
}
.date_search .ds_box input{
    display: block;
    width:102px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
}
.date_search .ds_box em{
    position: absolute;
    right: 8px;
    top: 7px;
    display: block;
    width: 18px;
    height: 15px;
    background: url("../images/fund_icon_01.png") no-repeat center;
}
.date_search .btn{
    display: block;
    float: left;
    width:30px;
    height:30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ef1330;
}
.date_search .btn i{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/search_icon_02.png") no-repeat center;
}
.date_search .btn:hover{
    background-color: #e20421;
}
.jz_table .jz_img{
    margin-top: 60px;
}
.jtd_top.nice_top  .jj_detail_msg{
    padding-bottom: 0;
}
.pageBar{
    padding:40px 0;
    text-align: center;
    font-size: 0;
}
.pageBar a,.pageBar span,.pageBar input{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    height: 36px;
}
.pageBar a {
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    color: #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0 5px;
}
.pageBar a:hover{
    color: #ffffff;
    background-color: #ef1330;
}
.pageBar a em{
    display: block;
    width: 36px;
    height: 36px;
}
.pageBar a.prev em{
    background: url("../images/fund_icon_02.png") no-repeat center;
}
.pageBar a.prev:hover em{
    background: url("../images/fund_icon_03.png") no-repeat center;
}
.pageBar a.next em{
    background: url("../images/fund_icon_04.png") no-repeat center;
}
.pageBar a.next:hover em{
    background: url("../images/fund_icon_05.png") no-repeat center;
}
.pageBar a.go{
    width:78px;
    height: 34px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    background-color: #ffffff;
}
.pageBar a.go:hover{
    border-color: #ef1330;
    background-color: #ef1330;
}
.pageBar span{
    font-size: 14px;
    color: #989898;
    line-height: 36px;
}
.pageBar span.s_01{
    margin: 0 10px;
}
.pageBar span.s_02{
    margin: 0 10px 0 25px;
}
.pageBar span.s_03{
    margin: 0 25px 0 10px;
}
.pageBar input{
    width: 56px;
    border: 1px solid #f9f9f9;
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    -ms-text-align-last: center;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.jj_detail_msg .p6{
    padding:  0 14px;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding-bottom: 50px;
}
.jj_detail_msg .ul_01 {
    padding:30px 0;
}
.jj_detail_msg .ul_01 li{
    float: left;
    padding-left: 160px;
    border-right: 1px solid #e1e1e1;
    position: relative;
    padding-right: 38px;
}
.jj_detail_msg .ul_01 li.li_01{
    padding-left: 120px;
}
.jj_detail_msg .ul_01 li.last_one{
    padding-right: 0;
    border-right: none;
}
.jj_detail_msg .ul_01 li .left{
    position: absolute;
    left: 40px;
    top: 0;
}
.jj_detail_msg .ul_01 li.li_01 .left{
    position: absolute;
    left: 0;
    top: 0;
}
.jj_detail_msg .ul_01 li .words{
    min-height: 65px;
    padding: 15px 0  20px 0;
}
.jj_detail_msg .ul_01 h4{
    font-size:18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}
.jj_detail_msg .ul_01 .w_btn{
    position: relative;
}
.jj_detail_msg .ul_01 .w_btn a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    font-size: 14px;
    color: #ef1330;
    line-height: 25px;
}
.jj_detail_msg .ul_01 .w_btn a:hover{
    text-decoration: underline;
}
.jj_detail_msg .ul_01 .w_btn .a1{
    margin-left: 15px;
}
.jj_detail_msg .ul_01 .erweima{
    display: none;
    position: absolute;
    left: 50%;
    top: -260px;
    margin-left: -150px;
    width: 250px;
    height: 250px;
    box-shadow:0 0 6px 4px rgba(154,154,154,0.35);
    -mkoz-box-shadow:0 0 6px 4px rgba(154,154,154,0.35);
    -webkit-box-shadow:0 0 6px 4px rgba(154,154,154,0.35);
}
.jj_detail_msg .ul_01 .erweima em{
    position: absolute;
    left: 50%;
    bottom:-16px;
    display: block;
    width: 23px;
    height: 16px;
    background: url("../images/fund_icon_09.png") no-repeat center;
}
.jj_detail_msg .p7{
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding-bottom:15px;
    padding-left: 14px;
}
.jj_detail_msg h2.h_01{
    padding-top: 0;
}
.no_bot{
    padding-bottom: 0 !important;
}
.jj_detail_msg h2.h_01 em{
    top:3px;
    margin-top: 0;
}
.jj_detail_msg .p8{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-left: 14px;
    margin-top: 15px;
}
.article_search{
    width: 555px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.article_search .input{
    display: block;
    width:198px;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    outline: none;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #333333;
    margin-right: 21px;
}
.article_search .date_search{
    position: relative;
    top: 0;
    right: 0;
}
.jj_detail_msg .ul_02 li{
    position: relative;
    padding-right: 165px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px dashed #e7e7e7;
}
.jj_detail_msg .ul_02 li a{
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 25px 0;
    line-height: 26px;
}
.jj_detail_msg .ul_02 li span{
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 165px;
    text-align: right;
    font-size: 14px;
    color: #989898;
    line-height: 26px;
}
.jj_detail_msg .ul_02 li:hover{
    padding-left: 7px;
}
.jj_detail_msg .ul_02 li:hover a{
    color: #ef1330;
}
.date_select{
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 500;
}
.tz_main{
    position: relative;
    z-index: 100;
}
.date_select input{
    display: block;
    width: 109px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 13px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 14px;
}
.date_select input::placeholder{
    color: #333333;
}
.date_select input:-moz-placeholder{
    color: #333333;
}
.date_select input:-ms-input-placeholder{
    color: #333333;
}
.date_select input::-webkit-input-placeholder{
    color: #333333;
}
.date_select em{
    position: absolute;
    top: 15px;
    right: 8px;
    display: block;
    width:12px;
    height: 8px;
    background: url("../images/fund_icon_10.png") no-repeat 0 -9px;
}
.date_select em.on{
    background-position: 0 0;
}
.date_select ul{
    position: absolute;
    left: 0;
    top:38px;
    width: 142px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
    background-color: #ffffff;
}
.date_select ul li{
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border-bottom:1px solid #e5e5e5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.date_select ul li:hover{
    background-color: #ef1330;
    color: #ffffff;
}
.sr_content{
    padding-top:37px;
}
.src_top{
    width: 700px;
    margin: 0 auto;
}
.src_input{
    width:598px;
    padding-right: 100px;
    border: 1px solid #dddddd;
    height:43px;
    overflow: hidden;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    position: relative;
    background-color: #ffffff;
}
.src_input input{
    width:582px;
    padding-left: 16px;
    font-size:16px;
    color: #333333;
    outline: none;
    line-height: 43px;
    height: 43px;
    cursor: pointer;
}
.src_input a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 45px;
    background-color: #ef1330;
}
.src_input a  em{
    display: block;
    width: 80px;
    height: 42px;
    background: url("../images/search_icon_03.png") no-repeat center;
}
.src_input:hover{
    border-color:#999999;
}
.src_top .p1{
    font-size: 0;
    color: #666666;
    line-height:30px;
}
.src_top .p1 span{
    width:72px;
    display: block;
    font-size: 14px;
}
.src_top .date_search{
    position: relative;
    top: 0;
    right: 0;
}
.src_top .date_search input{
    background-color: #ffffff;
}
.src_top .date_search .ds_box{
    margin: 0 10px;
}
.src_main{
    border-top: 1px solid #dddddd;
    background-color: #f8f8f8;
    position: relative;
}
.src_main h2{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #333333;
    line-height:89px;
    padding-left: 42px;
    width: 234px;
}
.src_main .tab_tit{
    width: 296px;
    padding-top: 89px;
}
.src_main .tab_tit span{
    display: block;
    position: relative;
    padding-left: 82px;
    font-size: 16px;
    color: #333333;
    line-height:64px;
    cursor: pointer;
}
.src_main .tab_tit span.on{
    background-color: #ffffff;
    color: #ef1330;
}
.src_main .tab_tit span i{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: 0;
    display: block;
    width:3px;
    height:0;
    background-color: #ef1330;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.src_main .tab_tit span.on i{
    height: 64px;
    margin-top: -32px;
}
.src_main .tab_tit span em{
    position: absolute;
    left:42px;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
}
.src_main .tab_tit span em.em_01{
    background: url("../images/result_icon_01.png") no-repeat center;
}
.src_main .tab_tit span em.em_02{
    background: url("../images/result_icon_02.png") no-repeat center;
}
.src_main .tab_tit span em.em_03{
    background: url("../images/result_icon_03.png") no-repeat center;
}
.src_main .tab_tit span.on em.em_01{
    background: url("../images/result_icon_04.png") no-repeat center;
}
.src_main .tab_tit span.on em.em_02{
    background: url("../images/result_icon_05.png") no-repeat center;
}
.src_main .tab_tit span.on em.em_03{
    background: url("../images/result_icon_06.png") no-repeat center;
}
.src_main .tab_body{
    background-color: #ffffff;
    width: 637px;
    padding:0 197px 0 70px;
}
.src_main .tab_body .tab_children{
    display: none;
}
.src_main .tab_body .ul_03{
    padding-top:35px;
    border-bottom: 1px solid #dddddd;
}
.src_main .tab_body .ul_03 li{
    padding-bottom: 35px;

}
.src_main .tab_body .ul_03 a{
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
}
.src_main .tab_body .ul_03 li:hover{
    padding-left: 7px;
}
.src_main .tab_body .ul_03 .p1{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.src_main .tab_body .ul_03 .p2{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.src_main .tab_body .ul_03 a span,.src_main .tab_body .ul_03 .p1 span{
    color: #ef1330;
}
.src_main .pageBar a{
    margin: 0  4px;
}
.src_main .pageBar .prev{
    margin-left: 0;
}
.src_main .pageBar .go{
    margin-right: 0;
}
.pageBar span.s_02{
    margin-left: 20px;
}
.pageBar span.s_03{
    margin-right: 20px;
}
.jz_table table .p5{
    padding: 0  30px;
    line-height: 25px;
    text-align: left;
}
.manager_pro{
    padding:  40px 15px 0;
}
.manager_pro .left{
    width:190px;
    height:230px;
}
.manager_pro .right{
    width:740px;
    min-height: 230px;
    padding-bottom: 55px;
}
.manager_pro .right h3{
    font-size:18px;
    color: #333333;
    line-height: 25px;
    margin-bottom:10px;
}
.manager_pro .right .p9{
    font-size:14px;
    color: #333333;
    line-height:28px;
}
.intro_tab .jz_table .tab_content{
    padding-bottom: 50px;
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 30px;
}
.intro_tab .jz_table .tab_content.no_bot{
    border: none;
    margin-bottom: 0;
}
.jz_table .tab_02{
    table-layout: fixed;
    margin-bottom:10px;
}
.jz_table .tab_02 th.first,.jz_table .tab_02 td.first{
    width: 15.5%;
}
.bg_gray{
    background-color: #fbfbfb !important;
}
.jz_table .tab_02 span{
    display: block;
    padding: 10px;
    line-height:25px;
}
.jj_detail_msg .p10{
    font-size:14px;
    color: #666666;
    line-height: 25px;
    padding-top: 4px;
}
.jj_detail_msg .p11{
    padding-bottom: 26px;
    font-size:16px;
    color: #333333;
    line-height: 25px;
}
.jz_table .tab_02.nice_tab_01 td span{
    text-align: left;
    padding: 12px 30px;
}
.jj_detail_msg .p12{
    margin: 56px 0 25px;
    font-size:16px;
    color: #333333;
    line-height: 25px;
}
.jj_detail_msg .p13{
    font-size:14px;
    color: #666666;
    line-height: 25px;
    padding:25px 0 15px;
}
.jj_detail_msg .p14{
    font-size:14px;
    color: #333333;
    line-height:26px;
}
.banner_main_01{
    height: 380px;
}
.ranking_msg{
    padding:33px 50px 0;
    background-color: #ffffff;
}
.ranking_msg h2{
    font-size: 26px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 16px;
}
.ranking_msg li{
    padding:24px 0 20px;
    border-bottom: 1px solid #f2f2f2;
}
.ranking_msg li.last{
    border-bottom: none;
}
.ranking_msg li .left{
    width: 185px;
    padding-left:58px;
    position: relative;
}
.ranking_msg li .left em{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width:37px;
    height: 45px;
}
.ranking_msg li .left em.em_01{
    background:url("../images/icon_13.png") no-repeat center;
}
.ranking_msg li .left em.em_02{
    background:url("../images/icon_14.png") no-repeat center;
}
.ranking_msg li .left em.em_03{
    background:url("../images/icon_15.png") no-repeat center;
}
.ranking_msg li .left .p1{
    font-size:18px;
    color: #ef1330;
    line-height:32px;
}
.ranking_msg li .left .p1 span{
    font-size: 30px;
}
.ranking_msg li .left .p2{
    font-size:14px;
    color: #666666;
    line-height: 25px;
}
.ranking_msg li .right{
    padding-left: 41px;
    width: 201px;
    position: relative;
}
.ranking_msg li .right .line{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -17px;
    width: 1px;
    height:35px;
    background-color: #f2f2f2;
}
.ranking_msg li .right .p3{
    font-size:18px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 10px;
}
.ranking_msg li .right .p4{
    line-height: 27px;
    font-size: 0;
    text-align: left;
}
.ranking_msg li .right .p4 a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width: 68px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #f76410;
    font-size:14px;
    color: #f76410;
    margin-right: 5px;
}
.sf_top{
    margin-top: 22px;
    padding: 20px 0;
    font-size: 0;
}
.sf_top a,.sf_top span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.sf_top a{
    font-size:26px;
    color: #000000;
    line-height: 26px;
}
.sf_top a.act,.sf_top a:hover{
    color: #ef1330;
}
.sf_top span{
    width: 1px;
    height: 26px;
    background-color: #dadada;
    margin:0 18px;
}
.sf_content  .fund_header th.first{
    width: 50px;
    text-align: left;
}
.sf_content .fund_header th{
    width: 110px;
}
.sf_content .fund_header th.last{
    width: 145px;
}

.sf_content  .fund_body td.first a{
    display:inline-block;
    _display:inline;
    vertical-align: middle;
    width:22px;
    height: 22px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.sf_content  .fund_body td.first a.act{
    border-color: #ef1330;
    background: url("../images/icon_16.png") no-repeat center;
}
.sf_content .fund_body td{
    width: 110px;
}
.sf_content  .fund_body td.first{
    text-align: left;
    width: 50px;
}
.sf_content .fund_body td.pl40,.sf_content .fund_header th.pl40{
    width: 150px;
}
.sf_content .fund_body td.last{
    width: 145px;
}
.fund_body td .btn_01{
    display: inline-block;
    _display: inline;
    width: 46px;
    height: 30px;
    border: 1px solid #4180ff;
    font-size: 16px;
    color: #4677db;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
    margin-left:8px;
}
.fund_body td .btn_01:hover{
    color: #ffffff;
    background-color: #4677db;
    border-color: #4677db;
}
.fund_body td .btn_01.stop,.fund_body td .btn_01.stop:hover{
    color: #999999;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.advert_box_01{
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -207px;
    z-index: 10000;
    background-color: #ffffff;
    width:280px;
}
.advert_box_01 h2{
    font-size:20px;
    color: #333333;
    line-height:60px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.advert_box_01 ul{
    padding:0 20px;
}
.advert_box_01 li{
    border-bottom:1px dashed #dddddd;
    line-height: 67px;
    font-size:16px;
    color:#333333;
    position: relative;
}
.advert_box_01 li a{
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -27px;
    display: block;
    width:54px;
    height: 54px;
    background: url("../images/close_btn_02.png") no-repeat center;
}
.advert_box_01 .p1{
    padding:22px 0 24px 20px;
    font-size: 0;
    position: relative;
}
.advert_box_01 .p1 .a1{
    display: inline-block;
    _display:inline;
    width:100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-size:16px;
    background-color: #ef1330;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.advert_box_01 .p1 .a1:hover{
    background-color: #e20421;;
}
.advert_box_01 .p1 span{
    font-size:13px;
    color: #666666;
    margin-left:8px;
}
.advert_box_01 .p1 .clear{
    position: absolute;
    right:20px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width:30px;
    height: 16px;
    font-size: 13px;
    color: #ef1330;
}

.advert_box_01 .p1 .clear:hover{
    text-decoration: underline;
}
/* 基金产品搜索框-2018-07-16-start */
.nice_search_box .s_content ul{
    position: absolute;
    left: 0;
    top:31px;
    width:208px;
    height: 160px;
    overflow-x:hidden;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #f52f3e;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.nice_search_box .s_content li{
    padding-left: 11px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_search_box .s_content li .p1{
    font-size:13px;
    color: #333333;
    line-height: 20px;
}
.nice_search_box .s_content li .p2{
    font-size: 13px;
    color: #666666;
    line-height: 18px;
}
.nice_search_box .s_content li .p2 span{
    margin-left: 10px;
}
.nice_search_box .s_content li:hover{
    background-color: #f52f3e;
    padding-left: 15px;
}
.nice_search_box .s_content li .p1,.nice_search_box .s_content li .p2{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_search_box .s_content li:hover .p1,.nice_search_box .s_content li:hover .p2{
    color: #ffffff;
}
.footer.normal{
    padding-bottom: 0;
}

/* 2018-07-17-睿钱包-start */
.section_02{
    background-color: #ffffff;
}
.purse_top{
    padding-top:60px;
}
.purse_top .w1200{
    position: relative;
}
.purse_top .left_box{
    width:655px;
    height:480px;
    position: relative;
    z-index: 500;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    box-shadow: 0 0 24px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 24px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,.1);
}
.purse_top .left_box h2{
    padding-top:55px;
    font-size:32px;
    color: #000000;
    line-height:50px;
    text-align: center;
    margin-bottom: 7px;
}
.purse_top .left_box .p1{
    font-size:22px;
    color: #999999;
    line-height: 30px;
    text-align: center;
}
.purse_top .left_box ul{
    margin-top: 56px;
    padding: 0 10px 0 15px;

}
.purse_top .left_box li{
    width: 245px;
    float: left;
    padding-left: 70px;
}
.purse_top .left_box .p2{
    font-size:21px;
    color: #ef1330;
    line-height: 40px;
    margin-bottom: 14px;
}
.purse_top .left_box .p2 span{
    font-size:48px;
    font-weight: bold;
}
.purse_top .left_box .p3{
    font-size: 20px;
    color: #999999;
    line-height: 30px;
}
.purse_top .btn_box{
    width: 242px;
    margin: 64px auto 0;
}
.purse_top .btn_box a{
    display:block;
    width: 242px;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    color: #ffffff;
    letter-spacing: 1px;
    background-color: #ef1330;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.purse_top .btn_box a:hover{
    background-color: #e20421;
}
.purse_top .right_box{
    position: absolute;
    right: 0;
    top:50px;
    width:545px;
    height: 388px;
    z-index: 100;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    box-shadow: 0 0 24px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 24px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,.1);
}
.purse_top .right_box h2{
    padding-top: 34px;
    font-size:24px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
.purse_top .input_box{
    border-bottom: 1px solid #e5e5e5;
}
.purse_top .input{
    width: 378px;
    height: 52px;
    position: relative;
    margin: 26px  auto 0;
}
.purse_top .input_box input{
    display: block;
    width:354px;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding-left: 22px;
    font-size:20px;
    color: #333333;
    line-height: 50px;
}
.purse_top .input span{
    position: absolute;
    top: 1px;
    right: 17px;
    display: block;
    width:30px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #666666;
}
.btn_profit{
    display: block;
    width: 378px;
    height:52px;
    color: #ffffff;
    background-color: #ef1330;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-size:16px;
    line-height: 52px;
    text-align: center;
    margin: 22px auto 0;
}
.btn_profit:hover{
    background-color: #e20421;
}
.purse_top .p4{
    font-size:16px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    padding:20px 0;
}
.purse_top .p4 strong{
    font-size:24px;
    color: #666666;
}
.purse_top .p4 span{
    color: #ef1330;
}
.purse_top .p5{
    padding:14px 25px;
    font-size:14px;
    color: #666666;
    line-height: 24px;
}
.purse_top h1{
    padding:80px 0 50px;
    line-height:62px;
    color: #333333;
    font-size: 40px;
    text-align: center;
}
.purse_top h1 em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width:59px;
    height:62px;
}
.purse_top h1 em.left{
    background: url("../images/purse_left_icon.png") no-repeat center;
    margin-right:19px;
}
.purse_top h1 em.right{
    background: url("../images/purse_right_icon.png") no-repeat center;
    margin-left:19px;
}
.purse_msg{
    height:550px;
    padding-top: 150px;
}
.purse_msg h2{
    width: 575px;
    padding-left: 75px;
    height:151px;
    line-height: 151px;
    background: url("../images/purse_num_01.png") no-repeat center;
    font-size:36px;
    color: #333333;
    position: relative;
}
.purse_msg h2 i{
    font-style: normal;
    color: #ef1330;
}
.purse_msg h2 strong{
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -26px;
    display: block;
    width:52px;
    height: 52px;
}
.purse_msg h2 em{
    position: absolute;
    left: 9px;
    top:10px;
    display: block;
    width: 52px;
    height: 52px;
    background: url("../images/purse_icon_01.png") no-repeat -53px 0;
    z-index: 100;
}
.purse_msg h2 span{
    position: absolute;
    left:0;
    top: 0;
    display: block;
    width: 52px;
    height: 52px;
    background: url("../images/purse_icon_01.png") no-repeat 0  0;
    z-index: 100;
    font-size:28px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
}
.purse_msg .p1{
    font-size:24px;
    color: #333333;
    line-height: 48px;
    margin-top:-9px;
    width: 610px;
}
.purse_msg .btn{
    display: block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ef1330;
    font-size:18px;
    color: #ffffff;
    margin:30px 0 0 4px;
}
.purse_msg .btn:hover{
    background-color: #e20421;
}
.purse_msg.nice_01{
    height: 531px;
    padding-top: 210px;
}
.purse_msg.nice_01 .right{
    width: 595px;
    float: right;
}
.purse_msg.nice_01 h2{
    width: 520px;
    background-image: url("../images/purse_num_02.png");
}
.purse_msg  .p2{
    padding-left: 35px;
    width: 560px;
    line-height: 36px;
    font-size:24px;
    color: #333333;
    margin-bottom: 16px;
    position: relative;
}
.purse_msg  .p2 em{
    position: absolute;
    left:5px;
    top: 11px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/purse_icon_02.png") no-repeat center;
}
.purse_msg.nice_02{
    padding-top:102px;
    height:670px;
}
.purse_msg.nice_02 h2{
    background-image: url("../images/purse_num_03.png");
}
.purse_msg  .p3{
    font-size:20px;
    color: #666666;
    padding-left: 35px;
    width:590px;
    line-height:30px;
    position: relative;
    padding-top: 10px;
}
.purse_msg  .p3 em{
    position: absolute;
    left: 6px;
    top:15px;
    display: block;
    width:22px;
    height: 22px;
    background: url("../images/purse_icon_03.png") no-repeat center;
}
.purse_question{
    background-color: #ffffff;
}
.purse_question h2{
    padding:63px 0  47px;
    font-size:40px;
    line-height: 70px;
    color: #333333;
    text-align: center;
}
.purse_question ul{
    border-top: 1px solid #eeeeee;
}
.purse_question li{
    padding: 30px 0 30px 32px;
    border-bottom: 1px solid #eeeeee;
}
.purse_question li a{
    display: block;
    line-height: 29px;
    padding-right: 32px;
    font-size:18px;
    color: #333333;
    position: relative;
}
.purse_question a em{
    position: absolute;
    left:-32px;
    top: 4px;
    display: block;
    width:20px;
    height: 20px;
    background: url("../images/purse_icon_04.png") no-repeat center;
}
.purse_question a span{
    position: absolute;
    right: 30px;
    top: 5px;
    display: block;
    width:18px;
    height: 18px;
    background: url("../images/purse_icon_06.png") no-repeat 0 0;
}
.purse_question li.act a span{
    background-position: -19px 0;
}
.purse_question .answer{
    display: none;
    padding: 35px 30px;
    background-color: #fbf7f7;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 13px;
}
.purse_question .answer em{
    position: absolute;
    left:39px;
    top: -10px;
    display: block;
    width: 18px;
    height: 10px;
    background: url("../images/purse_icon_07.png") no-repeat center;
}
.purse_question .answer .p1{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-left:32px;
    position:relative;
}
.purse_question .answer .p1 i{
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/purse_icon_05.png") no-repeat center;
}
.purse_question .see_more{
    padding: 29px 0;
    text-align: center;
}
.purse_question .see_more a,.purse_question .see_more b{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
}
.purse_question .see_more a{
    font-size: 18px;
    color: #666666;
}
.purse_question .see_more b{
    transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    margin-left:8px;
    width: 9px;
    background: url("../images/right_icon02.png") no-repeat center;
}
.purse_question .see_more a:hover{
    color: #ef1330;
}
.purse_question .see_more a:hover b{
    background-image: url("../images/right_icon03.png");
}
.purse_question .ts{
    font-size:14px;
    color: #999999;
    line-height:24px;
    padding-bottom:17px;
}
/* new_add-start-2018-08-01 */
.fund_message .message li{
    width: 267px;
}
.fund_message .message li.on,.fund_message .message li.on .nice_box{
    width: 399px;
}
/* 2018-07-17-睿钱包-end */

/*补充 start*/
/*全局搜索分页*/
.pageBar#pageBox a,.pageBar span,.pageBar input{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    height: 36px;
}
.pageBar#pageBox a {
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    color: #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0 5px;
}
.pageBar#pageBox a:hover{
    color: #ffffff;
    background-color: #ef1330;
}
.pageBar#pageBox a em{
    display: block;
    width: 36px;
    height: 36px;
}
.pageBar#pageBox a.prev em{
    background: url("../images/fund_icon_02.png") no-repeat center;
}
.pageBar#pageBox a.prev:hover em{
    background: url("../images/fund_icon_03.png") no-repeat center;
}
.pageBar#pageBox a.next em{
    background: url("../images/fund_icon_04.png") no-repeat center;
}
.pageBar#pageBox a.next:hover em{
    background: url("../images/fund_icon_05.png") no-repeat center;
}
.pageBar#pageBox a.go{
    width:78px;
    height: 34px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    background-color: #ffffff;
}
.pageBar#pageBox a.go:hover{
    border-color: #ef1330;
    background-color: #ef1330;
}
.pageBar#pageBox span{
    font-size: 14px;
    color: #989898;
    line-height: 36px;
}
.common_show{
    display: block;
}
.common_hide{
    dispay: none;
}
.pageBar#pageBox a.current{
    color: #ffffff;
    background-color: #ef1330;
}

/* 基金产品搜索框-2018-07-16-start */
.ac_results ul{
    position: absolute;
    left: 0;
    top:-3px;
    width:208px;
    height: 240px;
    overflow-x:hidden;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #f52f3e;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.ac_results li{
    padding-left: 11px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.ac_results li .p1{
    font-size:13px;
    color: #333333;
    line-height: 20px;
}
.ac_results .p2{
    font-size: 13px;
    color: #666666;
    line-height: 18px;
}
.ac_results li .p2 span{
    margin-left: 10px;
}
.ac_results li:hover{
    background-color: #f52f3e;
    padding-left: 15px;
}
.ac_results li .p1,.ac_results li .p2{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.ac_results li:hover .p1,.ac_results li:hover .p2{
    color: #ffffff;
}
.footer.normal{
    padding-bottom: 0;
}
/* 基金产品搜索框-2018-07-16-end */
/* 2018-07-19-睿钱包补充-start */
.purse_question li .answer{
    display: none;
}
.purse_question li.act .answer{
    display: block;
}
/* 2018-07-19-睿钱包补充-end */

/* bug修复-2018-07-16-start */
.nt_body .nt_children{
    height: 477px;
}
.jj_detail_msg .nice_tab{
    max-height: 700px;
}
.src_main .tab_body{
    width: 677px;
    padding: 0 157px 0 70px;
}
/* bug修复-2018-07-16-end */

/* 增加滚动条-2018-07-17-start */
#scrollbar2 .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 8px;
}
#scrollbar2 .viewport {
    height: 814px;
    overflow: hidden;
    position: relative;
}
#scrollbar2 .track {
    background: #ececec;
    height: 100%;
    width: 6px;
    position: relative;
}
#scrollbar2 .thumb {
    background: #afadac;
    height: 150px;
    width: 6px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
#scrollbar2 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
/* 增加-2018-07-1-end */


/********周定投、周申购排行样式修改*********/
.ranking_msg li.clearfix{
    cursor:pointer;
}
.banner{
    z-index: 20;
}
.banner > li>a{
    display:block;
    height:380px;
}
.product_box ul li .p2 i{
    font-weight: bold;
}
.highcharts-container span,.highcharts-container b{
    font-family: "Microsoft YaHei" !important;
}
.news_list a:hover{
    color:#ef1330 !important;
}
.fund_body td span .explain{
    display: none;
}
.fund_body td:hover span .explain{
    display: block;
}
::-ms-clear{
    display: none;

}

/* 2018-08-31-new_add_start */
.fund_detail_main .tab_tit.add_num span{
    width: 120px;
}
.query_date_box {
    padding-top: 50px;
}
.query_date_box span{
    float: left;
    display:inline-block;
    _display:inline;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color:#333333;
    margin-right: 5px;
}
.query_date_box .article_search{
    float: left;
    margin: 0;
}
.jj_detail_msg h2 a{
    font-size: 16px;
    color: #146cc3;
    margin-left: 10px;
}
.jj_detail_msg h2 a:hover{
    color: #ef1330;
    text-decoration: underline;
}
/*补充 end*/
.niceTab{
    width: 100%;
    table-layout: fixed !important;
}
.fund_header .niceTab th,.fund_content .niceTab td{
    width:auto !important;
}
/***************涨跌幅位置固定****************/
.advert_box{
    position:absolute !important;

}
.advert_box.fixed{
    position: fixed  !important;
    left: 2%;
    top: 74px !important;
}
/***************涨跌幅位置固定****************/

/***************20181012*****************/
.jj_detail_msg h2 strong{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    line-height:25px;
    background-color: #ef1330;
    padding: 0 5px;
    margin-left: 20px;
    position: relative;
}
.jj_detail_msg h2 i{
    font-style: normal;
    font-size:14px;
    color: #FFFFFF;
    position: relative;
    z-index: 20;
}
.jj_detail_msg h2 s{
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #ef1330;
    z-index: 10;
}

/***************图片页宽度处理*****************/
.article_cont>img{
    width: 100%;
}
/***************图片页宽度处理*****************/
/* 2020-04-02-new_Add */
.combine_pro{
    padding-top: 10px;
}
.combine_pro .left_list{
    width: 285px;
}
.combine_pro .left_list li>a{
    margin-top:15px;
    position:relative;
    display: block;
    width: 145px;
    height: 56px;
    padding: 34px 16px 39px 124px;
    background: #ffffff;
}
.combine_pro .left_list li:first-child>a{
    margin-top: 0;
}
.combine_pro .left_list li>a em{
    position: absolute;
    left: 15px;
    top:21px;
    display: block;
    width:98px;
    height: 83px;
}
.combine_pro .left_list li>a em.em_01{
    background:url("/front/images/com_icon_01.png") no-repeat center;
}
.combine_pro .left_list li>a em.em_02{
    background:url("/front/images/com_icon_02.png") no-repeat center;
}
.combine_pro .left_list li>a span{
    display: block;
    font-size: 16px;
    color: #333333 ;
    line-height:28px;
}
.combine_pro .left_list li>a  i{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
}
.combine_pro .left_list li>a b{
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
    display: block;
    width: 102%;
    height: 10px;
    background:#FFDE00;
}
.combine_pro .left_list li>a:hover{
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.15);
}
.combine_pro .right_list li{
    float: left;
    margin-left: 15px;
    width: 290px;
    height: 273px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
.combine_pro .right_list li>div{
    position: relative;
    display: block;
    width: 260px;
    height:253px;
    padding: 25px 15px 0;
    background: url("../images/com_icon_03.png") no-repeat right bottom;
}
.combine_pro .right_list li em{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 92px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    background: #FFFFFF;
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.combine_pro .right_list h3{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight:700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.combine_pro .right_list .label{
    margin-top: 10px;
    font-size: 0;
}
.combine_pro .right_list .label>span{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 0 11px;
    font-size: 14px;
    line-height: 25px;
    background: #FFFFFF;
    background: rgba(255,255,255,.7);
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.combine_pro .data_box{
    margin-top: 15px;
}
.combine_pro .data_box .row-1{
    width: 50%;
    text-align: center;
}
.combine_pro .data_box .row-1:first-child{
    text-align: left;
}
.combine_pro .data_box .p1{
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
}
.combine_pro .data_box .p1>span{
    font-size: 14px;
}
.combine_pro .data_box .p2{
    margin-top: 2px;
    font-size: 14px;
    color: #ffffff;
    color: rgba(255,255,255,.8);
}
.combine_pro .tips{
    margin-top: 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
}
.combine_pro .right_list .btn{
    padding: 0;
    margin:20px auto;
    display: block;
    width: 210px;
    height: 40px;
    font-size: 14px;
    line-height:40px;
    background: #FFFFFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}
.combine_pro .right_list li.li_01:hover{
    box-shadow: 0 10px 19px -10px #FFA000;
    -moz-box-shadow: 0 10px 19px -10px #FFA000;
    -webkit-box-shadow: 0 10px 19px -10px #FFA000;
}
.combine_pro .right_list li.li_01{
    background: #FBD249;
    background-image: linear-gradient(180deg, #FBD249 0%, #F5A623 100%);
}
.combine_pro .right_list li.li_01 em,
.combine_pro .right_list li.li_01 .label>span{
    color: #F5A623;
}
.combine_pro .right_list li.li_01 .btn{
    color: #F5A723;
}
.combine_pro .right_list li.li_01 .btn:hover{
    box-shadow: 0 5px 10px 0 rgba(255,112,0,0.45);
    -moz-box-shadow: 0 5px 10px 0 rgba(255,112,0,0.45);
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,112,0,0.45);
}
.combine_pro .right_list li.li_02:hover{
    box-shadow: 0 10px 19px -10px #4873ed;
    -moz-box-shadow: 0 10px 19px -10px #4873ed;
    -webkit-box-shadow: 0 10px 19px -10px #4873ed;
}
.combine_pro .right_list li.li_02{
    background: #BBD1FF;
    background-image: linear-gradient(180deg, #BBD1FF 0%, #85A5FF 100%);
}
.combine_pro .right_list li.li_02 em,
.combine_pro .right_list li.li_02 .label>span{
    color: #85A5FF;
}
.combine_pro .right_list li.li_02 .btn{
    color: #85A5FF;
}
.combine_pro .right_list li.li_02 .btn:hover {
    box-shadow: 0 5px 10px 0 rgba(72, 115, 237, 0.45);
    -moz-box-shadow: 0 5px 10px 0 rgba(72, 115, 237, 0.45);
    -webkit-box-shadow: 0 5px 10px 0 rgba(72, 115, 237, 0.45);
}
.combine_pro .right_list li.li_03:hover{
    box-shadow: 0 10px 19px -10px #f93537;
    -moz-box-shadow: 0 10px 19px -10px #f93537;
    -webkit-box-shadow: 0 10px 19px -10px #f93537;
}
.combine_pro .right_list li.li_03{
    background: #FF8487;
    background-image: linear-gradient(179deg, #FF8487 0%, #FF4D4F 100%);
}
.combine_pro .right_list li.li_03 em,
.combine_pro .right_list li.li_03 .label>span{
    color: #FF4D4F;
}
.combine_pro .right_list li.li_03 .btn{
    color: #FF4D4F;
}
.combine_pro .right_list li.li_03 .btn:hover {
    box-shadow: 0 5px 10px 0 rgba(249, 53, 55, 0.45);
    -moz-box-shadow: 0 5px 10px 0 rgba(249, 53, 55, 0.45);
    -webkit-box-shadow: 0 5px 10px 0 rgba(249, 53, 55, 0.45);
}
.combine_pro{
    -webkit-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
}
.combine_pro.active{
    -webkit-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-animation: fadeInUp .7s ease-in-out both;
    -moz-animation: fadeInUp .7s ease-in-out both;
    -ms-animation: fadeInUp .7s ease-in-out both;
    animation: fadeInUp .7s ease-in-out both;
}
.product_detail .left_box{
    position: relative;
    padding: 28px 32px 0;
    width: 519px;
    height: 301px;
    background: url("/front/images/pro_bg_01.jpg");
}
.product_detail .left_box h3{
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    font-weight: bold;
}
.product_detail .left_box .label{
    margin-top: 16px;
    font-size: 0;
}
.product_detail .left_box .label>span{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 0 11px;
    font-size: 14px;
    color: #fc640a;
    line-height: 25px;
    background: #FFFFFF;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.product_detail .left_box .time{
    position: absolute;
    right: 0;
    top:55px;
    width:238px;
    height:45px;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    background: rgba(255,255,255,.28);
    border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
}
.product_detail .left_box .time>span{
    margin-left: 16px;
}
.product_detail .list_box{
    margin-top:34px;
}
.product_detail .list_box li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.product_detail .list_box li:first-child{
    text-align: left;
}
.product_detail .list_box .p1{
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}
.product_detail .list_box .p2{
    margin-top: 11px;
    font-size:32px;
    color: #ffffff;
    line-height:34px;
    font-weight: bold;
}
.product_detail .list_box .p2>span{
    font-size: 16px;

}
.product_detail .list_box .p2>i{
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
}
.product_detail .left_box .btn{
    margin: 30px 0 0;
    display: block;
    width: 216px;
    height: 46px;
    color: #ef1330;
    font-size: 16px;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}
.product_detail .left_box .btn:hover{
    box-shadow: 0 5px 10px 0 rgba(249, 53, 55, 0.65);
    -moz-box-shadow: 0 5px 10px 0 rgba(249, 53, 55, 0.65);
    -webkit-box-shadow: 0 5px 10px 0 rgba(249, 53, 55, 0.65);
}
.product_detail .right_box{
    padding: 58px 70px 0 66px;
    width:481px;
    height:271px;
    background:#ffffff url("/front/images/pro_bg_02.jpg") no-repeat right center;
}
.product_detail .right_box h3{
    position: relative;
    padding-bottom: 18px;
    margin-bottom:36px;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}
.product_detail .right_box h3 em{
    position: absolute;
    left: 0;
    bottom: 0;
    width:93px;
    height: 3px;
    background: #ef1330;
}
.product_detail .right_box .p1{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}
.history_profit{
    position: relative;
    padding: 25px 30px 47px;
}
.history_profit .p1{
    font-size: 14px;
    color:#333333;
    line-height: 26px;
}
.history_profit .p1>span{
    margin-right:15px;
}
.history_profit .p2{
    margin-top: 11px;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.history_profit .date_search{
    right:30px;
    top: 60px;
    width: 272px;
}
.history_profit .line_type{
    position: absolute;
    top: 60px;
    right:330px;
    font-size: 0;
}
.history_profit .line_type span{
    padding-left:20px;
    margin-left: 40px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.history_profit .line_type span.s_01{
    background: url("/front/images/pro_icon_01.png") no-repeat left center;
}
.history_profit .line_type span.s_02{
    background: url("/front/images/pro_icon_02.png") no-repeat left center;
}
.history_profit .img_box{
    margin-top: 40px;
}
.history_profit .img_box>img{
    display: block;
    width: 100%;
}
.history_profit .time_tab{
    margin-top: 15px;
    font-size: 0;
}
.history_profit .time_tab>span{
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    width: 78px;
    height: 28px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}
.history_profit .time_tab>span.act,
.history_profit .time_tab>span:hover{
    color: #ef1330;
    border-color: #ef1330;
}
.combine_value{
    position: relative;
    padding: 20px 36px 34px;
}
.combine_value .jz_table{
    padding: 0 60px;
}
.combine_value .pageBar{
    padding:32px 0 0;
    text-align: left;
}
.combine_value .tips{
    position: absolute;
    right: 36px;
    bottom: 40px;
    font-size:16px;
    color: #cccccc;
    line-height: 24px;
}
.combine_detail{
    padding: 60px 45px 42px;
}
.fund_detail_main .tab_tit{
    position: relative;
}
.combine_date{
    position: absolute;
    top:0;
    right:21px;
    font-size: 16px;
    color: #999999;
    line-height:56px;
}
.combine_detail .top_box{
    min-height: 392px;
    padding-bottom: 20px;
}
.combine_detail .chart_img{
    width: 50%;
}
.combine_detail .chart_img>img{
    display: block;
    width:260px;
    margin: 0 auto;
}
.combine_detail .right_data{
    width: 400px;
}
.combine_detail .right_data h3{
    padding:0 22px;
    font-size:16px;
    color: #999999;
    line-height:30px;
}
.combine_detail .right_data h3>span{
    display: inline-block;
    vertical-align: top;
    min-width: 56px;
    text-align: center;
}
.combine_detail .right_data .msg_box,
.combine_detail .record_box .msg_box{
    margin-top: 15px;
    padding: 15px 22px;
    background: #f7f7f7;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.combine_detail .right_data h4,
.combine_detail .record_box h4{
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}
.combine_detail .right_data h4>em,
.combine_detail .record_box h4>em{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    display: block;
    width:15px;
    height: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.combine_detail .right_data h4>em.em_03,
.combine_detail .record_box h4>em.em_03{
    background: #ff3c0f;
}
.combine_detail .right_data h4>em.em_02,
.combine_detail .record_box h4>em.em_02{
    background: #ffb000;
}
.combine_detail .right_data .p1,
.combine_detail .record_box .p1{
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.yellow{
    color: #ff3c0f !important;
}
.combine_detail .record_box{
    position: relative;
}
.combine_detail .record_box h2{
    font-size: 16px;
    color: #333333;
    line-height:28px;
}
.combine_detail .record_box .txt{
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.combine_detail .date_search{
    right: 0;
    top: 0;
    width: 200px;
}
.combine_detail .date_search .text{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.combine_detail .right_data h4>em.em_01,
.combine_detail .record_box h4>em.em_01{
    background: #7388f2;
}
.combine_detail .right_data h4>em.em_04,
.combine_detail .record_box h4>em.em_04{
    background: #ff7108;
}
.combine_detail .right_data h4>em.em_08,
.combine_detail .record_box h4>em.em_08{
    background: #4eb6ff;
}
.combine_detail .right_data h4>em.em_05,
.combine_detail .record_box h4>em.em_05{
    background: #3e5aeb;
}
.combine_detail .right_data h4>em.em_00,
.combine_detail .record_box h4>em.em_00{
    background: #c40fff;
}
.combine_detail .right_data h4>em.em_010,
.combine_detail .record_box h4>em.em_010{
    background: #ff00c6;
}
.combine_detail .right_data h4>em.em_06,
.combine_detail .record_box h4>em.em_06{
    background: #d78a3f;
}
.combine_detail .right_data h4>em.em_07,
.combine_detail .record_box h4>em.em_07{
    background: #41a6c7;
}
.combine_detail .list01{
    margin-top: 32px;
}
.combine_detail .list01 li{
    width:530px;
    height: 123px;
    background: #ffffff;
    box-shadow: 0 14px 70px rgba(0,0,0,.1);
    -moz-box-shadow: 0 14px 70px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 14px 70px rgba(0,0,0,.1);
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    overflow: hidden;
}
.combine_detail .list01 li>a{
    position: relative;
    display: block;
    padding:42px 20px 0 0;
    height:81px;
}
.combine_detail .list01 li.li_01>a{
    padding-left: 175px;
}
.combine_detail .list01 li.li_02>a{
    padding-left: 122px;
}
.combine_detail .list01 li em{
    position: absolute;
    top: 0;
    display: block;
    height: 123px;
}
.combine_detail .list01 li.li_01 em{
    left: 20px;
    width:134px;
    background:url("/front/images/pro_img_03.jpg") no-repeat center;
}
.combine_detail .list01 li.li_02 em{
    left: 17px;
    width:98px;
    background:url("/front/images/pro_img_04.jpg") no-repeat center;
}
.combine_detail .list01 .p1{
    font-size: 24px;
    color: #000000;
    line-height:36px;
    font-weight: 700;
}
.combine_detail .list01 .p1>span{
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}
.combine_detail .list01 .p1 i{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 101%;
    height: 18px;
    background: #FFDE00;
}
.combine_detail .list01 li:hover{
    margin-top: -8px;
}
.market_detail{
    position: relative;
    padding: 25px 35px 30px;
}
.market_detail .date_select{
    position: absolute;
    right:35px;
    top: 32px;
}
.market_detail .date_select>span{
    position: absolute;
    top: 0;
    right:158px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999999;
    line-height:38px;
    white-space: nowrap;
}
.market_detail h2{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.market_detail .date{
    margin: 4px 0 15px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.market_detail .txt{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
    text-align: justify;
}
.market_detail .fund_btn{
    margin-top:10px;
    text-align: center;
}
.product_type{
    margin-top: 28px;
}
.product_type li{
    float: left;
    margin-left: 30px;
    width:277px;
    padding-top: 44px;
    height:217px;
    background: #ffffff;
    box-shadow: 0 6px 49px rgba(0,0,0,.03);
    -moz-box-shadow: 0 6px 49px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 6px 49px rgba(0,0,0,.03);
}
.product_type li:first-child{
    margin-left: 0;
}
.product_type li>em{
    display: block;
    margin: 0 auto 26px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.product_type li>em.em_01{
    background: #f6f4f0 url("/front/images/pro_icon01.png") no-repeat center;
}
.product_type li>em.em_02{
    background: #f6f4f0 url("/front/images/pro_icon02.png") no-repeat center;
}
.product_type li>em.em_03{
    background: #f6f4f0 url("/front/images/pro_icon03.png") no-repeat center;
}
.product_type li>em.em_04{
    background: #f6f4f0 url("/front/images/pro_icon04.png") no-repeat center;
}
.product_type li h3{
    font-size: 18px;
    color: #333333;
    line-height:36px;
    font-weight: bold;
    text-align: center;
}
.risk_tips{
    margin-top:30px;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    text-align: justify;
}

.ds_box input{
    display: block;
    width: 109px;
    height: 16px;
    line-height: 16px;
    /* padding: 10px 20px 10px 13px; */
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 14px;
}
.ds_box input::placeholder{
    color: #333333;
}
.ds_box input:-moz-placeholder{
    color: #333333;
}
.ds_box input:-ms-input-placeholder{
    color: #333333;
}
.ds_box input::-webkit-input-placeholder{
    color: #333333;
}
.ds_box em{
    position: absolute;
    top: 15px;
    right: 8px;
    display: block;
    width:12px;
    height: 8px;
    background: url("/front/images/fund_icon_10.png") no-repeat 0 -9px;
}
.ds_box em.on{
    background-position: 0 0;
}
.ds_box ul{
    position: absolute;
    left: 0;
    top:38px;
    width: 142px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
    background-color: #ffffff;
    z-index: 1;
}
.ds_box ul li{
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border-bottom:1px solid #e5e5e5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.ds_box ul li:hover{
    background-color: #ef1330;
    color: #ffffff;
}

.page_link .current{
    color: #ffffff;
    background-color: #ef1330;
}
.combine_value .article_search{
    padding-left: 49px;
    margin:20px 0 0;
}
/* 2020-04-15-港股专区-new_Add */
.module_01{
    padding: 80px 0;
}
.module_cont .left_box{
    position: relative;
    width: 354px;
    height: 380px;
    overflow: hidden;
}
.module_cont .left_box img{
    display: block;
    width: 100%;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont .left_box:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.module_cont .left_box .words{
    position: absolute;
    left:0;
    top: 0;
    z-index: 10;
    padding-top: 32px;
    padding-right: 22px;
    text-align: right;
    width:332px;
    height:348px;
}
.module_cont .left_box h3{
    font-size: 36px;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
.module_cont  .btn_box{
    padding-right: 7px;
    margin-top: 16px;
}
.module_cont  .btn_box a{
    display: inline-block;
    vertical-align: top;
    width: 98px;
    height: 39px;
    font-size: 15px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
    font-weight:bold;
    border: 1px solid #ffffff;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont  .btn_box a:hover{
    color: #ef1330;
    background: #ffffff;
}
.module_cont .right_box{
    padding:20px 30px 44px 50px;
    width:766px;
    height:316px;
    background: #ffffff;
}
.module_cont .list_box li{
    padding: 14px 20px 15px 0;
    border-bottom: 1px solid #EEEEEE;
}
.module_cont .list_box li>a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont .list_box li>a:hover{
    color: #ef1330;
}
.module_cont .list_box li>span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999999 ;
    line-height: 24px;
}
.module_cont .list_box li:first-child>span{
    margin-top: -3px;
    font-size: 24px;
    line-height: 30px;
}
.module_cont .list_box li .p1{
    width:630px;
    margin-top: 9px;
    font-size: 14px;
    color: #999999;
    line-height:24px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.module_02{
    padding: 80px 0;
    background: #ffffff;
}
.module_cont01 h2{
    position: relative;
    padding-left: 16px;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    font-weight: 500;
}
.module_cont01 h2>em{
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 6px;
    height:24px;
    background: #ef1330;
}
.module_cont01 h2 .right_btn{
    padding-right:9px;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    background: url("../images/more_btn01.png") no-repeat right center;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont01 h2 .right_btn:hover{
    color: #ef1330;
    background-image: url("../images/more_btn02.png");
}
.module_cont01 .list_box{
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
}
.module_cont01 .list_box li{
    position: relative;
    float: left;
    margin-top: 33px;
    padding:0 42px 0 82px;
    width: 476px;
    height: 81px;
}
.module_cont01 .list_box li>span{
    position: absolute;
    left: 0;
    top:0;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #999999;
    line-height: 24px;
}
.module_cont01 .list_box li>a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont01 .list_box li>a:hover{
    color: #ef1330;
}
.module_cont01 .list_box li .p1{
    margin-top: 9px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.module_cont01.mt60{
    margin-top: 60px;
}
.module_03{
    padding: 54px 0 30px;
}
.module_cont02 .top_title{
    padding-left: 574px;
}
.module_cont02 .top_title h3{
    font-size: 36px;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
.module_cont02 .top_title .btn_box{
    margin-top: 16px;
}
.module_cont02 .top_title .btn_box>a{
    display: inline-block;
    vertical-align: top;
    width: 98px;
    height: 39px;
    font-size: 15px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ffffff;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont02 .top_title .btn_box>a:hover{
    color: #ef1330;
    background: #ffffff;
}
.module_cont02 .list_box{
    margin-top: 56px;
    background: #ffffff;
}
.module_cont02 .list_box li{
    position: relative;
    float: left;
    padding: 30px 45px 30px 75px;
    width:480px;
    height:60px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont02 .list_box li>em{
    position: absolute;
    left:50px;
    top:36px;
    display: block;
    width:15px;
    height: 16px;
    background: url("../images/art_icon_01.png") no-repeat center;
}
.module_cont02 .list_box li>a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333333 ;
    line-height: 26px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.module_cont02 .list_box li>span{
    display: block;
    margin-top: 15px;
    font-size:14px;
    color: #999999 ;
    line-height: 19px;
}
.module_cont02 .list_box li:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
}
.module_cont02 .list_box li>a:hover{
    color: #ef1330;
}
.link_address a.act{
    color: #333333;
    font-weight: bold;
}
.left_list01{
    width: 200px;
}
.left_list01 li>a{
    display: block;
    padding: 18px 30px;
    font-size: 18px;
    color: #666666 ;
    line-height: 24px;
    background: #FCFCFC;
    border-bottom: 1px solid #eeeeee;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.left_list01 li.act>a,.left_list01 li:hover>a{
    color: #ffffff;
    background: #ef1330;
}
.right_cont{
    padding: 40px 50px 0;
    width: 900px;
    background: #ffffff;
}
.right_cont h3{
    position: relative;
    padding-left: 16px;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    font-weight: 700;
}
.right_cont h3 em{
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width:6px;
    height: 24px;
    background: #ef1330;
}
.search_query{
    padding: 20px;
    background: #FCFCFC;
    font-size: 0;
}
.right_cont .search_query{
    margin-top: 42px;
}
.search_query input,
.search_query .btn,
.search_query .btn em{
    display: inline-block;
    vertical-align: top;
}
.search_query input{
    padding: 13px 18px 13px 12px;
    width: 690px;
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    border: none;
    outline: none;
    background: #ffffff;
    cursor: pointer;
}
.search_query input::placeholder{
    color: #999999;
}
.search_query .btn{
    width: 140px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF ;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    background: #ef1330;
}
.search_query .btn em{
    margin-right: 9px;
    width: 16px;
    height: 50px;
    background: url("../images/search_icon01.png") no-repeat center;
}
.search_query .btn:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.article_list{
    margin-top: 15px;
}
.article_list li{
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}
.article_list li a,
.article_list li span{
    display: inline-block;
    vertical-align: top;
}
.article_list li a{
    padding: 5px 0;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.article_list li a:hover{
    color: #ef1330;
}
.article_list li span{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.right_cont .pageBar{
    padding: 30px 0;
}
.article_detail{
    padding: 30px 50px 50px;
    background: #ffffff;
}
.article_detail h3{
    font-size: 30px;
    color: #333333;
    line-height:40px;
    font-weight: bold;
    text-align: center;
}
.article_detail .time{
    margin-top:22px;
    font-size: 14px;
    color: #999999 ;
    line-height: 20px;
    text-align: center;
}
.article_detail .time span{
    margin-left:30px;
}
.article_cont{
    margin-top: 33px;
    padding-top: 30px;
    border-top: 1px solid #F2F2F2;
}
.article_cont p{
    margin-top:25px;
    font-size:20px;
    color: #333333;
    line-height:40px;
    text-align: justify;
    text-indent: 2em;
}
.article_cont p:first-child{
    margin-top: 0;
}
.article_btn{
    margin-top: 10px;
    padding: 15px 0;
    background: #ffffff;
}
.article_btn a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left:46px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.article_btn a em{
    position: absolute;
    left: 20px;
    top:0;
    display: block;
    width:15px;
    height: 28px;
    background: url("../images/art_icon_01.png") no-repeat center;
}
.article_btn a:hover{
    color: #ef1330;
}

/* 2020-05-06_new_add */
.fund_combine_adv{
    padding: 329px 0 70px;
}
.fund_module{
    padding: 65px 80px;
    background: #FFFCF5;
    box-shadow: 0 9px 15px 0 rgba(241,154,113,0.10);
    -moz-box-shadow: 0 9px 15px 0 rgba(241,154,113,0.10);
    -webkit-box-shadow: 0 9px 15px 0 rgba(241,154,113,0.10);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.fund_module .reason_01 .left{
    width: 594px;
}
.fund_module h3{
    margin-left: -80px;
    width: 190px;
    height: 43px;
}
.fund_module h3.tit_01{
    background: url("/front/images/fc_tit01.png") no-repeat center;
}
.fund_module h3.tit_02{
    background: url("/front/images/fc_tit02.png") no-repeat center;
}
.fund_module .reason_01 .p1,
.fund_module .reason_02 .p1{
    margin-top:30px;
    font-weight: 700;
}
.fund_module .reason_01 .p1,
.fund_module .reason_01 .p2,
.fund_module .reason_02 .p1,
.fund_module .reason_02 .p2{
    font-size: 18px;
    color:#6B4C46;
    line-height: 28px;
    text-align: justify;
}
.fund_module .reason_01 .p3{
    margin-top: 54px;
    font-size: 14px;
    color: #6B4C46 ;
    line-height: 22px;
    text-align: justify;
}
.fund_module .reason_01 .right{
    margin: -10px -32px 0 0;
    width: 428px;
}
.fund_module .reason_01 .right img{
    display: block;
    width: 100%;
}
.fund_module .reason_02 .chart_box{
    margin-top: 20px;
}
.fund_module .reason_02 .chart_box img{
    display: block;
    width: 100%;
}
.fund_module .reason_02 .tip{
    margin-top: 20px;
    font-size: 14px;
    color: #6B4C46;
    line-height: 22px;
}
.fund_link{
    margin-top: 70px;
}
.fund_link .p1{
    font-size: 30px;
    color: #DF560E ;
    line-height:42px;
    text-align: center;
    font-weight: 700;
}
.fund_link em{
    margin: 15px auto 30px;
    display: block;
    width: 28px;
    height:18px;
    background: url("/front/images/fc_icon01.png") no-repeat center;
}
.fund_link .btn{
    display: block;
    margin: 0 auto 0;
    width: 650px;
    height: 102px;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 102px;
    font-weight: 700;
    text-align: center;
    background-image: linear-gradient(180deg, #FFA61B 0%, #FA781C 100%);
    border-radius: 51px;
    -moz-border-radius: 51px;
    -webkit-border-radius: 51px;
}
.fund_link .btn:hover{
    background: #FA781C;
}
.fund_module h2{
    margin:0 auto;
    height: 43px;
}
.fund_module h2.tit_01{
    width: 385px;
    background: url("/front/images/fc_tit03.png") no-repeat center;
}
.fund_module h2.tit_02{
    width: 385px;
    background: url("/front/images/fc_tit04.png") no-repeat center;
}
.fund_module h2.tit_03{
    width: 709px;
    background: url("/front/images/fc_tit05.png") no-repeat center;
}
.fund_module h2.tit_04{
    width: 492px;
    background: url("/front/images/fc_tit06.png") no-repeat center;
}
.fund_module h2.tit_05{
    width: 276px;
    background: url("/front/images/fc_tit07.png") no-repeat center;
}
.fund_module h2.tit_06{
    width: 276px;
    background: url("/front/images/fc_tit08.png") no-repeat center;
}
.fund_module h2.tit_07{
    width: 276px;
    background: url("/front/images/fc_tit09.png") no-repeat center;
}
.fund_module .list_01{
    margin-top:47px;
}
.fund_module .list_01 li{
    float: left;
    margin-left: 20px;
    padding: 10px 30px 20px;
    width:273px;
    height:288px;
    background: #FFF6ED;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.fund_module .list_01 li:first-child{
    margin-left: 0;
}
.fund_module .list_01 em{
    display: block;
    width:174px;
    height: 174px;
    margin: 0 auto ;
}
.fund_module .list_01 em.em_01{
    background: url("/front/images/fc_icon02.png") no-repeat center;
}
.fund_module .list_01 em.em_02{
    background: url("/front/images/fc_icon03.png") no-repeat center;
}
.fund_module .list_01 em.em_03{
    background: url("/front/images/fc_icon04.png") no-repeat center;
}
.fund_module .list_01 .p1{
    margin-top: -10px;
    font-size: 18px;
    color: #72544E;
    line-height:24px;
    text-align: justify;
}
.fund_module .txt{
    font-size: 18px;
    color: #6B4C46;
    line-height: 28px;
    text-align: justify;
    font-weight: 700;
}
.fund_module .list_02 li{
    position: relative;
    margin-top: 10px;
    padding: 21px 40px 21px 69px;
    font-size: 18px;
    color: #FFFFFF ;
    line-height: 28px;
    font-weight: 700;
    text-align: justify;
    background-image: linear-gradient(270deg, #FFA61B 0%, #FA781C 100%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.fund_module .list_02 li em{
    position: absolute;
    left:40px;
    top:28px;
    display: block;
    width: 14px;
    height: 14px;
    background-image: linear-gradient(180deg, #FFF1D8 0%, #FFDFB0 100%);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.fund_module .chart_ways{
    margin:44px auto 0;
    width: 997px;
}
.fund_module .chart_ways img{
    display: block;
    width: 100%;
}
.fund_module .asset_box .p1{
    font-size: 18px;
    color: #6B4C46 ;
    line-height:28px;
    text-align: justify;
}
.fund_module .list_03{
    margin-top: 20px;
}
.fund_module .list_03 li{
    float: left;
    margin-left: 20px;
    padding: 0 40px 20px;
    width:253px;
    height:258px;
    background: #FFF6ED;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.fund_module .list_03 li:first-child{
    margin-left: 0;
}
.fund_module .list_03 em{
    margin: 0 0 0 -40px;
    display: block;
    width:154px;
    height: 154px;
}
.fund_module .list_03 em.em_01{
    background: url("/front/images/fc_icon05.png") no-repeat center;
}
.fund_module .list_03 em.em_02{
    background: url("/front/images/fc_icon06.png") no-repeat center;
}
.fund_module .list_03 em.em_03{
    background: url("/front/images/fc_icon07.png") no-repeat center;
}
.fund_module .list_03 .p11{
    margin-top: -20px;
    font-size: 18px;
    color: #DF560E ;
    line-height: 24px;
    font-weight: 700;
}
.fund_module .list_03 .p12{
    margin-top: 5px;
    font-size: 18px;
    color: #6B4C46 ;
    line-height:28px;
    text-align: justify;
}
.fund_module .list_04{
    margin-top: 120px;
}
.fund_module .list_04 li{
    position: relative;
    float: left;
    padding: 109px 25px 0;
    margin-left: 29px;
    width:129px;
    height: 262px;
    background: #FFF6ED;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.fund_module .list_04 li:first-child{
    margin-left: 0;
}
.fund_module .list_04 em{
    position: absolute;
    left: -1px;
    top: -90px;
    padding-top: 75px;
    width:181px;
    height: 106px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    background: url("/front/images/fc_bg03.png") no-repeat center;
}
.fund_module .list_04 .p11{
    font-size: 18px;
    color: #DF560E;
    line-height: 25px;
    font-weight: 700;
}
.fund_module .list_04 .p12{
    margin-top: 5px;
    font-size: 18px;
    color: #6B4C46 ;
    line-height:28px;
    text-align: justify;
    text-justify:inter-ideograph;
}
.fund_module .list_05{
    margin-top: 50px;
}
.fund_module .list_05 li{
    position:relative;
    float: left;
    margin-bottom: 76px;
    width: 500px;
    height:434px;
    margin-left: 40px;
    background: #FFF6ED;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.fund_module .list_05 li:first-child{
    margin-left: 0;
}
.fund_module .list_05 .tit{
    padding: 24px 0 21px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(270deg, #FFA61B 0%, #FA781C 100%);
}
.fund_module .list_05 .detail_box{
    padding: 30px 60px 30px 70px;
    font-size: 18px;
    color: #6B4C46;
    line-height: 25px;
}
.fund_module .list_05 .p1{
    position: relative;
    font-weight: 700;
}
.fund_module .list_05 .p1 em{
    position: absolute;
    left: -30px;
    top:5px;
    display: block;
    width:14px;
    height: 14px;
    background-image: linear-gradient(180deg, #FFA61B 0%, #FA781C 100%);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.fund_module .list_05 .p2{
    position: relative;
    margin-top: 6px;
    padding-left:25px;
}
.fund_module .list_05 .p2 b{
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("/front/images/fc_icon08.png") no-repeat center;
}
.fund_module .list_05 .arrow{
    position: absolute;
    left: 50%;
    bottom:-60px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 46px;
    background: url("/front/images/fc_icon09.png") no-repeat center;
}
.fund_module .list_05 li.last{
    margin: 0;
    width: 100%;
    height:232px;
}
/**20200527新增*/
.history_profit .tips{
    margin: 25px 0 -24px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
/**20200527新增*/