.banner-img {
    width: 100%;
    height: auto;
}
.banner-box {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 3.65%;
}

.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}
.bannertit:after {
    content: "";
    position: absolute;
    width: 0.3125rem;
    height: 0.015625rem;
    border-radius: 0.010416666666666666rem;
    background-color: #ffffff;
    bottom: -0.14583333333333334rem;
    left: 0;
}
.bannercon {
    font-size: 0.125rem;
    color: #ffffff;
    width: 3.5833333333333335rem;
    line-height: 0.21484375rem;
    margin-top: 0.34375rem;
}

.content {
    padding-top:0.026041666666666685rem;
    padding-bottom: 0.5208333333333334rem;
    width: 100%;
    overflow: hidden;
}


.oembox {
    width: 83.33333333333334%;
    margin: 0 auto;
}
.oemlist {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.oemli {
    padding: 0.5208333333333334rem 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.oemli:nth-child(2n) {
    flex-direction: row-reverse;
}   
.oemli-l {
    width: 55%;
    height: 2.6041666666666665rem;
    border-radius: 0.10416666666666667rem;
    background-color: #c4cdda;
    overflow: hidden;
}
.oem-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.78s;
}
.oem-img:hover {
    transform: scale(1.08);
}
.oemli-r {
    width: 40.9375%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.oem-title {
    font-size: 0.20833333333333334rem;
    line-height: 0.20833333333333334rem;
    color: #333333;
    overflow: hidden;
    width: 100%;
}
.oem-con {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    margin-top: 0.12760416666666666rem;
    width: 100%;
}
@media only screen and (max-width: 768px) {
.banner-box{
    padding: 0;
}
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
    top: 0;
}
.bannertit:after {
    left: 2.75%;
    width: 0.8rem;
    height: 0.05rem;
    bottom: -0.225rem;
}
.bannercon {
    font-size: 0.375rem;
    line-height: 0.525rem;
    width: 100%;
    margin-top: 0.6rem;
    padding: 0 2.75%;
    max-height: 1.575rem;
    box-sizing: border-box;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
    padding: 0.75rem 0 0;
}
.oembox {
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
}
.oemli{
    padding: 0;
    flex-wrap: wrap;
    padding-bottom: 0.8625rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}
.oemli-l {
    width: 100%;
    height: 4.575rem;
    border-radius: 0.125rem;
    background-color: #ebebeb;
}
.oemli-r{
    width: 100%;
}
.oem-title {
    font-size: 0.475rem;
    line-height: 0.475rem;
    margin-top: 0.5rem;
}
.oem-con {
    font-size: 0.375rem;
    line-height: 0.65rem;
    margin-top: 0.3125rem;
    overflow: hidden;
    width: 100%;
}
}