body {
    font-size: 14px;
}

#menu {
    width: 200px;
    position: fixed;
    padding-top: 50px;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #143ca6;
    height: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease 0.7s;
    transition: transform 0.3s ease, opacity 0.3s ease 0.7s;
    overflow-y: auto;
    -webkit-transform: translate3d(97px, 0, 0);
    -ms-transform: translate3d(97px, 0, 0);
    transform: translate3d(97px, 0, 0);
    opacity: 0;
}

    #menu.active {
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0s ease 0s;
        transition: transform 0.3s ease, opacity 0s ease 0s;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #menu ul li > p a.text {
        display: block;
        border-bottom: 1px solid #254cb7;
        line-height: 40px;
        vertical-align: middle;
        font-size: 15px;
    }

.sun-nav-wrap {
    padding-left: 14px;
    background-color: #1b44b2;
    display: none;
}

.sun-nav {
    padding-left: 16px;
}

#menu ul li p.text {
    line-height: 2.25;
}

p.text, .text {
    line-height: 24px;
    font-size: 14px;
}

.navBoxIcon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 15px;
    z-index: 999;
}



    .navBoxIcon:before {
        position: absolute;
        top: -4px;
        left: 0;
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        display: block;
        content: "";
        border-radius: 100%;
        transition: 0.2s linear all;
        opacity: 0;
    }

    .navBoxIcon i {
        display: block;
        width: 30px;
        border-radius: 3px;
        height: 3px;
        background-color: #fff;
        margin-bottom: 6px;
        transition: 0.2s linear all;
    }

    .navBoxIcon.on i.topLine {
        transform: rotate(45deg) translateY(7px) translateX(7px);
    }

    .navBoxIcon.on:before {
        opacity: 1;
    }


    .navBoxIcon.on i.middleLine {
        transform: scale(0);
    }

    .navBoxIcon.on i.bottomLine {
        transform: rotate(-45deg) translateY(-7px) translateX(6px);
    }

    .navBoxIcon i:last-child {
        margin: 0;
    }

.headerBox {
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
}

header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1840ab;
    z-index: 999;
}

.headerBox h1 {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 100px;
}

.headerBox p {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}


#menu-cover {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 50px;
    opacity: 0;
    background-color: #000;
    transition: all 0.3s linear;
}

    #menu-cover.active {
        transform: translateX(-200px);
        z-index: 12;
        opacity: 0.4;
    }

#menu ul li > p a.text img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

#menu ul li p {
    padding: 0 10px;
}

#menu ul li > p {
    position: relative;
}

    #menu ul li > p em {
        width: 10px;
        height: 18px;
        background-image: url('../img/1-22.png');
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 10px;
        transition: all 0.2s linear;
    }

    #menu ul li > p.on em {
        transform: rotate(90deg);
    }

#page {
    padding-top: 51px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 10;
    background-color: #fff;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    position: relative;
  
}

#page.active {
    transform: translateX(-200px);
}

.footer {
    background-color: #36373d;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    color: #989fa7;
    line-height: 2;
}

.owl-carousel.owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

#index-banner.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 0;
    overflow: hidden;
}

#index-banner.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #3552b1;
}

.tit {
    margin-bottom: 20px;
}

    .tit p {
        text-align: center;
        font-size: 0;
    }

        .tit p span, .tit p i {
            display: inline-block;
            height: 2px;
            vertical-align: middle;
            font-size: 0;
        }

        .tit p span {
            background-color: #e1e1e1;
            width: 40px;
            margin-right: 2px;
        }

        .tit p i {
            background-color: #3552b1;
            width: 20px;
        }

    .tit h2 {
        text-align: center;
        font-size: 20px;
        font-weight: lighter;
        line-height: 40px;
    }

    .tit h4 {
        text-align: center;
        font-size: 18px;
        font-weight: lighter;
        line-height: 36px;
    }
.tit .sp{
    font-size:14px;
    text-align:center;
    display:block;
    color:#666;
    margin-top:10px;
}
.color-blue {
    color: #3552b1;
}

.product_index ul,
.introduce_index ul {
    margin-bottom: 20px;
}

.product_index li h3,
.introduce_index li h3 {
    font-size: 16px;
    color: #3552b1;
    font-weight: normal;
    line-height: 2;
}

.product_index li p,
.introduce_index li p {
    font-size: 14px;
    text-align: center;
    color: #666;
    line-height: 2;
}

