.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%;
}

.contactus-content{
    padding: 100px 0px 50px 0px;
}

.contactus .blog-item{
    position: relative;
    margin-bottom: 30px;
    box-shadow: 2px 6px 29px -6px #e0e0e0;
    padding: 50px 20px;
    min-height: 203px;
    transition: all 0.3s;
    color: #777777;
    text-align: center;
}

.contactus .blog-item .icon{
    margin-bottom: 15px;
}

.contactus .blog-map{
    text-align: center;
    box-shadow: 13px 13px 29px -6px #e0e0e0;
}


.contactus .blog-map img{
    width: 100%;
    height: 650px;
}



@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url("../../images/join/nimg640_10.jpg");
        height: 220px;
    }
    .contactus-content{
        padding: 30px 5px 20px 5px;
    }
    .contactus .blog-item {
        padding: 30px 20px;
        min-height: 150px;
    }
    .contactus .blog-map img{
        width: 100%;
        height: 300px;
    }
}