.product-title-div{
    height: 2.96rem;
    background: url("../img/product/product-img1.png");
    justify-content: center;
    align-items: end;
    padding-right: 1.13rem;
}
.product-content{
    padding-top: 1.48rem;
}
.product-t-c{
    font-size: 0.7rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.98rem;
    letter-spacing: 1px;
}
.product-t-e{
    font-size: 0.37rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.52rem;
}

.p-text-1-title{
    font-size: 0.48rem;
    font-weight: 600;
    color: #C7000A;
    line-height: 0.71rem;
    width: 100%;
    border-bottom: 0.02rem solid #C7000A;;
}
.p-desc{
    font-size: 0.36rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.72rem;
    text-align: justify;
}
.p-text-1-text{
    margin-top: 0.33rem;
}
.p-text-1-title2{
    margin-top: 0.76rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: #C7000A;
    line-height: 0.41rem;
}
.p-text-1-text2{
    margin-top: 0.2rem;
}
.p-img-1{
    width: 45%;
}
.p-text-1{
    padding-left: 1.5rem;
    width: 55%;
}
.p-c-1{
    margin-top: 1.46rem;
}
.p-c-tag{
    margin-top: 1.76rem;
    border-bottom: 0.02rem solid #E1E1E1;
}
.p-c-tag div{
    cursor: pointer;
    width: 4.02rem;
    height: 0.78rem;
    background: url("../img/product/pro-c-tag2.png") no-repeat;
    opacity: 0.6;
    font-size: 0.37rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.52rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*切换*/
.p-c-tag div{
    padding-right: 0.8rem;
    color: #000;
}
.p-c-tag div:first-child{
    background: url("../img/product/pro-c-tag3.png") no-repeat;
}
.p-c-tag div:not(:first-child){
    margin-left: -0.8rem;
}
.p-c-tag div:first-child.p-c-active{
    background: url("../img/product/pro-c-tag.png") no-repeat;
    color: #fff;
}
.p-c-tag div:not(:first-child).p-c-active{
    background: url("../img/product/pro-c-tag4.png") no-repeat;
    color: #fff;
}


.pro-c-1-text{
    width: 45%;
    /*padding-right: 2rem;*/
}
.pro-c-1-title{
    font-size: 0.47rem;
    font-weight: 400;
    color: #C7000A;
    line-height: 0.52rem;
}
.pro-c-1-desc{
    /*margin-top: 0.3rem;*/
    font-size: 0.36rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.82rem;
}
.pro-c-1-text img{
    width: 12.02rem;
    height: 5.67rem;
}
.pro-c-1{
    margin-bottom: 2.15rem;
}
.pro-c-1 img{
    width: 40%;
}
.product-page{
    padding-bottom: 2rem;
}

.more-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.45rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.33rem;
    margin-right: 0.3rem;
    margin-top: 0.74rem;
}
.more-item .p_list_img{
    width: 9.7rem;
    height: 6.9rem;
    margin-bottom: 0.52rem;
    background-size: cover !important;
}
.more-p{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.74rem;
}
.more-p-title{
    margin-top: 1.63rem;
    font-size: 0.44rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.61rem;
    margin-left: 0.44rem;
}
.pro-c-1-desc-wide{
    width: 100%;
    font-size: 0.36rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.62rem;
    margin-top: 0.3rem;
}
.pro-c-twoimg img{
    width: 14.5rem;
    /*height: 6.83rem;*/
    background: rgba(216,216,216,0.25);
}
.pro-c-2-text{
    font-size: 0.36rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.62rem;
    margin-top: 0.33rem;
}
.pro-c-twoimg{
    margin-top: 0.91rem;

}
.pro-c-2{
    padding-bottom: 2.46rem;
}
.pro-c-one{
    width: 100%;
    margin-top: 0.37rem;
}
.pro-c-1-desc2{
    width: 27.4rem
}
@media (min-width:300px) and (max-width: 800px) {
    .sec-bread{
        display: none;
    }
    .bar-column li{
        font-size: 0.3rem;
        margin-left: 0.1rem;
        margin-right: 0.1rem;
    }
    .bar-column{
        margin: 0 auto;
    }
    .p-c-1{
        flex-direction: column;
    }
    .p-img-1{
        width: 80%;
        margin: 0 auto;
    }
    .p-text-1{
        width: 80%;
        margin: 0 auto;
        padding-left: 0;
        margin-top: 0.7rem;
    }
    .p-c-tag{
        padding-left: 0.7rem;
    }
    .product-title-div{
        align-items: center;
        padding-right: 0;
    }
    .pro-c-1{
        flex-direction: column;
    }
    .pro-content-1{
        padding: 0.7rem;
    }
    .pro-c-1-text{
        width: 100%;
        padding-right: 0;
    }
    .pro-c-1 img{
        margin-top: 0.7rem;
        width: 100%;
    }
    .more-item img{
        width: 4.52rem;
        height: 2.7rem;
    }
    .more-p{
        justify-content: space-around;
    }
    .more-item{
        margin-right: 0;
    }
    .pro-c-1 .xtgc-div{
        width: 8.6rem;
    }
    .pro-c-1-desc2{
        width: 100%;
    }
    .page-content .case-item{
        width: 8.51rem;
        margin-top: 0.5rem;
    }
}
