/* 培养阶梯 */
.pyjt{ 
    width:100%;
    height:auto;
    padding:0px 0 0px;
    background: url(../images/pyjt_bg.png) no-repeat center bottom;
    background-size: 100% cover;
    clear: both;
}


.pyjt .items{
    height: 767px;
    display:flex;
    justify-content:space-between; 
    align-items: flex-end;
}
.pyjt .items .item{
    width: 486px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    position:relative;
    background: #fff;
}
.pyjt .items .item .t{
    width: calc(100% - 40px);
    padding:20px 0 20px 40px;
    
}

.pyjt .items .item1 .t{
    height: calc(185px - 40px);
    background: url(../images/jt_1.png) no-repeat center top / cover;
}
.pyjt .items .item2 .t{
    height: 243px;
    background: url(../images/jt_2.png) no-repeat center top / cover;
}
.pyjt .items .item3 .t{
    height: 304px;
    background: url(../images/jt_3.png) no-repeat center top / cover;
}


.pyjt .items .item h2{
    font-weight: 500;
    font-size: 32px;
    text-align:left; 
    color:#fff;
    position: relative;
}
.pyjt .items .item h2::after{ 
    content:'';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.pyjt .items .item h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding:20px  0 20px;
    color:#fff;
}

.pyjt .items .item .more{
    text-align: center;
    font-size: 18px;
    padding:30px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pyjt .items .item .more i{ 
    width: 34px;
    height: 32px;
    display: inline-block;
    background: url(../images/more2.png) no-repeat center / cover;
    margin-left:30px;
}
.pyjt .items .item .more:hover{
    color: #ca0000;
}
.pyjt .items .item .more:hover i{ 
    background: url(../images/more1.png) no-repeat center / cover;
}

.pyjt_t{
    width: 100%;
    height: 313px;
    background: #ca0000;
}

.pyjt_t .inner{ 
    height: 313px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pyjt_t .inner div{ 
    width:1250px; 
    /* height: 80px; */
    color:#fff; 
    text-align: left;
    border-bottom: 1px dashed #fff;
    padding-bottom: 20px;
}
.pyjt_t .inner div h2{
    font-size:36px;
    
} 
.pyjt_t .inner div p{
    font-size: 16px;
    margin-top: 30px;
}



.pyjt_t .inner i{ 
    width:150px; 
    height: 150px;
}

@media screen and (max-width: 1538px) {
    .pyjt .items .item{
        width: 400px;
    }
}

@media screen and (max-width: 1480px) {
    
}

@media screen and (max-width: 1366px) {

    .pyjt .con .item {
        width: 380px;
    }
}


@media screen and (max-width: 1280px) {
    

    .pyjt .items .item {
        width: 320px;
    }
    
}

@media only screen and (max-width: 1024px) {
    .pyjt{
        padding:10px 0;
        height: auto;
    }
    .pyjt .items {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 96%;
    }
    .pyjt .items .item {
        width: 100%;
        height: auto;
    }
    .pyjt .items .item1 .t{
        height: auto;
    }
    .pyjt .items .item2 .t{
        height: auto;
    }
    .pyjt .items .item3 .t{
        height: auto;
    }

    .pyjt_t{
        height: auto;
    }
    .pyjt_t .inner{
        height: 115px;
    }
    .pyjt_t .inner div p{
        display: none;
    }
    .pyjt_t .inner div{
        font-size:1rem;
        line-height: 2rem;
        height: 2rem;
    }
    .pyjt_t .inner div h2 {
        font-size: 1rem;
    }
    .pyjt_t .inner i {
        
    }
    .pyjt_t .inner i svg{
        width: 150px;
        height: 150px;
        transform: matrix(0.5, 0, 0, 0.5, 0, 0);
    }

    
@media only screen and (max-width: 768px) { 

}