.pshow-t{
    display: flex;
    background-color: #f6f6f6;
    padding-bottom: 30px;
}
.pshow-t-l{
    width: 40%;
    text-align: center;
    padding-top: 50px;
}
.pshow-t-l img{
    width: 80%;
}
.pshow-t-r{
    width: 60%;
    padding-top: 80px;
}
.pro-title{
    font-size: 24px;
    font-weight: bold;
    color: #1d3a7c;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.pro-des{
    height: 280px;
}
.pro-contact{
    display: flex;
    justify-content: space-between;
}
.pro-c-l{
    display: flex;
}
.procl-tel{
    margin-left: 5px;
}
.procl-tel div:last-child{
    font-size:20px;
    color: #1d3a7c;
}
.pro-c-r{
    width: 120px;
    height: 45px;
    color: #FFF;
    background-color: #1d3a7c;
    text-align: center;
    line-height: 45px;
    margin-right: 50px;
}
.pro-c-r a{
    color: #FFF;
}
.pshow-c-t{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.pshow-c-t div{
    font-size: 24px;
    padding-left: 10px;
    border-left: 1px solid orange;
}