.tculture {
    width: 1200px;
    margin: 0 auto;
}

.tculture .tcfour {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tculture .tcfour .tcitem {
    width: 300px;
    box-sizing: border-box;
    border-left: 1px solid #CCC;
    padding-left: 18px;
}

.tculture .tctwo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tculture .tctwo .tcitem {
    width: 600px;
    box-sizing: border-box;
    border-left: 1px solid #CCC;
    padding-left: 18px;
}

.tculture .tcone {
    display: flex;
}

.tculture .tcone .tcitem {
    width: 1200px;
    box-sizing: border-box;
    border-left: 1px solid #CCC;
    padding-left: 18px;
}

.tculture .tcnm {
    font-size: 23px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
}

.tculture .tcnr {
    font-size: 16px;
    line-height: 40px;
}
/***product_show**/
.tanquantips{
display: none;
}
.tanquantips .tpnm{
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #F50;
}
.tanquantips .tpnr{
    text-align: justify;
    line-height: 28px;
    color: #F50;
}
.tpagetips{
    display: none;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #CCC;
    background-color: #F5F5F5;
    color: #CCC;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
}
.tpagetips span{
    font-weight: bold;
}