body {
    overflow-x: hidden;
}

.section {
    padding: 0;
}

/* banner */
.swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: white;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.swiper-slide {
    position: relative;
}
.banner-text-area {
    position: absolute;
    left: 35%;
    top: 20%;
    background-color: #bdbcbc71;
    padding: 2%;
    justify-items: center;
}

.title.banner-title {
    color: black;
    font-size: 3vw;
}

.banner-subtitle {
    color: black;
    font-weight: 400;
    font-size: large;
}

.tp-caption {
    text-align: center;
    justify-items: center;
    max-width: 600px; 
}

.banner-btn-group {
    text-align: left;
}

.banner-btn.btn-left {
    padding: 7px 50px;
    background-color: #F3260F;
}

.banner-btn.btn-right {
    /* padding: 7px 50px; */
    background-color: transparent;
    color: black;
    border: 1px solid black;
    margin-left: 20px;
}

.banner-btn.btn-icon  {
    width: 16px;
    height: 16px;
    display: inline;
}

/* banner end */

/* 导航 start */

/* 导航 end */

/* 数字人 start */
.human-container {
    position: fixed;
    width: auto;
    height: 400px;
    bottom: 1vh;
    right: 1vw;
    z-index: 999;
    margin-right: 7%;
  }
  .human-wrap {
    height: 100%;
    /* display: flex; */
    position: relative;
  }
  .human-video {
    width: 100%;
    height: 100%;
  }
  /* 数字人 end */


/* section 公司简介 */

.container.section-company-container {
    width: 100%;
    padding: 0;
    /* height: 1261px; */
    position: relative;
}

.aboutus {
    position: absolute;
    display: flex;
    top: 0;
}

.block-wave {
    width: 350px;
    height: 500px;
    background: rgb(248,111,43);
    background: linear-gradient(348deg, rgba(248,111,43,1) 57%, rgba(249,121,59,1) 58%);
}

.company-container {
    display: flex;
    margin-top: 5%;
}


.company-title {
    color: red;
}

.company-subtitle,
.company-content .content-text {
    color: black;
}

.company-content .content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-subtitle {
    font-size: large;
    font-weight: 450;
}

.company-text {
    margin: 0 10% 0 10%;
}

.company-text p {
    line-height: 2;
}

.company-text .separator-2 {
    background-color: black;
    max-width: 8%;
}

.company-building {
    width: 70%;
    height: 70%;
}
.about-btn {
    padding: 0.5% 1%;
    border: 1px solid gray;
    width: fit-content;
    justify-self: right;
}
.about-btn a {
    color: white;
    background-color: #EB562D;
    /* padding: 0 1%; */
}
/* section 公司简介 end */

/* section 产品影集 start */

.fullwidth-row,
.fullwidth-col,
.section-product-container {
    margin: 0;
    padding: 0;
    width: 100%;
}

.productSetTitle-container {
    justify-items: center;
}

.productSetTitle {
    margin: 0.5% 0;
}

.productSetTitle-container .separator-2 {
    background-color: #F9793B;
    height: 2px;
    max-width: 6%;
}

.product-container {
    display: flex;
}

.product-item {
    height: 600px;
    text-align: center;
    color: white;
    cursor: pointer;
    align-content: center;
    flex: 1;
    transition: all 0.5s ease;
    position: relative;
}

.product-item .product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-item .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product-text-container {
    position: relative;
    z-index: 3;
}

/* 边线 */
.product-summary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    border-left: 1px solid rgba(255, 254, 254, 0.1);
    border-top: 1px solid rgba(255, 254, 254, 0.1);
    border-bottom: 1px solid rgba(255, 254, 254, 0.1);
    margin-left: 5%;
}

.product-sideline {
    margin: 0 10%;
}

.product-sideline > a {
    text-decoration: none;
}

.product-cover > img {
    width: 50%;
    display: unset;
    margin-bottom: 5%;
}

.product-title,
.product-subtitle {
    color: white;
    margin: 0;
}

.product-title {
    font-size: large;
    font-weight: 500;
}

.product-subtitle {
    font-size: x-small;
}

.product-summary {
    display: none;
    justify-items: left;
    margin-left: 5%;
}
.summary-title,
.summary-subtitle,
.summary-content {
    color: white;
    margin: 0;
}

