﻿*{
    padding:0;
    margin:0;
}

.banner img{
    width: 100%;
    display: flex;
}
.person{
    width: 100%;
    margin:0 auto
}
.person .item{
    width: 100%;
    padding:25px 0;
}
.person .item:nth-child(2n-1){
    background: #f5f5f5;
}
.person .item .item_info{
    max-width: 1420px;
    width: 100%;
    margin:auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.person .item .item_info .item_cont{
    width: 80%;
}
.person .item .item_info .item_cont .name p{
    font-size: 56px;
    font-weight: 700;
    color:rgba(200,200,200,0.2);
    font-style: italic;
    transform: scale(1, 1.4);
}
.person .item .item_info .item_cont .name h2{
    font-size:56px;
    font-weight: bold;
    margin-top:-25px;
}
.person .item .item_info .item_cont .info{
    padding-bottom: 130px;
    padding-top:15px;
    padding-right: 3%;
    line-height: 25px;
}
.person .item .item_info  .img{
    width: 20%;
}
.person .item .item_info  .img img{
    width: 100%;
}

.person .item .item_info .numbers{
    width: 85%;
    position: absolute;
    display: flex;
    background: #fff;
    z-index: 9;
    bottom:25px;
    box-shadow: 0 0 10px #eee;
}


.person .item .item_info .numbers .num{
    width: 20%;
    text-align: center;
    padding:10px 0;
    border-right: 1px solid #f6f6f6;
    color:#c4212a;
}
.person .item .item_info .numbers .num p{
    font-size: 42px;
    font-weight: bold;
    line-height: 40px;

}
.person .item .item_info .numbers .num span{
    font-size: 20px;
    color:#6f6f6f;
    line-height: 30px;
}
.person .item .item_info .numbers .red{
    background: #c4212a;
    color:#fff!important;
}
.person .item .item_info .red_color{
    color:#c4212a!important;
}
.person .item .item_info .numbers .orange{
    background: #fc9032!important;
    color:#fff!important;
}
.person .item .item_info .orange_color{
    color:#fc9032!important;
}




@media screen and (min-width: 650px) {
    .wap{
        display: none!important;
    }
}

@media screen and (max-width: 650px) {
    .pc{
        display: none!important;
    }
    .person .item .item_info{
        display: block;
        padding:0 3%;
        width: 94%;
        position: relative;
    }
    .person .item .item_info .item_cont{
        width: 100%;
        position: relative;
    }
    .person .item .item_info .item_cont .info{
        padding-bottom: 3%;
    }
    .person .item .item_info .numbers{
        position: relative;
        width: 100%;
        bottom:0;
    }
    .person .item .item_info .numbers .num p{
        font-size: 32px;
    }
    .person .item .item_info .numbers .num span{
        font-size: 16px;
    }
    .person .item .item_info .img{
        position: absolute;
        top:0;
        right: 3%;
    }
}































