.tzc .kv{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}
.tzc .kv img {
    width: 100%;
    display: block;
}
.tzc .kv .txt{
    font-size: 0.64rem;
    line-height: .80rem;
    margin-top: 2.99rem;
    text-align: center;
    font-weight: 800;
    color: #fff;
    z-index: 4;
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 0;
}
.tzc .list_cont{
    width: 14.72rem;
    margin: 0 auto .5rem;
}
.tzc .list_cont .tit{
    color:#5d6065;
    font-size:.32rem;
    line-height: .32rem;
    text-align: center;     
    font-weight: 700;
}
.tzc .list_cont .name{
    color:#5d6065;
    font-size:.32rem;
    line-height: .42rem;
    font-weight: 700;
    border-left: .08rem solid #4085ff;
    padding-left: .18rem;
    margin: .5rem 0 .5rem .27rem;
}
.tzc .list_cont .list{
    width: 100%;
    position: relative;
}
.tzc .list_cont .list .item{
    width: 4.36rem;
    height: 2.66rem;
    margin: 0 .27rem .5rem;
    float: left;
    position: relative;
}
.tzc .list_cont .list .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tzc .list_cont .list .item .txt{
    position: absolute;
    color:#000000;
    font-size:.22rem;
    line-height: .3rem;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}
.tzc .list_cont .list .item.shadow:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) 
}

.tzc .list_cont .list2{
    width: 100%;
    position: relative;
}
.tzc .list_cont .list2 .item{
    width: 4.38rem;
    height: 2.98rem;
    margin: 0 .26rem .5rem;
    float: left;
    position: relative;
}
.tzc .list_cont .list2 .item.lg{
    width: 4.38rem;
    height: 6.46rem;
}
.tzc .list_cont .list2 .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tzc .list_cont .list2 .item.shadow:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) 
}
.tzc .list_cont .list2 .item .w_txt{
    background:#4085ff;
    color:#ffffff;
    font-size:.22rem;
    line-height: .38rem;
    padding: 0 .08rem 0 .13rem;
    position: absolute;
    left: 0;
    top: .14rem;
}
.tzc .list_cont .list2 .item .w_txt .tip{
    width: .19rem;
    height: .37rem;
    position: absolute;
    right: -.19rem;
    top: 0;
    background:url(../images/tzc/tip.png) no-repeat;
    background-size: 100% auto;
}

.tzc .list_cont .list .item.big{
    width: 6.8rem;
    height: 3.5rem;
}
.tzc .list_cont .list .item .w_txt{
    background:#4085ff;
    color:#ffffff;
    font-size:.22rem;
    line-height: .38rem;
    padding: 0 .08rem 0 .13rem;
    position: absolute;
    left: 0;
    top: .14rem;
}
.tzc .list_cont .list .item .w_txt .tip{
    width: .19rem;
    height: .37rem;
    position: absolute;
    right: -.19rem;
    top: 0;
    background:url(../images/tzc/tip.png) no-repeat;
    background-size: 100% auto;
}
.tzc .list_cont .lc_list .item{
    width: 100%;
    height: 3.99rem;
}
/**详情**/
.tzc_detail .cont {
    width: 10.2rem;
    height: 100%;
    position: relative;
    margin: 0.4rem auto 1rem;
}
.tzc_detail .panel_7{
    position: relative;
    width: 100%;
    padding-top: 1rem;
}
.tzc_detail .panel_7 .img_box .img_box{
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
    position: relative;
}
.tzc_detail .panel_7 .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tzc_detail .cont .panel_7 .txt{
    font-size: .16rem;
    color: #5d6065;
    line-height: .28rem;
}
.tzc_detail .cont .panel_7 .p {
    width: 9.52rem;
    padding: .3rem .34rem;
    background-color: #f9f9f9;
}
.tzc_detail .panel_5{
    position: relative;
    width: 100%;
    margin-top: .46rem;
}
.tzc_detail .cont .panel_5 .tit {
    font-size: .36rem;
    color: #5d6065;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.tzc_detail .cont .panel_5 .table_box {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    border-collapse: collapse;
}
.tzc_detail .cont .panel_5 .table_box tr td{
    font-size: .18rem;
    line-height: .44rem;
    border-bottom: 1px solid #d1d1d1;
    color: #5d6065;
    text-align: center;
    width: 10%;
}
.tzc_detail .cont .panel_5 .table_box tr td.name{
    font-weight: 700;
    border-right: 1px solid #d1d1d1;
    color: #000000;
    padding-left: .34rem;
    text-align: left;
}

.tzc_detail .cont .panel_5 .table_box tr td.info{
    border-right: 1px solid #d1d1d1;
}

.tzc_detail .cont .panel_5 .table_box tr td.hg{
    line-height: .32rem;
    vertical-align: middle;
}
.tzc_detail .cont .panel_lc{
    position: relative;
    width: 100%;
    margin-top: 1rem;
}
.tzc_detail .cont .panel_lc .kv{
    width: 100%;
    background: #f9f9f9;
    height: auto;
    margin-bottom: 1rem;
}
.tzc_detail .cont .panel_lc .kv img{
    width: 100%;
    height: 4.59rem;
    display: block;
}
.tzc_detail .cont .panel_lc .kv .des{
    padding: .17rem .27rem;
    color: #6c6e73;
}
.tzc_detail .cont .panel_lc .des .tit{
    font-size: .28rem;
    line-height: .74rem;
    margin-bottom: .16rem;
    font-weight: 700;
}
.tzc_detail .cont .panel_lc .des .tit .line{
    width: 1.38rem;
    height: .02rem;
    background: #6c6e73;
    display: block;
}
.tzc_detail .cont .panel_lc .des .p{
    font-size: .16rem;
    line-height: .24rem;
}
.tzc_detail .cont .panel_lc .list1{
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    background: #f9f9f9;
}
.tzc_detail .cont .panel_lc .list1 .item{
    width: 100%;
    height: 5rem;
}
.tzc_detail .cont .panel_lc .list1 .item img{
    width: 5.1rem;
    height: auto;
    float: left;
}
.tzc_detail .cont .panel_lc .list1 .item .des{
    float: left;
    padding: .5rem .38rem ;
    color: #6c6e73;
    width: 4.34rem;
}
.tzc_detail .cont .panel_lc .list2{
    position: relative;
    width: 100%;
}
.tzc_detail .cont .panel_lc .list2 .item{
    width: 4.72rem;
    height: auto;
    float: left;
    background: #fbfaf9;
}
.tzc_detail .cont .panel_lc .list2 .item.item1{
    margin-right: .76rem;
}
.tzc_detail .cont .panel_lc .list2 .item img{
    width: 100%;
    height: 3.54rem;
}
.tzc_detail .cont .panel_lc .list2 .item .des {
    padding: .4rem .4rem;
    height: 2rem;
    color: #6c6e73;

}
.tzc_detail .cont .panel_lc .list2 .item .des .tit {
    color: #5d6065;
    font-size: .28rem;
    line-height: .28rem;
    font-weight: 700;
    border-left: .04rem solid #1e70ff;
    padding-left: .1rem;
    margin: 0 0 .1rem 0rem;
}

