@font-face {
    font-family: OPPOSans-R;
    src: url(../fonts/OPPOSANS-R.TTF);
}
/*========= banner图 文字 start=============*/
.publicIn_bannerText{
    top: 28%;
}
.publicIn_bannerText p {
    width: 518px;
    line-height: 30px;
    font-family: OPPOSans-R;
}
/*========= banner图 文字 end=============*/
/*=========中间内容部分 start =========*/
.contentBox {
    padding: 120px 0px 80px;
    font-size: 0px;
}

.imgBox {
    padding: 0px 20px 40px 20px;
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
}
.imgBox:hover {
    transform: translateY(-20px);
}
.imgBox:hover p{
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #007fff;
}
.imgBox .carBox {
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(168, 168, 168, 0.3);
    border-radius: 8px;
    line-height: 260px;
    margin-bottom: 29px;
}

.carBox img {
    width: 100%;
    height: 100%;
}

.imgBox p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}
/*=========中间内容部分 end =========*/