/* 养老金样式 */
.e-fof-container {
    margin: 0 auto;
    padding-bottom: calc(110rem / 14);
}

.e-fof-nav_box {
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 11;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.6;
    padding-top: 15px;
}
.e-fof-nav_box .e-fof-nav_bar{
    margin: auto;
}

/* 兼容ie 1280 */
@media screen and (max-width: 1600px) {
    .e-fof-tabs .e-tabs__wrapper .e-tabs__list .e-tabs__tab {
        float: left;
        margin: 0 calc(60rem / 16) !important;
    }
}
@media screen and (min-width: 1600px) {
    .e-fof-tabs .e-tabs__wrapper .e-tabs__list .e-tabs__tab {
        float: left;
        margin: 0 calc(60rem / 14) !important;
    }
}
.e-fof-tabs .e-tabs__wrapper .e-tabs__list .e-tabs__tab:first-child {
    margin-left: 0 !important;
}
.e-fof-container .red-font{
    color: #ee1533 !important;
}
.e-fof-container .grey-font{
    color: #9195A3 !important;
}
.e-fof-container .green-font{
    color: #009b6d !important;
}
.e-fof-container .e-fof-boxes {
    padding: calc(100rem / 14) calc(90rem / 14);
}

.e-fof-container .e-fof-box {
    display: inline-block;
    position: relative;
    width: 33%;
    height: 290px;
    text-align: center;
}
.e-fof-container .e-fof-box .e-fof-box__content {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.e-fof-container .e-fof-box .e-fof-box__content h2 {
    margin-bottom: 20px;
    color: #005096;
    font-size: 60px;
}
.e-fof-container .e-fof-box .e-fof-box__content p {
    color: #333333;
    font-size: 18px;
}

.e-fof-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.in-big-scale .e-fof-banner {
  height: 400px;
}
@media screen and (max-width: 1440px) {
    .e-fof-banner {
        height: 400px;
    }
}
.e-fof-banner .e-fof-banner__wrapper {
    background: url(../assets/images/annuity/banner.jpg);
    height: 100%;
    background-position:center;
    background-size: auto 100%;
}

.e-fof-banner .e-fof-banner__swiper {
    width: 100%;
    height: 100%;
}
.e-fof-banner .e-fof-banner__swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-slide {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.in-big-scale .e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-slide {
  height: 400px;
}
@media screen and (max-width: 1440px) {
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-slide {
    height: 400px;
  }
}

.e-fof-banner__swiper-slide .e-fof-banner__swiper-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f6f6f6;
}

.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 37px 0 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 1400px;
    margin: 0 auto;
}
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::before,
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    display: table;
    content: "";
}

.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    clear: both;
}
/* ---------------------------------------------------------- */
.e-fof-banner .e-fof-banner__pagination {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch {
    display: inline-block;
    position: relative;
    margin: 5px;
    width: 40px;
    height: 2px;
    background: #ffffff;
    transition: width 0.4s;
    cursor: pointer;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet::after,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #ffc819;
    transform: translateY(-50%);
    transition: width 0.4s;
    cursor: pointer;
    content: "";
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-active-switch, .e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-active-switch,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active {
    width: 50px;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-active-switch::after, .e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-active-switch::after,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active::after {
    width: 100%;
    transition: width 10s;
    transition-timing-function: linear;
    animation-duration: inherit;
}
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-bullet::before,
.e-fof-banner .e-fof-banner__pagination .swiper-pagination-switch::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    content: "";
}
/* -------------------------------------------------------- */
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 37px 0 100px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 1400px;
    margin: 0 auto;
}
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::before,
.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    display: table;
    content: "";
}

.e-fof-banner .e-fof-banner__swiper .e-fof-banner__swiper-content::after {
    clear: both;
}
.e-fof-banner .banner-preview-1 {
    float: left;
    width: 600px;
    padding-top: 10px;
    transition-duration: all 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.e-fof-banner .banner-preview-1 > h2 {
    position: relative;
    padding: 30px 0;
    color: #005096;
    font-size: 54px;
    letter-spacing: 8px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-1 > h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ffcc00, transparent);
    opacity: 0;
    transition: all 0.4s;
    content: "";
}
.e-fof-banner .banner-preview-1 > p {
    padding: 30px 0;
    padding-right: 90px;
    color: #000000;
    font-size: 30px;
    text-align-last: justify;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s;
}

