﻿.t_18964
{
    width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.t_18964 .top_info .co_line
{
    height: 75px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.t_18964 .top_info .co_line .line
{
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 1px;
    background: #000;
    transition: height 1s;
}
.t_18964 .pro_desc
{
    text-align: center;
}
.t_18964 .pro_desc
{
    margin-top: 15px;
}
.t_18964 .pro_desc>div
{
    margin: 6px;
}
.t_18964 .pro_desc .peise_Title
{
    color: #c54538;
}
.t_18964 .pro_desc .font_col
{
    color: inherit;
    font-size: 32px;
}
@media(max-width: 1200px)
{
    .t_18964
    {
        width: calc(100% - 40px);
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media(max-width: 768px)
{
    .t_18964
    {/* 手机端修改：边距为20px *//* 手机端修改:不同板块间间距40px */
        padding: 20px 20px;
    }/* 修改：手机端线高30px */
    .t_18964 .top_info .co_line
    {
        height: 30px;
    }
}