/* profile */
.profile {
    width: 100%;
    background-size: cover !important;
    padding-bottom: 261px;
}
.profile-main {
    padding-top: 192px;
}
.profile-main > h1 {
    font-size: 44px;
    /*font-family: syst;*/
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
    line-height: 64px;
}
.profile-main > p {
    width: 573px;
    font-size: 14px;
    /*font-family: SourceHanSansCN-Normal, SourceHanSansCN;*/
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin: 42px 0 30px;
    text-align: justify;
}
.profile-text {
    width: 573px;
    font-size: 14px;
    /*font-family: SourceHanSansCN-Normal, SourceHanSansCN;*/
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: justify;
}

/* team */
.team {
    padding-top: 86px;
    margin-bottom: 181px;
}
.team .field-logo {
    margin-bottom: 82px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.team-main {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.team-copy {
    width: 285px;
    height: 405px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: url(../image/about/team-bg.png) no-repeat;
    background-size: 166px 236px;
    background-position: 24px 132px;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    margin-right: 26px;
}
.team-copy:nth-child(4n) {
    margin-right: 0;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none;
}
.team-text {
    width: 45px;
    margin-left: 29px;
}
.team-border {
    width: 45px;
    height: 3px;
    background: #B60004;
    border-radius: 0px 0px 2px 2px;
    margin-bottom: 20px;
}
.team-word {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.team-word > p {
    width: 16px;
    font-size: 16px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}
.team-word > span {
    width: 25px;
    font-size: 22px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 400;
    color: #222222;
    line-height: 26px;
}
.team-image {
    width: 280px;
    height: 280px;
    position: absolute;
    bottom: 0;
    right: -67px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.team-image > img {
    width: 280px;
    height: 280px;
}
.team-bottom {
    width: 100%;
    height: 62px;
    background: #A20901;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    /*font-family: SourceHanSansCN-Normal, SourceHanSansCN;*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 62px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
    cursor:pointer;
}
@media screen and (min-width: 768px) {
    .team-copy:hover , .team-text:hover , .team-image:hover , .team-image > img:hover , .team-word:hover , .team-word > p:hover , .team-word > span:hover {
        cursor:pointer;
    }
    .team-copy:hover .team-image {
        right: -57px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .team-copy:hover .team-bottom {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.9;
    }
}



/* investment */
.investment {
    width: 100%;
    /* height: 1150px; */
    background: url(../image/about/about-investment.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 145px;
}
.investment .field-top {
    text-align: left;
}
.investment .field-logo {
    margin: 44px 0 65px;
}
.investment-image {
    text-align: center;
    margin-bottom: 66px;
}
.investment-image > img {
    width: 622px;
    height: 62px;
}
.investment-copy {
    margin-bottom: 58px;
}
.investment-copy:last-child {
    margin-bottom: 0;
}
.investment-copy:last-child .investment-banner {
    display: none;
}
.investment-text {
    display: flex;
    justify-content: space-between;
}
.investment-banner {
    text-align: right;
}
.investment-banner > img {
    width: 100%;
    height: 16px;
    padding-left: 72px;
}
.investment-l {
    width: 393px;
    height: 149px;
    /* background: #222222; */
    padding-left: 72px;
    padding-top: 25px;
}
.investment-l > p {
    font-size: 37px;
    /*font-family: syst;*/
    font-weight: bold;
    color: #222222;
    letter-spacing: 2px;
    line-height: 54px;
}
.investment-l > h1 {
    font-size: 34px;
    /*font-family: syst;*/
    font-weight: bold;
    color: #999999;
    line-height: 49px;
    letter-spacing: 4px;
}
.investment-r {
    width: calc(100% - 442px);
    padding-top: 10px;
}
.investment-r > p {
    font-size: 18px;
    /*font-family: SourceHanSansCN-Normal, SourceHanSansCN;*/
    font-weight: 400;
    color: #222222;
    line-height: 38px;
}
/* .investment-r > img {
    width: 100%;
    height: 16px;
    margin-top: 27px;
} */


/* zhe  zhao  ceng */
.people-banner {
    height: 640px;
    /* height: calc(100% - 150px); */
}
.people-banner > .main-center {
    height: 100%;
}
.swiper-container {
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.people-all {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 120px;
    position: relative;
}
.people-close {
    top: 30px;
    right: 30px;
    z-index: 33;
}
.people-left{
    background: #F9F9F9;
    padding-bottom: 60px;
    border-radius: 10px 0 0 10px;
}
.people-left-t {
    width: 583px;
    border-radius: 10px 0 0 10px;
    padding-top: 80px;
    padding-left: 80px;
    display: flex;
}
.people-left-t > img:first-child {
    width: 187px;
    height: 263px;
    margin-top: 78px;
}
.people-left-t > img:nth-child(2) {
    width: 412px;
    height: 412px;
    margin-left: -190px;
}
.people-left-t > span:nth-child(3) {
    width: 16px;
    font-size: 19px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    letter-spacing: 1px;
    margin-right: 12px;
}
.people-left-t > span:nth-child(4) {
    width: 25px;
    font-size: 32px;
    /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
    font-weight: 400;
    color: #222222;
    line-height: 37px;
    letter-spacing: 1px;
}
.people-left-b {
    padding-left: 80px;
    font-size: 25px;
    /*font-family: syst;*/
    font-weight: bold;
    color: #222222;
}
.people-left-b > span:first-child {
    font-size: 63px;
    /*font-family: syst;*/
    font-weight: bold;
    color: #B60004;
    display: inline-block;
}
.people-left-b > span:nth-child(2) {
    font-size: 20px;
    color: #999999;
    margin-top: -3px;
    display: inline-block;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.people-left-b > span:nth-child(3) {
    margin-bottom: -3px;
    display: inline-block;
    vertical-align: middle;
}
.people-div {
    margin: 50px 0 50px 0;
    overflow-y: scroll;
    overflow:-moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.people-right {
    padding: 0;
}
.people-div::-webkit-scrollbar {
    width: 0 !important
}
/*IE 10+*/
.people-div {
    -ms-overflow-style: none;
}
/*Firefox*/
.people-div {
    overflow: -moz-scrollbars-none;
}
.people-right > .people-copy:nth-child(3) {
    margin-bottom: 48px;
}
.people-banner-left ,.people-banner-right {
    width: 18px;
    height: 33px;
    background-image: none;
}
.people-banner-left > img , .people-banner-right > img {
    width: 100%;
    height: 100%;
    cursor:pointer;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 50px;
}

/* app */
@media screen and (max-width: 768px) , screen and (-webkit-max-width: 768px) {
    /* profile -- gong si jian jie */
    .profile {
        background-size: cover !important;
        background-position: 0;
        padding-bottom: 1.84rem;
        background-repeat: no-repeat !important;
        background-position: left top !important;
        background-color: #000;
    }
    .profile-main {
        padding-top: 9.04rem;
    }
    .profile-main > h1 {
        font-size: 0.59rem;
        line-height: 0.83rem;
        letter-spacing: 2px;
        text-align: center;
    }
    .profile-main > p,.profile-text {
        width: 100%;
        font-size: 0.35rem;
        line-height: 0.75rem;
        text-align: justify;
    }
    .profile-main > p {
        margin: 0.53rem 0;
    }

    /* team */
    .team .field-logo {
        margin-bottom: 0.8rem;
    }
    .team {
        padding-top: 1.73rem;
        margin-bottom: 1.98rem;
    }
    .team-copy {
        width: 100%;
        height: 3.15rem;
        background-size: 1.6rem 2.27rem;
        background-position: 5.92rem 0.53rem;
        margin-bottom: 0.53rem;
        margin-right: 0;
    }
    .team-image {
        width: 3.09rem;
        height: 3.07rem;
        right: 0.13rem;
    }
    .team-image > img {
        width: 100%;
        height: 100%;
    }
    .team-text {
        width: 4.85rem;
        display: flex;
        margin-left: 0;
        padding-top: 0.48rem;
    }
    .team-border {
        width: 0.08rem;
        height: 0.43rem;
        background: #B60004;
        border-radius: 0rem 0rem 0.05rem 0.05rem;
        margin-right: 0.4rem;
    }
    .team-word {
        flex-direction: column;
    }
    .team-word > span {
        width: 4.37rem;
        font-size: 0.35rem;
        line-height: 0.56rem;
        color: #666666;
    }
    .team-word > p {
        width: 100%;
        font-size: 0.43rem;
        line-height: 0.64rem;
        color: #222222;
        margin-top: -0.1rem;
    }
    .team-bottom {
        display: none;
    }
    .team-app {
        font-size: 0.35rem;
        /*font-family: SourceHanSansCN-Light, SourceHanSansCN;*/
        font-weight: 300;
        color: #B60004;
        margin-top: 0.6rem;
    }
    .team-app > img {
        width: 0.32rem;
        height: 0.19rem;
        margin-left: 0.24rem;
    }

    /* field -- tou zi tuan dui */
    .investment {
        /* height: 25.23rem; */
        background: url(../image/about/about-investment-app.jpg) no-repeat center center;
        background-size: cover;
        padding-bottom: 1.92rem;
    }
    .investment .field-top {
        font-size: 0.59rem;
    }
    .investment .field-logo {
        margin: 0.16rem 0 1.87rem;
    }
    .investment-image > img {
        width: 7.63rem;
        height: 0.77rem;
    }
    .investment-image {
        margin-bottom: 1.33rem;
    }
    .investment-copy {
        margin-bottom: 1.31rem;
    }
    .investment-text {
        flex-direction: column;
    }
    .investment-l{
        width: 100%;
        height: 1.89rem;
        padding: 0.53rem;
        display: flex;
        justify-content: space-between;
        padding-right: 0.4rem;
    }
    .investment-l > p {
        font-size: 0.59rem;
        line-height: 0.83rem;
        letter-spacing: 1px;
    }
    .investment-l > h1 {
        font-size: 0.59rem;
        line-height: 0.83rem;
    }
    .investment-r {
        width: 100%;
    }
    .investment-r > p {
        font-size: 0.35rem;
        line-height: 0.64rem;
    }
    .investment-banner {
        margin-top: 0.24rem;
    }
    .investment-banner > img {
        width: 100%;
        height: 0.27rem;
    }

    /* zhe */
    .zhe {
        height: calc(100% - 1.33rem);
        top: 1.33rem;
    }
    .people-banner {
        width: calc(100% - 0.8rem);
        height: 90%;
        top: 0.8rem;
        left: 0.4rem;
        transform: translate(0);
    }
    .tan {
        width: 100%;
        height: 100%;
    }
    .swiper-container {
        height: 100%;
    }
    .swiper-slide {
        height: 100%;
    }
    .people-all {
        width: 100% !important;
        flex-direction: column;
        padding: 0;
        justify-content: start;
    }
    .people-left {
        padding-bottom: 0;
        flex-direction: row;
        justify-content: start;
        border-radius: 10px 10px 0 0;
    }
    .people-left-t {
        width: calc(100% - 2.72rem);
        height: 7.47rem;
        padding: 0;
        margin-left: 1.1rem;
        position: relative;
    }
    .people-left-t > img:first-child {
        width: 2.61rem;
        height: 3.68rem;
        margin-top: 0;
        position: absolute;
        top: 1.95rem;
        left: 3.84rem;
    }
    .people-left-t > img:nth-child(2) {
        width: 6.45rem;
        height: 6.45rem;
        margin-top: 1.01rem;
        margin-left: 0;
    }
    .people-left-b {
        padding-left: 0;
        font-size: 0.32rem;
        padding-top: 6.5rem;
    }
    .people-left-b > span:first-child {
        font-size: 0.64rem;
    }
    .people-left-b > span:nth-child(2) {
        font-size: 0.35rem;
        margin: 0 0.05rem 0 0.08rem;
    }
    .people-left-b > span:nth-child(3) {
        display: inline;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        top: 4rem;
        left: 0.4rem;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        top: 4rem;
        right: 0.4rem;
    }
    .people-banner-left > img, .people-banner-right > img , .people-banner-left > img, .people-banner-right > img {
        width: 0.27rem;
        height: 0.53rem;
    }
    .people-right {
        width: 100%;
        height: calc(100% - 7.87rem);
        padding: 0 0.4rem;
        overflow-y: auto;
        height: 100%;
    }
    .people-right > p {
        font-size: 0.59rem;
        /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
        font-weight: 400;
        color: #222222;
        letter-spacing: 1px;
    }
    .people-right > h1 {
        font-size: 0.35rem;
        /*font-family: SourceHanSansCN-Regular, SourceHanSansCN;*/
        font-weight: 400;
        color: #666666;
        margin: 0.27rem 0 0.8rem;
    }
    .people-copy {
        margin-bottom: 0.53rem;
    }
    .people-copy > h1{
        font-size: 0.43rem;
        line-height: 0.64rem;
        margin-bottom: 0;
    }
    .people-copy > p {
        font-size: 0.35rem;
        line-height: 0.69rem;
    }
    .people-close {
        width: 0.48rem;
        height: 0.48rem;
        top: 0.51rem;
        right: 0.53rem;
    }
    .people-div {
        margin: 0.4rem 0 0;
        padding-bottom: 0.8rem;
    }
}
