@CHARSET "UTF-8";
.titlePic{
    height: 260px;
    width: 1100px;
    overflow: hidden;
}

.titlePicDiv{
    width: 100%;
    margin-bottom: 20px;
}

.newsTitleStyle {
    color: #000000;
}

.newsParts{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 700px;
}

.newsPartsOverview{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 630px;
}

.competitiveContents {
    color: #000000;
    font-size: 12px;
    width: 600px;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
    /*text-indent: 2.25em;*/
    padding-right: 0;
    max-width: 100%;
    text-align:left;
    text-align-last:left;
    word-wrap: break-word !important;
    line-height: 2.25em;
}

.productService_line1{
    font-family: "微软雅黑";
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.productService_line2{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #000000;
    display: inline;;
}
.splitLine{
    border-top: 1px solid #ccc;
    margin: 46px 0 40px;
    position: relative;
    width: 100%;
}

.splitLine span {
    background: none repeat scroll 0 0 #fff;
    color: #808080;
    font-size: 17px;
    letter-spacing: 1em;
    height: 18px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: -14px;
    width: 190px;
}