.banner { 
    width: 100%;
    height: 600px; 
    overflow: hidden; 
}

.tit {
    text-align: center;
}

.tit > p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    padding: 40px 0px 10px 0px;
}

.tit > p:nth-child(2) {
    font-size: 15px;
    font-weight: 700;
    color: #8c1515;
}

.brand {
    height: 533px;
    background: url("../../images/computer/brand.jpg") no-repeat, center top;
}

    .brand > .brandCatalog {
        padding-top: 45px;
    }

    .brand > .brandCatalog > a {
        display: block;
        width: 153px;
        height: 35px;
        overflow: hidden;
        text-align: center;
        line-height: 35px;
        background-color: #fff;
        float: left;
        margin: 0px 2px;
        cursor: pointer;
    }

    .brand > .brandCatalog > a:hover {
        color: #fff;
        background-color: #8c1515;
    }

    .brand > .brandList{
        overflow: hidden;
        padding-top: 30px;
    }

    .brand > .brandList ul li {
        width: 240px;
        overflow: hidden;
        text-align: center;
        line-height: 2;
        padding: 0px 5px;
    }

.about {
    height: 623px;
    background: url("../../images/computer/about.jpg") no-repeat center top;
}   
    .about > .w1260 {
        height: 623px;
        background: url("../../images/computer/bg.png") no-repeat left bottom;
    }

    .about > .w1260 > .aboutList {
        line-height: 2.5;
        text-indent: 2em;
        padding-top: 30px;
    }
    
    .about > .w1260 > .aboutList > a {
        color: #ff0000;
    }


.news {
    padding-top: 30px;
    overflow: hidden;
}

    .news > .newsPic {
        width: 495px;
        height: 385px;
        overflow: hidden;
        float: left;
    }

    .news > .newsPic  ul li {
        width: 495px;
    }

    .news > .newsList {
        width: 748px;
        overflow: hidden;
        float: right;
    }

    .news > .newsList > div > p:nth-child(1) > a {
        font-size: 20px;
        font-weight: 700;
    }

    .news > .newsList > div > p:nth-child(2) {
        font-size: 14px;
        line-height: 2;
        padding: 17px 0px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #cccccc;
    }