.home-title {
    margin: 80px 0 60px 0;
}

.home-product-item {
    position: relative;
    overflow: hidden;
}

.home-seeDetail {
    position: absolute;
    width: 140px;
    height: 42px;
    background: rgba(71, 194, 172, 1);
    border-radius: 21px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    text-align: center;
    bottom: 60px;
    left: 30px;
}

.home-jingdiananli-title {
    width: 100%;
    height: 410px;
    background: rgba(71, 194, 172, 1);
}

.home-jingdiananli-contents {
    overflow: hidden;
}

.home-jingdiananli-contents-items {
    width: 1200px;
    margin-top: -180px;
}

.home-jingdiananli-contents-item {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.4);
    border-radius: 6px;
    margin-bottom: 60px;
}

.home-xinwenzhongxin-subTitle {
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    margin: 0 100px;
    position: relative;
}

.home-xinwenzhongxin-contents-items {
    justify-content: flex-start;
    margin: -130px 0 60px 0;
    width: 1200px;
    padding: 0 20px 20px 20px;
    height: 471px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.4);
    border-radius: 5px;
    
}



.home-xinwenzhongxin-subTitle.active::after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    top: 35px;
    margin-left: -35px;
    border: 35px transparent solid;
    content: "";
    z-index: 1;
    border-bottom-color: #fff;
}

.home-card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(202, 202, 202, 0.4);
    border-radius: 6px;
    margin-bottom: 60px;
    padding: 30px;
}

.home-card-img {
    background: rgba(216, 216, 216, 1);
    margin-right: 30px;
}

.home-card-contents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.home-card-title {
    height: 60px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(71, 194, 172, 1);
    line-height: 60px;
}

.home-card-detail {
    min-height: 90px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.home-card-btn {
    width: 140px;
    height: 42px;
    background: rgba(71, 194, 172, 1);
    border-radius: 21px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    text-align: center;
    margin: auto 10px 10px auto;
}

.home-xinwenzhongxin-detail {
    padding: 60px;
    width: 100%;
}

.home-xinwenzhongxin-detailTitle {
    width: 120px;
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(71, 194, 172, 1);
    line-height: 42px;
}

.home-xinwenzhongxin-detailText {
    height: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
    flex: 1;
}

.home-xinwenzhongxin-detailTime {
    height: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    min-width: 180px;
    flex: 0;
}

.home-jingdiananli-contents-mast {
    padding-bottom: 20px;
}

.home-xinwenzhongxin-contents-item {
    width: 100%;
    padding: 0 60px 30px 60px;
}

.chanpin {
    width: 1200px;
    margin-bottom: 80px;
}

.chanpin>div {
    margin: 3px 1px;
}