a.btn-lager, .Financial_fusion a.btn {
    width: 120px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border: 1px solid #3552b1;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s linear;
    background-color: #3552b1;
}

.product_index li {
    width: 25%;
    float: left;
    text-align: center;
}
.introduce_index li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom:20px;
    height: 180px;
}

    .product_index li .img,
    .introduce_index li .img {
        width: 62px;
        height: 62px;
        padding: 10px;
        background-color: #3552b1;
        margin: 0 auto 10px;
        border-radius: 100%;
        overflow: hidden;
        border-radius: 25px;
    }
.introduce_index li .img{
    background-color:transparent;
    border:1px solid #3552b1;
}
.product_index {
    background-color: #f5f5f5;
    padding: 20px 0;
}
.introduce_index{
    padding:20px 0;
}
/*.introduce_index {
    height: 312px;
    background-image: url('../img/1-6.jpg');
    background-size: auto 100%;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.introduce_index_mask {
    position: absolute;
    top: -15%;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    height: 130%;
    left: 20px;
    border: 1px solid #e1e1e1;
    -webkit-transform: skewX(-6.12deg);
    -ms-transform: skewX(-6.12deg);
    -o-transform: skewX(-6.12deg);
    -moz-transform: skewX(-6.12deg);
    transform: skewX(-6.12deg);
    background-color: #fff;
    opacity: 0.6;
}

.introduce_index .container {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.introduce_index .outter {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    position: relative;
}

.introduce_index .inner {
    font-size:14px;
    margin-bottom: 40px;
}

    .introduce_index .inner span {
        font-size: 24px;
    }*/

.staff_index li .img,
.family li .img {
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
}

    .staff_index li .img img, .family li .img img {
        transition: all 0.6s linear;
    }

    .staff_index li .img:hover img,
    .family li:hover .img img {
        transform: scale(1.1);
    }

.staff_index .content ul {
    display: block;
    position: relative;
    height: 9.78rem;
    width: 100%;
}

    .staff_index .content ul li {
        position: absolute;
        cursor: pointer;
        width: 2.32rem;
    }

        .staff_index .content ul li.lis1 {
            top: 0;
            left: 0;
          
            height: 2.8rem;
            overflow: hidden;
        }

        .staff_index .content ul li.lis2 {
            top: 0;
            left: 2.39rem;
           
            height: 3.69rem;
        }

        .staff_index .content ul li.lis3 {
            top: 0;
            right: 0;
         
            height: 1.8rem;
        }

        .staff_index .content ul li.lis4 {
            top: 1.85rem;
            right: 0;
          
            height: 1.8rem;
        }

        .staff_index .content ul li.lis5 {
            top: 2.8rem;
            left: 0;
          
            height: 3.5rem;
        }

        .staff_index .content ul li.lis6 {
            top: 3.57rem;
            left: 2.39rem;
            height: 1.95rem;
        }

        .staff_index .content ul li.lis7 {
            top: 3.57rem;
            right: 0;
          
            height: 2.51rem;
        }
        .staff_index .content ul li.lis8 {
            top: 6.3rem;
            left: 0;
          
            height: 1.8rem;
        }
        .staff_index .content ul li.lis9 {
            top: 5.55rem;
            left: 2.39rem;
            height: 1.95rem;
        }
        .staff_index .content ul li.lis10 {
            right: 0;
           
            height: 1.8rem;
            top: 6.17rem;
        }
        .staff_index .content ul li.lis11 {
            
            left: 0;
            bottom: 0;
            height: 1.6rem;
        }
        .staff_index .content ul li.lis12 {
            left: 2.39rem;
            bottom: 0;
        }
        .staff_index .content ul li.lis13 {
            bottom: 0;
            right: 0;
            height:1.85rem;
          
        }





.meeting, .notice, .private_equity, .Financial_fusion, .join-1, .join-2, .old, .warm, .approach-1, .approach-2, .approach-3, .approach-4 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.team-2 .tk {
    position: fixed;
}