.summary-subtitle {
    font-size: x-small;
    margin: 0 0 5% 0;
    text-transform: none;
}
.summary-content {
    font-size: medium;
    text-align: left;
}

.summary-content img {
    width: 40%;
    height: auto;
    margin: 10% 0;
}

.summary-content p {
    margin: 3% 0;
    line-height: 1.7;
    color: #bdbcbc;
}

.product-item.expand {
    flex: 3;
}

.product-item.expand .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.product-item.expand .product-cover {
    display: none;
}

.product-item.expand .product-summary {
    display: block;
}

/* section 产品影集 end */


/* section 荣誉资质 start */

.honors-container {
    position: relative;
}

.honors-container .block-wave {
    width: auto;
    height: 200px;
    background: rgb(248,111,43);
    background: linear-gradient(348deg, rgba(248,111,43,1) 23%, rgba(249,121,59,1) 23%, rgba(249,121,59,1) 72%, rgba(248,111,43,1) 73%);
}

.honors-title-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 2%;
    justify-items: center;
}

.honors-title,
.honors-title-en {
    color: white;
    margin-bottom: 0;
}

.honors-content-container {
    justify-items: center;
    margin: 2% 0;
}

.honors-content-container > img{
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.honors-summary {
    background-color: red;
    color: white;
    font-weight: 600;
    padding: 0.5% 2%;
    border-radius: 25px;
}

/* section 荣誉资质 end */


/* section 合作伙伴 start */

.partner-container {
    position: relative;
    overflow: hidden;
}

.logo-container {
    top: 20%;
    position: absolute;
    overflow: hidden;
}

.logo-row {
    display: flex;
}

.rect-logo {
    margin: 1%;
    width: 20%;
    height: auto;
}

.logo-row:nth-child(odd) {
    animation: scroll-left 20s linear infinite;
}

.logo-row:nth-child(even) {
    animation: scroll-right 20s linear infinite;
}

 /* 关键帧动画 */
 @keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

 @keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* .logo-row::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent 16px, #f0f0f0 100%);
} */

/* section 合作伙伴 end */



/*  移动端适配 */

/* 小屏手机（<600px） */
@media (max-width: 599px) {
    .section {
        padding: 5% 0;
    }
    /* banner */
    .banner-text-area {
        top: 5%;
        left: 2%;
        margin: 0 15%;
    }
    .tp-caption[data-x="left"] {
        display: unset;
        margin-left: 0 !important;
    }
    .title.banner-title {
        font-size: 5vw;
    }
    .banner-btn.btn-left {
        padding: 7px 25px;
    }
    /* 公司介绍 */
    .company-container,
    .product-container {
      display: block;
    }
    .aboutus {
        position: unset;
    }
    .company-building {
        width: 95%;
    }
    .company-title {
        font-size: 5vw;
    }
    .container.section-company-container {
        background-image: none !important;
        height: 100%;
    }
    .company-text {
        margin-left: 10%;
    }
    .company-building {
        height: auto;
    }
    /* 产品影集 */
    .product-item {
        height: unset;
        border-bottom: 1px solid white;
        padding: 3% 0;
    }
    .product-item:first-child {
        padding-top: 5%;
    }
    .product-item:last-child {
        padding-bottom: 5%;
    }
    .product-item .product-bg,
    .summary-content img,
    .product-summary::before {
        display: none;
    }
    .product-summary {
        justify-items: center;
    }
    .product-cover img {
        display: none;
    }
    .summary-title {
        margin-top: 2%;
        font-size: 4vw;
    }
    .summary-subtitle {
        margin-bottom: 3%;
    }
    .summary-content {
        font-size: 3vw;
    }
    /* 荣誉资质 */
    .honors-container .block-wave {
        height: 30vw;;
    }
    .honors-title-container {
        padding-top: 6%;
    }
    .honors-title,
    .productSetTitle {
        font-size: 5vw;
    }
    .productSetSubTitle,
    .honors-title-en {
        font-size: 3vw;
    }
    .honors-title {
        margin-top: 2%;
    }
    .honors-subtitle {
        font-size: 4vw;
        margin: 1%;
    }
}