
/* 内容样式 */
.info-title {
    font-size: 40px;
}
.info-desc {
    font-size: 40px;
}
.controls-page li {
    width: 35px;
    height: 4px;
}

.right-controls .controls li::after {
    margin-top: 6px;
}

.right-controls .controls li {
    width: 22px;
    height: 22px;
}

.container-title {
    padding: 15px 100px;
}

.container-title-group {
    padding: 15px 100px 25px 34px;
}

.container-title-core {
    padding: 85px 100px 20px 44px;
}

.title-zh {
    font-size: 22px;
    line-height: 26px;
}

.page4-title .title-en {
    font-size: 26px;
}

.jituan-en {
    font-size: 26px;
}
.box-four {
    height: calc(100vh - 140px);
    flex-wrap: nowrap;
    justify-content: flex-start;   /* 横向可滚动时居左排列更直观 */
    overflow-x: auto;
}
.box-four .box {
    width: calc(100vw - 20px)!important;
    min-width: calc(100vw - 20px)!important;
    font-size: 12px;
}
.box .logo {
    opacity: 1!important;
}
.box .more-container {
    opacity: 1!important;
}
.more-container img {
    width: 35px;
    height: 35px;
}


.page3-box .container-title .title-en {
    font-size: 26px;
}

.row-1-col-1, .row-1-col-2 {
    height: 126px;
    width: 330px;
}

.block-row-2 .row-2 {
    width: 330px;
    height: 126px;
}

.icon-block {
    bottom: 53px;
    left: 247px;
    width: 40px;
    height: 40px;
}

.row-title {
    top: 62px;
    left: 26px;
    font-size: 20px;
}

.sidebar {
    width: 120px;
    height: 400px;
}

.content {
    /* 可根据实际需求补充内容样式 */
    height:432px;
}

.content-title {
    font-size: 14px;
    margin-bottom: 12px;
}

.partner-item {
    height: 80px;
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
}

.page5-container-box {
    padding: 66px 0px 0 0;
}

.page5-title {
    margin-top: 4px;
    font-size: 20px;
    padding: 0 15px;
}

.page5-box-wrap{
    margin: 0 20px;
    overflow-x: auto;
    width: 95%;
}

.page5-box {
    margin-top: 12px;
    width: max-content;
    overflow-x: auto;
}

.page5-box-2{
    width: 95%;
    margin: 0 20px;
}

.page5-left-item {
    width: 100% !important;
}

.page5-item img {
    width: 320px;
    height: 130px;
}
.page5-left-item img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.item-info-box {
    width: 320px;
    padding: 8px 16px;
}
.page5-right-item {
    padding-left:0;
}
.row-2 {
    height: auto;
    width:100%;
}
.item-info-box .info-title {
    font-size: 14px;
    line-height: 14px;
    text-align: left!important;
}
.item-info-box .info-desc {
    line-height: 26px;
    font-size: 16px;
}
.item-info-box .info-time {
    font-size: 12px;
}
.right-item {
    padding:8px 12px;
    background: #fff;
}

.right-item .right-item-time {
    font-size: 12px;
    line-height: 16px;
}
.right-item .right-item-title {
    font-size: 12px;
    line-height: 16px;
}
.container {
    width: 100vw;
    height:100vh;
}
.page4-container-box {
    padding: 80px 10px 0 10px;
}
.company-list-box {
    flex-direction: column;
}
.company-list-box {
    margin-top:24px!important;
}
.company-list-box .content {
    height: calc(100vh - 251px)!important;
    max-height: calc(100vh - 251px)!important;
    overflow-y: auto!important;
}
.sidebar-wrap {
    width: 100%;
    overflow-x: auto;
}
.sidebar{
    display: flex;
    height: auto;
    flex-direction: row;
    width: max-content;
}
.sidebar-item {
    width: fit-content;
    flex-wrap: nowrap;
/*    文字不换行*/
    white-space: nowrap;    /* 禁止文本换行 */
    /*overflow: hidden;       !* 隐藏超出部分 *!*/
    text-overflow: ellipsis; /* 超出部分显示省略号（可选） */
}
.block-row-1 {
    flex-direction: column;
    align-items: center;
}
.block-row-2 {
    flex-direction: column;
    align-items: center;
}
.right-controls {
    display: none;
}
.section {
    height: auto;
    min-height: 400px;
}
.info-title {
    font-size: 25px;
    text-align: center;
}
.info-desc {
    font-size: 24px;
}
.container-title .title-zh {
    font-size: 22px;
}
.container-title .title-en {
    font-size: 28px;
}
.partner-grid {
    grid-template-columns: repeat(3, 1fr);
}
.video-background {
    min-width: 100vw;
    width:100vw;
    height:100vh;
}
.box-all {
    flex-direction: column;
}
.more-label a{
    display: flex;
    align-items: center;
    justify-content: center;
}