.product-title{
    width: 100%;
    height: 600px;
    background: url(/static/website/images/product/bg-cpzx.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.product-title .in-content{
    width: 100%;
    position: absolute;
    top: 30%;
}
.product-title .in-content h3{
    font-weight: bold;
    font-size: 56px;
    color: #191919;
    line-height: 74px;
}
.product-title .in-content .green-line{
    width: 120px;
    height: 4px;
    background: linear-gradient(270deg, #007781 0%, #00AFB7 100%);
    margin-top: 20px;
}
.product-title .in-content p{
    font-weight: bold;
    font-size: 24px;
    color: #191919;
    line-height: 50px;
}


/*平台介绍*/
.index-introduce{
    width: 100%;
    height: 640px;
    position: relative;
}
.index-introduce .bg-img {
    position: absolute;
    top: 0;
    left: -3px;
    width: 62%;
    height: 100%;
    background: url(/static/website/images/index/index-introduce.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: right center;
}
.index-introduce .introduce-content {
    color: #fff;
    width: 42%;
    height: 46%;
    display: flex;
    flex-direction: column;
}
.index-introduce .introduce-content .icon-title{
    color: white;
    margin-bottom: 35px;
}
.index-introduce .introduce-content .description{
    font-size: 16px;
    line-height: 28px;
    color: #f2f2f2;
}
.index-introduce .introduce-video{
    padding-right: 14px;
}
.index-introduce .introduce-video img{
    width: 540px;
    height: 340px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 4px 12px #763320;
}

/*产品架构*/
.produce-fw {
    width: 100%;
}
.produce-fw .in-content{
    width: 100%;
}
.produce-fw .in-content img{
    width: 84%;
    box-shadow: 0px 0px 8px #d1d1d1;
    border-radius: 10px;
    padding: 20px 40px;
    margin-left: 8%;
    object-fit: cover;
    margin-bottom: 10px;
}
.produce-fw .in-content .qxmpzg-images{
    width: 100%;
    display: flex;
    align-items: center;
}
.produce-fw .in-content .qxmpzg-images .left-img{
    width: 43%;
    padding-top: 8px;
}
.produce-fw .in-content .qxmpzg-images .right-img{
    width: 56%;
    margin-left: 1%;
}


/*主要功能*/
.produce-zygn{
    width: 100%;
    height: auto;
    background: url(/static/website/images/product/bg-zygn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.produce-zygn .in-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.produce-zygn .in-content .zygn-item{
    width: 282px;
    height: 140px;
    background: #F8F9FB;
    border-radius: 10px;
    padding: 24px;
    margin: 8px;
}
.produce-zygn .in-content .zygn-item .gn-item-title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.produce-zygn .in-content .zygn-item .gn-item-title img{
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.produce-zygn .in-content .zygn-item .gn-item-title span{
    font-size: var(--font-size-title2);
    color: var(--color-text1);
}
.produce-zygn .in-content .zygn-item .gn-item-text{
    font-size: var(--font-size-text);
    color: var(--color-text1);
    line-height: 21px;
}

.produce-zygn .in-content .zygn-item-mini{
    width: 282px;
    height: 122px;
    background: #F8F9FB;
    border-radius: 10px;
    padding: 16px;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.produce-zygn .in-content .zygn-item-mini .gn-item-content{
    text-align: center;
}
.produce-zygn .in-content .zygn-item-mini .gn-item-content img{
    width: 30px;
    height: 30px;
}
.produce-zygn .in-content .zygn-item-mini .gn-item-content p{
    margin-top: 4px;
    font-size: var(--font-size-title2);
}
.produce-zygn .in-image{
    width: 100%;
    padding: 0px 17px 0px 8px;
}
.produce-zygn .in-image img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #a8a8a8;
    height: auto;
    margin: 10px;
}
.produce-zygn .in-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 17px 0px 8px;
}
.produce-zygn .in-images img{
    width: calc((100% - 60px) / 4);
    border-radius: 10px;
    box-shadow: 0px 0px 8px #a8a8a8;
    height: auto;
    margin: 10px;
}
.produce-zygn .in-images.wd0{
    margin-bottom: 30px;
    margin-top: 20px;
}
.produce-zygn .in-images.wd0 img{
    width: calc(88% / 3);
    margin: 0px 2%;
}
.produce-zygn .in-images.wd1{
    margin-bottom: 30px;
    margin-top: 20px;
}
.produce-zygn .in-images.wd1 img{
    width: calc(88% / 3);
    margin: 0px 2%;
}
.produce-zygn .in-images.wd2{
    margin-bottom: 30px;
    margin-top: 20px;
}
.produce-zygn .in-images.wd2 img{
    width: calc((100% - 16px) / 2);
}
.type-title{
    font-size: 16px;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 4px;
    font-weight: bold;
    padding-left: 8px;
    margin-bottom: 12px;
}

.produce-zygn .qxmpzh-in-image{
    display: flex;
}
.qxmpzh-in-image > div {
    flex: 1;
    display: flex;
    position: relative;
    padding-bottom: 40px;
}
.produce-zygn .qxmpzh-in-image img{
    width: calc((100% - 40px) /2);
    margin: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #a8a8a8;
    height: auto;       /* 保持宽度固定，高度自适应 */
    object-fit: cover;  /* 保证裁切效果 */
}

.produce-zygn .qxmpzh-in-image2{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 40px;
}
.produce-zygn .qxmpzh-in-image2 img{
    width: calc((100% - 32px) /2);
    margin: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #a8a8a8;
    height: auto;       /* 保持宽度固定，高度自适应 */
    object-fit: cover;  /* 保证裁切效果 */
}
.in-image-title{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 100%);
}

/*业务功能介绍*/
.produce-ywgn{
    width: 100%;
    height: auto;
    background: white;
}
.produce-ywgn .in-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.produce-ywgn .in-content .ywgn-item{
    width: 282px;
    height: auto;
    background: #F8F9FB;
    border-radius: 10px;
    padding: 16px;
    margin: 8px;
}
.produce-ywgn .in-content .ywgn-item .gn-item-title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px solid #007781;
    padding-bottom: 12px;
}
.produce-ywgn .in-content .ywgn-item .gn-item-title img{
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.produce-ywgn .in-content .ywgn-item .gn-item-title span{
    font-size: 20px;
    color: var(--color-text1);
}
.produce-ywgn .in-content .ywgn-item .gn-item-text{
    font-size: var(--font-size-text);
    color: var(--color-text1);
    line-height: 26px;
}
/*智慧养老物联平台*/
.produce-ylwlpt{
    width: 100%;
    height: 1141px;
}
.produce-ylwlpt .in-content{
    width: 100%;
}
.produce-ylwlpt .in-content .yl-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}
.produce-ylwlpt .in-content .yl-item .left-content{
    color: var(--color-text1);
    line-height: 28px;
    font-size: var(--font-size-text2);
    width: 420px;
}
.produce-ylwlpt .in-content .yl-item .left-content h3{
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 24px;
}
.produce-ylwlpt .in-content .yl-item .right-content{
    width: 340px;
    height: 260px;
    background: url(/static/website/images/product/qietu_zhuangshi.png);
    background-repeat: no-repeat;
    background-size: 270px 171px;
    background-position: top right;
    padding: 70px 0px 0px 0px;
}
.produce-ylwlpt .in-content .yl-item .right-content img{
    width: 220px;
    height: auto;
}
.produce-ylwlpt .in-content .yl-item.reversal{
    /*background: #F8F9FB;*/
}
.produce-ylwlpt .in-content .yl-item.reversal .right-content{
    background-position: top left;
    text-align: right;
}

/*智能硬件介绍*/
.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 img{
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 10px;
    margin: 16px;
    object-fit: contain;
    border: 1px solid #D9D9D9;
    transition: all .2s;
    padding: 14px;
}
.produce-device .in-content .case-panel img:hover{
    transform: scale(1.1);
}
.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);
}
.produce-device .in-content .case-panel div{
    /*border-bottom: 1px solid #999999;*/
    /*padding-bottom: 10px;*/
}
/*产品介绍*/
.produce-introduce{
    width: 100%;
    height: auto;
    background: url(/static/website/images/product/cpjs_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.produce-introduce .in-content{
    width: 100%;
}
.produce-introduce .in-content .img-item{
    text-align: center;
    margin: 8px;
    width: 154px;
}
.produce-introduce .in-content img{
    width: 50px;
}
.produce-introduce .in-content .sys-info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    color: var(--color-text1);
    font-size: var(--font-size-text2);
    line-height: 28px;
}
.produce-introduce .in-content .sys-info .left-content{
    width: 429px;
}
.produce-introduce .in-content .sys-info .left-content h3{
    font-weight: bold;
}
.produce-introduce .in-content .sys-info .left-content p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.produce-introduce .in-content .sys-info .left-content button{
    width: 120px;
    height: 42px;
    background: #007781;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: var(--font-size-text2);
    border: 0;
}


.produce-introduce .in-content .sys-info .right-content{
    width: 600px;
    height: 366px;
    border-radius: 10px;
    overflow: hidden;
}
.produce-introduce .in-content .sys-info .right-content img{
    width: 600px;
    height: auto;
    object-fit: cover;
    display: block;
}
.produce-introduce .in-content .sys-info .right-content .right-box{
    width: 100%;
    height: 370px;
    background: var(--main-color);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1000px) {
    .product-title{
        height: 140px;
    }
    .index-introduce{
        height: auto;
    }
    .index-introduce .bg-img{
        background: var(--main-color);
        width: 100%;
        left: 0;
    }
    .index-introduce .flex-between{
        display: block;
        padding: 16px 0px;
    }
    .index-introduce .introduce-content{
        width: 100%;
        height: auto;
    }
    .index-introduce .icon-title{
        border-bottom-color: white;
        margin-bottom: 16px !important;
    }
    .index-introduce .introduce-video{
        margin-top: 8px;
    }
    .index-introduce .introduce-video img{
        width: 100%;
        height: auto;
        box-shadow: unset;
    }
    .produce-ywgn{
        height: auto;
    }
    .produce-zygn .in-content .zygn-item-mini{
        width: calc((100% - 32px) / 2);
        height: 96px;
    }
    .produce-ywgn .in-content .ywgn-item{
        width: 100%;
        height: auto;
        padding: 16px;
        margin: 2px;
    }
    .produce-ywgn .in-content .ywgn-item .gn-item-title{
        margin-bottom: 6px;
        padding-bottom: 6px;
    }
    .produce-ywgn .in-content .ywgn-item .gn-item-title img{
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .produce-ywgn .in-content .ywgn-item .gn-item-text{
        font-size: 12px;
        line-height: 20px;
    }
    .produce-ylwlpt{
        height: auto;
    }
    .produce-ylwlpt .in-content .yl-item .right-content{
        display: none;
    }
    .produce-ylwlpt .in-content .yl-item .left-content{
        width: 100%;
        height: auto;
        background: url(/static/website/images/product/qietu_zhuangshi.png);
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: left top;
    }
    .produce-ylwlpt .in-content .yl-item .left-content h3{
        margin-top: 6px;
        margin-bottom: 0px;
    }
    .produce-ylwlpt .in-content .yl-item{
        padding-bottom: 8px;
    }
    .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: 160px;
    }
    .produce-introduce{
        height: auto;
    }
    .produce-introduce .in-content .flex-center{
        padding: 0px 36px;
    }
    .produce-introduce .in-content .img-item+.img-item{
        margin-left: 50px;
    }
    .produce-introduce .in-content .sys-info{
        display: block;
        margin-top: 16px;
        line-height: 24px;
    }
    .produce-introduce .in-content .sys-info .left-content{
        width: 100%;
    }
    .produce-introduce .in-content .sys-info .left-content p{
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .produce-introduce .in-content .sys-info .left-content button{
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .produce-introduce .in-content .sys-info .right-content{
        width: 100%;
        height: fit-content;
        margin-top: 16px;
    }

    .product-title .in-content h3{
        font-size: 20px;
        line-height: 24px;
    }
    .product-title .in-content .green-line{
        width: 60px;
        height: 2px;
        margin-top: 8px;
    }
    .product-title .in-content p{
        font-size: 12px;
        line-height: 24px;
    }
    .index-introduce .introduce-content .description{
        line-height: 24px;
    }
    .index-introduce .introduce-video{
        padding-right: 0px;
    }

    .produce-zygn .in-content .zygn-item{
        width: calc((100% - 16px) / 2);
        height: 100px;
        padding: 12px;
        margin: 4px;
    }
    .produce-zygn .in-content .zygn-item .gn-item-title{
        margin-bottom: 6px;
    }
    .produce-zygn .in-content .zygn-item .gn-item-title img{
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .produce-zygn .in-image{
        padding: 0px 4px;
    }
    .produce-device .in-content .case-panel div{
        width: calc((100% - 42px) / 3);
        margin: 0px 4px;
    }
    .produce-device{
        min-height: 586px;
    }
    .produce-introduce .in-content .img-item{
        width: calc((100% - 24px) / 3);
        margin: 4px !important;
    }
    .produce-introduce .in-content .img-item p{
        text-align: center;
        font-size: 12px;
    }
    .produce-device .in-content .case-panel p{
        font-size: 12px;
    }
    .produce-zygn .in-images{
        flex-wrap: wrap;
    }
    .produce-zygn .in-images img{
        width: calc((100% - 40px) / 2);
    }
    .produce-introduce .in-content .sys-info .right-content .right-box{
        height: 210px;
        font-size: 32px;
    }
    .produce-fw .in-content .qxmpzg-images{
        display: block;
    }
    .produce-fw .in-content .qxmpzg-images .left-img{
        width: 100%;
        padding: 0;
    }
    .produce-fw .in-content .qxmpzg-images .right-img{
        width: 100%;
        margin: 0;
    }
    .produce-zygn .qxmpzh-in-image{
        display: block;
    }
    .produce-zygn .qxmpzh-in-image2 img{
        width: calc((100% - 16px) / 1);
        height: auto;
    }
    .produce-introduce .in-content .sys-info .right-content img{
        width: 100%;
    }
    .produce-fw .in-content img{
        width: 100%;
        box-shadow: unset;
        border-radius: 0px;
        padding: 0px;
        margin-left: 0;
        object-fit: cover;
        margin-bottom: 0px;
    }
    .in-image-title{
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .produce-zygn .in-image img{
        margin: 10px 0px 0px 0px;
        width: 94%;
        margin-left: 3%;
    }
    .produce-zygn .in-images.wd2 img{
        width: 100%;
        margin: 4px;
    }
}