.ProductIn{
    min-width: 1349px;
    overflow: hidden;
}
.ProductIn>section{
    width: 1000px;
    margin: 0 auto;
    /*border:1px solid red;*/
}
.ProductInTitle{
    margin: 30px 0 0;
}
.ProductInTitle>div{
    margin-left: 10px;
}
.ProductInTitle>p{
    font-size: 14px;
    text-indent: 28px;
    line-height: 24px;
    margin: 15px 10px 0 10px;
}
.ProductInTS{
    margin-bottom: 50px;
    text-align: center;
}

/*标题部分的共同代码*/
.ProductInSubTitle{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
}
.ProductInSubTitle>span{
    display: inline-block;
    vertical-align:middle;
    font-size:20px;
}
.longLine{
    width: 40px;
}
.shortLine{
    width: 5px;
}
.longLine,.shortLine{
    height: 4px;
    background: #2ea8fe;
}