.content{
    width: 1200px;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.telbox{
    width: 100%;
    height: 149px;
    background: url('../image/telboxbj.jpg') no-repeat center;
    color: #fff;
}
.telbox p{
    font-size: 20px;
    margin-bottom: 8px;
}
.telbox h3{
    font-size: 30px;
    font-weight: 800;
}
.telL{
    width: 70%;
}
.telR{
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.telR img{
    width: 90%;
}