.section-box {
    padding: 0.5rem 0 1rem 0;
}

.section-box-wrapper {
    margin: 0 auto;
    width: 11.2rem;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title {
    margin-top: 10px;
    font-size: 0.3rem;
    font-weight: 400;
}

.section-logo {
    width: 0.5rem;
    height: 0.5rem;
}

.section-items-wrapper {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-item-box {
    position: relative;
    width: 3.62rem;
    height: 3.62rem;
}

.solution-item-box-1 {
    background: url("../images/home/solution/ic_item_2_bg.jpg") no-repeat 100% 100%;
    background-size: cover;
}

.solution-item-box-2 {
    background: url("../images/home/solution/ic_item_1_bg.jpg") no-repeat 100% 100%;
    background-size: cover;
}

.solution-item-box-3 {
    background: url("../images/home/solution/ic_item_3_bg.jpg") no-repeat 100% 100%;
    background-size: cover;
}

.solution-item-box>.item-box-wrapper>.icon-title-box {
    text-align: center;
    z-index: 2;
}

.solution-item-box>.item-box-wrapper>.icon-title-box>img {
    width: 0.6rem;
    height: 0.6rem;
}

.solution-item-box>.item-box-wrapper>.icon-title-box>div {
    margin-top: 0.08rem;
}


.solution-item-box>.item-box-wrapper>.text-box {
    display: none;
    z-index: 2;
}

.solution-item-box:hover>.item-box-wrapper>.text-box {
    display: flex;
}

.solution-item-box:hover::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.solution-item-box>.item-box-wrapper>.text-box>.line {
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0.03rem;
    margin: 0.2rem 0 0.16rem 0;
}

.solution-item-box>.item-box-wrapper>.text-box>.content {
    line-height: 0.24rem;
    margin-bottom: 0.16rem;
    font-weight: 100;
}

.video-item-box {
    width: 3.62rem;
    height: 2.86rem;
    background-color: #fff;
    cursor: pointer;
}

.video-item-box>.poster-box {
    width: 100%;
    height: 2.4rem;
    position: relative;
}

.video-item-box>.poster-box>.poster {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
}


.video-item-box>.poster-box>.play-btn {
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.video-item-box>.poster-box>.content {
    color: #333;
}

.video-item-box:hover>.poster-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.video-item-box:hover {
    background-color: #004BA0;
}

.video-item-box:hover>.content {
    color: #fff;
}


.video-item-box:hover>.poster-box>.play-btn {
    display: block;
}


.company-profile-box {
    background-image: url("../images/home/profile/ic_profile_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.profile-item-box {
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    position: relative;
}

.profile-item-box >.title {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    font-size: 0.2rem;
    color: #fff;
}

.profile-content-mobile {
    display: none;
}

.company-profile-item-box {
    background-image: url("../images/home/profile/ic_item_2_normal.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.company-profile-item-box:hover {
    background-image: url("../images/home/profile/ic_item_2_selected.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.honor-item-box {
    background-image: url("../images/home/profile/ic_item_1_normal.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.honor-item-box:hover {
    background-image: url("../images/home/profile/ic_item_1_selected.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.document-item-box {
    background-image: url("../images/home/profile/ic_item_3_normal.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.document-item-box:hover {
    background-image: url("../images/home/profile/ic_item_3_selected.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.news-item-box {
    width: calc((100% - 3px) / 4);
    height: 3.8rem;
    background-color: #fff;
    cursor: pointer;
}

.news-item-box>.line {
    height: 0.06rem;
    background-color: #fff;
}

.news-item-box>.content {
    padding: 0.2rem 0.16rem;
}

.news-item-box>.content>.title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}

.news-item-box>.content>.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 0.44rem;
}

.news-item-box>.content>.image-box {
    height: 1.88rem;
}

.news-item-box>.content>.image-box>img {
    object-fit: cover;
}

.news-item-box:hover {
    background-color: #F4F5F6;
}

.news-item-box:hover>.line {
    background-color: #004BA0;
}

.section-items-brand {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1px;
}

.brand-box {
    background-image: url("../images/home/brand/ic_brand_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.brand-item-box {
    height: 1.13rem;
    border-right: 1px solid #DCDFE6;
    border-bottom: 1px solid #DCDFE6;
    cursor: pointer;
}

.brand-item-box:nth-child(6n) {
    border-right: none;
}

.brand-item-box:nth-child(n+19) {
    border-bottom: none;
}

.brand-item-box>.img-box {
    padding: 0.16rem;
    width: 100%;
    height: 100%;
}

.brand-item-box:hover>.img-box>img:nth-child(2) {
    display: block;
}

.brand-item-box:hover>.img-box>img:nth-child(1) {
    display: none;
}

.brand-item-box>.img-box>img:nth-child(2) {
    display: none;
}

.brand-item-box>.img-box>img {
    width: 100%;
    height: auto;
}


.statistic-box {
    background-image: url("../images/home/statistic/ic_statistic_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.statisc-item-box {}

.links-item-box {
    display: flex;
    gap: 0.4rem;
}

.links-item-box >.items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.links-item-box >.items-wrapper > div{
    cursor: pointer;
}

.num {
    font-size: 0.5rem;
    font-weight: 500;
}

.num span {
    font-weight: normal;
    font-size: 0.24rem;
}

.text {
    font-size: 0.2rem;
}


.text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.16rem;
}

.more-btn {
    width: 1.16rem;
    height: 0.36rem;
    border-radius: 0.04rem;
    border: 1px solid #FFFFFF;
    line-height: 0.36rem;
    font-size: 0.14rem;
    margin: 0 auto;
}


.v-line {
    height: 1.38rem;
    width: 1px;
    background-color: rgba(74, 74, 74, 1.0);
}




.video-wrapper {
    background-color: #000;
}

.video-wrapper >video {
}

.mobile-banner-box {
    display: none;
}