.e-fof-banner .swiper-slide-active .banner-preview-1 > h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}
.e-fof-banner .swiper-slide-active .banner-preview-1 > h2::after {
    width: 100%;
    opacity: 1;
    transition: all 0.6s;
}
.e-fof-banner .swiper-slide-active .banner-preview-1 > p {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}

.e-fof-banner .banner-preview-2 {
    float: left;
    width: 600px;
    padding-top: 10px;
    transition-duration: all 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.e-fof-banner .banner-preview-2 > h2 {
    position: relative;
    padding: 10px 0;
    color: #333333;
    font-size: 42px;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-2 > p {
    position: relative;
    padding: 20px 0 60px;
    padding-right: 90px;
    color: #f58433;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.6s;
}

.e-fof-banner .swiper-slide-active .banner-preview-2 > h2 {
    opacity: 1;
    transform: translateX(0);
}
.e-fof-banner .swiper-slide-active .banner-preview-2 > p {
    opacity: 1;
    transform: translateX(0);
}

.e-fof-banner .banner-preview-3 {
    float: left;
    width: 600px;
    padding-top: 10px;
    transition-duration: all 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.e-fof-banner .banner-preview-3 > h2 {
    position: relative;
    padding: 5px 0;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 8px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-3 > p {
    padding: 30px 0;
    padding-right: 90px;
    color: #fbdc73;
    font-size: 24px;
    text-align-last: justify;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s;
}
.e-fof-banner .banner-preview-3 > p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #1cadd7;
    opacity: 0;
    transition: all 0.8s;
    content: "";
}

.e-fof-banner .swiper-slide-active .banner-preview-3 > h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}
.e-fof-banner .swiper-slide-active .banner-preview-3 > p {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
}
.e-fof-banner .swiper-slide-active .banner-preview-3 > p::after {
    width: 30px;
    opacity: 1;
    transition: all 0.6s;
}

/* -------------------------让基金投资更简单-------------------------- */
.e-fof-block{
    margin: 0 auto;
    margin-top: 80px;
}
.e-fof-block .e-fof-block-fund_easy{
    margin: 0 auto;
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    /*! background-color: #005096; */
    display: flex;
    flex-flow: column;

    justify-content: center;
    background-size: cover;
}

.e-fof-block .e-fof-block-fund_easy>div{
    /*! width: max-content; */
    margin-left: 60%;
}
.e-fof-block .e-fof-block-fund_easy>div .fund_easy_title{
    font-family: MicrosoftYaHeiLight;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #ffffff;
    overflow-x: hidden;
    width: 262px;
}
.e-fof-block .e-fof-block-fund_easy>div .fund_easy_title .fund_easy_title_content{
    padding-bottom:20px

}

.e-fof-block .e-fof-block-fund_easy .fund_easy_title{
    position: relative;
    padding-bottom: 0;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 1px;
    color: #ffffff;
}

.e-fof-block .e-fof-block-fund_easy .fund_easy_title .fund_easy_title_content{
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_title .fund_easy_title_content::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #ffc819;
    bottom: 0;
}
.e-fof-block .e-fof-block-fund_easy .fund_easy_title .fund_easy_title_content::before{
    position: absolute;
    content: "";
    width: 100vw;
    height: 2px;
    left: 0;
    background-color: #1eb9e1;
    bottom: 0;
}
.e-fof-container .qa-box{
    margin-top: 20px;
    width: 550px;
    position: relative;
}
.e-fof-container .qa-box .ques-content,
.e-fof-container .qa-box .ans-content{
    /* padding-left: 37px; */
    position: relative;
}
/* .e-fof-container .qa-box .ques-content::before,
.e-fof-container .qa-box .ans-content::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 22px;
    height: 22px;
    background: url(../assets/images/fof/01.png);
    background-color: #ffc819;
    border-radius: 4px;

    text-align: center;
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
} */
/* .e-fof-container .qa-box .ans-content::before{
    content: '';
    background: url(../assets/images/fof/02.png);
    background-color: #1eb9e1 !important;
} */
.e-fof-container .qa-box .ans-content{
    margin-top: 20px;

}

.e-fof-container .qa-box .ques-content .ques-content-holdder,
.e-fof-container .qa-box .ans-content .ques-content-holdder{
    padding: 24px 30px;
    position: relative;
    background-color: rgba(0, 80, 150, 0.6);
    border-radius: 5px;

    font-family: 'MicrosoftYaHei';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-container .qa-box .ques-content .ques-content-holdder p,
.e-fof-container .qa-box .ans-content .ques-content-holdder p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* .e-fof-container .qa-box .ques-content  .ques-content-holdder::before{
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 8px solid #3572a9;
}
.e-fof-container .qa-box .ans-content  .ques-content-holdder::before{
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 8px solid #3572a9;
} */
.e-fof-container .qa-box .ans-content  .ques-content-holdder{
   border-radius: 5px;
}
.e-fof-container .e-fof-tip{
    display: flex
}
.e-fof-container .e-fof-tip>div:first-child{
    font-family: MicrosoftYaHei-Bold;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
.e-fof-container .e-fof-tip>div:last-child{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #888888;
}
/* ------------易方达FOF------------- */
.e-fof-block-efunds{
    position: relative;
    overflow: hidden;
    height: 480px;
}
.e-fof-block-efunds img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.e-fof-block .block-efunds-content{
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.e-fof-block .block-efunds-content .block-efunds-content-left{
    color: #fff;
    height: 100%;
}
.e-fof-block .block-efunds-content .block-efunds-content-left p:nth-child(1){
    margin-top: 193px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-block .block-efunds-content .block-efunds-content-left p:nth-child(2){
    margin-top: 22px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}
.e-fof-block .block-efunds-content .block-efunds-content-left p:nth-child(3){
    width: 100%;
    white-space: nowrap;
    padding-bottom: 28px;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
}
.e-fof-block .block-efunds-content .block-efunds-content-right{
    margin-top: 77px;
}
/* .e-fof-block .block-efunds-content .block-efunds-content-right .qa-box .ques-content p,
.e-fof-block .block-efunds-content .block-efunds-content-right .qa-box .ans-content p{
    background-color: rgba(0, 80, 150, 0.6);
} */

.e-fof-block .e-funds-content{
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: solid 4px #f8fafd;
    border-right: solid 4px #f8fafd;
    border-bottom: solid 4px #f8fafd;
}
.e-funds-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(to bottom right, #ddf1ed, #fafcfe);
}




.e-fof-block .e-funds-content .e-funds-left-title{
    padding: 30px;
    min-height: calc(260rem / 14);
    position: relative;
    display: table;
    /*! max-width: 340px; */
}
.e-fof-block .e-funds-content .e-funds-left-title > div{
	display: table-cell;
    /*! vertical-align: middle; */
}
.e-fof-block .e-funds-content .e-funds-left-title .sub{
	font-family: 'MicrosoftYaHeiLight';
    font-size: 18px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #005096;
      margin-top: 20px;
	text-align: center;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1){
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    font-size: 26px;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #000000;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1){
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1)>.apply{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;
    display: block;
    padding-bottom: 0
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1) span{
    position: relative;
    display: inline-block;
    padding-bottom:16px;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1):after{
    position:absolute;
    content:'';
    width:50%;
    bottom:-2px;
    height:2px;
    left: 0;
    background-color:#ffc819;
  }
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(1):before{
    position:absolute;
    content:'';
    width:100%;
    bottom:-2px;
    height:2px;
    left: 0;
    background-color:#1eb9e1;
  }
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(3),
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(5){
    margin-top: calc(30rem / 14);
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.99;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(4){
    font-family: 'MicrosoftYaHeiLight';
    font-size: 18px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #005096;
}
.e-fof-block .e-funds-content .e-funds-left-title p:nth-child(6){
    font-family: 'DIN-Regular';
    font-size: 28px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #005096;
}
.e-fof-block .e-funds-content .e-funds-left-title .left-spread-line{
    margin-top: 20px;
    height: 2px;
    padding: 0;
    position: relative;
    background-color: #1eb9e1;
}
.e-fof-block .e-funds-content .e-funds-left-title .left-spread-line::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 87px;
    height: 2px;
    background-color: #ffc819;
}
.e-fof-block .e-funds-content .e-funds-right-list,
.e-fof-block .e-funds-content .e-funds-right-list table{
    box-sizing: border-box;
    padding: 33px 24px 20px 26px;
}
.e-fof-block .e-funds-content .e-funds-right-list table thead{
    border-bottom: ipx solid #cacaca;
}
.e-fof-block .e-funds-content .e-funds-right-list table thead tr td{
    font-family: 'MicrosoftYaHei';
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #2c3b56;
}
.e-fof-block .e-funds-content .e-funds-right-list table tbody tr td{
    font-family: 'MicrosoftYaHei';
    text-align: center;
    font-size: 17px;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #2c3b56;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table{
    position: relative;
    /*! padding-left: 30px; */
    overflow: hidden;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead tr {
    border-bottom: 1px solid #cacaca;
}

.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th > span,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td > span {
    display: inline-block;
    padding: 12px 10px;
}



.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable.is-asc > span::after,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable.is-asc > span::after {
    background-image: url("../assets/images/icons/table_sortable_arrow_asc.png");
}

.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable.is-desc > span::after,
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable.is-desc > span::after {
    background-image: url("../assets/images/icons/table_sortable_arrow_desc.png");
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr {
    border-bottom: 1px solid #e4e4e4;
}
.e-fof-block div[data-anchor-name="allcompany-fof"] .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr:nth-child(n+3) {
    display: none;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody tr:hover {
    background: #f8fafd;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody td {
    height: 84px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.e-fof-block .e-funds-content .e-funds-right-list .e-fund-sm-table .e-fund-sm-table__body tbody td > span {
    display: inline-block;
    padding: 20px;
}
.e-fof-block__wrapper{

}
.e-fof-block__wrapper .e-funds-content .e-fund-sm-table .e-fund-sm-table__bottom {
    float: left;
    width: 100%;
    height: 73px;
    line-height: 73px;
    color: #005096;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.e-fof-block__wrapper .e-funds-content .e-fund-sm-table .e-fund-sm-table__bottom > i, .e-fof-block__wrapper .e-funds-content .e-fund-sm-table .e-fund-sm-table__bottom > [class*=e-icon-] {
    transform: translateY(-2px);
}

.e-fof-block__wrapper .e-funds-content .e-fund-sm-table.is-look-all .e-fund-sm-table__body tbody tr:nth-child(n+2) {
    display: table-row;
}
.e-fof-block__wrapper[data-anchor-name="allcompany-fof"] .e-funds-content .e-fund-sm-table.is-look-all .e-fund-sm-table__body tbody tr:nth-child(n+2) {
    display: table-row !important;
}


.e-fof-block__wrapper .e-funds-content .e-fund-sm-table.is-look-all .e-fund-sm-table__bottom > i {
    transform: translateY(-2px) rotateZ(180deg);
}

/* FoF知识库 */
.e-fof-block-knowledgelib{
    margin: auto;
    box-sizing: border-box;
    padding: calc(100rem / 14) calc(150rem / 14) calc(76rem / 14) calc(150rem / 14);
    text-align: center;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-title{
    padding: calc(15rem / 14) 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #005096;

    vertical-align: top;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list{
    position: relative;
    overflow: hidden;
}

.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box .e-fof-knowledgelib-question-item{
    width: 100%;
    height: 80px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 25px;
    border-bottom: 1px solid #005096;

    word-break: keep-all;
    text-align: left;
    font-family: 'MicrosoftYaHeiLight';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    color: #393939;
    cursor: pointer;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box:nth-child(odd){
    padding-right: 40px !important;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box:nth-child(even){
    padding-left: 40px !important;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box:nth-child(n+5){
    display: none;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list.show-more-question .e-fof-knowledgelib-question-item-box:nth-child(n+5){
    display: block !important;
}
.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box .e-fof-knowledgelib-question-item:hover{
    font-weight: 500;
    border-bottom: 2px solid #005096;
}

.e-fof-block-knowledgelib .e-fof-knowledgelib-question-list .e-fof-knowledgelib-question-item-box .e-fof-knowledgelib-question-item::before{
    content: "";
    position: absolute;
    right: 6px;
    top: 50px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 8px solid #005096;
}

/* FoF资讯 */
.e-fofnew s-block-title {
    color: #333333;
    font-size: 40px;
    margin-bottom: 25px;
}
.e-fofnews-block-title a {
    color: #005096;
    font-size: 14px;
}
.e-fofnews-block-title a, .e-fofnews-block-title a:hover {
    text-decoration: none;
}
.e-fofnews-block-title a > i, .e-fofnews-block-title a > [class*=e-icon-] {
    margin-left: 5px;
    transform: translateY(7px);
}

.e-fofnews-block-container {
    margin: 0 auto;
}
.e-fofnews-card {
    display: inline-block;
    width: 100%;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.e-fofnews-card .e-fofnews-card__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.e-fofnews-card .e-fofnews-card__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.e-fofnews-card .e-fofnews-card__content {
    position: relative;
    padding: calc(20rem / 14) 4px calc(20rem / 14);
}

.e-fofnews-card .e-fofnews-card__title {
    margin-bottom: calc(15rem / 14);
    color: #005096;
    font-size: 12px;
}

.e-fofnews-card .e-fofnews-card__desc {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.e-fofnews-card .e-fofnews-card__date {
    color: #7a7a7a;
    font-size: 12px;
}

.e-fof-container .content-row__code {
    font-family: '微软雅黑';
    font-size: 16px;
    margin-top: 4px;
    /* line-height: 24px; */
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    letter-spacing: 0px;
    color: rgb(122, 122, 122);
}

.e-fof-title {
    font-family: MicrosoftYaHeiLight;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    height: 70px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}

.e-fof-title::after {
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    bottom: -2px;
    background-color: #ffc819;
    content: "";
}
.e-fof-title::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -2px;
    background-color: #1eb9e1;
    content: "";
}

.e-fof-list ul{
    list-style: square;
    padding-left: 15px;
    margin-left: -23px;
}

.e-fof-list ul li{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 20px;
    list-style: none;
}
.e-fof-list ul li:last-child:after{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../assets/images/annuity/icon_phone.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}
.e-fof-list ul li:first-child:after{
    content: "";
    width: 16px;
    height: 13px;
    background: url(../assets/images/annuity/icon_post.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px
}
.e-fof-bkts{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
/*.e-fof-bkts > div{
    max-width: 615px;
    width: 46%;
    margin-bottom: 20px;
    height: 110px;
    display: flex;
    !*! justify-content: space-between; *!
    !*! flex: 1; *!
}*/
.e-fof-bkts .e-summary,.e-fof-bkts img:hover{
    cursor:pointer
}
.e-fof-bkts > div>img{
    height: 100%;
    flex:0;
    object-fit: cover;
    margin-right: 33px;
    min-width: 195px;
    /*! flex: 1 195px; */
}
/*.e-fof-bkts > div>div{
    width: 100%
}*/
.e-fof-bkts > div .e-title{
    display: flex;
    justify-content:space-between
}
.e-fof-bkts > div .e-title span:first-child{
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #005096;
     display: -webkit-box;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.e-fof-bkts > div .e-title span:last-child{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #7a7a7a;
    width: max-content;
    flex-shrink:0;
}
.e-fof-bkts > div .e-summary{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
    display: -webkit-box;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.e-fof-img-bg{
    margin-bottom: 20px;
    background-size: 100% 100%;
    height: 140px;
    font-size: 35px;
    color: #333;
    padding-left: 130px;
    letter-spacing: 3px;
    display: flex;
    flex-flow: column;
    line-height: 32px;
    justify-content: center;
}
.e-fof-img-bg{
    margin-top:50px
}
.e-fof-img-bg > span{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #000000;
    margin-top: 20px;
}
.specialist{
    background-color: #f8fafd;
}
.specialist .e-container{
    display: flex;
    justify-content:space-between;
    padding-top: 120px;
    padding-bottom: 125px;
}

.specialist .e-container>div:first-child{
    max-width: 530px
}
.specialist .e-container .e-fof-title{
    font-family: MicrosoftYaHeiLight;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #000000;
    margin-left: inherit
}
.specialist .e-color--primary{
    padding-top: 0px;
    padding-bottom: 22px;
   font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;

}
.specialist .e-gradient-title{
    margin-bottom:41px;
    border-bottom: none;
    overflow: hidden;
}
.specialist .e-gradient-title > span::after {

    bottom: 0;

}
.specialist .e-gradient-title > span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 2px;
    background-color: #1eb9e1;
    content: "";
}
.c_bg1:before{
    background: linear-gradient(to bottom right, #ddeaf2, #fafcfe) !important;
}
.c_bg2:before{
    background: linear-gradient(to bottom right, #d1e4ee, #fafcfe) !important;
}
.title-centen{
    display: flex;
}
#fofEasyTableTemplate1 tr td:first-child{
    position: relative;
}
#fofEasyTableTemplate1 tr td:first-child::after{
    content: "";
    position: absolute;
    font-size: 12px;
    color: #888;
    left: 20px;
    bottom: 3px;
    white-space: nowrap
}
.call-word{
    border-bottom: 0 !important;
    position: absolute;
    margin-top: -20px
}
.call-word td{
    height: auto !important;
    font-size: 12px !important;
    color: #888 !important;
}
.call-word span{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}