.tk {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

    .tk .none {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 996;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
    }

    .tk .staff_index_tk_main {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100%;
        background-color: #fff;
        z-index: 998;
        padding: 0 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.prev_arrow_tk {
    background-image: url('../img/arrow-prev-gray.png');
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0px;
    cursor: pointer;
    z-index: 22;
    background-size: cover;
    background-position: center;
}

.next_arrow_tk {
    background-image: url('../img/arrow-next-gray.png');
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    z-index: 22;
}

.tk .staff_index_tk_main .img {
    width: 2.4rem;
    height: 291px;
    float: left;
    margin-left: 0.1rem;
}

.staff_index_tk_wrap {
    width: 100%;
}

.staff_index_tk_box {
    width: 7.1rem;
    height: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.staff_index_tk_main .inner {
    height:325px;

    margin-right: 22px;
    width: 4.4rem;
    text-align: center;
    /*padding-top: 10px;*/
    margin: 0 auto;
}

.staff_index_tk_main p {
    font-size: 14px;
    margin-bottom: 10px;
}

    .staff_index_tk_main p.color-blue {
        font-size: 16px;
        margin-bottom: 5px;
    }

.close {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    z-index: 2;
}

.staff_index_tk_main hr {
    width: 60px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #3552b1;
}

.staff_index_tk_main .inner p.text {
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.staff_index_tk_ul {
    position: relative;
    transition: 0.5s linear all;
    height: 100%;
}

    .staff_index_tk_ul li {
        float: left;
        height: 100%;
    }
    .staff_index_tk_ul li .outter{
        margin-top:10px;
        height:325px;
    }
.staff_index {
    padding-bottom: 40px;
    background-color:#f1f1f1;
}

.has-text {
    position: relative;
    font-size: 12px;
}

.banner img {
    display: block;
}

.has-text h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

    .has-text h2 span {
        color: #3552b1;
    }

.has-text .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

    .has-text .inner p {
        width: 80%;
        margin: 0 auto;
    }

.manage ul h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    color: #3552b1;
}

.manage ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

    .manage ul li:last-child {
        border-bottom: 0;
    }

.manage ul p {
    text-align: left;
    height: 84px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 21px;
    font-size: 14px;
}

.manage ul .outter .inner {
    float: right;
    width: 3.5rem;
}

.manage .img {
    float: left;
    width: 3.43rem;
    height: 2.12rem;
}

.notice ul li .date i {
    margin: 0 10px;
}

.notice ul li .date {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left;
    height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: lighter;
}

.notice ul li p {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

.f5.page {
    background-color: #f5f5f5!important;
}
.notice {
    background-color: #f5f5f5;
}

    .notice .line {
        font-size: 0;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: #3552b1;
    }

    .notice li {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 10px;
        position: relative;
    }

        .notice li:last-child {
            margin-bottom: 0;
        }

.meeting h3 {
    font-weight: lighter;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.meeting p.date {
    font-size: 12px;
    color: #999;
}

.meeting p.text {
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: lighter;
    font-size: 13px;
    line-height: 24px;
}

.meeting a {
    width: 27px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    border: 1px solid #e5e5e5;
    height: 27px;
    color: #e5e5e5;
    transition: border-color 0.6s linear;
}

.meeting li:hover a {
    border-color: #3552b1;
    color: #3552b1;
}


.meeting ul li {
    width: 50%;
    width: calc( ( 100% - 20px) / 2 );
    width: -o-calc( ( 100% -20px) / 2 );
    width: -ms-calc( ( 100% - 20px) / 2 );
    width: -moz-calc( ( 100% - 20px) / 2 );
    width: -webkit-calc( ( 100% - 20px) / 2 );
    float: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.6s linear;
}

    .meeting ul li:nth-child(2n) {
        margin-right: 0;
    }

.meeting ul .outter .img {
    overflow: hidden;
}

.meeting ul li {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

    .meeting ul li .outter {
        padding: 5px;
        border: 1px solid #e5e5e5;
        text-align: left;
    }

.Financial_fusion {
    background-color: #f5f5f5;
}

    .Financial_fusion li {
        margin-bottom: 10px;
        padding: 10px 10px 20px;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        background-color: #fff;
    }

        .Financial_fusion li:last-child {
            border-bottom: 0;
        }

        .Financial_fusion li .img {
            overflow: hidden;
            width: 2.4rem;
            height: 1.5rem;
            float: left;
        }

        .Financial_fusion li:last-child, .banner-side.series-side ul li:last-child {
            margin-bottom: 0;
        }

        .Financial_fusion li .outter {
            width: 4.6rem;
            float: right;
        }

    .Financial_fusion p.lead {
        font-size: 16px;
        line-height: 24px;
    }

    .Financial_fusion p.date {
        font-size: 12px;
        color: #999;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .Financial_fusion div.text p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        text-align: left;
        height: 96px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-weight: lighter;
        margin-top: -10px;
    }


#series-banner.owl-theme .owl-controls .owl-page span,
#risk-1.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 0;
    overflow: hidden;
}

#series-banner.owl-theme .owl-controls .owl-page.active span,
#risk-1.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #3552b1;
}

.series-side {
    padding: 10px 0;
}

    .series-side .outter .img:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #238df3;
        opacity: 0.31;
        top: 0;
        left: 0;
    }

    .series-side .inner {
        width: 293px;
        position: absolute;
        padding-left: 20px;
        top: 50%;
        left: 50%;
        color: #fff;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .series-side .inner b {
            display: block;
            font-size: 18px;
            margin: 0 auto;
            text-align: center;
        }

            .series-side .inner b::after {
                content: "";
                display: block;
                width: 30px;
                height: 2px;
                background-color: #fff;
                margin: 10px auto 10px;
            }

.banner-side.series-side ul li {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.series-side .outter {
    position: relative;
}

    .series-side .outter img {
        width: 100%;
    }

    .series-side .outter .inner a {
        width: 120px;
        height: 26px;
        margin: 10px auto 0;
        border: 1px solid #fff;
        text-align: center;
        display: block;
        border-radius: 30px;
        line-height: 24px;
    }

.seriesDrtail {
    background-color: #f5f5f5;
    padding: 10px 0;
}

.series-box {
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.seriesDrtail-tit .container {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
}

.seriesDrtail-tit img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
}

.seriesDrtail-info {
    font-size: 14px;
    line-height: 24px;
}

.seriesDrtail-nav {
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

    .seriesDrtail-nav span {
        display: inline-block;
        border-bottom: 2px solid transparent;
        line-height: 34px;
        font-size: 16px;
        padding: 5px 0 4px;
        position: relative;
        margin-bottom: -1px;
    }

    .seriesDrtail-nav li {
        text-align: center;
        position: relative;
    }

        .seriesDrtail-nav li.on span {
            color: #3552b1;
            border-color: #3552b1;
        }

        .seriesDrtail-nav li i {
            display: block;
            position: absolute;
            top: 5px;
            height: 34px;
            background-color: #e6e6e6;
            width: 1px;
            right: 0;
        }

.seriesDrtail-text-box {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

    .seriesDrtail-text-box:last-child {
        border: 0;
    }

.seriesDrtail-text p.lead {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
}

    .seriesDrtail-text p.lead img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
    }

.seriesDrtail-text p.text {
    padding-left: 40px;
    font-size: 13px;
    line-height: 24px;
    text-indent: 2em;
}

.seriesDrtail-text li {
    display: none;
}

    .seriesDrtail-text li.active {
        display: block;
    }

    .seriesDrtail-text li:first-child {
        padding: 20px 0;
    }

.risk {
    background-color: #f5f5f5;
}

#risk-1 {
    text-align: center;
    padding: 30px 0 40px;
}

.risk-1 .item img {
    width: 100%;
    margin: 0 auto;
}

.risk-1 .item p {
    width: 5.6rem;
    margin: 0 auto;
}

.risk-2, .risk-3, .risk-4 {
    padding-top: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

.risk-2, .risk-4 {
    padding-bottom: 20px;
}

.risk-3-box1, .risk-3-box2, .risk-3-box3 {
    position: relative;
    margin-bottom: 20px;
}

.risk .container {
    padding: 0 10px;
}

.risk-3 .img-main {
    width: 100%;
    position: relative;
}

    .risk-3 .img-main .img-box {
        position: relative;
        height: 4rem;
        overflow: hidden;
    }

    .risk-3 .img-main img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .risk-3 .img-main .msg {
        position: absolute;
        line-height: 36px;
        color: #fff;
        font-size: 17px;
        font-weight: lighter;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        margin-top: -18px;
    }

.risk-3 .outter {
    width: 100%;
    background: #fff;
}

    .risk-3 .outter p.lead {
        font-size: 18px;
        line-height: 24px;
        position: relative;
        padding: 10px 0;
        color: #3552b1;
        text-align: center;
    }

.risk-3-box1 .outter .img {
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
    padding: 15px;
    border-radius: 100%;
    background-color: #e6f2ff;
}

    .risk-3-box1 .outter .img img {
        width: 40px;
        height: 40px;
    }

.risk-3-box1 .outter ul {
    font-size: 0;
    position: relative;
    text-align: center;
}

    .risk-3-box1 .outter ul li {
        display: inline-block;
        width: 100px;
        text-align: center;
        font-size: 12px;
        line-height: 2;
    }

        .risk-3-box1 .outter ul li:first-child,
        .risk-3-box3 .outter ul li:first-child,
        .risk-4 li:first-child,
        .approach-2 li:first-child {
            float: left;
        }

        .risk-3-box1 .outter ul li:last-of-type,
        .risk-3-box3 .outter ul li:last-of-type,
        .risk-4 li:last-of-type,
        .approach-2 li:last-of-type {
            float: right;
        }

        .risk-3-box1 .outter ul li:nth-child(2),
        .risk-3-box3 .outter ul li:nth-child(2),
        .risk-4 li:nth-child(2),
        .approach-2 li:nth-child(2) {
            float: none;
            margin: 0 auto;
        }

.risk-3-box2 .outter ul {
    font-size: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px;
    text-align: center;
}

    .risk-3-box2 .outter ul:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .risk-3-box2 .outter ul li {
        padding: 0 18px;
        border-right: 1px dashed #e5e5e5;
        font-size: 12px;
        line-height: 2;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
    }

        .risk-3-box2 .outter ul li img {
            width: 20px;
            height: 20px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            margin-right: 2px;
        }

        .risk-3-box2 .outter ul li:last-child {
            border-right: 0;
        }

.risk-3-box3 .outter ul {
    font-size: 0;
    text-align: center;
}

    .risk-3-box3 .outter ul li {
        font-size: 14px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        text-align: center;
        width: 100px;
    }

        .risk-3-box3 .outter ul li .inner {
            height: 50px;
            border-top: 2px solid #3552b1;
            line-height: 48px;
            background-color: #fafafa;
        }

        .risk-3-box3 .outter ul li:nth-child(2) .inner {
            height: 50px;
            border-top: 2px solid #00a9a6;
        }

        .risk-3-box3 .outter ul li:last-child .inner {
            height: 50px;
            border-top: 2px solid #ffb145;
        }

        .risk-3-box3 .outter ul li:nth-child(2) {
            margin: 0 auto;
        }

        .risk-3-box3 .outter ul li .img {
            font-size: 16px;
            text-align: center;
            font-weight: bold;
            /*line-height: 50px;*/
            margin-bottom:10px;
        }

            .risk-3-box3 .outter ul li .img img {
                margin: 0 auto 10px;
                width: 1rem;
            }

.risk-3 .risk-3-box3 .outter p.lead {
    margin-bottom: 20px;
}

.risk-4 {
    margin-bottom: 0;
}

    .risk-4 ul {
        font-size: 0;
        text-align: center;
    }

        .risk-4 ul li {
            font-size: 14px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            text-align: center;
            vertical-align: top;
            float: left;
        }

            .risk-4 ul li .img {
                width: 1.87rem;
                height: 2.01rem;
                background-image: url('../img/5-11.png');
                padding: 0.7rem 0 0;
                margin: 0 auto 0.15rem;
                background-size: cover;
            }

                .risk-4 ul li .img img {
                    width: 0.9rem;
                    height: 0.9rem;
                    margin: 0 auto;
                }

.about li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}


    .about li.description {
        background-color: #3552b1;
        cursor: default;
        min-height: 5.7rem;
    }

    .about li .msg {
        width: 100%;
        background-color: rgba(0,0,0,0.3);
        color: #fff;
        text-align: center;
        line-height: 2;
        padding: 5px 0;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about li.description .inner {
        top: 50%;
        left: 50%;
        color: #fff;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        width: 80%;
        text-align: center;
    }

.about .inner p.lead {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 5px;
}

    .about .inner p.lead span {
        width: 14px;
        height: 12px;
        display: inline-block;
        vertical-align: text-top;
        background-image: url('../img/7-7.png');
        margin-right: 20px;
        background-size: cover;
    }

.about .inner p.text span {
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url('../img/7-6.png');
    margin-bottom: -10px;
    margin-left: 20px;
    background-size: cover;
}

.about .inner p.text {
    font-size: 14px;
    line-height: 2;
    text-align:justify;
}

.join {
    background-color: #f5f5f5;
    padding-bottom: 1px;
}

.join-1 {
    text-align: center;
}

.join-2, .join-1 {
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom: 10px;
}

    .join-2 ul li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 24px;
        color: #666;
    }

        .join-2 ul li:last-child {
            margin-bottom: 0;
        }

        .join-2 ul li p.lead {
            text-align: center;
            font-size: 16px;
            line-height: 28px;
            color: #333;
        }

        .join-2 ul li .img {
            width: 102px;
            height: 102px;
            border-radius: 100%;
            margin: 0 auto 10px;
            padding: 19px;
            border: 2px solid #3552b1;
        }

        .join-2 ul li img {
            width: 60px;
            height: 60px;
        }

.old .tit {
    margin-bottom: 20px;
}

.old h3 {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 10px;
}

.old li p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding-left: 26px;
}

    .old li p.question {
        font-size: 14px;
        color: #3552b1;
        position: relative;
        line-height: 28px;
    }

    .old li p span {
        display: block;
        width: 18px;
        height: 18px;
        text-align: center;
        color: #fff;
        line-height: 18px;
        font-size: 13px;
        position: absolute;
        top: 5px;
        left: 0;
        border-radius: 100%;
        background-color: #002fa8;
    }

        .old li p span:after {
            content: "";
            display: block;
            bottom: 0px;
            right: -2px;
            width: 12px;
            height: 13px;
            background-image: url(../img/7-27.jpg);
            background-size: 11.5px 13px;
            position: absolute;
            z-index: -1;
            background-repeat: no-repeat;
        }


.old li {
    margin-bottom: 20px;
}

.old {
    padding-bottom: 1px;
}

.team {
    background-color: #f5f5f5;
}

.team-2 {
    background: #fff;
    padding: 20px 0;
}

.team-1 {
    padding-bottom: 40px;
    padding-top: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

    .team-1 li {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }

        .team-1 li p.name,
        .team-1 li p.introduce {
            font-size: 16px;
            line-height: 1.5;
            text-align: center;
            color: #333;
            margin-bottom: 10px;
        }

        .team-1 li img {
            margin-bottom: 20px;
            width: 60%;
        }

.warm .inner p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 30px;
}

.approach {
    background-color: #f5f5f5;
}

.approach-1, .approach-3, .approach-4 {
    background-color: #ffffff;
    margin-bottom: 10px;
}

    .approach-1 li p.lead {
        color: #3552b1;
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }

        .approach-1 li p.lead:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            width: 14px;
            height: 14px;
            background-color: #3552b1;
            border: 2px #fff solid;
            box-shadow: 0 0 0 1px #3552b1;
            border-radius: 100%;
        }

    .approach-1 li p {
        padding-left: 20px;
    }

    .approach-1 li {
        font-size: 12px;
        line-height: 21px;
        color: #666;
        margin-bottom: 10px;
        padding: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

    .approach-1 div.text {
        color: #666;
        margin: 0 auto 10px;
        text-align: center;
        font-size: 12px;
        line-height: 21px;
        padding:0 10px;
    }

    .approach-1 p.store-lead {
        margin-top: 20px;
        padding: 5px 10px;
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        font-size: 16px;
        color: #3552b1;
        line-height: 1.5;
        vertical-align: middle;
    }

        .approach-1 p.store-lead span {
            padding-left: 10px;
            border-left: 2px solid #3552b1;
            vertical-align: middle;
        }

        .approach-1 p.store-lead em {
            display: inline-block;
            width: 11px;
            height: 24px;
            background: url(../img/7-30.png) center center no-repeat;
            background-size: 11px 6px;
            vertical-align: middle;
            margin-left: 10px;
            transition: all 0.2s linear;
            transform: rotate(180deg);
        }

        .approach-1 p.store-lead.on em {
            transform: rotate(0);
        }



    .approach-1 ul {
        display: none;
    }


    .approach-1 li .outter {
        width: 100%;
        position: relative;
    }


.approach-2 {
    background-color: #1840ab;
    padding-bottom: 30px;
    color: #fff;
}

    .approach-2 .tit * {
        color: #fff !important;
    }

    .approach-2 .tit p * {
        background-color: #fff !important;
    }

    .approach-2 ul {
        text-align: center;
        font-size: 0;
    }

    .approach-2 li {
        width:33.3%;
        height:165px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 14px;
        padding: 30px 0 0;
    }
 .approach-2 li .outter p{
     height:63px;
 }
        .approach-2 li .count {
            width: 1.83rem;
            height: 1.83rem;
            text-align: center;
            line-height: 1;
            position: relative;
            margin: 0 auto 10px;
            border: 1px solid #fff;
            border-radius: 100%;
            background-image: url(../img/7-29.png);
            background-size: 1.83rem 1.83rem;
            background-position: center;
            background-repeat: no-repeat;
        }
            .approach-2 li .count span {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                color: #fff;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                vertical-align: text-bottom;
                font-size: 14px;
            }

                .approach-2 li .count span b {
                    font-size: 20px;
                    width: 36px;
                    display: inline-block;
                    height: 20px;
                    line-height: 20px;
                }

.NumContent {
    height: inherit;
    display: inherit;
    overflow: hidden;
    position: relative;
    line-height: inherit;
    font-size: inherit;
}

    .NumContent > div {
        line-height: inherit;
        color: inherit;
        font-size: inherit;
        display: inline-block;
        opacity: 0;
    }

        .NumContent > div > div {
            line-height: inherit;
            color: inherit;
            font-size: inherit;
        }

        .NumContent > div:nth-child(1) {
            transition: all 1.5s cubic-bezier(.35,.75,.55,1);
            -moz-transition: all 1.5s cubic-bezier(.35,.75,.55,1);
            -webkit-transition: all 1.5s cubic-bezier(.35,.75,.55,1);
        }

        .NumContent > div:nth-child(2) {
            transition: all 1.5s cubic-bezier(.35,.75,.55,1) .3s;
            -moz-transition: all 1.5s cubic-bezier(.35,.75,.55,1) .2s;
            -webkit-transition: all 1.5s cubic-bezier(.35,.75,.55,1) .2s;
        }

        .NumContent > div:nth-child(3) {
            transition: all 1.5s cubic-bezier(.35,.75,.55,1) .4s;
            -moz-transition: all 1.5s cubic-bezier(.35,.75,.55,1) .4s;
            -webkit-transition: all 1.5s cubic-bezier(.35,.75,.55,1) .4s;
        }

        .NumContent > div:nth-child(4) {
            transition: all 1.5s cubic-bezier(.35,.75,.55,1) .9s;
            -moz-transition: all 1.5s cubic-bezier(.35,.75,.55,1) .9s;
            -webkit-transition: all 1.5s cubic-bezier(.35,.75,.55,1) .9s;
        }

        .NumContent > div:nth-child(5) {
            transition: all 1.5s cubic-bezier(.35,.75,.55,1) 1.2s;
            -moz-transition: all 1.5s cubic-bezier(.35,.75,.55,1) 1.2s;
            -webkit-transition: all 1.5s cubic-bezier(.35,.75,.55,1) 1.2s;
        }

    .NumContent.active > div {
        transition: all .3s cubic-bezier(.35,.75,.55,1);
        -moz-transition: all .3s cubic-bezier(.35,.75,.55,1);
        -webkit-transition: all .3s cubic-bezier(.35,.75,.55,1);
    }

.approach-3 img {
    display: inline-block;
    margin-right: 10px;
    width: 122px;
}

.approach-3 ul {
    padding-left: 80px;
}

    .approach-3 ul li {
        padding-left: 15px;
        border-left: 1px dashed #3552b1;
        position: relative;
    }

        .approach-3 ul li .inner {
            position: relative;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 13px;
            line-height: 2;
        }

            .approach-3 ul li .inner p.text {
                position: absolute;
                left: -80px;
                top: 10px;
            }

.approach-3 .inner span {
    display: block;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 1px #3552b1;
    border: 3px solid #fff;
    background-color: #3552b1;
    position: absolute;
    top: 15px;
    left: -23px;
    border-radius: 100%;
}

.approach-3 {
    padding-bottom: 30px;
}

.approach-4 ul {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding: 0 10px;
}

.approach-4 li {
    width: 25%;
    float: left;
    padding: 10px 5px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

    .approach-4 li:nth-child(4n) {
        border-right: 0;
    }

    /*.approach-4 li:nth-last-child(1),
    .approach-4 li:nth-last-child(2),
    .approach-4 li:nth-last-child(3),
    .approach-4 li:nth-last-child(4) {
        border-bottom: 0;
    }*/

    .approach-4 li img {
        margin: 0 auto;
    }

.family ul {
    padding: 20px 10px;
    background-color: #f5f5f5;
}

    .family ul li {
        width: 100%;
        cursor: pointer;
        background-color: #fff;
        margin-bottom: 20px;
    }

        .family ul li:last-of-type {
            background-color: #3552b1;
            color: #fff;
            margin-right: 0;
            position: relative;
            cursor: default;
            height: 3.4rem;
            padding: 0;
        }

        .family ul li .inner {
            text-align: center;
            font-size: 12px;
            line-height: 24px;
            color: #666;
            padding: 20px 10px;
        }

            .family ul li .inner h3 {
                font-size: 16px;
                line-height: 24px;
                font-weight: normal;
                color: #3552b1;
            }
            .family ul li .inner p{
                font-size:14px;
            }

        .family ul li .inner {
            border: 1px solid #e1e1e1;
            border-bottom: 0;
            transition: all 0.6s linear;
        }

        .family ul li:hover .inner {
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .family ul li .text {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            text-transform: uppercase;
            width: 80%;
            text-align: center;
        }

            .family ul li .text span {
                font-size: 20px;
                line-height: 30px;
                text-align: center;
            }

            .family ul li .text p {
                font-size: 16px;
                line-height: 30px;
                font-weight: bold;
            }

            .family ul li .text:before {
                content: "";
                display: block;
                position: absolute;
                width: 28px;
                height: 19px;
                background-image: url('../img/8-4.png');
                top: -19px;
                left: -28px;
            }

            .family ul li .text:after {
                content: "";
                display: block;
                position: absolute;
                width: 28px;
                height: 19px;
                background-image: url('../img/8-5.png');
                bottom: -19px;
                right: -28px;
            }
.Elite_life ul li {
    margin-bottom:10px;
}
.Elite_life ul li .inner {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding:20px 0;
}

    .Elite_life ul li .inner h3 {
        display: inline-block;
        zoom: 1;
        *display: inline;
        font-size:16px;
        line-height: 24px;
        padding-bottom:10px;
        border-bottom: 1px solid #333;
        margin-bottom: 10px;
        color: #333;
        font-weight: normal;
    }

.Elite_life ul li {
    background-color: #ebf6ff;
    position: relative;
}

    .Elite_life ul li .inner img {
        width: 50px;
        height: 50px;
        margin: 0 auto 10px;
    }

.Elite_life .container>p {
    text-align: center;
    padding:10px 0;
    line-height: 2;
    font-size: 14px;
}
.Elite_life {
    padding:10px 0;
    background-color:#f5f5f5;
}
















.private_equity li {
    position:relative;
    margin-bottom:20px;
}
.private_equity li .msg {
    font-size: 18px;
    width: 100%;
    position: relative;
    float: left;
    background-color: #f2f2f2;
    border-bottom-left-radius: 25px;
    box-shadow: 0 5px 5px rgba(6,0,1,0.1);
}

    .private_equity li .msg img {
        line-height: 1;
    }

.private_equity li .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:3.06rem;
    height:1.52rem;
    background-image:url(../img/6-11.png);
    background-size:3.06rem 1.52rem;
    background-position:center;
    background-repeat:no-repeat;
    background-color:rgba(24,64,171,0.22)
}

    .private_equity li .inner a {
        font-size: 16px;
        display: block;
        font-weight: normal;
        height:1.52rem;
        line-height:1.52rem;
        cursor: pointer;
        transition: all 0.2s linear;
        text-align:center;
        color:#fff;
    }

.private_equity li:hover {
    color: #3552b1;
}

    .private_equity li:hover a {
        transform: scale(1.2);
    }

    .private_equity li:hover .inner,
    .private_equity li:hover .msg {
        box-shadow: 0 5px 5px rgba(24,64,171,0.14);
    }
.detail {
    background-color: #f5f5f5;
    padding: 20px 10px;
    min-height:100%;
}
.detail .container{
    background-color: #fff;
    padding: 20px 10px;
   min-height:100%;
}
.detail_tit p.lead {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.detail_tit p.date {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.detail_container {
    min-height:100%;
      margin:10px;
}
.detail_container img {
    display: inline;
}




.pages {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size:0;
}

    .pages span, .pages a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        border: 1px solid #ebe8e9;
        margin: 0 1px;
        background: #fafafb;
        color: #3552b1;
        font-size:14px;
    }

        .pages a:hover, .pages .current {
            background:#3552b1;
            color: #fff;
        }















