.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/join/nimg1920_10.jpg');
}

.pagecontent .pagenavpc li {
    width: 33.33%;
}

.tal-content{
    padding: 100px 0px 20px 0px;
}

.tal .imgDiv {
    padding-bottom: 30px;
}

.tal .imgDiv img{
    width: 100%;
}

.tal .row>div{
    padding: 15px;
}

.strategy {
    min-height: 250px;
    padding: 25px;
    border: 1px #e0e0e0 solid;
    text-align: center;
}

.strategy .strategy-title{
    font-size: 18px;
    color: #ec6c21;
    font-weight: bold;
    padding-bottom: 10px ;
    margin-bottom: 15px;
    min-height: 80px;
    background: url(../../images/join/ico2_1hr.png) no-repeat center bottom;
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;

}

@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url('../../images/join/nimg640_10.jpg');
        height: 220px;
    }
    .tal-content{
        padding: 20px 5px 5px 5px;
    }
    .tal .imgDiv {
        padding-bottom: 20px;
    }
    .strategy {
        min-height: 200px;
    }
    .strategy .strategy-title{
        min-height: 64px;
    }
}