/*关于我们*/
.introduce-box{
    width: 100%;
    height: 1059px;
    background: url(/static/website/images/about/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 419px;
}

.introduce{
    width: 100%;
    height: 640px;
    position: relative;
}
.introduce .bg-img {
    position: absolute;
    top: 0;
    left: -3px;
    width: 100%;
    height: 100%;
    background: url(/static/website/images/about/bg-introduce.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.introduce .introduce-content {
    color: #fff;
    width: 38%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -52px;
}
.introduce .introduce-content h3{
    font-size: var(--font-size-title-medium);
    font-weight: bold;
    margin-bottom: 28px;
}
.introduce .introduce-content .description{
    font-size: 16px;
    line-height: 28px;
    color: #f2f2f2;
}
.introduce .introduce-video{
    padding-right: 16px;
}
.introduce .introduce-video video{
    width: 640px;
    height: 360px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 0px 15px #763320;
}
/*企业文化*/
.culture{
    width: 100%;
    height: 900px;
    background: url(/static/website/images/about/bg-qywh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.culture .l-img-title img{
    width: 151px;
}
.culture .culture-content{
    width: 100%;
    height: 600px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(2px);
    padding: 80px;
}
.culture .culture-item{
    width: 100%;
    display: flex;
    align-items: center;
}
.culture .culture-item .culture-item-line{
    width: 70px;
    height: 2px;
    background: linear-gradient( 270deg, rgba(0,175,183,0) 0%, #007781 100%);
}
.culture .culture-item .culture-item-left{
    width: 242px;
}
.culture .culture-item .culture-item-left .top{
    font-weight: bold;
    font-size: 30px;
    color: #007781;
    line-height: 40px;
}
.culture .culture-item .culture-item-left .bottom{
    font-weight: bold;
    font-size: 24px;
    color: #999999;
    line-height: 26px;
    padding-left: 22px;
}
.culture .culture-item .culture-item-right{
    color: #191919;
    margin-left: 15px;
    font-size: 15px;
}
.culture-item+.culture-item{
    margin-top: 56px;
}

/*发展规模*/
.company-size{
    width: 100%;
    height: 900px;
    padding-bottom: 100px;
    background: url(/static/website/images/about/bg-scale.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
}
.company-size .cs-data {
    width: 100%;
    height: 100%;
    position: relative;
}
.company-size .cs-data li {
    width: 18%;
    padding: 0px;
    position: absolute;
}

.company-size .cs-data .li1{
    top: 100px;
    left: 10px;
}
.company-size .cs-data .li2{
    bottom: 60px;
    left: 10px;
}
.company-size .cs-data .li3{
    right: 10px;
    top: 100px;
}
.company-size .cs-data .li4{
    right: 10px;
    bottom: 60px;
}

.company-size .cs-data p {
    color: var(--color-text1);
    font-size: var(--font-size-text2);
    margin: 60px 0px 18px 0px;
    font-weight: bold;
}
.company-size .cs-data .cs-line {
    width: 100%;
    height: 2px;
    background: linear-gradient( 270deg, #007781 0%, #00AFB7 100%);
}
.company-size .cs-data li:hover .cs-line {
    animation: line-grow .8s ease-out;
}
.company-size .company-img{
    display: none;
}

.number-increase{
    font-weight: bold;
    font-size: var(--font-size-number);
    margin: 0px;
}
.number-increase .unit {
    font-style: normal;
    font-size: var(--font-size-text2);
    font-weight: 700;
    margin-left: 2px;
}

.number-increase .unit-plus {
    font-style: normal;
    font-size: var(--font-size-title-medium);
    font-weight: 700;
    margin-left: 2px;
}
.history{
    width: 100%;
    height: 900px;
    background: url(/static/website/images/about/bg-history.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.history-content{
    position: relative;
    width: 100%;
    height: 100%;
}


.timeline-section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.timeline-item {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    position: absolute;
    left: 0px;
    top: 0px;
}

.timeline-section .timeline-item.point1{
    left: 0%;
    top: 38.2%;
}

.timeline-section .timeline-item.point2{
    left: 12%;
    top: 30.2%;
}

.timeline-section .timeline-item.point3{
    left: 25%;
    top: 37%;
}

.timeline-section .timeline-item.point4{
    left: 37%;
    top: 20.2%;
}

.timeline-section .timeline-item.point5{
    left: 49%;
    top: 29.5%;
}

.timeline-section .timeline-item.point6{
    left: 60%;
    top: -4.5%;
}

.timeline-section .timeline-item.point7{
    left: 71%;
    top: 15.2%;
}

.timeline-section .timeline-item.point8{
    left: 81%;
    top: -7.8%;
}



.timeline-section .timeline-item .year-point{
    font-weight: bold;
    font-size: var(--font-size-title-medium);
    color: #191919;
    width: 120px;
    text-align: center;
    margin: 20px 0px;
}
.timeline-section .timeline-item .year-point span{
    display: block;
    margin-bottom: 20px;
}
.timeline-section .timeline-item .year-point img{
    width: 30px;
    height: 30px;
}
.timeline-section .timeline-item .text{
    font-weight: bold;
    font-size: var(--font-size-text2);
    line-height: 21px;
    padding-left: 75px;
    position: relative;
}

.timeline-section .timeline-item .text:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 59px;
    background: linear-gradient( 180deg, #007781 0%, rgba(0,175,183,0) 100%);
}

.timeline-section .timeline-item .text2{
    font-weight: bold;
    font-size: var(--font-size-text2);
    line-height: 21px;
    padding-left: 16px;
    position: relative;
}

.timeline-section .timeline-item .text2:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient( 180deg, #007781 0%, rgba(0,175,183,0) 100%);
}

/* 出场动画 */
.timeline-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.honor{
    width: 100%;
    background: #FFFFFF;
    height: fit-content;
}
.honor .honor-content{
    display: flex;
    flex-wrap: wrap;
}
/*荣誉卡片*/
.honor-card,.honor-card-ver {
    width: calc(91% /3);
    height: auto;
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 1%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    box-shadow: 0 0px 8px 2px #dadada;
}
.honor-card-ver{
    width: calc(91% /4);
    height: 379px;
}
.honor-card-ver img,.honor-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    background-color: white; /* 可选：图片未铺满区域背景色 */
    border-radius: 10px;
}

.honor-card-ver img:hover,.honor-card img:hover {
    transform: scale(1.05);
}
/*!* 每行第一个卡片：去掉左边距 *!*/
/*.honor-card:nth-child(3n + 1) {*/
/*    margin-left: 0;*/
/*}*/
/*!* 第一行卡片（前4个）取消顶部间距 *!*/
/*.honor-card:nth-child(-n+3) {*/
/*    margin-top: 0;*/
/*}*/

/*.honor-card-ver:nth-child(4n + 1) {*/
/*    margin-left: 0;*/
/*}*/
/*!* 第一行卡片（前4个）取消顶部间距 *!*/
/*.honor-card-ver:nth-child(-n+4) {*/
/*    margin-top: 0;*/
/*}*/


/*partner.html 样式太少了*/
.partner-title{
    width: 100%;
    /*height: 600px;*/
    /*background: url(/static/website/images/about/bg-partner.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
}
.index-partner {
    width: 100%;
    background: #F5F5F5;
}
.index-partner .partner-content{
    display: flex;
    flex-wrap: wrap;
}
/*伙伴卡片*/
.partner-card {
    width: 282px;
    height: 140px;
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-left: 20px; /* 默认有左边距 */
    margin-top: 20px;  /* 默认有上边距 */
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.partner-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    background-color: white; /* 可选：图片未铺满区域背景色 */
}
.partner-card img:hover {
    transform: scale(1.2);
}
/* 每行第一个卡片：去掉左边距 */
.partner-card:nth-child(4n + 1) {
    margin-left: 0;
}
/* 第一行卡片（前4个）取消顶部间距 */
.partner-card:nth-child(-n+4) {
    margin-top: 0;
}

/*  contactUs.html */
.contactUs-title{
    width: 100%;
    /*height: 400px;*/
    /*background: url(/static/website/images/about/bg-contactUs.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
}
.index-contactUs{
    width: 100%;
    background: white;
}
.index-contactUs .contactUs-content{
    width: 100%;
    display: flex;
}
.index-contactUs .contactUs-content .contactUs-info{
    width: calc(100% - 560px);
}
.index-contactUs .contactUs-content .contactUs-info h3 {
    color: var(--color-text1);
    line-height: 31px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 100px;
    margin-top: 50px;
}
.index-contactUs .contactUs-content .contactUs-info p {
    color: var(--color-text1);
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.index-contactUs .contactUs-content .contactUs-info p img{
    margin-right: 14px;
    width: 24px;
}
.index-contactUs .contactUs-content .contactUs-info ul {
    display: flex;
    flex-wrap: wrap;
}
.index-contactUs .contactUs-content .contactUs-info ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 32px;
    color: var(--color-text1);
}
.index-contactUs .contactUs-content .contactUs-info ul li img{
    width: auto;
    height: 112px;
    margin-bottom: 10px;
}


.index-contactUs .contactUs-content .map{
    width: 500px;
    height: 360px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #D9D9D9;
}

.index-contactUs .contactUs-content .map #mapDiv{
    width: 100%;
    height: 400px;
    z-index: 1;
}
.produce-device{
    width: 100%;
    min-height: 1000px;
}
.produce-device .in-content{
    width: 100%;
}
/*tabs*/

.produce-device .in-content .desc.desc-list {
    font-size: 0;
    color: #3a3a3a;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: flex;
}
/*顶部分类*/
.produce-device .in-content .industry {
    font-size: 20px;
    color: #999;
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid hsla(0,0%,85%,.4);
    flex: 1;
}
.produce-device .in-content .industry.first {
    padding-left: 0
}
.produce-device .in-content .industry.last {
    padding-right: 0
}
.produce-device .in-content .industry.active {
    padding-bottom: 14px
}
.produce-device .in-content .industry span {
    font-family: PingFang SC;
    font-weight: 400
}
.produce-device .in-content .industry.active span {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid var(--main-color);
    padding: 0px 40px 10px 40px;
    color: var(--color-text1);
}
.produce-device .in-content .case-container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}
.produce-device .in-content .case-panel {
    display: none;
    flex-wrap: wrap;
}
.produce-device .in-content .case-panel.active {
    display: flex;
}
.produce-device .in-content .case-panel .case-box{
    width: calc((100% - 8%) / 4);
    margin: 6px 1%;
}

.produce-device .in-content .case-panel img{
    width: 100%;
    height: 160px;
    background: white;
    border-radius: 10px;
    object-fit: contain;
    transition: all .2s;
    padding: 14px;
}
.produce-device .in-content .case-panel img:hover{
    transform: scale(1.05);
}
.produce-device .in-content .case-panel p{
    text-align: center;
    line-height: 24px;
    font-size: var(--font-size-text2);
    letter-spacing: 1px;
    color: var(--color-text1);
}

/*hire.css*/
.hire-title{
    width: 100%;
    /*height: 400px;*/
    /*background: url(/static/website/images/about/bg-rczp.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
}
.hire-box{
    width: 100%;
    background: #FFFFFF;
    height: fit-content;
}
.news-content{
    width: 100%;
}
.news-content .news-boxs{
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}
.news-content .news-boxs .news-list{
    width: calc(100% - 450px);
    margin-top: -12px;
    display: none;
    flex-wrap: wrap;
    margin-right: 50px;
    height: fit-content;
}
.news-content .news-boxs .news-list.active{
    display: flex;
}
.news-content .news-boxs .news-list .news-card{
    width: calc((100% - 48px)/2);
    margin: 12px;
    height: 265px;
}

.news-card .img-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.news-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.news-card .img-box img:hover {
    transform: scale(1.1);
}


.news-content .news-boxs .news-type{
    width: 400px;
    height: 800px;
    border: 1px solid #E6E6E6;
}
.news-content .news-boxs .news-type .top-title{
    margin-top: 36px;
    margin-left: 24px;
}
.news-content .news-boxs .news-type .top-title h3{
    font-size: var(--font-size-title-medium);
    color: var(--color-text1);
    font-weight: bold;
    margin-bottom: 20px;
}
.news-content .news-boxs .news-type .top-title .title-line{
    width: 24px;
    height: 4px;
    background: linear-gradient( 270deg, #00AFB7 0%, #007781 100%);
    margin-bottom: 6px;
}
.news-content .news-boxs .news-type .top-title .en{
    font-size: 24px;
    color: #999999;
    line-height: 31px;
    margin-bottom: 24px;
}

.news-content .news-boxs .news-type .type-list .industry{
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 24px;
    color: var(--color-text1);
    cursor: pointer;
}
.news-content .news-boxs .news-type .type-list .industry.cur{
    background: #007781;
    color: white;
}


.news-content .news-boxs .post-list{
    width: calc(100% - 450px);
    display: none;
    margin-right: 50px;
    height: fit-content;
}
.news-content .news-boxs .post-list.active{
    display: block;
}


.news-content .news-boxs .post-list .post-card{
    width: 90%;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 24px;
    color: var(--color-text1);
}
.news-content .news-boxs .post-list .post-card h3{
    font-weight: bold;
    font-size: var(--font-size-title1);
    line-height: 24px;
}
.news-content .news-boxs .post-list .post-card p{
    font-size: var(--font-size-text2);
    line-height: 26px;
    margin-top: 8px;
}
.news-content .news-boxs .post-list .post-card .bottom{
    margin: 20px 0;
    cursor: pointer;
}
.news-content .news-boxs .post-list .post-card .bottom span{
    color: var(--main-color);
    cursor: pointer;
}



@media (max-width: 1000px) {
    .introduce .bg-img{
        background: url(/static/website/images/about/about-us.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: unset;
        width: 100%;
        height: auto;
        padding-top: 140px;
    }
    .introduce-box{
        height: auto;
        background: unset;
        padding-top: 0px;
    }
    .introduce-box .introduce .flex-between{
        display: block;
        padding-bottom: 8px;
    }
    .introduce{
        background: var(--main-color);
        height: auto;
    }
    .introduce .introduce-content{
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .introduce .introduce-content h3{
        margin-top: 16px;
        margin-bottom: 0px;
    }
    .introduce .introduce-content .description{
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .introduce .introduce-video video{
        width: 100%;
        height: auto;
        min-height: 210px;
        box-shadow: unset;
    }
    .culture{
        height: auto;
    }
    .culture .l-img-title{
        margin-bottom: 0px !important;
    }
    .culture .l-img-title img{
        width: 100px;
    }
    .culture .culture-content{
        height: auto;
        padding: 12px;
    }
    .culture .culture-item{
        justify-content: space-between;
    }
    .culture .culture-item .culture-item-line{
        width: 50px;
    }
    .culture .culture-item .culture-item-left{
        width: 90px;
    }
    .culture .culture-item .culture-item-left .top{
        font-size: 14px;
        line-height: unset;
    }
    .culture .culture-item .culture-item-left .bottom{
        padding-left: 10px;
        font-size: 12px;
    }
    .culture .culture-item .culture-item-right{
        font-size: 12px;
        margin-left: 0px;
        width: 138px;
    }
    .culture-item+.culture-item{
        margin-top: 20px;
    }
    .company-size{
        padding-bottom: 50px;
        background: unset;
        height: auto;
    }
    .company-size .cs-data{
        height: 380px;
    }
    .company-size .cs-data li{
        width: 40%;
    }
    .company-size .cs-data p{
        margin: 12px 0px 8px 0px;
    }
    .company-size .company-img{
        display: block;
    }
    .history{
        height: 1280px;
    }
    .history .history-content img{

        display: none;
    }
    .timeline-item{
        position: unset;
    }
    .timeline-section .timeline-item .year-point{
        text-align: left;
    }
    .timeline-section .timeline-item .text{
        padding-left: 50px;
        line-height: 16px;
    }
    .timeline-section .timeline-item .text:before{
        left: 36px;
    }
    .timeline-section .timeline-item .text2{
        padding-left: 50px;
        line-height: 16px;
    }
    .timeline-section .timeline-item .text2:before{
        left: 36px;
    }
    .timeline-section .timeline-item .year-point span{
        margin-bottom: 0px;
    }
    .timeline-section .timeline-item.point2,.timeline-section .timeline-item.point4,.timeline-section .timeline-item.point6,.timeline-section .timeline-item.point8{
        display: flex;
        flex-direction: column-reverse;
    }
    .honor .honor-content{
        width: 96%;
        margin: 0 auto;
    }
    .honor-card, .honor-card-ver{
        width: calc((100% - 16px) / 2);
        height: 127px;
        padding: 6px;
        margin: 4px;
    }
    .honor-card-ver{
        width: calc((100% - 16px) / 2);
        height: 190px;
    }
    .honor-card:nth-child(-n+3){
        margin-top: 4px;
    }
    /*.honor-card-ver:nth-child(4n + 1){*/
    /*    margin-left: 4px;*/
    /*}*/
    /*.honor-card:nth-child(3n + 1){*/
    /*    margin-left: 4px;*/
    /*}*/
    /*.honor-card-ver:nth-child(-n+4){*/
    /*    margin-top: 4px;*/
    /*}*/
    .timeline-section{
        padding: 0px 12px;
    }

/*    contactUs.html*/
    .contactUs-title{
        height: 90px;
    }
    .index-contactUs .contactUs-content{
        display: block;
    }
    .index-contactUs .contactUs-content .contactUs-info{
        width: 100%;
    }
    .index-contactUs .contactUs-content .contactUs-info ul{
        margin-top: 16px !important;
    }
    .index-contactUs .contactUs-content .map{
        width: 100%;
        margin-top: 24px;
    }
    .index-contactUs .contactUs-content .map img{
        height: auto;
    }
    .partner-card{
        width: calc((100% - 16px) / 2);
        height: 130px;
        padding: 12px;
        margin: 4px !important;
    }
    .partner-title{
        height: 120px;
    }
    .index-contactUs .contactUs-content .contactUs-info h3{
        font-size: 18px;
    }
    .index-contactUs .contactUs-content .contactUs-info ul li{
        margin: 0px !important;
    }

    .produce-device .in-content .desc.desc-list{
        margin-bottom: 8px;
    }
    .produce-device .in-content .industry{
        padding: 0px;
        font-size: 12px;
    }
    .produce-device .in-content .industry.active span{
        font-size: 14px;
        padding: 0px 6px 10px 6px;
    }
    .produce-device .in-content .case-container{
        padding: 0px;
    }
    .produce-device .in-content .case-panel img{
        margin: 4px;
        width: 100%;
        height: 100px;
    }

/*    hire.html*/
    .hire-title{
        height: 90px;
    }
    .news-content .news-boxs{
        flex-direction: column-reverse;
    }
    .news-content .news-boxs .news-list{
        width: 100%;
        margin-top: 0px;
    }
    .news-content .news-boxs .news-type{
        width: 100%;
        height: auto;
    }
    .news-content .news-boxs .news-type .top-title{
        display: none;
    }
    .news-content .news-boxs .news-type .type-list{
        display: flex;
    }
    .news-content .news-boxs .news-type .type-list .industry{
        padding-left: 0px;
        text-align: center;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .news-content .news-boxs .news-list .news-card{
        width: calc((100% - 16px) / 2);
        margin: 4px;
        height: 180px;
    }
    .news-content .news-boxs .post-list{
        width: 100%;
        margin-right: 0px;
    }
    .news-content .news-boxs .post-list .post-card{
        width: 100%;
        margin-top: 14px;
    }
    .news-content .news-boxs .post-list .post-card .bottom{
        margin: 6px 0px;
    }
    .news-content .news-boxs{
        margin-bottom: 12px;
    }

    .produce-device .in-content .case-panel .case-box{
        width: calc((100% - 8%) / 2);
        margin: 6px 2%;
    }
}

.post-card p,.post-card h3,.post-card div {
    cursor: pointer;
}