.logo {
    margin: 10px auto;
    /*height: 28px;*/
    /*line-height: 28px;*/
    color: #333333;
}
h1 {
    font-size: 28px;
    font-weight:600;
}
.nav-line {
    width: 1400px;
    margin: 0 auto 20px;
    height: 2px;
    background: #9A0101;
}
.search  {
    height: 30px;
    line-height: 30px;
}
.search input{
    width: 300px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.search .search-btn {
    display: inline-block;
    width: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #9A0101;
}
.main-title {
    width: 280px;
    margin: 80px 0 50px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #9A0101;
    border-bottom: 2px solid #9A0101;
    background-repeat: no-repeat;
    background-position: 100px 14px;
}

.product-title {
    background-image: url(../../imgs/product.png);

}
.flow-title {
    background-image: url(../../imgs/flow.png);
}
.case-title {
    background-image: url(../../imgs/case.png);
}
.information-title {
    background-image: url(../../imgs/newd.png);
}
.product-content ul {
    display: flex;
    justify-content: space-between;
}
.product-item, .product-item img{
    position: relative;
    display: block;
    width: 290px;
    height: auto;
}
.product-item p {
    position: absolute;
    bottom: 26px;
    width: 100%;
    color: #d55548;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.flow-content ul {
    display: flex;
}
.flow-content {
    padding: 30px 0 0;
    box-sizing: border-box;
}
.flow-content ul{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.flow-content .item-txt {
    position: relative;
    display: flex;
}
.flow-content .item-txt::before {
    position: absolute;
    top: -45px;
    left: 60px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #9A0101;
    border-radius: 50%;
}
.flow-content .item-txt img {
    margin-right: 10px;
}
.flow-dec span {
    color: #9A0101;
}

.news, .link-procts, .link-org {
    width: 1000px;
    margin: 0 auto;
}
.informations-title  {
    border-bottom: 1px solid #1E1E1E;
}
.informations-title span {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 10px;
    margin-top: 15px;
    background: url(../../imgs/more.png) 0 0 no-repeat;
}
.news ul li {
    display: flex;
    justify-content: start;
    padding: 10px 0 20px;
    border-bottom: 1px dashed #000;
    box-sizing: border-box;
}
.news-wrap {
    width: 900px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.news ul li img{
    display: block;
    width: 100px;
    height: 100px;
}
.new-content {
    margin-top: 20px;
}
.case  {
    margin-top: 50px;
}
.case ul li {
    border: none;
}
.case ul li img {
    display: block;
    width: 280px;
    height: 400px;
}


.concat {
    height: 300px;
    margin: 50px 0;
    color: #FFFEFE;
    background: #1E1E1E;
}
.concat-list ul {
    display: flex;
    justify-content: space-between;
    padding: 40px 120px;
    box-sizing: border-box;
}
.concat-title {
    font-size: 28px;
    line-height: 80px;
    font-weight: bold;
}
.concat-list img {
    width: 70px;
    height: 60px;
    margin-bottom: 30px;
}
.link {
    height: 400px;
    /* border: 1px solid #333333; */
}
.link-title {
    color:
    #333333;
}
.link-procts ul {
    display: flex;
    justify-content: space-between;
}
.link-procts ul li {
    position: relative;
    border: 1px dashed #1E1E1E;
}
.link-procts ul li img {
    display: block;
}
.hr{
    margin: 0 auto;
    width: 90%;
    height: 1px;
    font-weight: bold;
    background-image: linear-gradient(to right, #9A0101 0%, #9A0101 50%, transparent 50%);
    background-size: 8px 1px;
}
.link-procts, .link-org, .informations-title {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.link-procts p, .link-org p, .informations-title p {
    margin-left: 10px;
}
.link-procts::before, .link-org::before, .informations-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 2px;
    height: 16px;
    background: #9A0101;
}
.link-org {
    margin-top: 20px;
}
.m-p-style{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
