.bannerbox {
    width: 100%;
    height: 31.25rem;
    background: url('https://qn.icgushi.com/JLDXXI/QQQQQQW.png') no-repeat center;
    background-size: cover;
}

.bannertextleft {
    color: #fff;
    padding-top: 5rem;
    padding-left: 5rem;
}

.zhfont {
    font-size: 3.125rem;
}

.enfont {
    font-size: 1.5rem;
}

.whitebar {
    width: 6rem;
    height: 1rem;
    margin-top: 3.2rem;
    background: #fff;
    border-radius: 0.5rem;
}

.minnav {
    display: flex;
    background: #FBFBFB;
}

.minnavfont {
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 4rem;
    cursor: pointer;
}
.marrBot01 {
    border-bottom: 2px solid #004196;
}


/* 标题 */
.titlebox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiltemin {
    position: relative;
}

.enprofile {
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    opacity: 0.1;
}

.zhporfile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.blueBar {
    position: relative;
    left: 2rem;
    width: 3.75rem;
    height: 4px;
    background: #1E53DE;
}

/* 上部brand标题 */
.topbrandItem,
.botBrandModelItem {
    position: relative;
    color: #666666;
    font-weight: 400;
}



.topbrandItem:hover {
    color: #1E53DE;
    font-weight: bold;

}

.botBrandModelItem:hover {
    color: #1E53DE;
    font-weight: bold;
}

.topbrandItem:hover {
    box-shadow: 0px 0px 20px 0px rgba(30,83,222,0.2);
}

.logomodelItem:hover {
    box-shadow: 0px 0px 20px 0px rgba(30,83,222,0.2);
}

.botBrandModelItem:hover {
    /* box-shadow: 0px 0px 20px 0px rgba(30,83,222,0.2); */
}

/* .topbrandLogo:hover {
    box-shadow: 1px 1px 5px #666;
}

.logomodelImg:hover {
    box-shadow: 1px 1px 5px #666;
}

.botBrandLogoImg:hover {
    box-shadow: 1px 1px 5px #666;
} */

.logoName,
.botBrandLogoName {
    position: absolute;
    bottom: 1.5rem;
    left: 2.5rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;

    /* font-weight: 400; */
    /* color: #1E53DE; */
}

.logomodelItem {
    position: relative;
    color: #333333;

}

.logomodelItem:hover {
    color: #1E53DE;
}


.logomodelName {
    /* font-size: 1.25rem; */
    font-size: 1.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;

    /* color: #1E53DE; */
    position: absolute;
    bottom: 1.5rem;
    /* left: 30%; */
}

.logoModelBox{
    background: #fff !important;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px;
}

.botBrandLogoBox{
    display: flex;
    align-items: center;
    justify-content: center;
}