{{r.fundCode}} {{r.fundName}} {{r.series}} {{r.assetClass}}

rbcishares.modal.title

rbcishares.modal.content

/*General styles*/ #carousel { position: relative; overflow: hidden; width: 100%; min-height: 685px; } .hero-home>.container>.row { min-height: 28rem; } .slide .hero-home { min-height: 28rem; } .hero-white .hero-header, .hero-white .hero-subtitle{ color: #fff; } #carousel .hero-white.left-control .far, #carousel .hero-white.right-control .far { color: #fff; } .hero-white .button-white-outline { border-color: #fff; background-color: #fff; color: #006ac3; } .hero-white .play-pause-label{ color: #fff; } .hero-white .button-white-outline:hover { border-color: #fff; background-color: transparent; color: #fff; } .indicators-container.mobile { display: flex; position: relative; bottom: auto; left: auto; transform: none; max-width: 100%; padding: 0 15px; margin: 20px 0 0; } .indicators-container:not(.mobile) { display: none; } /*Split-slide and slide styles*/ .split-slide .hero-energy-lines { height: 100% !important; } .slide .hero-energy-lines { background-position: 100% 95%; width: 90% ; } .slide, .split-slide { position: absolute; top: 0; width: 100%; height: auto; margin: 0; opacity: 0; transition: opacity 0.6s ease-in-out; margin-top: 61px; } .slide.active, .split-slide.active { left: 0; opacity: 1; pointer-events: all; position: static; } .img-fixed-height { height: 585px !important; /*height: 485px !important;*/ } .half-width-hero { padding-left: 0; padding-right: 0; } .half-width-hero .hero { overflow: visible; } /*Carousel Arrows*/ .carousel-control { position: absolute; top: 50%; transform: translateY(-50%); font-size: 4rem; cursor: pointer; z-index: 10; color: #003169; opacity: 0; transition: opacity 0.6s ease; user-select: none; } .left-control { left: 10px; } .right-control { right: 10px; } .left-control .far, .right-control .far { font-weight: 300; color: #003169; } .carousel-control .hero-white .far { color: #fff; } /*Carousel dots and button*/ .indicators-container { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); max-width: 550px; width: 100%; z-index: 15; pointer-events: auto; display: flex; align-items: flex-end; } .inactive-indicator { background: none; } .active-indicator { background: #003168; } .indicators-container.hero-white .active-indicator { background: #fff; } .indicators { width: 100%; display: flex; justify-content: start; align-items: center; gap: 0.5rem; margin: 0; padding: 0; list-style: none; z-index: 15; } .indicator { width: 1rem; height: 1rem; border: 1px solid #003168; border-radius: 50%; outline: none; cursor: pointer; } .indicators-container.hero-white .indicator { border: 1px solid #fff; } .indicators-container.hero-white .mega-menu-separator:before { color: #fff; } .round-button { width: 19px; height: 19px; border-radius: 50%; border: none; background-color: #003168; color: white; display: flex; align-items: center; justify-content: center; font-size: 9px; cursor: pointer; } .indicators-container.hero-white .round-button { background-color: white; color: #003168; } .round-button:focus { outline: none; } .play-pause-label { color: #003168; } .indicators-container.hero-white .play-pause-label { color: #fff; } /*White version of indicators*/ #carousel .indicators-white .indicator { border: 1px solid #fff; } #carousel .indicators-white .active-indicator { background: #fff; } #carousel .indicators-white .mega-menu-separator:before { color: #fff; } /*Sub-banner buttons*/ .banner-buttons { display: grid; justify-content: center; grid-template-columns: repeat(auto-fit, minmax(260px, auto)); gap: 22px; } .banner-buttons .ishares { display: contents; } .banner-buttons .button { width: 260px; height: 75px; display: flex; justify-content: center; align-items: center; text-align: center; line-height: normal; } /*Ishares styling*/ .ishares.split-slide .hero-body, .ishares.slide .hero-body { display: block !important; position: relative !important; align-items: initial !important; flex-wrap: initial !important; } .ishares.split-slide .hero-body::after, .ishares.slide .hero-body::after { position: absolute !important; left: 0; bottom: -70px; margin: 0 !important; flex: none !important; display: block !important; } .ishares.split-slide { background-color: #fedf01; } .ishares .left-control .far, .ishares .right-control .far, .ishares .mega-menu-separator:before, .ishares .play-pause-label { color: #000; } .ishares .indicator { border: 1px solid #000; } .ishares .active-indicator, .ishares .round-button { background: #000; } .ishares.split-slide .button-primary:hover, .ishares.slide .button-primary:hover { border-color: #000; } .slide.inactive .carousel-control, .split-slide.inactive .carousel-control { visibility: hidden !important; pointer-events: none !important; } /*Media queries*/ @media (max-width: 576px) { .hero-energy-lines { background-size: 200% auto ; background-position: 100% 95% !important; width: 100%; } } @media(max-width: 767px) { .img-fixed-height { max-height: 200px !important; } .half-width-hero { margin-top: 140px !important; } .slide .hero-home { min-height: 35rem; } } @media (max-width: 991px) { #carousel { min-height: unset; } .slide.active{ position: static !important; } .hero-home>.container>.row { min-height: 30.25rem; } .hero-home .align-items-end { display: flex; flex-direction: column-reverse; } .indicators-container.mobile .indicators{ padding-top: 2rem !important; padding-bottom: 2rem !important; } .slide .hero-energy-lines { background-position: 100% 100%; width: 100%; } } @media (min-width: 768px) and (max-width: 991px) { // #carousel, .hero-home { // height: 500px; // } .indicators-container { bottom: 40px; max-width: 725px; } .ishares.split-slide .hero-body::after { top: -60px; left: unset; right: 0; } } @media (min-width: 992px) { #carousel:hover .carousel-control { opacity: 1; pointer-events: all; } .indicators-container.mobile { display: none !important; } .indicators-container:not(.mobile) { display: flex; } .slide, .split-slide { margin-top: 102px; } .indicators-container { max-width: 955px; /*bottom: 65px;*/ /* bottom: 90px; */ } .ishares.split-slide .hero-body::after { top: -100px; left: unset; right: 0; } } @media (min-width: 992px) and (max-height: 768px) { // #carousel, .hero-home { // height: 587px; // } } @media (min-width: 992px) and (min-height: 769px) { // #carousel, .hero-home { // height: 695px; // } } @media (min-width: 1200px) { .right-control { right: 20px; } .left-control { left: 20px; } .indicators-container { max-width: 1140px; /*bottom: 80px;*/ bottom: 30px; } } @media (min-width: 1400px) { .right-control { right: 40px; } .left-control { left: 40px; } } .ishares.split-slide .caption-header, .ishares.split-slide .my-team-section a { color: #000; } @media(max-width: 767px) { .split-slide .my-team-section { margin: 0 10px; top: -15px; } .split-slide:not(.ishares) .my-team-section { border: 1px solid rgba(0, 106, 195, 0.2); } .ishares.split-slide .hero-body::after { bottom: -120px; } } @media (min-width: 768px) and (max-width: 991px) { .slide .my-team-section { bottom: 0px; } .split-slide .my-team-section { width: 350px !important; right: 0; height: fit-content; bottom: -282px; } } @media (min-width: 992px) { .split-slide .my-team-section { right: 1px; width: 380px !important; bottom: -382px; height: fit-content; } .slide .my-team-section { bottom: 0px; } }

市场动态快讯

敬请关注 RBC 环球资产管理文化市场加拿大全国总监 Parker Zhang 发布的季度市场动态快讯,他将为您精要解读市场动态,助您把握投资先机

阅读完整摘要

五大核心支柱驱动我们为客户带来有价值的见解以及卓越的投资成果。深入了解我们

客户至上

将客户利益置于首位

卓越文化

构建协作共赢、兼容并蓄的强大企业文化

全球专长

提供广泛的全球专才以及多元化投资解决方案

责任投资

践行积极参与、尽职尽责的投资管理理念

人机协同

拥抱科技创新,释放人机协作潜能

免责声明

投资前请咨询您的投资顾问和参阅基金章程或基金说明书 (Fund Facts)。互惠基金投资有可能涉及佣金、尾随佣金、管理费及相关开支。互惠基金不保证回报,其单位价值经常变动,过往的业绩未必会重现。RBC基金、BlueBay基金和PH&N 基金由RBC 环球资产管理公司 (RBC Global Asset Management Inc.) 提供,并通过授权分销商销售。