wechat分享

   1 <!DOCTYPE html>
   2 <!-- saved from url=(0067)http://localhost/WealthManagement/MFRB/rd.aspx?sId=FC891D0865DC3D3D -->
   3 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
   4 <head>
   5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   6     <meta charset="utf-8">
   7     <title>万得资讯报告工坊 : 华夏大盘精选、诺安灵活配置、华夏成长</title>
   8     <style type="text/css">
   9                 /*css reset
  10         ----------------------------------------------------------*/
  11                 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
  12                 form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  13                     margin: 0;
  14                     padding: 0;
  15                 }
  16 
  17                 select { /*box-sizing: content-box;*/
  18                 }
  19 
  20                 li {
  21                     list-style: none;
  22                 }
  23 
  24                 /* (en) Clear borders for <fieldset> and <img> elements */
  25                 fieldset, img {
  26                     border: 0 solid;
  27                 }
  28 
  29                 table {
  30                     border-collapse: collapse;
  31                     border-spacing: 0;
  32                 }
  33 
  34                 body {
  35                     /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
  36                     font-size: 100%;
  37                     text-align: left; /* LTR */
  38                     background: #FCFDFD;
  39                     color: #333;
  40                 }
  41 
  42                 /* DEFAULTS
  43         ----------------------------------------------------------*/
  44 
  45                 html, body {
  46                     font-size: 12px;
  47                     font-family: 微软雅黑,Arial,Helvetica, Verdana, Geneva, sans-serif; /* 默认全部为微软雅黑*/
  48                 }
  49 
  50                 a:link, a:visited {
  51                     color: #005ccc;
  52                     text-decoration: none;
  53                 }
  54                 /*
  55         a:hover
  56         {
  57             color: #1d60ff;
  58         }
  59 
  60         a:active
  61         {
  62             color: #005ccc;
  63         }
  64         */
  65 
  66                 input {
  67                     border-width: 1px;
  68                     border-color: #cccccc;
  69                     padding: 2px 3px;
  70                 }
  71 
  72                     input[type="radio"], input[type="checkbox"] {
  73                         border: 0;
  74                         padding: 0;
  75                     }
  76 
  77                 textarea {
  78                     border: solid 1px #cccccc;
  79                     border-top-color: #787878;
  80                     border-left-color: #787878;
  81                     padding: 2px 3px;
  82                     resize: none;
  83                     overflow: auto; /* 取消ie11下出现的滚动条 */
  84                 }
  85 
  86 
  87                 .divBeforeLoading {
  88                     background-color: #ebf2fb;
  89                     cursor: wait;
  90                     position: absolute;
  91                     width: 100%;
  92                     height: 100%;
  93                 }
  94 
  95                 .bodyLoading-message {
  96                     font-size: 18px;
  97                     position: absolute;
  98                     top: 45%;
  99                     left: 45%;
 100                     height: 32px;
 101                     padding-left: 40px;
 102                     background: url(../images/Frame/loading.gif) no-repeat;
 103                     line-height: 32px;
 104                 }
 105 
 106                 .divError {
 107                     background-color: #ebf2fb;
 108                     position: absolute;
 109                     width: 100%;
 110                     height: 100%;
 111                     font-size: 18px;
 112                     z-index: 9;
 113                 }
 114 
 115                     .divError div {
 116                         position: absolute;
 117                         top: 45%;
 118                         left: 45%;
 119                     }
 120 
 121                 .dialog-msg.ui-dialog .ui-dialog-content .ui-widget-content {
 122                     padding: 25px 15px;
 123                     line-height: 18px;
 124                     font-size: 13px;
 125                     word-break: break-word;
 126                 }
 127 
 128                 .dialog-msg.ui-dialog .iconfont {
 129                 }
 130                 /*
 131         * jquery组件相关样式
 132         * 2015-03-16
 133         */
 134                 /* jquery.fileupload.css */
 135                 .fileinput-button {
 136                     position: relative;
 137                     overflow: hidden;
 138                     display: inline-block; /* fix bug by yfjiang*/
 139                     vertical-align: middle;
 140                 }
 141 
 142                     .fileinput-button input {
 143                         position: absolute;
 144                         top: 0;
 145                         right: 0;
 146                         margin: 0;
 147                         opacity: 0;
 148                         -ms-filter: 'alpha(opacity=0)';
 149                         font-size: 200px;
 150                         direction: ltr;
 151                         cursor: pointer;
 152                         /* modify */
 153                         filter: alpha(opacity=0)\9;
 154                         font-size: 100%\9;
 155                         /*height: 100%\9;*/
 156                     }
 157 
 158                 /* jquery.multiselect.css */
 159                 .ui-multiselect {
 160                     padding: 2px 0 2px 4px;
 161                     text-align: left;
 162                     line-height: 16px\9; /*ie8比标准高1px*/
 163                 }
 164 
 165                     .ui-multiselect select {
 166                     }
 167 
 168                     .ui-multiselect span.ui-icon {
 169                         float: right;
 170                     }
 171 
 172                 .ui-multiselect-single .ui-multiselect-checkboxes input {
 173                     position: absolute !important;
 174                     top: auto !important;
 175                     left: -9999px;
 176                 }
 177 
 178                 .ui-multiselect-single .ui-multiselect-checkboxes label {
 179                 }
 180 
 181                 .ui-multiselect-header {
 182                     margin-bottom: 3px;
 183                     padding: 3px 0 3px 4px;
 184                 }
 185 
 186                     .ui-multiselect-header ul {
 187                     }
 188 
 189                         .ui-multiselect-header ul li {
 190                             float: left;
 191                             padding: 0 10px 0 0;
 192                         }
 193 
 194                     .ui-multiselect-header a {
 195                         text-decoration: none;
 196                     }
 197 
 198                         .ui-multiselect-header a:hover {
 199                             text-decoration: underline;
 200                         }
 201 
 202                     .ui-multiselect-header span.ui-icon {
 203                         float: left;
 204                     }
 205 
 206                     .ui-multiselect-header li.ui-multiselect-close {
 207                         float: right;
 208                         text-align: right;
 209                         padding-right: 0;
 210                     }
 211 
 212                 .ui-multiselect-menu {
 213                     display: none;
 214                     padding: 0px;
 215                     position: absolute;
 216                     z-index: 10000;
 217                     text-align: left;
 218                 }
 219 
 220                 .ui-multiselect-checkboxes {
 221                     position: relative /* fixes bug in IE6/7 */;
 222                     overflow-y: auto;
 223                 }
 224 
 225                     .ui-multiselect-checkboxes label {
 226                         cursor: default;
 227                         display: block;
 228                         padding: 3px 4px;
 229                     }
 230 
 231                         .ui-multiselect-checkboxes label, .ui-multiselect-checkboxes label.ui-state-hover {
 232                             border: 0px;
 233                         }
 234 
 235                             .ui-multiselect-checkboxes label input {
 236                                 position: relative;
 237                                 top: 2px;
 238                                 padding: 0px;
 239                                 border: 0px;
 240                             }
 241 
 242                             .ui-multiselect-checkboxes label span {
 243                                 padding-left: 0px;
 244                             }
 245 
 246                     .ui-multiselect-checkboxes li {
 247                         clear: both;
 248                         padding-right: 3px;
 249                     }
 250 
 251                         .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
 252                             text-align: center;
 253                             font-weight: bold;
 254                             border-bottom: 1px solid;
 255                         }
 256 
 257                             .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
 258                                 display: block;
 259                                 padding: 3px;
 260                                 margin: 1px 0;
 261                                 text-decoration: none;
 262                             }
 263 
 264                     /* remove label borders in IE6 because IE6 does not support transparency */
 265                     * html .ui-multiselect-checkboxes label {
 266                         border: none;
 267                     }
 268                 /* modify select icon*/
 269                 .ui-multiselect .ui-icon-triangle-2-n-s {
 270                     background-position: -64px -16px;
 271                 }
 272 
 273                 .placeholder {
 274                     color: #aaa;
 275                 }
 276 
 277                     .placeholder:hover {
 278                         color: #aaa;
 279                     }
 280 
 281 
 282                 /* icon-font */
 283                 @font-face {
 284                     font-family: "iconfont";
 285                     src: url('../images/iconfont/iconfont.eot?20150717'); /* IE9*/
 286                     src: url('../images/iconfont/iconfont.eot?20150717#iefix') format('embedded-opentype'), /* IE6-IE8 */
 287                     url('../images/iconfont/iconfont.woff?20150717') format('woff'), /* chrome、firefox */
 288                     url('../images/iconfont/iconfont.ttf?20150717') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
 289                     url('../images/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
 290                 }
 291 
 292                 .iconfont {
 293                     font-family: "iconfont" !important;
 294                     font-size: 16px;
 295                     font-style: normal;
 296                     -webkit-font-smoothing: antialiased;
 297                     -webkit-text-stroke-width: 0.2px;
 298                     -moz-osx-font-smoothing: grayscale;
 299                 }
 300 
 301                 .icon-radio {
 302                     -webkit-text-stroke-width: 0px;
 303                 }
 304 
 305                     .icon-radio:before {
 306                         content: "\e616";
 307                     }
 308 
 309                     .icon-radio.checked:before {
 310                         content: "\e617";
 311                     }
 312 
 313                 /* 第三方ui样式修改 */
 314 
 315                 .ui-state-default .ui-accordion-header-icon.ui-icon-triangle-1-e {
 316                     background: url(../images/Frame/icons.png) -172px -156px;
 317                 }
 318 
 319                 .ui-state-hover .ui-accordion-header-icon.ui-icon-triangle-1-e {
 320                     background-position: -172px -178px;
 321                 }
 322 
 323                 .ui-state-default .ui-accordion-header-icon.ui-icon-triangle-1-s {
 324                     background: url(../images/Frame/icons.png) -145px -156px;
 325                 }
 326 
 327                 .ui-state-hover .ui-accordion-header-icon.ui-icon-triangle-1-s {
 328                     background-position: -145px -178px;
 329                 }
 330 
 331                 .sp-input {
 332                     width: 75px;
 333                 }
 334 
 335                 .sp-palette-button-container {
 336                     float: left;
 337                     padding-left: 2px;
 338                     line-height: 28px;
 339                 }
 340 
 341                 .sp-palette-toggle {
 342                     width: 155px;
 343                 }
 344 
 345                 .sp-cancel {
 346                     margin-left: 10px;
 347                     margin-right: 0px;
 348                     float: right;
 349                 }
 350 
 351                     .sp-cancel:hover {
 352                         text-decoration: none;
 353                     }
 354 
 355                 .sp-palette-container {
 356                     border-right: 0px;
 357                 }
 358 
 359                 .sp-palette .sp-thumb-el {
 360                     margin: 2px;
 361                     height: 14px;
 362                     width: 14px;
 363                     border: solid 1px #737373;
 364                 }
 365 
 366                 .sp-picker-container {
 367                     border-left: 0px;
 368                 }
 369 
 370                 .sp-input-container.sp-cf {
 371                     margin-top: 14px;
 372                 }
 373 
 374                 .sp-palette-row-selection {
 375                     margin-top: 4px;
 376                 }
 377 
 378                 .sp-container button {
 379                     margin-top: 8px;
 380                     font-size: inherit;
 381                 }
 382 
 383                 .ui-buttonset .ui-button {
 384                     margin-right: -1px;
 385                 }
 386 
 387                     .ui-buttonset .ui-button.ui-state-hover {
 388                         z-index: 2;
 389                     }
 390 
 391                 /* end of 第三方ui样式修改*/
 392 
 393 
 394                 .workspace {
 395                     padding: 20px 30px;
 396                     height: 1016px;
 397                     width: 756px;
 398                     overflow: hidden;
 399                     background-color: #fff;
 400                 }
 401 
 402                     .workspace textarea, .workspace textarea:hover {
 403                         background-color: transparent;
 404                     }
 405 
 406                 .container {
 407                     width: 100%;
 408                     height: 100%;
 409                     float: left;
 410                     background: #fff;
 411                     position: relative;
 412                     /*overflow:hidden;此样式导致resizer显示一半,尽量不要*/
 413                 }
 414 
 415                 .emptyContainerTip {
 416                     position: absolute;
 417                     top: 45%;
 418                     font-size: 1.5em;
 419                     text-align: center;
 420                     width: 100%;
 421                 }
 422 
 423                     .emptyContainerTip .iconfont {
 424                         font-size: 20px;
 425                     }
 426 
 427                 .pageHeader {
 428                     border-bottom: 1px solid #AAAAAA;
 429                 }
 430                 /*.pageHeader-left {width:30%; height:100%;}
 431         .pageHeader-center {width:40%; height:100%;}
 432         .pageHeader-right {width:30%; height:100%;}*/
 433                 .pageContent {
 434                     border-left: 1px solid #AAAAAA;
 435                     border-right: 1px solid #AAAAAA;
 436                 }
 437 
 438                 .pageFooter {
 439                     border-top: 1px solid #AAAAAA;
 440                 }
 441 
 442                 .container-first {
 443                 }
 444 
 445                 .droppable-placeHolder {
 446                     background: #344996;
 447                     z-index: 99;
 448                 }
 449 
 450                 /* widget */
 451 
 452                 .widget {
 453                     /*height: 100%; position:relative; overflow:hidden;/*content使用absolute方式定位需要*/
 454                     /*z-index:5;保持在container-selected-helper上面,先用prepend代替*/
 455                     z-index: 0; /* 统一widget的z-index,这样可以保证widget外部元素z-index高于内部元素 */
 456                     /*为方便实现hover与selected,使用absolute方式定位*/
 457                     position: absolute;
 458                     left: 4px;
 459                     right: 4px;
 460                     top: 4px;
 461                     bottom: 4px;
 462                     border: 0px solid #FFCA2C;
 463                 }
 464 
 465                     .widget:hover {
 466                         border-width: 2px;
 467                         left: 2px;
 468                         right: 2px;
 469                         top: 2px;
 470                         bottom: 2px;
 471                     }
 472 
 473                 .selected .widget {
 474                     border-width: 4px;
 475                     left: 0px;
 476                     right: 0px;
 477                     top: 0px;
 478                     bottom: 0px;
 479                 }
 480 
 481                 .pageHeader .widget:hover, .pageFooter .widget:hover, .pageHeader .selected .widget, .pageFooter .selected .widget {
 482                     border-color: #ff7800;
 483                 }
 484 
 485                 .ui-draggable-dragging.widget-draggable-helper {
 486                     font-size: 16px;
 487                     width: 82px;
 488                     cursor: move;
 489                     text-align: center;
 490                     z-index: 999; /* droppable-placeHolder :99 */
 491                     overflow: hidden;
 492                     padding: 20px 0px;
 493                 }
 494 
 495                 .widgetCase.widget-draggable-helper {
 496                     font-size: inherit;
 497                     padding: 5px 0px;
 498                 }
 499 
 500                 .widget-draggable-helper-del, .widget-draggable-helper.del .widget-draggable-helper-title {
 501                     display: none;
 502                 }
 503 
 504                 .widget-draggable-helper.del .widget-draggable-helper-del {
 505                     display: block;
 506                 }
 507 
 508                 .widget .widget-head {
 509                     padding: 4px 2px 6px 2px;
 510                     cursor: move;
 511                     position: relative;
 512                     line-height: 1em;
 513                     font-size: 16px;
 514                     white-space: nowrap;
 515                     overflow: hidden;
 516                     background: #fff;
 517                     border: 0px;
 518                     border-top: 2px solid #000;
 519                     color: #333;
 520                 }
 521 
 522                 .widget-head .head-divider {
 523                     position: absolute;
 524                     height: 2px;
 525                     left: 0px;
 526                     right: 0px;
 527                 }
 528 
 529                 .widget .widget-head .ui-dialog-title {
 530                     float: left;
 531                     font-weight: normal;
 532                     font-family: inherit;
 533                     padding-left: 2px;
 534                     color: inherit;
 535                     font-size: inherit;
 536                     font-weight: bold;
 537                 }
 538 
 539                 .widget .widget-head .timeRangeLabel {
 540                     font-weight: normal;
 541                     margin-left: 6px;
 542                     font-size: 0.8em;
 543                 }
 544 
 545                 .widget .widget-head-operation {
 546                     display: none;
 547                     position: absolute;
 548                     top: 2px;
 549                     right: 0px;
 550                     color: #666666;
 551                     font-weight: normal;
 552                     line-height: 16px;
 553                     z-index: 2000;
 554                 }
 555 
 556                     .widget .widget-head-operation a {
 557                         margin-right: 6px;
 558                     }
 559 
 560                         .widget .widget-head-operation a:hover {
 561                             color: #1D60FF;
 562                         }
 563 
 564                     .widget .widget-head-operation ul {
 565                         float: left;
 566                         cursor: default;
 567                     }
 568 
 569                         .widget .widget-head-operation ul li {
 570                             float: left;
 571                             padding: 2px 2px;
 572                             cursor: pointer;
 573                         }
 574 
 575                 .widget .widget-setting .ui-icon {
 576                     background-image: url(../images/Frame/setting.png);
 577                     background-position: 0px 0px;
 578                     _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../resource/images/Frame/setting.png');
 579                 }
 580 
 581                 .widget .widget-export .ui-icon {
 582                     background-image: url(../images/Frame/excel.png);
 583                     background-position: 0px 0px;
 584                     _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../resource/images/Frame/excel.png');
 585                     margin-right: 6px;
 586                 }
 587 
 588                 /*.widget .widget-close { font-size:24px; }*/
 589                 .widget .widget-close .ui-icon {
 590                     background-image: url(../images/Frame/delete.png);
 591                     background-position: 0px 0px;
 592                     _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../resource/images/Frame/delete.png');
 593                 }
 594 
 595                 .pageHeader .widget .widget-close, .pageFooter .widget .widget-close {
 596                     display: none;
 597                 }
 598 
 599                 .widget .widget-help {
 600                     float: left;
 601                     margin: 4px;
 602                     cursor: pointer;
 603                     width: 16px;
 604                     height: 16px;
 605                     background: url(../images/Frame/help.png) no-repeat;
 606                 }
 607 
 608                 .ui-tooltip.widget-help-tooltip {
 609                     background: #FFFFC6;
 610                 }
 611 
 612                 .widget-help-content {
 613                     line-height: 16px;
 614                 }
 615 
 616                     .widget-help-content .widget-help-highlight {
 617                         color: #1D60FF;
 618                     }
 619 
 620                 .widget .widget-content {
 621                     overflow: hidden; /* 在报告中要求不出现滚动条 */
 622                     position: absolute;
 623                     top: 30px; /*实际29px就足够,但是那样pdf导出会有些问题(分割线不一样高)*/
 624                     bottom: 0px;
 625                     left: 0px;
 626                     right: 0px;
 627                     border: 0px solid #fff;
 628                     /*border-top-width:0px;*/
 629                     background: #fff;
 630                     color: #333;
 631                 }
 632 
 633                 /*.widget.hideHead .widget-head { border-top:2px solid #fff !important;}*/
 634                 .widget.hideHead .widget-head {
 635                     display: none;
 636                 }
 637 
 638                 .widget.hideHead .widget-content {
 639                     top: 0px !important; /*border-top-width:2px;*/
 640                 }
 641                 /*.widget.hideHead:hover .widget-head
 642         .selected .widget.hideHead .widget-head { display:inherit; z-index:1;}*/
 643 
 644                 .widget iframe {
 645                     border: 0px;
 646                 }
 647 
 648                 /**************************************/
 649 
 650 
 651                 /* 一些框架通用样式 */
 652                 /*.iconUploadImage {overflow:hidden;height:18px;width:16px;margin-top: -1px;position: relative;font-size:20px;}
 653         .iconUploadImage form {display: inline;height:16px;width:16px;}
 654         .iconUploadImage input {width:16px; height:16px; margin:0; padding:0; opacity:0;filter:alpha(opacity=0)\9; position:absolute; top:2px;left:2px; }*/
 655                 .widget-menu-upload .fileinput-button {
 656                     margin-top: -4px;
 657                 }
 658 
 659                     .widget-menu-upload .fileinput-button .ui-icon {
 660                         background-image: url(../images/Frame/uploadicon.png);
 661                     }
 662 
 663                 /* 选中效果 */
 664                 .container.selected {
 665                     /*background:#336699;*/
 666                 }
 667 
 668                 .pageHeader .container.selected, .pageFooter .container.selected {
 669                     /*background:#ff7800;B1DAE7;*/
 670                 }
 671 
 672                 .container.selected .widget-content {
 673                     /*border-color:#B1DAE7;*/
 674                 }
 675 
 676                 .container.selected .head-divider, .container.selected .widget-head {
 677                     /*background:#B1DAE7 !important;由于setting设置样式写在style中,优先级很高,故需要important覆盖*/
 678                 }
 679 
 680                 .container .head-meunBar-system {
 681                     display: none;
 682                     position: absolute;
 683                     right: 0px;
 684                 }
 685 
 686                 .container.selected .head-meunBar-system {
 687                 }
 688 
 689                 .container.selected .widget-head-operation, .widget:hover .widget-head-operation {
 690                     display: inherit; /*background-color:#B1DAE7;*/
 691                 }
 692 
 693                 .container-selected-helper {
 694                     display: none;
 695                     border: 2px solid #FFCA2C;
 696                     position: absolute;
 697                     top: 2px;
 698                     bottom: 2px;
 699                     left: 2px;
 700                     right: 2px;
 701                 }
 702 
 703                 .selected .container-selected-helper {
 704                     display: none;
 705                     border: 4px solid #FFCA2C;
 706                     top: 0px;
 707                     bottom: 0px;
 708                     left: 0px;
 709                     right: 0px; /*此helper暂未启用,改为block启用 */
 710                 }
 711 
 712                 .container-selected-helper-del {
 713                     display: block;
 714                     padding: 0px 5px 2px 7px;
 715                     line-height: 27px;
 716                     height: 27px;
 717                     float: right;
 718                     cursor: pointer;
 719                     background: #B1DAE7;
 720                 }
 721 
 722                 /*end of 选中效果  */
 723 
 724 
 725                 .horizontal {
 726                 }
 727 
 728                     .horizontal .container-first {
 729                         /*border-right: 1px solid #eee;*/
 730                     }
 731 
 732                 .vertical {
 733                 }
 734 
 735                     .vertical .container-first {
 736                         /*border-bottom:1px solid #eee;*/
 737                     }
 738 
 739                 .resizable-helper-e {
 740                     border: 0px;
 741                     border-right: 8px solid #999;
 742                 }
 743 
 744                 .resizable-helper-s {
 745                     border: 0px;
 746                     border-bottom: 8px solid #999;
 747                 }
 748 
 749                 .container .ui-resizable-handle:hover {
 750                     background: #999;
 751                 }
 752                 /*.container .ui-resizable-s:hover{ border-bottom:8px solid #999; }
 753         .container .ui-resizable-e:hover{ border-right:8px solid #999; }*/
 754                 .container .ui-resizable-s {
 755                     height: 8px;
 756                     bottom: -4px;
 757                 }
 758 
 759                 .container .ui-resizable-e {
 760                     width: 8px;
 761                     right: -4px;
 762                 }
 763 
 764                 .droppable-hover {
 765                 }
 766 
 767 
 768 
 769 
 770                 /* 控件区 */
 771                 .widgetCaseBox {
 772                     padding: 0px;
 773                 }
 774 
 775                     .widgetCaseBox .ui-accordion-content {
 776                         padding: 0px;
 777                         padding-left: 15px;
 778                     }
 779 
 780                     .widgetCaseBox .widgetCase {
 781                         margin: 5px 0px;
 782                         padding-top: 5px;
 783                         line-height: 25px;
 784                         cursor: default;
 785                         display: block;
 786                         width: 82px;
 787                         float: left;
 788                         font-size: 12px;
 789                         text-align: center;
 790                         color: #eaeaea;
 791                         border: 1px solid #282828;
 792                         display: none;
 793                     }
 794 
 795                 .widgetCase:hover {
 796                     color: #f5cd8a;
 797                     border-color: #f5cd8a;
 798                 }
 799 
 800                 .widget-icon {
 801                     height: 34px;
 802                     width: 46px;
 803                     background: url(../images/Frame/icons.png) -472px -115px;
 804                     border: 1px solid #535353;
 805                     margin: 0px auto;
 806                 }
 807 
 808                 .widgetCase:hover .widget-icon {
 809                 }
 810                 /* 图形控件Icon */
 811                 .widget-icon-601 {
 812                     background-position: -288px -533px;
 813                 }
 814 
 815                 .widget-icon-605 {
 816                     background-position: -288px -466px;
 817                 }
 818 
 819                 .widget-icon-612 {
 820                     background-position: -288px -328px;
 821                 }
 822 
 823                 .widget-icon-609 {
 824                     background-position: -288px -260px;
 825                 }
 826 
 827                 .widget-icon-619 {
 828                     background-position: -639px -656px;
 829                 }
 830 
 831                 .widget-icon-620 {
 832                     background-position: -288px -114px;
 833                 }
 834 
 835                 .widget-icon-621 {
 836                     background-position: -288px -188px;
 837                 }
 838 
 839                 .widget-icon-625 {
 840                     background-position: -288px -398px;
 841                 }
 842 
 843                 /* 表格控件Icon */
 844                 .widget-icon-602 {
 845                     background-position: -472px -116px;
 846                 }
 847 
 848                 .widget-icon-606 {
 849                     background-position: -639px -116px;
 850                 }
 851 
 852                 .widget-icon-607 {
 853                     background-position: -472px -206px;
 854                 }
 855 
 856                 .widget-icon-608 {
 857                     background-position: -639px -206px;
 858                 }
 859 
 860                 .widget-icon-613 {
 861                     background-position: -472px -296px;
 862                 }
 863 
 864                 .widget-icon-614 {
 865                     background-position: -639px -296px;
 866                 }
 867 
 868                 .widget-icon-615 {
 869                     background-position: -472px -386px;
 870                 }
 871 
 872                 .widget-icon-616 {
 873                     background-position: -639px -386px;
 874                 }
 875 
 876                 .widget-icon-617 {
 877                     background-position: -472px -476px;
 878                 }
 879 
 880                 .widget-icon-618 {
 881                     background-position: -639px -476px;
 882                 }
 883 
 884                 .widget-icon-622 {
 885                     background-position: -472px -566px;
 886                 }
 887 
 888                 .widget-icon-624 {
 889                     background-position: -639px -566px;
 890                 }
 891 
 892                 .widget-icon-626 {
 893                     background-position: -472px -656px;
 894                 }
 895 
 896                 /* 文本图片控件Icon */
 897                 .widget-icon-603 {
 898                     background-position: -472px -745px;
 899                 }
 900 
 901                 .widget-icon-604 {
 902                     background-position: -639px -745px;
 903                 }
 904 
 905                 /* end of 控件区 */
 906 
 907                 .widgetKind-tabs {
 908                     padding: 6px;
 909                 }
 910 
 911                     .widgetKind-tabs .tabs-anchor {
 912                         border-right: 2px solid #737373;
 913                         display: inline-block;
 914                         width: 49%;
 915                         text-align: center;
 916                         font-weight: normal;
 917                         cursor: pointer;
 918                     }
 919 
 920                         .widgetKind-tabs .tabs-anchor.last {
 921                             border-right: 0px;
 922                         }
 923                 /*.widgetKind-tabs .tabs-anchor.selected { color:#FFE090;}*/
 924                 /*================================custom sflexigrid===========================================*/
 925                 .custom .sflexigrid {
 926                     font-size: 12px;
 927                     position: relative;
 928                     overflow: auto;
 929                     /*_width:100%;for ie6:不设置宽度tab的可能宽度会比widget-content大*/
 930                     /*_overflow-y:hidden;for ie6:纵向滚动条也会出现*/
 931                     /*border-right:1px solid #9AC6FF;*/
 932                 }
 933 
 934                     .custom .sflexigrid .divH {
 935                         background: #fafafa url(../images/Frame/fhbg.gif) repeat-x 50% 50%;
 936                         border-top: 1px solid #ccc;
 937                         position: relative;
 938                         overflow: visible;
 939                         left: 0px\9;
 940                         right: 0px\9;
 941                         /*width:100%;*/
 942                     }
 943 
 944 
 945 
 946                 .sflexigrid .tbHead {
 947                     font-weight: bold;
 948                 }
 949 
 950                 .sflexigrid .divB {
 951                     /*overflow:auto;*/
 952                     overflow-x: hidden;
 953                     overflow-y: auto;
 954                     position: absolute;
 955                     top: 31px;
 956                     /*border-bottom:1px solid #9AC6FF;*/
 957                     left: 0px\9;
 958                     right: 0px\9;
 959                     /* width:100%;*/
 960                 }
 961 
 962                 .sflexigrid table.tbHead, .sflexigrid table.tbBody {
 963                     /*border-collapse:separate;如果去掉此样式,对table设置padding不占滚动条空间,看情况修改*/
 964                     border-style: solid;
 965                     border-width: 1px;
 966                     border-top-width: 0px;
 967                     border-color: inherit;
 968                     table-layout: fixed;
 969                     width: 100%; /*width必须设置,否则表格宽度会被撑开(ie8,chrome)*/
 970                     /*_width:auto;ie6不会,设为100%反而会出现滚动条*/
 971                 }
 972 
 973                 .sflexigrid table tr.selected td {
 974                     background-color: #bdd1f0;
 975                     position: relative;
 976                 }
 977 
 978                 .sflexigrid table tr:hover td {
 979                 }
 980 
 981 
 982                 .sflexigrid .divB, .sflexigrid .divH, .sflexigrid tbody, .sflexigrid tr {
 983                     border-color: inherit; /* for ie8 */
 984                 }
 985 
 986                 .sflexigrid th, .sflexigrid td {
 987                     border-style: solid;
 988                     border-width: 0px;
 989                     border-bottom-width: 1px;
 990                     text-align: left;
 991                     padding: 0px 5px;
 992                     overflow: hidden;
 993                     word-break: break-all;
 994                     border-color: inherit; /* 使用table的border-color,这样只要设置table的border-color就可以了 */
 995                 }
 996 
 997                 .sflexigrid th {
 998                     border-right-width: 1px;
 999                     border-bottom-width: 1px;
1000                 }
1001 
1002                 .sflexigrid td {
1003                     white-space: nowrap;
1004                 }
1005 
1006                 .sflexigrid .tdLast {
1007                     /*padding:0px;
1008             border-right:0px solid #9AC6FF;
1009             width:17px;*/
1010                 }
1011 
1012                 .sflexigrid .thLast {
1013                     border-right-width: 0px;
1014                 }
1015 
1016                 .sflexigrid .trForTdWidth {
1017                     *display: none;
1018                 }
1019 
1020                 .sflexigrid .divB .tbBody .trForTdWidth td {
1021                     padding-top: 0px;
1022                     padding-bottom: 0px;
1023                     border-top-width: 0px;
1024                     border-bottom-width: 0px;
1025                     height: 0px;
1026                 }
1027 
1028                 .sflexigrid tr.erow td {
1029                     /*background:#f5f5f5;*/
1030                 }
1031 
1032                 .sflexigrid .divH th {
1033                     font-weight: inherit;
1034                     cursor: default;
1035                     overflow: hidden;
1036                     text-align: center;
1037                 }
1038 
1039                     .sflexigrid .divH th.thSort {
1040                         cursor: pointer;
1041                     }
1042 
1043                     .sflexigrid .divH th.sdesc {
1044                         background: url(../images/Frame/dn.png) no-repeat 98% 50%;
1045                     }
1046 
1047                     .sflexigrid .divH th.sasc {
1048                         background: url(../images/Frame/up.png) no-repeat 98% 50%;
1049                     }
1050 
1051 
1052                 /*====================================end of sflexigrid===========================*/
1053 
1054                 /*================================modern sflexigrid===========================================*/
1055                 .modern .sflexigrid {
1056                     font-size: 12px;
1057                     position: relative;
1058                     overflow: hidden;
1059                     /*_width:100%;for ie6:不设置宽度tab的可能宽度会比widget-content大*/
1060                     /*_overflow-y:hidden;for ie6:纵向滚动条也会出现*/
1061                     /*margin-right:5px;
1062             margin-left:5px;*/
1063                 }
1064 
1065 
1066                     .modern .sflexigrid .divH {
1067                         border-top-width: 0px;
1068                         position: relative;
1069                         overflow: visible;
1070                         left: 0px\9;
1071                         right: 0px\9;
1072                         /*width:100%;*/
1073                     }
1074 
1075                     .modern .sflexigrid .divB {
1076                         overflow: hidden;
1077                         position: static;
1078                         border-top-style: solid;
1079                     }
1080 
1081                     .modern .sflexigrid table.tbHead, .modern .sflexigrid table.tbBody {
1082                         /*border-collapse:separate;如果去掉此样式,对table设置padding不占滚动条空间,看情况修改*/
1083                         border-width: 0px;
1084                     }
1085 
1086                     .modern .sflexigrid table tr.selected td {
1087                         background-color: #bdd1f0;
1088                     }
1089 
1090                     .modern .sflexigrid th, .modern .sflexigrid td {
1091                         border-width: 0px;
1092                         text-align: left;
1093                         padding: 0px 5px;
1094                         overflow: hidden;
1095                         word-break: break-all;
1096                     }
1097 
1098                     .modern .sflexigrid th {
1099                         padding-top: 3px;
1100                         padding-bottom: 3px;
1101                         vertical-align: bottom;
1102                     }
1103 
1104                     .modern .sflexigrid .tbBody {
1105                         line-height: 2;
1106                     }
1107 
1108                     .modern .sflexigrid td {
1109                         white-space: normal;
1110                         padding-top: 3px;
1111                         padding-bottom: 3px;
1112                     }
1113 
1114                     .modern .sflexigrid table {
1115                         border-bottom-width: 0px;
1116                     }
1117 
1118                     .modern .sflexigrid td {
1119                         /*white-space:nowrap;*/
1120                     }
1121 
1122                     .modern .sflexigrid .tdLast {
1123                         /*padding:0px;
1124             width:17px;*/
1125                     }
1126 
1127                     .modern .sflexigrid .thLast, .modern .sflexigrid .tdLast {
1128                         /*padding-right:10px;*/
1129                     }
1130 
1131                     .modern .sflexigrid tr.erow td {
1132                     }
1133 
1134                     .modern .sflexigrid .tbHead {
1135                         font-weight: normal;
1136                     }
1137 
1138                     .modern .sflexigrid .divH th {
1139                         text-align: right; /*height:32px; 此时2行与1行同高 */
1140                         height: 22px;
1141                     }
1142 
1143                 /*====================================end of sflexigrid===========================*/
1144                 /*======三线图======*/
1145 
1146                 /*.modern .sflexigrid th{
1147             border-bottom-width:2px;
1148         }*/
1149                 .singleLine.sflexigrid .divB {
1150                     padding-top: 5px;
1151                     border-top-width: 2px;
1152                 }
1153 
1154                 /*======end of 单线图======*/
1155 
1156                 /*======三线图======*/
1157                 .threeLine.sflexigrid {
1158                 }
1159 
1160                     .threeLine.sflexigrid th {
1161                         border-top-width: 1px;
1162                     }
1163 
1164                     .threeLine.sflexigrid .divB {
1165                         border-top-width: 1px;
1166                         padding-top: 5px;
1167                     }
1168 
1169                     .threeLine.sflexigrid table.tbBody {
1170                         border-bottom-width: 1px;
1171                     }
1172 
1173                 /*======end of 全线图======*/
1174 
1175                 /*======全线图======*/
1176                 .allLine.sflexigrid {
1177                 }
1178 
1179                     .allLine.sflexigrid th {
1180                         border-top-width: 1px;
1181                         border-left-width: 1px;
1182                         border-right-width: 1px;
1183                     }
1184 
1185                     .allLine.sflexigrid .divB {
1186                         border-top-width: 1px;
1187                     }
1188 
1189                     .allLine.sflexigrid .thLast, .allLine .sflexigrid .tdLast {
1190                         border-right-width: 1px;
1191                     }
1192 
1193                     .allLine.sflexigrid td {
1194                         border-bottom-width: 1px;
1195                         border-left-width: 1px;
1196                         border-right-width: 1px;
1197                     }
1198 
1199                 .noLine.sflexigrid td, .noLine.sflexigrid th, .noLine.sflexigrid .divB {
1200                     border-width: 0px;
1201                 }
1202 
1203 
1204 
1205 
1206                 /*======end of 全线图======*/
1207 
1208                 /* 设置区域 */
1209                 .setting-area {
1210                     overflow: hidden;
1211                     font-size: 12px;
1212                     padding-top: 6px;
1213                     padding-left: 4px;
1214                 }
1215 
1216                     .setting-area .sWrap {
1217                         float: left;
1218                         padding: 5px 0px;
1219                     }
1220 
1221                     .setting-area .setting-name {
1222                         padding-left: 4px;
1223                         padding-right: 6px;
1224                         display: inline-block; /*width: 52px;*/
1225                     }
1226 
1227                     .setting-area .setting-item { /*padding-right:4px;有何作用?*/
1228                         display: inline-block;
1229                     }
1230 
1231                     .setting-area .tip {
1232                         clear: both;
1233                         padding: 4px;
1234                     }
1235 
1236                 .s-beginTime, .s-endTime {
1237                     width: 140px;
1238                 }
1239 
1240                 .setting-area .singleText, .setting-area .multipleText {
1241                     width: 140px;
1242                 }
1243 
1244                 .setting-area input[type="radio"] {
1245                     margin-right: 4px;
1246                 }
1247 
1248                 .setting-area .icon-radio {
1249                     margin-right: 3px;
1250                     -webkit-text-stroke-width: 0px;
1251                 }
1252 
1253                 .setting-area .checkbox {
1254                     width: 16px;
1255                 }
1256 
1257                 .benchmarks-title {
1258                     width: 68px;
1259                     text-align: right;
1260                     vertical-align: top;
1261                 }
1262 
1263                 .setting-area .s-reportPeriod_year {
1264                     width: 62px;
1265                 }
1266 
1267                 .setting-area .s-reportPeriod_quarter {
1268                     width: 72px;
1269                     width: 70px\0;
1270                     width: 72px\9;
1271                     margin-left: 2px;
1272                 }
1273 
1274                 .setting-area .ui-spinner {
1275                     overflow: visible;
1276                 }
1277 
1278                 .setting-area .ui-spinner-input {
1279                     padding: 2px 4px;
1280                     margin: 0px;
1281                 }
1282 
1283                 .setting-area .ui-spinner-button.ui-state-hover {
1284                 }
1285                 /*.setting-area .ui-spinner-button { right:-1px;}
1286         .setting-area .ui-spinner a.ui-spinner-button {border:1px solid;}
1287 
1288         .setting-area .ui-spinner-up { top:-1px;}
1289         .setting-area .ui-spinner-down { bottom:-1px;}*/
1290 
1291                 .setting-area .sWrap-reportPeriod .ui-multiselect {
1292                     margin-left: 4px;
1293                     vertical-align: middle;
1294                     padding-top: 1px;
1295                 }
1296 
1297                 .setting-area .sp-dd {
1298                     height: 10px;
1299                     line-height: 10px;
1300                 }
1301 
1302                 .setting-area .sp-preview {
1303                     height: 10px;
1304                     width: 136px;
1305                 }
1306 
1307                 /*.widgetSettingArea .setting-name {display: inline-block;width: 54px;}
1308         .reportPropertyArea .setting-name {display: inline-block;width: 60px;}*/
1309 
1310 
1311                 .sWrap-chartItemColors .sp-replacer {
1312                     margin-left: 6px;
1313                 }
1314 
1315                 .sWrap-chartItemColors .sp-preview {
1316                     width: 100px;
1317                 }
1318 
1319                 .sWrap-chartItemColors td {
1320                     padding-bottom: 6px;
1321                     padding-left: 4px;
1322                 }
1323 
1324                 .sWrap-customImage .setting-item {
1325                     display: block;
1326                 }
1327 
1328                 .sWrap-customImage .ui-button {
1329                     width: 146px;
1330                 }
1331 
1332                 .sWrap-hideHead {
1333                     display: none;
1334                 }
1335 
1336                 .s-textAlign label {
1337                     width: 48px;
1338                 }
1339 
1340                     .s-textAlign label[for="radio-textAlign-1"] {
1341                     }
1342 
1343                 .sWrap-yieldCalMethod .setting-name {
1344                     display: block;
1345                 }
1346 
1347                 .sWrap-calcCycle {
1348                     margin-left: 6px;
1349                     margin-top: 16px;
1350                 }
1351 
1352                     .sWrap-calcCycle .setting-name {
1353                         display: none;
1354                     }
1355 
1356                 .setting-area .s-yieldCalMethod {
1357                     width: 67px;
1358                     width: 65px\0;
1359                     width: 67px\9;
1360                 }
1361 
1362                 .setting-area .s-calcCycle {
1363                     width: 75px;
1364                     width: 73px\0;
1365                     width: 75px\9;
1366                 }
1367 
1368                 .loading-img {
1369                     display: none;
1370                     margin-top: 2px;
1371                     float: right;
1372                 }
1373 
1374                 .loading .loading-img {
1375                     display: inherit;
1376                 }
1377 
1378 
1379                 .chk-showOrHide {
1380                     cursor: pointer;
1381                     margin-left: 3px;
1382                     padding: 0px 10px;
1383                     background-image: url('../images/Frame/icons.png');
1384                     background-position: -227px -157px;
1385                 }
1386 
1387                     .chk-showOrHide.checked {
1388                         background-position: -198px -157px;
1389                     }
1390 
1391 
1392 
1393                 .reportSetting {
1394                     padding: 0px;
1395                 }
1396 
1397                 .setTitle {
1398                     font-weight: bold;
1399                 }
1400 
1401                 .reportSetting .col1 {
1402                     width: 48px;
1403                     vertical-align: top;
1404                     padding-top: 7px;
1405                     padding-right: 14px;
1406                     text-align: right;
1407                 }
1408 
1409                 .reportSetting .ui-widget-content, .InvestmentSetting.ui-widget-content {
1410                     padding: 6px 8px;
1411                 }
1412 
1413                 .reportSetting .sWrap {
1414                 }
1415 
1416                 .reportSetting .sWrap-padding .txtPadding {
1417                     margin-left: 28px;
1418                 }
1419 
1420                     .reportSetting .sWrap-padding .txtPadding input {
1421                         margin-right: 40px;
1422                         margin-left: 5px;
1423                     }
1424 
1425                         .reportSetting .sWrap-padding .txtPadding input.txtRight {
1426                             margin-right: 0px;
1427                         }
1428 
1429                 .setting-area .secondColumn {
1430                     margin-left: 18px;
1431                 }
1432 
1433                 .setting-area .divider {
1434                     margin-top: 8px;
1435                 }
1436 
1437                 .reportSetting.setting-area .singleText, .InvestmentSetting.setting-area .singleText {
1438                     width: 162px;
1439                 }
1440 
1441                 .InvestmentSetting.setting-area .sWrap-timeRange .singleText {
1442                     width: 123px;
1443                 }
1444 
1445                 .InvestmentSetting.setting-area .sWrap-timeRange .timeRange-inner {
1446                     margin-left: 14px;
1447                     margin-right: 14px;
1448                 }
1449 
1450                 .setting-area .ui-state-disabled .singleText {
1451                     filter: Alpha(Opacity=35);
1452                 }
1453 
1454                 .setting-area .ui-state-disabled .timeRange-inner {
1455                     color: #6b6b6b\9;
1456                 }
1457 
1458                 .InvestmentSetting.setting-area .timeRange-custom {
1459                     margin-left: 25px;
1460                 }
1461 
1462                 .InvestmentSetting.setting-area .ui-datepicker-trigger {
1463                     vertical-align: top\9;
1464                 }
1465 
1466                 .setting-area select {
1467                     width: 148px;
1468                     width: 146px\0;
1469                     width: 148px\9;
1470                 }
1471 
1472                 .reportSetting.setting-area select, .InvestmentSetting.setting-area select {
1473                     width: 130px;
1474                     width: 128px\0;
1475                     width: 130px\9;
1476                 }
1477 
1478                 .setting-area .s-products .s-benchmarks {
1479                     width: 170px;
1480                     width: 168px\0;
1481                     width: 170px\9;
1482                 }
1483 
1484                 .reportSetting.setting-area .sp-preview {
1485                     width: 118px;
1486                 }
1487 
1488                 .reportSetting.setting-area .s-padding {
1489                     margin-right: 10px;
1490                 }
1491 
1492                 .sWrap-padding input {
1493                     width: 27px;
1494                 }
1495 
1496                 .reportSetting .setting-name {
1497                     display: inline-block;
1498                     padding-left: 0px;
1499                     text-align: right;
1500                     width: 52px;
1501                 }
1502 
1503                 .setting-area .sWrap-products {
1504                     float: none;
1505                 }
1506 
1507                 .s-products {
1508                     width: 99%;
1509                     margin: 0 auto;
1510                     margin-top: 10px;
1511                 }
1512 
1513                     .s-products .pHead {
1514                     }
1515 
1516                     .s-products .del {
1517                     }
1518 
1519                     .s-products .sp-replacer {
1520                         padding: 2px;
1521                     }
1522 
1523                         .s-products .sp-replacer .sp-dd {
1524                             padding-top: 4px;
1525                         }
1526 
1527                     .s-products .sp-preview {
1528                         width: 80px;
1529                         height: 16px;
1530                         margin-right: inherit;
1531                     }
1532 
1533                     .s-products th, .s-products td {
1534                         padding: 6px 10px;
1535                         border: 1px solid #737373;
1536                     }
1537 
1538                     .s-products th {
1539                         padding-top: 6px;
1540                         padding-bottom: 6px;
1541                         text-align: left;
1542                     }
1543 
1544                     .s-products .tName {
1545                         position: relative;
1546                     }
1547 
1548                     .s-products .search-icon {
1549                         position: absolute;
1550                         left: 18px;
1551                         top: 12px;
1552                         font-size: 11px;
1553                     }
1554 
1555                     .s-products .singleText.s-products-windCode {
1556                         padding-left: 20px;
1557                         width: 145px;
1558                     }
1559 
1560                     .s-products .tPOperate .delete, .s-products .tPOperate .add {
1561                         cursor: pointer;
1562                     }
1563 
1564                         .s-products .tPOperate .delete.ui-state-hover, .s-products .tPOperate .add.ui-state-hover {
1565                             border: 0;
1566                             background: inherit;
1567                         }
1568 
1569                     .s-products .tPOperate .delete {
1570                         margin-left: 20px;
1571                     }
1572 
1573                 .widgetSettingArea .sWrap-timeRange .setting-name {
1574                     float: left;
1575                     padding-top: 3px;
1576                 }
1577 
1578                 .widgetSettingArea .sWrap-timeRange .setting-item {
1579                     display: block;
1580                     float: left;
1581                 }
1582 
1583                 .widgetSettingArea .sWrap-timeRange .ui-multiselect, .widgetSettingArea .sWrap-timeRange .s-timeRange-begin {
1584                     margin-bottom: 6px;
1585                 }
1586 
1587                 .widgetSettingArea .sWrap-timeRange .s-timeRange {
1588                     width: 129px;
1589                     width: 127px\0;
1590                     width: 129px\9;
1591                 }
1592 
1593                 .widgetSettingArea .sWrap-timeRange .singleText {
1594                     width: 101px;
1595                 }
1596 
1597                 .widgetSettingArea .sWrap-timeRange .s-timeRange-end {
1598                     margin-left: 19px;
1599                 }
1600                 /* end of 设置区域*/
1601 
1602 
1603                 /*=============================== print ============================================*/
1604                 @media print {
1605                     .workspace {
1606                         border: 0px !important;
1607                         margin: 0 !important;
1608                     }
1609 
1610                     .pageHeader, .pageContent, .pageFooter {
1611                         border-color: transparent;
1612                     }
1613                     /*.pageContent { border:0px; 导出pdf时误差1px }*/
1614                 }
1615 
1616                 /*模块通用*/
1617                 .rise {
1618                     color: #ff0000;
1619                 }
1620 
1621                 .fall {
1622                     color: #007500;
1623                 }
1624 
1625 
1626                 /* win-TextWidget */
1627 
1628                 .win-PageHeaderFooterText .textContainer {
1629                     padding: 2px;
1630                 }
1631 
1632                 .textContainer .editArea, .textContainer .showArea, .textContainer .showArea pre {
1633                     resize: none;
1634                     overflow: hidden;
1635                     border: 0px solid #fff;
1636                     line-height: inherit;
1637                     width: 100%;
1638                     height: 100%;
1639                     padding: 0;
1640                     color: inherit;
1641                     font-family: inherit;
1642                     background: inherit;
1643                     text-align: inherit;
1644                     white-space: pre-wrap;
1645                 }
1646 
1647 
1648                 .textContainer .editArea {
1649                     display: none;
1650                 }
1651                 /*
1652         .textContainer .showArea
1653         {
1654             overflow: hidden;
1655             line-height: inherit;
1656             word-wrap: break-word;
1657             border: 0px solid #fff;
1658             width:100%;
1659             height:100%;
1660         }*/
1661 
1662                 /*.pageHeader .win-TextWidget .showArea ,.pageHeader .win-TextWidget .editArea
1663         {
1664          height:auto;
1665          position:absolute;
1666          bottom:0px;
1667         }*/
1668 
1669 
1670                 .win-FundHoldingStockStyle .outerTable {
1671                     border: 0;
1672                     display: none;
1673                 }
1674 
1675                     .win-FundHoldingStockStyle .outerTable .ColumnTitle {
1676                         vertical-align: top;
1677                         text-align: center;
1678                         overflow: hidden;
1679                         padding-top: 3px;
1680                     }
1681 
1682                     .win-FundHoldingStockStyle .outerTable .RowTitle {
1683                         text-align: left;
1684                         padding-left: 3px;
1685                     }
1686 
1687                 .win-FundHoldingStockStyle .fundHoldingStockStyleTable {
1688                     width: 100%;
1689                     height: 100%;
1690                     border: 1px #969696 solid;
1691                     border-spacing: 0;
1692                     border-collapse: collapse;
1693                     text-align: center;
1694                 }
1695 
1696                     .win-FundHoldingStockStyle .fundHoldingStockStyleTable td {
1697                         width: 33.3%;
1698                         height: 33.3%;
1699                         border: 1px #969696 solid;
1700                         border-spacing: 0;
1701                         border-collapse: collapse;
1702                     }
1703 
1704                 .win-PageNumber .pageNumber {
1705                     position: absolute;
1706                     width: 100%;
1707                     font-size: 12px;
1708                     text-align: center;
1709                     bottom: 0px;
1710                 }
1711 
1712                 .win-ImageWidget .imageContainer {
1713                     padding: 5px;
1714                     height: 100%;
1715                 }
1716 
1717                 .pageHeader .win-ImageWidget .imageContainer, .pageFooter .win-ImageWidget .imageContainer {
1718                     padding: 0px;
1719                 }
1720 
1721                 .win-FundHoldingAssetsConfigurationPie .divContainer {
1722                     border: 0;
1723                     width: 100%;
1724                     height: 100%;
1725                 }
1726 
1727                 .win-FundHoldingAssetsConfigurationPie .div_table td {
1728                     padding-left: 5px;
1729                     line-height: 100%;
1730                 }
1731 
1732                 .win-FundHoldingAssetsConfigurationPie .div_table .ui-symbol {
1733                     font-size: 12px;
1734                     font-family: 黑体;
1735                     padding-top: 2px;
1736                 }
1737 
1738                 .win-FundHoldingAssetsConfigurationPie .div_table.vertical {
1739                     width: 100%;
1740                     border-top: 1px solid #cccccc;
1741                 }
1742 
1743                     .win-FundHoldingAssetsConfigurationPie .div_table.vertical tr {
1744                         height: 23px;
1745                         line-height: 23px;
1746                     }
1747 
1748                 .win-FundHoldingAssetsConfigurationPie .div_table.horizontal {
1749                     width: 150px;
1750                     margin-top: 15px;
1751                     float: left;
1752                 }
1753 
1754                     .win-FundHoldingAssetsConfigurationPie .div_table.horizontal tr {
1755                         height: 22px;
1756                     }
1757 
1758                 .pageHeader .win-ImageWidget .imageContainer, .pageFooter .win-ImageWidget .imageContainer {
1759                     padding: 0px;
1760                 }
1761 
1762                 .win-EmptyWidget .emptyContent {
1763                     border-style: none;
1764                     height: 100%;
1765                 }
1766                 /*.win-EmptyWidget .emptyContent:hover { border-style:dashed;}*/
1767 
1768                 .win-MultiFundCorrelationCoefficient .sflexigrid td {
1769                     border: 1px solid #ffffff;
1770                 }
1771 
1772                 .sign {
1773                     font-size: 12px;
1774                 }
1775 
1776                 .widget-content .sflexigrid {
1777                     /*margin-left:1px;给1px空间给abcpdf*/
1778                 }
1779 
1780                 .widget-content .widget-read, .textContainer {
1781                     padding: 10px 10px 0 5px;
1782                     line-height: 1.5;
1783                     /*line-height:1.3em;
1784             letter-spacing:0.1em;*/
1785                 }
1786 
1787                 .widget-content .rank {
1788                     color: red;
1789                 }
1790 
1791                 .widget-content .chart {
1792                     width: 100%;
1793                     height: 100%;
1794                 }
1795                 /*.win-FundMarket .divB table{ font-size:16px; font-weight:bold;}
1796         .win-FundMarket .divB table tr:not(:first-child) { height:35px;}
1797         .win-FundMarket .divB .tradingdate {  font-size:12px; font-weight:normal;}
1798         .win-FundMarket .divB .sup {  font-size:8px;font-weight:normal;}*/
1799 
1800                 @media print {
1801                     .win-EmptyWidget .emptyContent {
1802                         display: none;
1803                     }
1804                 }
1805 
1806                 .workspace {
1807                     margin: 0 auto;
1808                 }
1809 
1810                 .widget:hover {
1811                     border-width: 0;
1812                     left: 4px;
1813                     right: 4px;
1814                     top: 4px;
1815                     bottom: 4px;
1816                 }
1817     </style>
1818     <!--<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>-->
1819     <script type="text/javascript">
1820         var shareTitle = "报告工坊";
1821         var shareLink = window.location.href;
1822         var shareUrl = "http://cdn1.infoqstatic.com/statics_s1_20150902-03315u1/resource/presentations/mobile-big-data-platform-architecture-practice/zh/smallimage/yanzhitao100.jpg";
1823         var shareContent = "基金报告工坊";
1824     </script>
1825     <script>
1826     var m = window.location.href;
1827     document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
1828         window.shareData = {
1829             "timeLineLink": shareLink,
1830             "sendFriendLink": shareLink,
1831             "weiboLink": shareLink,
1832             "Title": shareTitle,           //标题
1833             "Content": shareContent,   //内容
1834             "img_url": shareUrl,      //logo地址
1835             "img_width": "401",
1836             "img_height": "275",
1837         };
1838         // 发送给好友
1839         WeixinJSBridge.on('menu:share:appmessage', function (argv) {
1840             WeixinJSBridge.invoke('sendAppMessage', {
1841                 "img_url": window.shareData.img_url,
1842                 "img_width": window.shareData.img_width,
1843                 "img_height": window.shareData.img_height,
1844                 "link": window.shareData.sendFriendLink,
1845                 "desc": window.shareData.Content,
1846                 "title": window.shareData.Title
1847             }, function (res) {
1848                 _report('send_msg', res.err_msg);
1849             })
1850         });
1851         // 分享到朋友圈
1852         WeixinJSBridge.on('menu:share:timeline', function (argv) {
1853             WeixinJSBridge.invoke('shareTimeline', {
1854                 "img_url": window.shareData.img_url,
1855                 "img_width": window.shareData.img_width,
1856                 "img_height": window.shareData.img_height,
1857                 "link": window.shareData.timeLineLink,
1858                 "desc": window.shareData.Content,
1859                 "title": window.shareData.Title
1860             }, function (res) {
1861                 _report('timeline', res.err_msg);
1862             });
1863         });
1864     }, false)
1865     </script>
1866 
1867 </head>
1868 <body>
1869     <div class="workspace" wfcworkspace="1" workspace-state="complete" style="padding: 4px 0px; width: 816px; height: 1048px; margin-top: 0px;"><div class="pageHeader horizontal" sz="30" style="padding-left: 3px; padding-right: 3px; height: 43px;"><div class="container ui-resizable" size="0.31852" style="width: 258px;"><div class="widget win-ImageWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">自定义图片</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 29px; overflow: hidden;"><div class="imageContainer" style="height: 35px;"><img class="bg" style="width: 52px; height: 35px;" src="./万得资讯报告工坊 _ 华夏大盘精选、诺安灵活配置、华夏成长_files/ImageDownLoadHandler.ashx" path="49%2fc312397fdb04146c69003a26ce297c92.jpg"></div><div class="hide"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"><li class="widget-menu-upload"><span class="fileinput-button"><span class="iconfont"></span><input type="file" name="imgFile" class="iconImageFile"></span></li></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container ui-resizable" size="0.43210" style="width: 350px;"><div class="widget win-PageHeaderFooterText hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 29px; font-family: 微软雅黑; font-size: 14px; color: rgb(0, 0, 0); text-align: left; overflow: hidden;"><div class="textContainer" style="height: 31px;"><textarea class="editArea" iswritetext="false"></textarea><div class="showArea"><pre></pre></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container" size="0.25" style="width: 202px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 29px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div><div class="pageContent" style="margin-left: 9px; margin-right: 9px; height: 962px;"><div class="container  container-last vertical container-root" size="" style="float: none;"><div class="container  container-first vertical ui-resizable" size="0.54366" style="height: 523px; width: 100%;"><div class="container  container-first vertical ui-resizable ui-droppable" size="0.50096" style="height: 262px; width: 100%;"><div class="widget ui-draggable win-FundPerformanceNetValueTable" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">阶段表现</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content modern" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="sflexigrid allLine" style="border-color: rgb(255, 133, 25); background: rgb(238, 238, 238);"><div class="divH"><table class="tbHead" style="width: 788px; font-weight: bold; color: rgb(68, 68, 68); background: rgb(204, 204, 204);"><tbody><tr><th style="text-align: left; width: 60px;"></th><th style="text-align: right; width: 30px;">收益率%</th><th style="text-align: right; width: 30px;"><span class="sign">±</span>基准%</th><th style="text-align: right; width: 30px;"><span class="sign">±</span>同类%</th><th class=" thLast" style="text-align: right; width: 30px;">排名</th></tr></tbody></table></div><div class="divB"><table class="div_table tbBody" style="line-height: 1.5;"><tbody><tr class="trForTdWidth"><td style="width: 60px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td class=" thLast" style="width: 30px;"></td></tr><tr><td style="text-align:left;">3月</td><td style="text-align:right;">-71.88</td><td style="text-align:right;">-100.19</td><td style="text-align:right;">-78.91</td><td class=" tdLast" style="text-align:right;">168/168</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">6月</td><td style="text-align:right;">-70.18</td><td style="text-align:right;">-117.26</td><td style="text-align:right;">-86.72</td><td class=" tdLast" style="text-align:right;">165/165</td></tr><tr><td style="text-align:left;">YTD</td><td style="text-align:right;">-75.36</td><td style="text-align:right;">-75.36</td><td style="text-align:right;">0.00</td><td class=" tdLast" style="text-align:right;">1/1</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">1年</td><td style="text-align:right;">-64.93</td><td style="text-align:right;">-124.61</td><td style="text-align:right;">-86.95</td><td class=" tdLast" style="text-align:right;">158/158</td></tr><tr style="border-top-width: 1px; border-top-style: solid; border-top-color: rgb(222, 222, 222);"><td style="text-align:left;">2年</td><td style="text-align:right;">-66.83</td><td style="text-align:right;">-99.11</td><td style="text-align:right;">-100.49</td><td class=" tdLast" style="text-align:right;">148/148</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">3年</td><td style="text-align:right;">-73.33</td><td style="text-align:right;">-364,998.65</td><td style="text-align:right;">-114.38</td><td class=" tdLast" style="text-align:right;">138/138</td></tr><tr><td style="text-align:left;">5年</td><td style="text-align:right;">-70.92</td><td style="text-align:right;">-364,996.24</td><td style="text-align:right;">-94.94</td><td class=" tdLast" style="text-align:right;">121/121</td></tr><tr class="erow" style="border-top-width: 1px; border-top-style: solid; border-top-color: rgb(222, 222, 222); background: rgb(204, 204, 204);"><td style="text-align:left;">总回报</td><td style="text-align:right;">300.14</td><td style="text-align:right;">-364,625.18</td><td style="text-align:right;">-54.14</td><td class=" tdLast" style="text-align:right;"></td></tr><tr><td style="text-align:left;">年化回报</td><td style="text-align:right;">14.05</td><td style="text-align:right;">-103.58</td><td style="text-align:right;">-0.85</td><td class=" tdLast" style="text-align:right;">66/187</td></tr></tbody></table></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container  container-last vertical ui-droppable" size="" style="height: 261px; width: 100%;"><div class="widget ui-draggable win-FundPerformanceNetValueTable" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">阶段表现</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content modern" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="sflexigrid threeLine" style="border-color: rgb(52, 73, 150); background: rgb(238, 238, 238);"><div class="divH"><table class="tbHead" style="width: 788px; font-weight: bold; color: rgb(68, 68, 68); background: rgb(204, 204, 204);"><tbody><tr><th style="text-align: left; width: 60px;"></th><th style="text-align: right; width: 30px;">收益率%</th><th style="text-align: right; width: 30px;"><span class="sign">±</span>基准%</th><th style="text-align: right; width: 30px;"><span class="sign">±</span>同类%</th><th class=" thLast" style="text-align: right; width: 30px;">排名</th></tr></tbody></table></div><div class="divB"><table class="div_table tbBody" style="line-height: 1.5;"><tbody><tr class="trForTdWidth"><td style="width: 60px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td class=" thLast" style="width: 30px;"></td></tr><tr><td style="text-align:left;">3月</td><td style="text-align:right;">-71.88</td><td style="text-align:right;">-100.19</td><td style="text-align:right;">-78.91</td><td class=" tdLast" style="text-align:right;">168/168</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">6月</td><td style="text-align:right;">-70.18</td><td style="text-align:right;">-117.26</td><td style="text-align:right;">-86.72</td><td class=" tdLast" style="text-align:right;">165/165</td></tr><tr><td style="text-align:left;">YTD</td><td style="text-align:right;">-75.36</td><td style="text-align:right;">-75.36</td><td style="text-align:right;">0.00</td><td class=" tdLast" style="text-align:right;">1/1</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">1年</td><td style="text-align:right;">-64.93</td><td style="text-align:right;">-124.61</td><td style="text-align:right;">-86.95</td><td class=" tdLast" style="text-align:right;">158/158</td></tr><tr style="border-top-width: 1px; border-top-style: solid; border-top-color: rgb(222, 222, 222);"><td style="text-align:left;">2年</td><td style="text-align:right;">-66.83</td><td style="text-align:right;">-99.11</td><td style="text-align:right;">-100.49</td><td class=" tdLast" style="text-align:right;">148/148</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">3年</td><td style="text-align:right;">-73.33</td><td style="text-align:right;">-364,998.65</td><td style="text-align:right;">-114.38</td><td class=" tdLast" style="text-align:right;">138/138</td></tr><tr><td style="text-align:left;">5年</td><td style="text-align:right;">-70.92</td><td style="text-align:right;">-364,996.24</td><td style="text-align:right;">-94.94</td><td class=" tdLast" style="text-align:right;">121/121</td></tr><tr class="erow" style="border-top-width: 1px; border-top-style: solid; border-top-color: rgb(222, 222, 222); background: rgb(204, 204, 204);"><td style="text-align:left;">总回报</td><td style="text-align:right;">300.14</td><td style="text-align:right;">-364,625.18</td><td style="text-align:right;">-54.14</td><td class=" tdLast" style="text-align:right;"></td></tr><tr><td style="text-align:left;">年化回报</td><td style="text-align:right;">14.05</td><td style="text-align:right;">-103.58</td><td style="text-align:right;">-0.85</td><td class=" tdLast" style="text-align:right;">66/187</td></tr></tbody></table></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div><div class="container  container-last vertical" size="0.45634" style="height: 439px; width: 100%;"><div class="container  container-first vertical ui-resizable ui-droppable" size="0.67882" style="height: 298px; width: 100%;"><div class="widget ui-draggable win-MultiFundTopHoldingsTable" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">重仓证券</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content modern" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="sflexigrid allLine" style="border-color: rgb(255, 133, 25); background: rgb(238, 238, 238);"><div class="divH"><table class="tbHead" style="display: table; width: 788px; font-weight: bold; color: rgb(68, 68, 68); background: rgb(204, 204, 204);"><tbody><tr><th colspan="3" style="text-align: center;">华夏大盘精选</th><th colspan="3" style="text-align: center;">诺安灵活配置</th><th colspan="3" class=" thLast" style="text-align: center;">华夏成长</th></tr><tr><th style="text-align: left; width: 30px;">股票名称</th><th style="text-align: right; width: 30px;">占净值比</th><th style="text-align: right; width: 30px;">近三月涨幅</th><th style="text-align: left; width: 30px;">股票名称</th><th style="text-align: right; width: 30px;">占净值比</th><th style="text-align: right; width: 30px;">近三月涨幅</th><th style="text-align: left; width: 30px;">股票名称</th><th style="text-align: right; width: 30px;">占净值比</th><th class=" thLast" style="text-align: right; width: 30px;">近三月涨幅</th></tr></tbody></table></div><div class="divB"><table class="div_table tbBody" style="line-height: 1.5;"><tbody><tr class="trForTdWidth"><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td class=" thLast" style="width: 30px;"></td></tr><tr><td style="text-align:left;">金螳螂</td><td style="text-align:right;">6.73</td><td style="text-align:right;">38.65</td><td style="text-align:left;">大族激光</td><td style="text-align:right;">5.66</td><td style="text-align:right;">14.33</td><td style="text-align:left;">久其软件</td><td style="text-align:right;">2.83</td><td class=" tdLast" style="text-align:right;">37.13</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">长城汽车</td><td style="text-align:right;">6.73</td><td style="text-align:right;">20.01</td><td style="text-align:left;">贝因美</td><td style="text-align:right;">4.00</td><td style="text-align:right;">16.92</td><td style="text-align:left;">天士力</td><td style="text-align:right;">2.75</td><td class=" tdLast" style="text-align:right;">5.51</td></tr><tr><td style="text-align:left;">歌尔声学</td><td style="text-align:right;">6.06</td><td style="text-align:right;">5.56</td><td style="text-align:left;">中国平安</td><td style="text-align:right;">3.85</td><td style="text-align:right;">6.98</td><td style="text-align:left;">伊利股份</td><td style="text-align:right;">2.24</td><td class=" tdLast" style="text-align:right;">19.47</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">格力电器</td><td style="text-align:right;">5.08</td><td style="text-align:right;">-5.55</td><td style="text-align:left;">吉林敖东</td><td style="text-align:right;">3.14</td><td style="text-align:right;">20.97</td><td style="text-align:left;">永太科技</td><td style="text-align:right;">1.92</td><td class=" tdLast" style="text-align:right;">13.85</td></tr><tr><td style="text-align:left;">万达信息</td><td style="text-align:right;">4.45</td><td style="text-align:right;">52.57</td><td style="text-align:left;">光大银行</td><td style="text-align:right;">2.83</td><td style="text-align:right;">17.27</td><td style="text-align:left;">外运发展</td><td style="text-align:right;">1.86</td><td class=" tdLast" style="text-align:right;">39.18</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">七匹狼</td><td style="text-align:right;">3.93</td><td style="text-align:right;">38.67</td><td style="text-align:left;">新华保险</td><td style="text-align:right;">2.26</td><td style="text-align:right;">19.60</td><td style="text-align:left;">川投能源</td><td style="text-align:right;">1.74</td><td class=" tdLast" style="text-align:right;">51.77</td></tr><tr><td style="text-align:left;">美亚光电</td><td style="text-align:right;">3.80</td><td style="text-align:right;">31.57</td><td style="text-align:left;">国药股份</td><td style="text-align:right;">2.12</td><td style="text-align:right;">19.14</td><td style="text-align:left;">歌华有线</td><td style="text-align:right;">1.63</td><td class=" tdLast" style="text-align:right;">41.08</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">金信诺</td><td style="text-align:right;">3.00</td><td style="text-align:right;">30.19</td><td style="text-align:left;">华邦颖泰</td><td style="text-align:right;">1.91</td><td style="text-align:right;">6.43</td><td style="text-align:left;">美亚光电</td><td style="text-align:right;">1.50</td><td class=" tdLast" style="text-align:right;">31.57</td></tr><tr><td style="text-align:left;">大族激光</td><td style="text-align:right;">2.51</td><td style="text-align:right;">14.33</td><td style="text-align:left;">招商轮船</td><td style="text-align:right;">1.86</td><td style="text-align:right;">44.40</td><td style="text-align:left;">贵州茅台</td><td style="text-align:right;">1.47</td><td class=" tdLast" style="text-align:right;">15.49</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">置信电气</td><td style="text-align:right;">2.41</td><td style="text-align:right;">24.00</td><td style="text-align:left;">天士力</td><td style="text-align:right;">1.85</td><td style="text-align:right;">5.51</td><td style="text-align:left;">新开普</td><td style="text-align:right;">1.43</td><td class=" tdLast" style="text-align:right;">67.60</td></tr></tbody></table></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container  container-last vertical ui-droppable" size="0.32118" style="height: 141px; width: 100%;"><div class="widget ui-draggable win-GeneralTableWidget" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">业绩表现</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content modern" style="top: 25px; border: 1px none rgb(147, 183, 229); background-color: rgb(255, 255, 255);"><div class="sflexigrid allLine" style="border-color: rgb(255, 133, 25); background: rgb(238, 238, 238);"><div class="divH"><table class="tbHead" style="width: 788px; font-weight: bold; color: rgb(68, 68, 68); background: rgb(204, 204, 204);"><tbody><tr><th style="text-align: left; width: 60px;">基金名称</th><th style="text-align: right; width: 30px;">基金类型</th><th style="text-align: right; width: 30px;">收益率%</th><th style="text-align: right; width: 30px;">超额回报%</th><th style="text-align: right; width: 30px;">标准差</th><th class=" thLast" style="text-align: right; width: 30px;">夏普比</th></tr></tbody></table></div><div class="divB"><table class="div_table tbBody" style="line-height: 1.5;"><tbody><tr class="trForTdWidth"><td style="width: 60px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td class=" thLast" style="width: 30px;"></td></tr><tr><td style="text-align:left;">华夏大盘精选</td><td style="text-align:right;">混合型</td><td style="text-align:right;">-65.99</td><td style="text-align:right;">-2.38</td><td style="text-align:right;">17.49</td><td class=" tdLast" style="text-align:right;">0.45</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">诺安灵活配置</td><td style="text-align:right;">混合型</td><td style="text-align:right;">57.83</td><td style="text-align:right;">2.08</td><td style="text-align:right;">13.60</td><td class=" tdLast" style="text-align:right;">1.52</td></tr><tr><td style="text-align:left;">华夏成长</td><td style="text-align:right;">混合型</td><td style="text-align:right;">53.02</td><td style="text-align:right;">1.91</td><td style="text-align:right;">12.90</td><td class=" tdLast" style="text-align:right;">0.97</td></tr></tbody></table></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div></div></div><div class="pageFooter horizontal" sz="30" style="padding-left: 3px; padding-right: 3px; height: 43px;"><div class="container ui-resizable" size="0.05062" style="width: 41px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 29px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container ui-resizable" size="0.89877" style="width: 728px;"><div class="widget win-PageHeaderFooterText hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 29px; font-family: 微软雅黑; font-size: 10px; color: rgb(0, 0, 0); text-align: left; overflow: hidden;"><div class="textContainer" style="height: 31px;"><textarea class="editArea" iswritetext="true"></textarea><div class="showArea"><pre>基金概览页是基于本公司认为可靠的已公开信息,但本公司不保证该等信息的准确性或完整性。本产品所载信息、工具仅供参考之用,在任何情况下,本公司不对任何人因使用本产品中的任何内容所引致的任何损失负任何责任。</pre></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container" size="0.05062" style="width: 41px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 29px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div></div><div class="workspace" wfcworkspace="1" workspace-state="complete" style="margin-top: 0px; padding: 4px 0px; width: 816px; height: 1048px;"><div class="pageHeader horizontal" sz="30" style="padding-left: 3px; padding-right: 3px; height: 43px;"><div class="container ui-resizable" size="0.31852" style="width: 258px;"><div class="widget win-ImageWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">自定义图片</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px; overflow: hidden;"><div class="imageContainer" style="height: 35px;"><img class="bg" style="width: 52px; height: 35px;" src="./万得资讯报告工坊 _ 华夏大盘精选、诺安灵活配置、华夏成长_files/ImageDownLoadHandler(1).ashx" path="49%2fc312397fdb04146c69003a26ce297c92.jpg"></div><div class="hide"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"><li class="widget-menu-upload"><span class="fileinput-button"><span class="iconfont"></span><input type="file" name="imgFile" class="iconImageFile"></span></li></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container ui-resizable" size="0.43210" style="width: 350px;"><div class="widget win-PageHeaderFooterText hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px; font-family: 微软雅黑; font-size: 14px; color: rgb(0, 0, 0); text-align: left; overflow: hidden;"><div class="textContainer" style="height: 31px;"><textarea class="editArea" iswritetext="false"></textarea><div class="showArea"><pre></pre></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container" size="0.25" style="width: 202px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div><div class="pageContent" style="margin-left: 9px; margin-right: 9px; height: 962px;"><div class="container  container-last vertical container-root" size="" style="float: none;"><div class="container  container-first vertical ui-resizable ui-droppable" size="0.50000" style="height: 481px; width: 100%;"><div class="widget ui-draggable win-FundPerformanceYieldChart" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">净值走势</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="chart" data-highcharts-chart="2"><div class="highcharts-container" id="highcharts-4" style="position: relative; overflow: hidden; width: 788px; height: 448px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="788" height="448"><desc>Created with Highcharts 3.0.9</desc><defs><clippath id="highcharts-5"><rect fill="none" x="0" y="0" width="717" height="397"></rect></clippath></defs><rect rx="5" ry="5" fill="#ffffff" x="0" y="0" width="788" height="448"></rect><path fill="#f5f5f5" d="M 61 412.5 L 778 412.5 778 355.5 61 355.5"></path><path fill="#f5f5f5" d="M 61 299.5 L 778 299.5 778 242.5 61 242.5"></path><path fill="#f5f5f5" d="M 61 185.5 L 778 185.5 778 128.5 61 128.5"></path><path fill="#f5f5f5" d="M 61 72.5 L 778 72.5 778 15.5 61 15.5"></path><g class="highcharts-grid" zindex="1"></g><g class="highcharts-grid" zindex="1"><path fill="none" d="M 61 14.5 L 778 14.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 72.5 L 778 72.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 128.5 L 778 128.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 185.5 L 778 185.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 242.5 L 778 242.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 299.5 L 778 299.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 355.5 L 778 355.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 61 412.5 L 778 412.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path></g><g class="highcharts-axis" zindex="2"><path fill="none" d="M 369.5 412 L 369.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 610.5 412 L 610.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 128.5 412 L 128.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 207.5 412 L 207.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 288.5 412 L 288.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 448.5 412 L 448.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 529.5 412 L 529.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 689.5 412 L 689.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 771.5 412 L 771.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 61 412.5 L 778 412.5" stroke="#666666" stroke-width="1" zindex="7" visibility="visible"></path></g><g class="highcharts-axis" zindex="2"><text x="17" y="15" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;font-weight:normal;fill:#000000;" zindex="7" text-anchor="end" transform="translate(0,0) rotate(270 17 15)" visibility="visible"><tspan x="17">复权净值增长率</tspan></text></g><g class="highcharts-series-group" zindex="3"><g class="highcharts-series" visibility="visible" zindex="0.1" transform="translate(61,15) scale(1 1)" clip-path="url(#highcharts-5)"><path fill="none" d="M 7.029411764705882 170.14285714285714 L 26.849181777974348 142.5797142857143 L 46.66895179124281 177.68585714285712 L 67.14938080495357 168.5265 L 87.62980981866431 83.62521428571426 L 106.1282618310482 120.5745714285714 L 126.60869084475895 94.7695714285714 L 146.42846085802742 139.40371428571427 L 166.90888987173815 35.41807142857141 L 186.72865988500664 38.310499999999934 L 207.20908889871737 131.03835714285714 L 227.68951791242813 23.13942857142854 L 247.50928792569658 76.22399999999999 L 267.98971693940734 125.99078571428572 L 287.8094869526758 88.30414285714284 L 308.28991596638656 72.6793571428571 L 328.7703449800973 77.27321428571429 L 347.2687969924812 73.61514285714287 L 367.7492260061919 120.91485714285716 L 387.5689960194604 151.20028571428568 L 408.04942503317113 137.92914285714284 L 427.86919504643964 127.21014285714284 L 448.34962406015035 145.16021428571426 L 468.8300530738611 82.91628571428566 L 488.64982308712956 103.33342857142856 L 509.1302521008403 136.8232142857143 L 528.9500221141088 57.16799999999995 L 549.4304511278195 50.84435714285712 L 569.9108801415302 50.84435714285712 L 588.4093321539142 354.4642857142857 L 608.8897611676249 354.4642857142857 L 628.7095311808934 354.4642857142857 L 649.1899601946042 354.4642857142857 L 669.0097302078726 354.4642857142857 L 689.4901592215833 354.4642857142857 L 709.9705882352941 354.4642857142857" stroke="#43538d" stroke-width="2" zindex="1" stroke-linejoin="round" stroke-linecap="round"></path><path fill="none" d="M -2.9705882352941178 170.14285714285714 L 7.029411764705882 170.14285714285714 L 26.849181777974348 142.5797142857143 L 46.66895179124281 177.68585714285712 L 67.14938080495357 168.5265 L 87.62980981866431 83.62521428571426 L 106.1282618310482 120.5745714285714 L 126.60869084475895 94.7695714285714 L 146.42846085802742 139.40371428571427 L 166.90888987173815 35.41807142857141 L 186.72865988500664 38.310499999999934 L 207.20908889871737 131.03835714285714 L 227.68951791242813 23.13942857142854 L 247.50928792569658 76.22399999999999 L 267.98971693940734 125.99078571428572 L 287.8094869526758 88.30414285714284 L 308.28991596638656 72.6793571428571 L 328.7703449800973 77.27321428571429 L 347.2687969924812 73.61514285714287 L 367.7492260061919 120.91485714285716 L 387.5689960194604 151.20028571428568 L 408.04942503317113 137.92914285714284 L 427.86919504643964 127.21014285714284 L 448.34962406015035 145.16021428571426 L 468.8300530738611 82.91628571428566 L 488.64982308712956 103.33342857142856 L 509.1302521008403 136.8232142857143 L 528.9500221141088 57.16799999999995 L 549.4304511278195 50.84435714285712 L 569.9108801415302 50.84435714285712 L 588.4093321539142 354.4642857142857 L 608.8897611676249 354.4642857142857 L 628.7095311808934 354.4642857142857 L 649.1899601946042 354.4642857142857 L 669.0097302078726 354.4642857142857 L 689.4901592215833 354.4642857142857 L 709.9705882352941 354.4642857142857 L 719.9705882352941 354.4642857142857" stroke-linejoin="round" visibility="visible" stroke-opacity="0.0001" stroke="rgb(192,192,192)" stroke-width="22" zindex="2" class=" highcharts-tracker" style=""></path></g><g class="highcharts-markers highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(61,15) scale(1 1)" style="" clip-path="none"></g><g class="highcharts-series" visibility="visible" zindex="0.1" transform="translate(61,15) scale(1 1)" clip-path="url(#highcharts-5)"><path fill="none" d="M 7.029411764705882 170.14285714285714 L 26.849181777974348 177.45899999999997 L 46.66895179124281 180.6633571428571 L 67.14938080495357 162.1745 L 87.62980981866431 179.55742857142855 L 106.1282618310482 151.62564285714285 L 126.60869084475895 124.17592857142853 L 146.42846085802742 146.09599999999998 L 166.90888987173815 133.56214285714282 L 186.72865988500664 162.14614285714288 L 207.20908889871737 150.43464285714285 L 227.68951791242813 113.96735714285711 L 247.50928792569658 92.21742857142857 L 267.98971693940734 115.18671428571429 L 287.8094869526758 148.33621428571428 L 308.28991596638656 101.57528571428566 L 328.7703449800973 85.26992857142852 L 347.2687969924812 111.89728571428572 L 367.7492260061919 139.26192857142854 L 387.5689960194604 157.86421428571427 L 408.04942503317113 164.6982857142857 L 427.86919504643964 141.16185714285714 L 448.34962406015035 115.35685714285717 L 468.8300530738611 126.33107142857142 L 488.64982308712956 77.10307142857141 L 509.1302521008403 104.94978571428572 L 528.9500221141088 105.65871428571427 L 549.4304511278195 57.96199999999999 L 569.9108801415302 57.96199999999999 L 588.4093321539142 57.96199999999999 L 608.8897611676249 57.96199999999999 L 628.7095311808934 57.96199999999999 L 649.1899601946042 57.96199999999999 L 669.0097302078726 57.96199999999999 L 689.4901592215833 57.96199999999999 L 709.9705882352941 57.96199999999999" stroke="#ff9900" stroke-width="2" zindex="1" stroke-linejoin="round" stroke-linecap="round"></path><path fill="none" d="M -2.9705882352941178 170.14285714285714 L 7.029411764705882 170.14285714285714 L 26.849181777974348 177.45899999999997 L 46.66895179124281 180.6633571428571 L 67.14938080495357 162.1745 L 87.62980981866431 179.55742857142855 L 106.1282618310482 151.62564285714285 L 126.60869084475895 124.17592857142853 L 146.42846085802742 146.09599999999998 L 166.90888987173815 133.56214285714282 L 186.72865988500664 162.14614285714288 L 207.20908889871737 150.43464285714285 L 227.68951791242813 113.96735714285711 L 247.50928792569658 92.21742857142857 L 267.98971693940734 115.18671428571429 L 287.8094869526758 148.33621428571428 L 308.28991596638656 101.57528571428566 L 328.7703449800973 85.26992857142852 L 347.2687969924812 111.89728571428572 L 367.7492260061919 139.26192857142854 L 387.5689960194604 157.86421428571427 L 408.04942503317113 164.6982857142857 L 427.86919504643964 141.16185714285714 L 448.34962406015035 115.35685714285717 L 468.8300530738611 126.33107142857142 L 488.64982308712956 77.10307142857141 L 509.1302521008403 104.94978571428572 L 528.9500221141088 105.65871428571427 L 549.4304511278195 57.96199999999999 L 569.9108801415302 57.96199999999999 L 588.4093321539142 57.96199999999999 L 608.8897611676249 57.96199999999999 L 628.7095311808934 57.96199999999999 L 649.1899601946042 57.96199999999999 L 669.0097302078726 57.96199999999999 L 689.4901592215833 57.96199999999999 L 709.9705882352941 57.96199999999999 L 719.9705882352941 57.96199999999999" stroke-linejoin="round" visibility="visible" stroke-opacity="0.0001" stroke="rgb(192,192,192)" stroke-width="22" zindex="2" class=" highcharts-tracker" style=""></path></g><g class="highcharts-markers highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(61,15) scale(1 1)" style="" clip-path="none"></g><g class="highcharts-series" visibility="visible" zindex="0.1" transform="translate(61,15) scale(1 1)" clip-path="url(#highcharts-5)"><path fill="none" d="M 7.029411764705882 170.14285714285714 L 26.849181777974348 208.85035714285715 L 46.66895179124281 204.71021428571427 L 67.14938080495357 142.92000000000002 L 87.62980981866431 154.03599999999997 L 106.1282618310482 166.85342857142857 L 126.60869084475895 187.27057142857143 L 146.42846085802742 187.15714285714284 L 166.90888987173815 137.02171428571427 L 186.72865988500664 165.06692857142855 L 207.20908889871737 191.2405714285714 L 227.68951791242813 161.15364285714284 L 247.50928792569658 168.38471428571427 L 267.98971693940734 201.08049999999997 L 287.8094869526758 175.24714285714285 L 308.28991596638656 180.60664285714284 L 328.7703449800973 211.8562142857143 L 347.2687969924812 189.9077857142857 L 367.7492260061919 194.0762857142857 L 387.5689960194604 194.64342857142856 L 408.04942503317113 180.89021428571428 L 427.86919504643964 192.26142857142855 L 448.34962406015035 204.02964285714285 L 468.8300530738611 183.44235714285713 L 488.64982308712956 145.72735714285713 L 509.1302521008403 166.82507142857142 L 528.9500221141088 163.5072857142857 L 549.4304511278195 116.71799999999996 L 569.9108801415302 116.71799999999996 L 588.4093321539142 116.71799999999996 L 608.8897611676249 116.71799999999996 L 628.7095311808934 116.71799999999996 L 649.1899601946042 116.71799999999996 L 669.0097302078726 116.71799999999996 L 689.4901592215833 116.71799999999996 L 709.9705882352941 116.71799999999996" stroke="#88a500" stroke-width="2" zindex="1" stroke-linejoin="round" stroke-linecap="round"></path><path fill="none" d="M -2.9705882352941178 170.14285714285714 L 7.029411764705882 170.14285714285714 L 26.849181777974348 208.85035714285715 L 46.66895179124281 204.71021428571427 L 67.14938080495357 142.92000000000002 L 87.62980981866431 154.03599999999997 L 106.1282618310482 166.85342857142857 L 126.60869084475895 187.27057142857143 L 146.42846085802742 187.15714285714284 L 166.90888987173815 137.02171428571427 L 186.72865988500664 165.06692857142855 L 207.20908889871737 191.2405714285714 L 227.68951791242813 161.15364285714284 L 247.50928792569658 168.38471428571427 L 267.98971693940734 201.08049999999997 L 287.8094869526758 175.24714285714285 L 308.28991596638656 180.60664285714284 L 328.7703449800973 211.8562142857143 L 347.2687969924812 189.9077857142857 L 367.7492260061919 194.0762857142857 L 387.5689960194604 194.64342857142856 L 408.04942503317113 180.89021428571428 L 427.86919504643964 192.26142857142855 L 448.34962406015035 204.02964285714285 L 468.8300530738611 183.44235714285713 L 488.64982308712956 145.72735714285713 L 509.1302521008403 166.82507142857142 L 528.9500221141088 163.5072857142857 L 549.4304511278195 116.71799999999996 L 569.9108801415302 116.71799999999996 L 588.4093321539142 116.71799999999996 L 608.8897611676249 116.71799999999996 L 628.7095311808934 116.71799999999996 L 649.1899601946042 116.71799999999996 L 669.0097302078726 116.71799999999996 L 689.4901592215833 116.71799999999996 L 709.9705882352941 116.71799999999996 L 719.9705882352941 116.71799999999996" stroke-linejoin="round" visibility="visible" stroke-opacity="0.0001" stroke="rgb(192,192,192)" stroke-width="22" zindex="2" class=" highcharts-tracker" style=""></path></g><g class="highcharts-markers highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(61,15) scale(1 1)" style="" clip-path="none"></g></g><g class="highcharts-legend" zindex="7" transform="translate(189,429)"><g zindex="1"><g><g class="highcharts-legend-item" zindex="1" transform="translate(8,3)"><path fill="none" d="M 0 10 L 16 10" stroke="#43538d" stroke-width="2"></path><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">华夏大盘精选 (-65.00%)</tspan></text></g><g class="highcharts-legend-item" zindex="1" transform="translate(145,3)"><path fill="none" d="M 0 10 L 16 10" stroke="#ff9900" stroke-width="2"></path><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">同类平均 (39.56%)</tspan></text></g><g class="highcharts-legend-item" zindex="1" transform="translate(259,3)"><path fill="none" d="M 0 10 L 16 10" stroke="#88a500" stroke-width="2"></path><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">华夏大盘精选基准 (18.84%)</tspan></text></g></g></g></g><g class="highcharts-axis-labels" zindex="7"><text x="128.81003980539583" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="128.81003980539583">2013-01</tspan></text><text x="369.9505749668288" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="369.9505749668288">2014-01</tspan></text><text x="611.0911101282618" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="611.0911101282618">2015-01</tspan></text><text x="208.0891198584697" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="208.0891198584697">2013-05</tspan></text><text x="289.35017691287044" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="289.35017691287044">2013-09</tspan></text><text x="449.2296550199027" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="449.2296550199027">2014-05</tspan></text><text x="530.4907120743035" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="530.4907120743035">2014-09</tspan></text><text x="690.3701901813357" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="690.3701901813357">2015-05</tspan></text><text x="758" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="758">2015-09</tspan></text></g><g class="highcharts-axis-labels" zindex="7"><text x="53" y="418" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">-80%</tspan></text><text x="53" y="361.2857142857143" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">-60%</tspan></text><text x="53" y="304.57142857142856" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">-40%</tspan></text><text x="53" y="247.8571428571429" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">-20%</tspan></text><text x="53" y="191.14285714285714" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">0%</tspan></text><text x="53" y="134.4285714285714" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">20%</tspan></text><text x="53" y="77.71428571428572" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">40%</tspan></text><text x="53" y="21" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="53">60%</tspan></text></g></svg></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container  container-last vertical ui-droppable" size="" style="height: 481px; width: 100%;"><div class="widget ui-draggable win-ImageWidget" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">自定义图片</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 25px; border: 1px none rgb(147, 183, 229); overflow: hidden; background-color: rgb(255, 255, 255);"><div class="imageContainer" style="height: 438px;"><img class="bg" style="width: 657px; height: 438px;" src="./万得资讯报告工坊 _ 华夏大盘精选、诺安灵活配置、华夏成长_files/ImageDownLoadHandler(2).ashx"></div><div class="hide"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"><li class="widget-menu-upload"><span class="fileinput-button"><span class="iconfont"></span><input type="file" name="imgFile" class="iconImageFile"></span></li></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div></div><div class="pageFooter horizontal" sz="30" style="padding-left: 3px; padding-right: 3px; height: 43px;"><div class="container ui-resizable" size="0.05062" style="width: 41px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container ui-resizable" size="0.89877" style="width: 728px;"><div class="widget win-PageHeaderFooterText hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px; font-family: 微软雅黑; font-size: 10px; color: rgb(0, 0, 0); text-align: left; overflow: hidden;"><div class="textContainer" style="height: 31px;"><textarea class="editArea" iswritetext="true"></textarea><div class="showArea"><pre>基金概览页是基于本公司认为可靠的已公开信息,但本公司不保证该等信息的准确性或完整性。本产品所载信息、工具仅供参考之用,在任何情况下,本公司不对任何人因使用本产品中的任何内容所引致的任何损失负任何责任。</pre></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container" size="0.05062" style="width: 41px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div></div><div class="workspace" wfcworkspace="1" workspace-state="complete" style="margin-top: 0px; padding: 4px 0px; width: 816px; height: 1048px;"><div class="pageHeader horizontal" sz="30" style="padding-left: 3px; padding-right: 3px; height: 43px;"><div class="container ui-resizable" size="0.31852" style="width: 258px;"><div class="widget win-ImageWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">自定义图片</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px; overflow: hidden;"><div class="imageContainer" style="height: 35px;"><img class="bg" style="width: 52px; height: 35px;" src="./万得资讯报告工坊 _ 华夏大盘精选、诺安灵活配置、华夏成长_files/ImageDownLoadHandler(3).ashx" path="49%2fc312397fdb04146c69003a26ce297c92.jpg"></div><div class="hide"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"><li class="widget-menu-upload"><span class="fileinput-button"><span class="iconfont"></span><input type="file" name="imgFile" class="iconImageFile"></span></li></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container ui-resizable" size="0.43210" style="width: 350px;"><div class="widget win-PageHeaderFooterText hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px; font-family: 微软雅黑; font-size: 14px; color: rgb(0, 0, 0); text-align: left; overflow: hidden;"><div class="textContainer" style="height: 31px;"><textarea class="editArea" iswritetext="false"></textarea><div class="showArea"><pre></pre></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container" size="0.25" style="width: 202px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div><div class="pageContent" style="margin-left: 9px; margin-right: 9px; height: 962px;"><div class="container  container-last vertical container-root" size="" style="float: none;"><div class="container  container-first horizontal ui-resizable" size="0.50000" style="height: 481px; width: 100%;"><div class="container  container-first vertical ui-resizable ui-droppable" size="0.50000" style="width: 398px; height: 100%;"><div class="widget ui-draggable win-FundRiskReturnChart" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">风险收益</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="chart" data-highcharts-chart="0"><div class="highcharts-container" id="highcharts-0" style="position: relative; overflow: hidden; width: 390px; height: 448px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="390" height="448"><desc>Created with Highcharts 3.0.9</desc><defs><clippath id="highcharts-1"><rect fill="none" x="0" y="0" width="375" height="428"></rect></clippath></defs><rect rx="5" ry="5" fill="#ffffff" x="0" y="0" width="390" height="448"></rect><g class="highcharts-series-group" zindex="3"></g><g class="highcharts-legend" zindex="7"><g zindex="1"><g></g></g></g></svg></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container  container-last vertical ui-droppable" size="" style="width: 398px; height: 100%;"><div class="widget ui-draggable win-MultiFundAssetAllocationChart" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">资产配置</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="chart" data-highcharts-chart="3"><div class="highcharts-container" id="highcharts-6" style="position: relative; overflow: hidden; width: 390px; height: 448px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="390" height="448"><desc>Created with Highcharts 3.0.9</desc><defs><clippath id="highcharts-7"><rect fill="none" x="0" y="0" width="317" height="397"></rect></clippath></defs><rect rx="5" ry="5" fill="#ffffff" x="0" y="0" width="390" height="448"></rect><path fill="#f5f5f5" d="M 63 412.5 L 380 412.5 380 372.5 63 372.5"></path><path fill="#f5f5f5" d="M 63 333.5 L 380 333.5 380 293.5 63 293.5"></path><path fill="#f5f5f5" d="M 63 253.5 L 380 253.5 380 214.5 63 214.5"></path><path fill="#f5f5f5" d="M 63 174.5 L 380 174.5 380 134.5 63 134.5"></path><path fill="#f5f5f5" d="M 63 94.5 L 380 94.5 380 55.5 63 55.5"></path><g class="highcharts-grid" zindex="1"></g><g class="highcharts-grid" zindex="1"><path fill="none" d="M 63 14.5 L 380 14.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 55.5 L 380 55.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 94.5 L 380 94.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 134.5 L 380 134.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 174.5 L 380 174.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 214.5 L 380 214.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 253.5 L 380 253.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 293.5 L 380 293.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 333.5 L 380 333.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 372.5 L 380 372.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 63 412.5 L 380 412.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path></g><g class="highcharts-axis" zindex="2"><path fill="none" d="M 221.5 412 L 221.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 326.5 412 L 326.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 115.5 412 L 115.5 414" stroke="#666666" stroke-width="1" opacity="1"></path><path fill="none" d="M 63 412.5 L 380 412.5" stroke="#666666" stroke-width="1" zindex="7" visibility="visible"></path></g><g class="highcharts-axis" zindex="2"><text x="17" y="15" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;font-weight:normal;fill:#000000;" zindex="7" text-anchor="end" transform="translate(0,0) rotate(270 17 15)" visibility="visible"><tspan x="17">占基金总资产比</tspan></text></g><g class="highcharts-series-group" zindex="3"><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" style="" clip-path="url(#highcharts-7)"><rect fill="#7191be" x="21" y="0" width="64" height="12" rx="0" ry="0"></rect><rect fill="#7191be" x="127" y="0" width="64" height="2" rx="0" ry="0"></rect><rect fill="#7191be" x="232" y="0" width="64" height="23" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" style="" clip-path="url(#highcharts-7)"><rect fill="#d92400" x="21" y="12" width="64" height="27" rx="0" ry="0"></rect><rect fill="#d92400" x="127" y="2" width="64" height="62" rx="0" ry="0"></rect><rect fill="#d92400" x="232" y="23" width="64" height="15" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" style="" clip-path="url(#highcharts-7)"></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" style="" clip-path="url(#highcharts-7)"><rect fill="#88a500" x="21" y="39" width="64" height="18" rx="0" ry="0"></rect><rect fill="#88a500" x="127" y="64" width="64" height="64" rx="0" ry="0"></rect><rect fill="#88a500" x="232" y="38" width="64" height="97" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" style="" clip-path="url(#highcharts-7)"><rect fill="#43538d" x="21" y="57" width="64" height="341" rx="0" ry="0"></rect><rect fill="#43538d" x="127" y="128" width="64" height="270" rx="0" ry="0"></rect><rect fill="#43538d" x="232" y="135" width="64" height="263" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(63,15) scale(1 1)" clip-path="none"></g></g><g class="highcharts-legend" zindex="7" transform="translate(70,429)"><g zindex="1"><g><g class="highcharts-legend-item" zindex="1" transform="translate(8,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">股票</tspan></text><rect rx="2" ry="2" fill="#43538d" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(57,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">债券</tspan></text><rect rx="2" ry="2" fill="#88a500" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(106,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">基金</tspan></text><rect rx="2" ry="2" fill="#ff9900" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(155,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">现金</tspan></text><rect rx="2" ry="2" fill="#d92400" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(204,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">其他</tspan></text><rect rx="2" ry="2" fill="#7191be" x="0" y="3" width="16" height="10" zindex="3"></rect></g></g></g></g><g class="highcharts-axis-labels" zindex="7"><text x="115.83333333333334" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="115.83333333333334">华夏大盘精选</tspan></text><text x="221.5" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="221.5">诺安灵活配置</tspan></text><text x="327.1666666666667" y="426" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="327.1666666666667">华夏成长</tspan></text></g><g class="highcharts-axis-labels" zindex="7"><text x="55" y="418" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">0%</tspan></text><text x="55" y="378.3" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">10%</tspan></text><text x="55" y="338.6" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">20%</tspan></text><text x="55" y="298.9" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">30%</tspan></text><text x="55" y="259.2" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">40%</tspan></text><text x="55" y="219.5" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">50%</tspan></text><text x="55" y="179.79999999999998" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">60%</tspan></text><text x="55" y="140.09999999999997" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">70%</tspan></text><text x="55" y="100.39999999999998" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">80%</tspan></text><text x="55" y="60.69999999999999" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">90%</tspan></text><text x="55" y="21" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="55">100%</tspan></text></g></svg></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div><div class="container  container-last vertical" size="" style="height: 481px; width: 100%;"><div class="container  container-first vertical ui-resizable ui-droppable" size="0.50104" style="height: 241px; width: 100%;"><div class="widget ui-draggable win-FundStagePerformanceChart" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">阶段表现</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 25px; border: 1px none rgb(147, 183, 229); zoom: 1; background-color: rgb(255, 255, 255);"><div class="chart" data-highcharts-chart="1"><div class="highcharts-container" id="highcharts-2" style="position: relative; overflow: hidden; width: 788px; height: 208px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans Unicode&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="788" height="208"><desc>Created with Highcharts 3.0.9</desc><defs><clippath id="highcharts-3"><rect fill="none" x="0" y="0" width="733" height="157"></rect></clippath></defs><rect rx="5" ry="5" fill="#ffffff" x="0" y="0" width="788" height="208"></rect><path fill="#f5f5f5" d="M 45 172.5 L 778 172.5 778 133.5 45 133.5"></path><path fill="#f5f5f5" d="M 45 94.5 L 778 94.5 778 54.5 45 54.5"></path><g class="highcharts-grid" zindex="1"></g><g class="highcharts-grid" zindex="1"><path fill="none" d="M 45 14.5 L 778 14.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 45 54.5 L 778 54.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 45 94.5 L 778 94.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 45 133.5 L 778 133.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path><path fill="none" d="M 45 172.5 L 778 172.5" stroke="#C0C0C0" stroke-width="1" stroke-dasharray="1,1" zindex="1" opacity="1"></path></g><g class="highcharts-axis" zindex="2"></g><g class="highcharts-axis" zindex="2"></g><g class="highcharts-series-group" zindex="3"><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" style="" clip-path="url(#highcharts-3)"><rect fill="#43538d" x="18" y="119" width="11" height="15" rx="0" ry="0"></rect><rect fill="#43538d" x="110" y="119" width="11" height="14" rx="0" ry="0"></rect><rect fill="#43538d" x="202" y="119" width="11" height="14" rx="0" ry="0"></rect><rect fill="#43538d" x="293" y="119" width="11" height="15" rx="0" ry="0"></rect><rect fill="#43538d" x="385" y="119" width="11" height="12" rx="0" ry="0"></rect><rect fill="#43538d" x="476" y="119" width="11" height="14" rx="0" ry="0"></rect><rect fill="#43538d" x="568" y="119" width="11" height="14" rx="0" ry="0"></rect><rect fill="#43538d" x="660" y="60" width="11" height="59" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" style="" clip-path="url(#highcharts-3)"><rect fill="#d92400" x="29" y="113" width="11" height="6" rx="0" ry="0"></rect><rect fill="#d92400" x="121" y="113" width="11" height="6" rx="0" ry="0"></rect><rect fill="#d92400" x="213" y="103" width="11" height="16" rx="0" ry="0"></rect><rect fill="#d92400" x="304" y="105" width="11" height="14" rx="0" ry="0"></rect><rect fill="#d92400" x="396" y="108" width="11" height="11" rx="0" ry="0"></rect><rect fill="#d92400" x="487" y="102" width="11" height="17" rx="0" ry="0"></rect><rect fill="#d92400" x="579" y="105" width="11" height="14" rx="0" ry="0"></rect><rect fill="#d92400" x="671" y="83" width="11" height="36" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" style="" clip-path="url(#highcharts-3)"><rect fill="#7191be" x="40" y="115" width="11" height="4" rx="0" ry="0"></rect><rect fill="#7191be" x="132" y="114" width="11" height="5" rx="0" ry="0"></rect><rect fill="#7191be" x="224" y="111" width="11" height="8" rx="0" ry="0"></rect><rect fill="#7191be" x="315" y="111" width="11" height="8" rx="0" ry="0"></rect><rect fill="#7191be" x="407" y="112" width="11" height="7" rx="0" ry="0"></rect><rect fill="#7191be" x="498" y="104" width="11" height="15" rx="0" ry="0"></rect><rect fill="#7191be" x="590" y="110" width="11" height="9" rx="0" ry="0"></rect><rect fill="#7191be" x="682" y="15" width="11" height="104" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" style="" clip-path="url(#highcharts-3)"><rect fill="#ff9900" x="51" y="119" width="11" height="0" rx="0" ry="0"></rect><rect fill="#ff9900" x="143" y="118" width="11" height="1" rx="0" ry="0"></rect><rect fill="#ff9900" x="235" y="115" width="11" height="4" rx="0" ry="0"></rect><rect fill="#ff9900" x="326" y="119" width="11" height="0" rx="0" ry="0"></rect><rect fill="#ff9900" x="418" y="115" width="11" height="4" rx="0" ry="0"></rect><rect fill="#ff9900" x="509" y="114" width="11" height="5" rx="0" ry="0"></rect><rect fill="#ff9900" x="601" y="113" width="11" height="6" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" clip-path="none"></g><g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" style="" clip-path="url(#highcharts-3)"><rect fill="#88a500" x="62" y="119" width="11" height="0" rx="0" ry="0"></rect><rect fill="#88a500" x="154" y="117" width="11" height="2" rx="0" ry="0"></rect><rect fill="#88a500" x="246" y="113" width="11" height="6" rx="0" ry="0"></rect><rect fill="#88a500" x="337" y="119" width="11" height="0" rx="0" ry="0"></rect><rect fill="#88a500" x="429" y="115" width="11" height="4" rx="0" ry="0"></rect><rect fill="#88a500" x="520" y="117" width="11" height="2" rx="0" ry="0"></rect><rect fill="#88a500" x="612" y="119" width="11" height="2" rx="0" ry="0"></rect></g><g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(45,15) scale(1 1)" clip-path="none"></g></g><g class="highcharts-legend" zindex="7" transform="translate(179,189)"><g zindex="1"><g><g class="highcharts-legend-item" zindex="1" transform="translate(8,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">华夏大盘精选</tspan></text><rect rx="2" ry="2" fill="#43538d" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(97,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">诺安灵活配置</tspan></text><rect rx="2" ry="2" fill="#d92400" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(186,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">华夏成长</tspan></text><rect rx="2" ry="2" fill="#7191be" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(255,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">同类平均</tspan></text><rect rx="2" ry="2" fill="#ff9900" x="0" y="3" width="16" height="10" zindex="3"></rect></g><g class="highcharts-legend-item" zindex="1" transform="translate(324,3)"><text x="21" y="13" style="font-family:Arial,微软雅黑;font-size:10px;cursor:default;color:#000000;fill:#000000;" text-anchor="start" zindex="2"><tspan x="21">华夏大盘精选基准</tspan></text><rect rx="2" ry="2" fill="#88a500" x="0" y="3" width="16" height="10" zindex="3"></rect></g></g></g></g><g class="highcharts-axis-labels" zindex="7"><text x="90.8125" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="90.8125">1月</tspan></text><text x="182.4375" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="182.4375">3月</tspan></text><text x="274.0625" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="274.0625">6月</tspan></text><text x="365.6875" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="365.6875">YTD</tspan></text><text x="457.3125" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="457.3125">1年</tspan></text><text x="548.9375" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="548.9375">3年</tspan></text><text x="640.5625" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="640.5625">5年</tspan></text><text x="732.1875" y="186" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="middle" opacity="1"><tspan x="732.1875">成立以来</tspan></text></g><g class="highcharts-axis-labels" zindex="7"><text x="37" y="178" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="37">-200%</tspan></text><text x="37" y="138.75" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="37">0%</tspan></text><text x="37" y="99.5" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="37">200%</tspan></text><text x="37" y="60.25" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="37">400%</tspan></text><text x="37" y="21" style="font-family:Arial,微软雅黑;font-size:11px;color:#000000;cursor:default;fill:#000000;" text-anchor="end" opacity="1"><tspan x="37">600%</tspan></text></g></svg></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container  container-last vertical ui-droppable" size="" style="height: 240px; width: 100%;"><div class="widget ui-draggable win-GeneralTableWidget" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix" style="font-family: 微软雅黑; font-size: 14px; height: 14px; color: rgb(0, 0, 0); border-top-width: 1px; border-top-color: rgb(153, 153, 153); background-color: rgb(255, 255, 255);"><span class="ui-dialog-title">基本信息</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content modern" style="top: 25px; border: 1px none rgb(147, 183, 229); background-color: rgb(255, 255, 255);"><div class="sflexigrid allLine" style="border-color: rgb(255, 133, 25); height: 207px; background: rgb(238, 238, 238);"><div class="divH"><table class="tbHead" style="width: 788px; font-weight: bold; color: rgb(68, 68, 68); background: rgb(204, 204, 204);"><tbody><tr><th style="text-align: left; width: 60px;">基金名称</th><th style="text-align: right; width: 30px;">证券代码</th><th style="text-align: right; width: 30px;">成立日</th><th style="text-align: right; width: 30px;">基金类型</th><th style="text-align: right; width: 45px;">在管资产 (亿元)</th><th style="text-align: right; width: 30px;">最新净值</th><th class=" thLast" style="text-align: right; width: 45px;">基金经理</th></tr></tbody></table></div><div class="divB"><table class="div_table tbBody" style="line-height: 1.5;"><tbody><tr class="trForTdWidth"><td style="width: 60px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 30px;"></td><td style="width: 45px;"></td><td style="width: 30px;"></td><td class=" thLast" style="width: 45px;"></td></tr><tr><td style="text-align:left;">华夏大盘精选</td><td style="text-align:right;">000011</td><td style="text-align:right;">2004-08-11</td><td style="text-align:right;">混合型</td><td style="text-align:right;">-</td><td style="text-align:right;">2.00</td><td class=" tdLast" style="text-align:right;">孙彬,任竞辉</td></tr><tr class="erow" style="background: rgb(204, 204, 204);"><td style="text-align:left;">诺安灵活配置</td><td style="text-align:right;">320006</td><td style="text-align:right;">2008-05-20</td><td style="text-align:right;">混合型</td><td style="text-align:right;">-</td><td style="text-align:right;">1.53</td><td class=" tdLast" style="text-align:right;">夏俊杰</td></tr><tr><td style="text-align:left;">华夏成长</td><td style="text-align:right;">000001</td><td style="text-align:right;">2001-12-18</td><td style="text-align:right;">混合型</td><td style="text-align:right;">-</td><td style="text-align:right;">1.24</td><td class=" tdLast" style="text-align:right;">崔同魁,倪邈,李铧汶</td></tr></tbody></table></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div></div></div><div class="pageFooter horizontal" sz="30" style="padding-left: 3px; padding-right: 3px; height: 43px;"><div class="container ui-resizable" size="0.05062" style="width: 41px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container ui-resizable" size="0.89877" style="width: 728px;"><div class="widget win-PageHeaderFooterText hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px; font-family: 微软雅黑; font-size: 10px; color: rgb(0, 0, 0); text-align: left; overflow: hidden;"><div class="textContainer" style="height: 31px;"><textarea class="editArea" iswritetext="true"></textarea><div class="showArea"><pre>基金概览页是基于本公司认为可靠的已公开信息,但本公司不保证该等信息的准确性或完整性。本产品所载信息、工具仅供参考之用,在任何情况下,本公司不对任何人因使用本产品中的任何内容所引致的任何损失负任何责任。</pre></div></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div><div class="container" size="0.05062" style="width: 41px;"><div class="widget win-EmptyWidget hideHead" widget-state="complete"><div class="widget-head ui-widget-header ui-corner-top ui-helper-clearfix"><span class="ui-dialog-title">&nbsp;</span><span class="timeRangeLabel"></span></div><div class="widget-content ui-widget-content" style="top: 12px;"><div class="emptyContent"></div></div><span class="widget-head-operation"><ul class="head-menuBar-custom"></ul><ul class="head-menuBar-system"><li class="widget-setting" title="设置" style="display:none"><span class="ui-icon"></span></li><li class="widget-close"><span class="iconfont"></span></li></ul></span></div></div></div></div>
1870 
1871 
1872     <title>
1873     </title>
1874     <form method="post" action="./万得资讯报告工坊 _ 华夏大盘精选、诺安灵活配置、华夏成长_files/万得资讯报告工坊 _ 华夏大盘精选、诺安灵活配置、华夏成长.html" id="form1">
1875         <div class="aspNetHidden">
1876             <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEzNDM3NzkxOWRkSoZCvHUw8QrXM5IuZMgy9/WChIE=">
1877         </div>
1878         <div>
1879         </div>
1880     </form>
1881 
1882 </body>
1883 </html>

 

posted @ 2015-09-06 17:20  一船烟雨任平生  阅读(1147)  评论(0编辑  收藏  举报