/* 联系我们 开始 */
#contact .banner{
    height: 31.25vw;
}

#contact .title{

}

#contact .title h3{
    font-size:32px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    display: inline-block;
}

#contact .title span{
    font-size:18px;
    color:#999;
    line-height:52px;
    display: inline-block;
    margin-left: 10px;
}

.contact{
    margin-top:60px;
}
.contact .item{
    padding:10px 40px 20px 0;
}
.contact h4{
    font-size:18px;
    font-weight:700;
}
.contact p{
    color:#666;
    font-size:16px;
}


#map{
    width:100%;
    height:300px;
}

.jobs{
    margin-top:60px;
}

.jobs .lists .row{
    margin:20px auto;
    border-bottom:1px solid #f2f2f2;
    padding: 20px 0;
}
.jobs .lists .row:last-child{
    border:0;
}
.jobs .lists .row button{
    float:right;
}

/*  联系我们 结束 */

/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {

    /* 联系我们 */
    #contact .contact{
        margin-top:30px;
    }
    #contact .title h3{
        font-size: 28px;
    }
    #contact .title span{
        font-size: 20px;
        margin-left: 15px;
    }
 
    .contact .item{
        padding: 10px 20px 10px 0;
    }
}

/* 手机 */
@media screen and (max-width:767px) {
    #contact .box,#about .box{
        display:block;
    }
    /* 联系我们 */
    #contact .contact{
        margin-top:30px;
    }
    #contact .title h3{
        font-size: 24px;
    }
    #contact .title span{
        font-size: 14px;
        margin-left: 5px;
    }
   .contact .item{
        padding: 10px 20px 10px 0;
    }
	#map{
		height:300px;
	}

}