service.html 34.7 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819
<!DOCTYPE html>
<html lang="cn">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="keywords" content="Bootstrap, Landing page, Template, Registration, Landing">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

  <title>联合智评官网</title>

  <!-- Bootstrap CSS -->
  <link rel="stylesheet" href="css/bootstrap-4.2.1.css">
  <link rel="stylesheet" href="css/line-icons.css">
  <link rel="stylesheet" href="css/owl.carousel.css">
  <link rel="stylesheet" href="css/owl.theme.css">
  <link rel="stylesheet" href="css/nivo-lightbox.css">
  <link rel="stylesheet" href="css/magnific-popup.css">
  <link rel="stylesheet" href="css/animate.css">
  <link rel="stylesheet" href="css/color-switcher.css">
  <link rel="stylesheet" href="css/menu_sideslide.css">
  <link rel="stylesheet" href="css/main.css">
  <link rel="stylesheet" href="css/responsive.css">
  <link rel="stylesheet" href="css/login.css">
  <style>
    .section-txt {
      text-align: center;
    }
  </style>
</head>

<body>
  <!-- Header Section Start -->
  <header id="slider-area">
    <nav class="navbar navbar-expand-md fixed-top scrolling-navbar bg-white">
      <div class="container">
        <img id="logo" class="navbar-brand" src="img/logo.png">
        <span class="myNav">
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-telephone-fill bione" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
              d="M2.267.98a1.636 1.636 0 0 1 2.448.152l1.681 2.162c.309.396.418.913.296 1.4l-.513 2.053a.636.636 0 0 0 .167.604L8.65 9.654a.636.636 0 0 0 .604.167l2.052-.513a1.636 1.636 0 0 1 1.401.296l2.162 1.681c.777.604.849 1.753.153 2.448l-.97.97c-.693.693-1.73.998-2.697.658a17.47 17.47 0 0 1-6.571-4.144A17.47 17.47 0 0 1 .639 4.646c-.34-.967-.035-2.004.658-2.698l.97-.969z" />
          </svg>
          400-888-7206
        </span>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
          aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
          <i class="lni-menu"></i>
        </button>
        <div class="collapse navbar-collapse" id="navbarCollapse">
          <ul class="navbar-nav mr-auto w-100 justify-content-end">
            <li class="nav-item">
              <a class="nav-link page-scroll" href="indexone.html">首页</a>
            </li>
            <li class="nav-item">
              <a class="nav-link page-scroll active" href="service.html">服务内容</a>
            </li>
            <li class="nav-item">
              <a class="nav-link page-scroll" href="about.html">关于联合</a>
            </li>
            <li class="nav-item">
              <a class="nav-link page-scroll" href="contact.html">联系我们</a>
            </li>
            <li class="nav-item">
              <a class="nav-link page-scroll" href="#" data-toggle="modal" data-target="#LogInModal"
                id="loginShow">平台登录</a>
              <svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-box-arrow-in-right bitwo"
                fill="currentColor">
                <path fill-rule="evenodd"
                  d="M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z" />
                <path fill-rule="evenodd"
                  d="M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z" />
              </svg>
            </li>
          </ul>
        </div>
      </div>
    </nav>
    <!-- Main Carousel Section -->


  </header>
  <!-- Header Section End -->

  <!-- Services data Start -->
  <section id="services" class="section" style="padding-top: 90px;">
    <h1 class="serverTitle">数据服务</h1>
    <span style="font-size: 72px;color:rgba(30, 40, 50, 0.1);z-index: 2;font-weight: 400;text-transform: capitalize;width: 100%;margin-top: -155px;
        display: block;
        text-align: center;">DATA SERVICE</span>
    <div class="container">
      <div class="section-header">
        <h2 class="section-title">数据基础功能账号</h2>
      </div>
      <div class="row">
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.2s">
            <div class="icon color-3">
              <img src="img/service/base.png">
            </div>
            <h4>银行理财基础数据</h4>
            <ul>
              <li class="section-txt">产品查询、发行机构信息、信息披露管理等</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.4s">
            <div class="icon color-2">
              <img src="img/service/report.png">
            </div>
            <h4>理财研报</h4>
            <ul>
              <li class="section-txt">定期发行全市场或区域性理财市场研报</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.6s">
            <div class="icon color-3">
              <img src="img/service/add.png">
            </div>
            <h4>增值服务</h4>
            <ul>
              <li class="section-txt">六大类型资讯:金融机构、债券市场、权益市场、商品期货、非标资产、宏观信息</li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- Services data End -->

  <!-- 数据全功能账号 start -->
  <section class="section" style="margin-top: -75px;">
    <div class="container">
      <div class="section-header">
        <h2 class="section-title">数据全功能账号</h2>
      </div>
      <div class="row">
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.2s">
            <div class="icon color-3">
              <img src="img/service/base.png">
            </div>
            <h4>银行理财基础数据</h4>
            <ul>
              <li class="section-txt">产品查询、发行机构信息、信息披露管理等</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.4s">
            <div class="icon color-2">
              <img src="img/service/tailor.png">
            </div>
            <h4>定制银行理财数据</h4>
            <ul>
              <li class="section-txt">200条银行理财深度数据(包括但不限于代销机构、申购赎回日期、历史收益率、认购/申购时的最长站岗期限等)</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.6s">
            <div class="icon color-3">
              <img src="img/service/report.png">
            </div>
            <h4>理财研报</h4>
            <ul>
              <li class="section-txt">定期发行全市场或区域性理财市场研报,包括周报、月报、季报、半年报和年报</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.2s">
            <div class="icon color-3">
              <img src="img/service/test.png">
            </div>
            <h4>产品测评</h4>
            <ul>
              <li class="section-txt">产品定价、产品评价、产品创新、产品收益跟踪等</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.4s">
            <div class="icon color-2">
              <img src="img/service/announcement.png">
            </div>
            <h4>产品公告</h4>
            <ul>
              <li class="section-txt">包括测评理财产品说明书、成立公告、净值公告、到期公告、收益调整公告、投资管理报告、管理人/托管人变更公告和费用调整公告等</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.6s">
            <div class="icon color-3">
              <img src="img/service/add.png">
            </div>
            <h4>增值服务</h4>
            <ul>
              <li class="section-txt">六大类型资讯:金融机构、债券市场、权益市场、商品期货、非标资产、宏观信息</li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- 数据全功能账号 End -->

  <!-- Call to Action Start -->
  <section id="portfolios" class="section">
    <div class="container" style="background-color: #f9f9f9;">

      <h1 class="serverTitle">风控服务</h1>
      <span style="font-size: 72px;color:rgba(30, 40, 50, 0.1);z-index: 2;font-weight: 400;text-transform: capitalize;width: 100%;margin-top: -155px;
        display: block;
        text-align: center;">RISK CONTROL</span>
      <div class="row" style="background:#fff;
            border-radius: 4px;padding:0 53px;margin-top: 50px;">
        <!-- Start featured -->
        <div class="col-lg-6 col-md-6 col-xs-12 serveRisk">
          <div class="featured-box">
            <div class="featured-content">
              <h4 class="serviceH4"><img src="./img/service/model.png">风控模型</h4>
              <span class="changjin">使用场景</span>
              <li>投资收益有要求、项目风险难把控</li>
              <li>内部风控有要求、多情景测算难满足</li>
              <li>已投产品流动性弱</li>
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12 serveRisk">
          <div class="featured-box">
            <div class="featured-content">
              <h4>&nbsp</h4>
              <span class="changjin">产品优势</span>
              <li>二十年信用服务经验,全行业企业信用风险评价模型</li>
              <li>现场尽调+系统对接+征信数据,对产品深度分析</li>
              <li>定制化模型,风险定量化,多维现金流模拟</li>
              <li>第三方专业评估,提供合理定价依据,促进产品流通</li>
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12 serveRisk">
          <div class="featured-box">
            <div class="featured-content">
              <h4 class="serviceH4"><img src="./img/service/Risk.png">风控系统</h4>
              <span class="changjin">使用场景</span>
              <li>业务流程风险把控不到位</li>
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12 serveRisk">
          <div class="featured-box">
            <div class="featured-content">
              <h4>&nbsp</h4>
              <span class="changjin">产品优势</span>
              <li>定制化系统,标准化流程,降低作业风险</li>
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12 serveRisk">
          <div class="featured-box">
            <div class="featured-content">
              <h4 class="serviceH4"><img src="./img/service/monitor.png">风险舆情监测</h4>
              <span class="changjin">使用场景</span>
              <li>存续产品数量多,监控难度大</li>
              <li>监管政策常变动,难以领会政策精神</li>
              <li>多产品类别市场变动大,难以获取有效信息</li>
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12 serveRisk">
          <div class="featured-box">
            <div class="featured-content">
              <h4>&nbsp</h4>
              <span class="changjin">产品优势</span>
              <li>风险角度舆情监测,更有针对性</li>
              <li>第一时间专家解读市场与监管信号</li>
              <li>独有理财产品风险监控系统</li>
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12 serveRiskTwo">
          <div class="featured-box">
            <div class="featured-content">
              <h4 class="serviceH4"><img src="./img/service/manage.png">投后管理</h4>
              <span class="changjin">使用场景</span>
              <li style="padding-right: 80px;">基于人力不足、人员素质不足、成本等因素,投后管理不及时,风险把控不到位</li>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12 serveRiskTwo">
          <div class="featured-box">
            <div class="featured-content">
              <h4>&nbsp</h4>
              <span class="changjin">产品优势</span>
              <li>全国布局,快速响应,实地尽调,降低成本</li>
              <li>专业人才尽调经验丰富,有效识别实地风险</li>
              <li>独立第三方,结论客观、公正,风险信息线上监测,线下不定期跟踪</li>
            </div>
          </div>
        </div>
        <!-- End featured -->
      </div>
    </div>
  </section>
  <!-- Call to Action End -->

  <!-- 风控服务 Start -->
  <section id="features" class="section">
    <div class="container">

      <h1 class="serverTitle">研发与咨询服务</h1>
      <span style="font-size: 72px;color:rgba(30, 40, 50, 0.1);z-index: 2;font-weight: 400;text-transform: capitalize;width: 100%;margin-top: -155px;
        display: block;
        text-align: center;">R&D AND CONSULTING</span>
      <div class="row" style="margin-bottom: 30px;margin-top: 90px;">
        <!-- Start featured -->
        <div class="col-lg-4 col-md-6 col-xs-12" style="height:300px;">
          <div class="item-boxes services-item wow fadeInDown bigbox" data-wow-delay="0.6s">
            <div class="icon color-3">
              <img src="img/service/bigmodel.png" class="icon-img">
            </div>
            <h4>理财产品设计模型</h4>
            <ul>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>定制化开发设计,可调节参数配置</li>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>依据市场需求条件自动实现大类资产配置</li>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>依据同类产品的市场价格给予产品定价参考值</li>
            </ul>
          </div>
        </div>
        <!-- End featured -->
        <!-- Start featured -->
        <!-- Start featured -->
        <div class="col-lg-4 col-md-6 col-xs-12 yanfaone">
          <div class="item-boxes services-item wow fadeInDown bigbox" data-wow-delay="0.6s">
            <div class="icon color-3">
              <img src="img/service/person.png" class="icon-img">
            </div>
            <h4>理财产品设计咨询</h4>
            <ul>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>成熟的理财产品设计团队全程参与,提供指导和建议</li>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>专业的底层资产筛选能力及风险判断能力</li>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>热点把控及创新能力</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-xs-12 yanfa">
          <div class="item-boxes services-item wow fadeInDown bigbox" data-wow-delay="0.6s"
            style="border-radius: 10px !important;">
            <div class="icon color-3">
              <img src="img/service/search.png" class="icon-img">
            </div>
            <h4>理财专项研究</h4>
            <ul>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>拥有维度最全的自建理财数据库,为各类理财行业及其衍生品研究奠定基础</li>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>专业团队为理财定向研究提供支持</li>
              <li><svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle-fill lixiang"
                  fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd"
                    d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z">
                  </path>
                </svg>专项研究包含:《资产配置专题研究》、《创新型银行理财产品专题研究》、《净值型银行理财产品定价策略研究》、《银行理财产品发展主题研究》、《年度银行理财市场研究报告》等</li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- Features Section End -->

  <!-- Call to Action Start -->
  <section class="section" style="background-color: #f9f9f9;">
    <div class="container">
      <!-- <div class="section-header">
                <h2 class="section-title"></h2>
                <span>Branding Services</span>
            </div> -->
      <h1 class="serverTitle">品牌推广服务</h1>
      <span style="font-size: 72px;color:rgba(30, 40, 50, 0.1);z-index: 2;font-weight: 400;text-transform: capitalize;width: 100%;margin-top: -155px;
        display: block;
        text-align: center;">BRANDING SERVICES</span>
      <div class="row">
        <div class="col-lg-6 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.2s">
            <div class="icon color-3">
              <img src="img/data.svg">
            </div>
            <h4>品牌旗舰店</h4>
            <ul>
              <li class="section-txt">与机构合作,为合作机构在APP中开设专门的品牌旗舰店,向用户展示机构产品信息,让用户直接触达合作机构产品。</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.4s">
            <div class="icon color-2">
              <img src="img/control.svg">
            </div>
            <h4>理财白皮书/理财指数</h4>
            <ul>
              <li class="section-txt">充分发挥联合信用的研究能力,与合作机构联名发布理财行业白皮书,树立合作机构良好品牌形象,提升合作机构品牌公信力</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.6s">
            <div class="icon color-3">
              <img src="img/development.png">
            </div>
            <h4>媒体宣传</h4>
            <ul>
              <li class="section-txt">利用联合新媒体矩阵,为合作机构提供“一站多点式”品牌推广服务,形成深度持续的品牌宣传效应</li>
            </ul>
          </div>
        </div>
        <div class="col-lg-6 col-md-6 col-xs-12">
          <div class="item-boxes services-item wow fadeInDown minibox" data-wow-delay="0.8s">
            <div class="icon color-4">
              <img src="img/promotion.png">
            </div>
            <h4>排行榜</h4>
            <ul>
              <li class="section-txt">对每周银行新发行产品进行全景统计分析、发布收益冠军榜、安全评分榜、综合评分榜、红黑榜等独家排行、面向存续产品进行跟踪排行,对表现不佳的产品与机构进行披露。</li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- Call to Action End -->


  <!-- Footer Section Start -->
  <!-- Footer Section Start -->
  <footer>
    <!-- Footer Area Start -->
    <section class="footer-Content" style="background-color: #333;">
      <div class="container">
        <div class="row">
          <div class="footerCon">
            <div class="widget" style="float: left;">
              <h3 class="block-title">产品服务</h3>
              <ul class="menu">
                <li><span>数据服务</span></li>
                <li><span>风控服务</span></li>
                <li><span>研发与咨询服务</span></li>
                <li><span>品牌推广服务</span></li>
              </ul>
            </div>
          </div>
          <div class="footerCon">
            <div class="widget" style="float: left;">
              <h3 class="block-title">公司介绍</h3>
              <ul class="menu">
                <li><span>公司概况</span></li>
                <li><span>企业文化</span></li>
                <li><span>组织架构</span></li>
                <li><span>人才队伍</span></li>
                <li><span>社会责任</span></li>
              </ul>
            </div>
          </div>
          <div class="footerCon">
            <div class="widget">
              <h3 class="block-title">客服服务</h3>
              <ul class="menu">
                <li><span>专业人员</span></li>
                <li><span>服务保障</span></li>
                <li><span>客服助手</span></li>
              </ul>
            </div>
          </div>
          <div class="footerCon footerConOne" style="width: 28%;">
            <div class="widget" style="float: left;">
              <h3 class="block-title">联系我们</h3>
              <ul class="contact-footer">
                <li>
                  <strong>联系地址 :</strong> <span>北京市朝阳区安慧里四区15号楼五矿大厦8</span>
                </li>
                <li>
                  <strong>联系电话 :</strong> <span>400-888-7206</span>
                </li>
                <li>
                  <strong>E-mail :</strong> <span><a href="javascript:;">zhiping@lhcis.com</a></span>
                </li>
              </ul>
            </div>
          </div>
          <div class="footerCon">
            <div class="widget qrcode">
              <div class="erweima">
                <img src="img/open.png">
                <div class="txt">联合智评公众号</div>
              </div>
              <div class="erweima">
                <img src="img/weixin.png">
                <div class="txt">联合智评微信</div>
              </div>
              <div class="erweima">
                <img src="img/weibo.png">
                <div class="txt">联合智评微博</div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- Footer area End -->

    <!-- Copyright Start  -->
    <div id="copyright" style="background-color: #222;color: #fff;border:none">
      <div class="container">
        <div class="row">
          <div class="col-md-12">
            <div class="site-info float-center">
              <p>Copyright &copy; 联合信用征信股份有限公司 All rights reserved.&emsp;备案号:津ICP19006954&emsp;<a
                  href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=12010102000650"  target="_blank">公安备案号:12010102000650</a>
                  <a style="margin-left:10px;" href="law.html" target="_blank">法律及版权声明</a>
                </p>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- Copyright End -->



  </footer>
  <!-- Footer Section End -->
  <!-- login Start -->
  <div class="black" id="black"></div>
  <div id="login">
    <p class="title">登录</p>
    <div class="line">
      <input type="text" placeholder="账号/用户名" class="inputOne" id="loginName">
    </div>
    <div class="line">
      <input type="password" placeholder="请输入密码" class="inputOne" id="loginPassword" maxlength='16'>
    </div>
    <div class="line">
      <input type="text" placeholder="请输入验证码" class="inputTwo" id="loginCode">
      <div class="code" id="code">
        <img src="" alt="">
      </div>

    </div>
    <div style="margin-top: 50px;"></div>
    <p class="jiaoyan"></p>
    <button id="loginNow">立即登录</button>
    <div class="buttom">
      <p class="left">没有账号?<span id="apply"> 立即申请 </span></p>
      <p class="right" id="toForget">忘记密码?</p>
    </div>
  </div>
  <!-- login End -->

  <!-- 申请账号 Start -->
  <div class="register" id="register">
    <p class="title">申请试用</p>
    <div class="content">
      <div class="line">
        <span>*</span>
        <input type="text" placeholder="手机号码" id="setTel">
      </div>
      <div class="line">
        <span>*</span>
        <input type="text" maxlength="4" placeholder="验证码" id="setCode">
        <input type="button" value="获取验证码" class="getcode" id="getCode" />
      </div>
      <div class="line">
        <span>*</span>
        <input type="text" maxlength="12" placeholder="姓名" id="setName">
      </div>
      <div class="line">
        <span>*</span>
        <input type="text" maxlength="40" placeholder="邮箱地址" id="setEmail">
      </div>
      <div class="line">
        <span>*</span>
        <input type="text" maxlength="20" placeholder="公司名称" id="setCompany">
      </div>
      <div class="line">
        <span></span>
        <input type="text" maxlength="20" placeholder="部门" id="setDpartment">
      </div>
      <div class="line">
        <span>*</span>
        <input type="text" maxlength="20" placeholder="职务" id="setPost">
      </div>
      <div class="line">
        <span></span>
        <input type="text" maxlength="20" placeholder="所在城市" id="setCity">
      </div>
      <p class="liuyan">留言备注</p>
      <textarea rows="3" cols="20" maxlength="200" id="setMessage"></textarea>
      <div class="idCard">
        <p class="cardTitle"><span>*</span>上传名片</p>
        <div class="img_box">
          <img src="img/addCard.png" alt="">
          <input type="file" value="上传文件" id="upload" class="uploader-file"  accept="image/image/jpeg,image/jpg,image/png" onchange="getImgURL(this)">
        </div>
      </div>
      <div class="tishi">
        <p class="jiaoyan"></p>
        <p class="top">温馨提示:</p>
        <p class="bottom">1. 您可以致电联合智评客服<b> 400-888-7206 </b>,了解试用申请的具体情况。</p>
        <p class="bottom">2. 您提交的所有信息,联合智评将确保严格保密,不泄露给任何其他个人或机构。</p>
      </div>
      <button id="applyNext">确定</button>
      <p class="cancle" id="applyCancle">取消</p>
    </div>
  </div>
  <!-- 申请账号 end -->

  <!-- 创建成功 start -->
  <div class="register" id="registerSuccess">
    <p class="one">申请信息提交成功,请耐心等待 3</p>
    <p class="two" id="zhanghao"></p>
    <button id="successClose">关闭</button>
  </div>
  <!-- 创建成功 end -->

  <!-- 设置密码 start -->
  <div class="register" id="setPassword">
    <p class="title">请设置密码</p>
    <div class="content">
      <div class="line">
        <span>*</span>
        <input type="password" placeholder="请输入密码" id="intoPassword">
      </div>
      <div class="line">
        <span>*</span>
        <input type="password" placeholder="请确认密码" id="confirmPassword">
      </div>
      <div class="tishi">
        <p class="jiaoyan"></p>
        <p class="top">温馨提示:</p>
        <p class="bottom">密码由6-16个英文字母(不区分大小写)和数字组成,且至少包含一个字母和一个数字</p>
      </div>
      <button id="toRegisterSuccess">提交</button>
      <p class="cancle" id="setPasswordCancle">上一步</p>
    </div>
  </div>
  <!-- 设置密码 end -->

  <!-- 忘记密码 start -->
  <div class="register" id="forgetPassword">
    <p class="title">修改密码</p>
    <div class="content">
      <div class="line">
        <span>*</span>
        <input type="text" placeholder="手机号码" id="forgetTel">
      </div>
      <div class="line">
        <span>*</span>
        <input type="text" placeholder="验证码" id="intoCode">
        <input type="button" value="获取验证码" class="getcode" id="forgetCode" />
      </div>
      <div class="line" style="margin-top: 80px;">
        <span>*</span>
        <input type="password" placeholder="请设置密码" id="forgetSetPass">
      </div>
      <div class="line">
        <span>*</span>
        <input type="password" placeholder="请确认密码" id="forgetConfirmPass">
      </div>
      <div class="tishi">
        <p class="jiaoyan"></p>
        <p class="top">温馨提示:</p>
        <p class="bottom">密码由6-16个英文字母(不区分大小写)和数字组成,且至少包含一个字母和一个数字</p>
      </div>
      <button id="getPassword">提交</button>
      <p class="cancle" id="passwordCancle">取消</p>
    </div>
  </div>
  <!-- 忘记密码 end -->

  <!-- 忘记密码成功 start -->
  <div class="register" id="forgetSuccess">
    <p class="one">您的密码修改成功!</p>
    <button style="margin-top: 320px;" id="forgetSuccessCancle">关闭</button>
  </div>
  <!-- 忘记密码成功 end -->
  <div class="blackone"></div>
  <!-- jQuery first, then Tether, then Bootstrap JS. -->
  <script src="js/jquery-min.js"></script>
  <script src="js/popper.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <script src="js/classie.js"></script>
  <script src="js/color-switcher.js"></script>
  <script src="js/jquery.mixitup.js"></script>
  <script src="js/nivo-lightbox.js"></script>
  <script src="js/owl.carousel.js"></script>
  <script src="js/jquery.stellar.min.js"></script>
  <script src="js/jquery.nav.js"></script>
  <script src="js/scrolling-nav.js"></script>
  <script src="js/jquery.easing.min.js"></script>
  <script src="js/wow.js"></script>
  <script src="js/jquery.vide.js"></script>
  <script src="js/jquery.counterup.min.js"></script>
  <script src="js/jquery.magnific-popup.min.js"></script>
  <script src="js/waypoints.min.js"></script>
  <script src="js/form-validator.min.js"></script>
  <script src="js/contact-form-script.js"></script>
  <script src="js/main.js"></script>
  <style>
    .minibox {
      height: 239px;
      border-radius: 4px;
      border: 2px solid #F1F0F0;
    }

    .bigbox {
      height: 320px;
    }

    .section-header {
      margin-bottom: 0;
    }

    .item-boxes .icon {
      margin-top: -25px;
    }

    .serveRisk {
      border-bottom: 1px solid rgba(102, 102, 102, 0.05);
      padding: 25px 0 29px;
    }

    .serveRiskTwo {
      padding: 25px 0 29px;
      font-size: 14px;
      color: #999;
    }

    .serveRisk li,
    .serveRiskTwo li {
      margin-left: 50px;
      padding-top: 20px;
      font-size: 14px;
      color: #999;
    }

    .featured-box .featured-content h4.serviceH4 {
      font-size: 20px;
      color: #233975;
      display: flex;
      align-items: center;
    }

    .featured-box .featured-content h4.serviceH4 img {
      margin-right: 16px;
    }

    .featured-box .featured-content .changjin {
      font-size: 16px;
      color: #666666;
      padding-left: 50px;
    }

    .bigbox {

      background: #FFFFFF;
      box-shadow: 0px 0px 10px 1px rgba(3, 27, 60, 0.06);
      border-radius: 20px;
    }

    svg.lixiang {
      color: #3c80fc;
    }
  </style>
</body>

</html>