
.banner .item {
    height: 670px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner .txt {
    padding-top: 155px;
}

    .banner .txt h2 {
        font-weight: 400;
        font-size: 50px;
        line-height: 68px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 136px;
        color: #fff;
    }

    .banner .txt p {
        font-size: 30px;
        color: #fff;
        margin-top: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 90px;
    }

.banner .wp {
    position: relative;
    height: 100%;
}

.banner .txt a {
    position: absolute;
    bottom: 220px;
    font-size: 24px;
    color: #fff;
    width: 180px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    text-align: center;
    display: block;
    margin-top: 45px;
    background-color: rgba(0, 0, 0, .6);
    background-repeat: no-repeat;
    background-image: url(/Assets/Hisilicon/img/more.png);
    background-position: right 24px center;
    padding-right: 28px;
}

    .banner .txt a:hover {
        background-position: right 19px center;
    }


.banner .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    width: 36px;
    height: 67px;
    background-color: transparent;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    outline: 0;
    border: none;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .banner .slick-arrow:hover {
        opacity: .8;
        filter: alpha(opacity=80);
    }

.banner .slick-prev {
    left: 4.5%;
    background-image: url(/Assets/Hisilicon/img/prev.png);
}

.banner .slick-next {
    right: 4.5%;
    background-image: url(/Assets/Hisilicon/img/next.png);
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

    .banner .slick-dots li {
        display: inline-block;
        margin: 0 2px;
    }

        .banner .slick-dots li button {
            display: block;
            width: 12px;
            height: 12px;
            font-size: 0;
            line-height: 0;
            text-indent: 999px;
            border-radius: 50%;
            outline: 0;
            border: none;
            background-color: rgba(255, 255, 255, .8);
            margin: 0 5px;
            cursor: pointer;
        }

        .banner .slick-dots li.slick-active button {
            background-color: rgba(102, 102, 102, .8);
        }

.index-row1 {
    padding: 68px 0 115px;
    background-color: #f6f6f6;
}

    .index-row1 h3 {
        font-weight: 400;
        font-size: 46px;
        color: #000;
        text-align: center;
        margin-bottom: 34px;
    }

.ul-qj1 {
    overflow: hidden;
    height: 1355px;
    position: relative;
}

    .ul-qj1 li {
        position: absolute;
        overflow: hidden;
    }

    .ul-qj1 .li1 {
        top: 0;
        left: 0;
        width: 792px;
        height: 390px;
    }

    .ul-qj1 .li2 {
        top: 0;
        right: 0;
        width: 386px;
        height: 541px;
    }

    .ul-qj1 .li3 {
        top: 412px;
        left: 0;
        width: 384px;
        height: 533px;
    }

    .ul-qj1 .li4 {
        top: 412px;
        left: 408px;
        width: 384px;
        height: 533px;
    }

    .ul-qj1 .li5 {
        top: 562px;
        right: 0;
        width: 384px;
        height: 384px;
    }

    .ul-qj1 .li6 {
        bottom: 0;
        left: 0;
        width: 588px;
        height: 388px;
    }

    .ul-qj1 .li7 {
        bottom: 0;
        right: 0;
        width: 588px;
        height: 388px;
    }

    .ul-qj1 .pic {
        position: relative;
    }

    .ul-qj1 .li1 .pic {
        padding-top: 49%;
    }

    .ul-qj1 .li2 .pic {
        padding-top: 140%;
    }

    .ul-qj1 .li3 .pic, .ul-qj1 .li4 .pic {
        padding-top: 139%;
    }

    .ul-qj1 .li5 .pic {
        padding-top: 100%;
    }

    .ul-qj1 .li6 .pic, .ul-qj1 .li7 .pic {
        padding-top: 66%;
    }

    .ul-qj1 .pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ul-qj1 .pic .img2 {
        display: none;
    }

    .ul-qj1 .txt-box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 100%;
        padding: 40px 0 27px 40px;
        margin-top: -200px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .ul-qj1 .txt-box .tit h4 {
            font-weight: 400;
            font-size: 42px;
            color: #fff;
        }

        .ul-qj1 .txt-box .txt {
            position: absolute;
            left: 40px;
            right: 10px;
            bottom: 105px;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

            .ul-qj1 .txt-box .txt h5 {
                font-weight: 400;
                font-size: 20px;
                color: #fff;
                margin-bottom: 16px display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: 60px;
            }

            .ul-qj1 .txt-box .txt a, .ul-qj2 .tit h4 a {
                color: inherit;
            }

                .ul-qj1 .txt-box .txt a:hover, .ul-qj2 .tit h4 a:hover {
                    text-decoration: none;
                }

            .ul-qj1 .txt-box .txt p {
                font-size: 16px;
                color: #fff;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

    .ul-qj1 .li1 .txt-box .txt p,
    .ul-qj1 .li5 .txt-box .txt p,
    .ul-qj1 .li6 .txt-box .txt p,
    .ul-qj1 .li7 .txt-box .txt p {
        -webkit-line-clamp: 3;
        height: 72px;
    }

    .ul-qj1 .li2 .txt-box .txt p,
    .ul-qj1 .li4 .txt-box .txt p {
        -webkit-line-clamp: 6;
        height: 144px;
    }

    .ul-qj1 .li3 .txt-box .txt p {
        -webkit-line-clamp: 8;
        height: 192px;
    }

    .ul-qj1 .txt-box .btn-more {
        position: absolute;
        left: 40px;
        bottom: 33px;
        font-size: 20px;
        color: #fff;
        display: block;
        width: 160px;
        height: 52px;
        line-height: 52px;
        border-radius: 26px;
        text-align: center;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, .6);
        background-image: url(/Assets/Hisilicon/img/more2.png);
        background-position: right 24px center;
        padding-right: 28px;
    }

        .ul-qj1 .txt-box .btn-more:hover {
            background-position: right 19px center;
        }

    .ul-qj1 li:hover .txt-box {
        margin-top: 0;
        top: 0;
    }

        .ul-qj1 li:hover .txt-box .txt {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.index-row2 {
    overflow: hidden;
    padding: 66px 0 72px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

    .index-row2 h3 {
        font-weight: 400;
        font-size: 46px;
        color: #fff;
        text-align: center;
    }

.ul-qj2 {
    display: inline-block;
    margin-top: 68px;
}

    .ul-qj2 li {
        float: left;
        margin: 0 38px;
    }

    .ul-qj2 .tit {
        margin-bottom: 20px;
    }

        .ul-qj2 .tit img {
            display: block;
            margin: 0 auto 25px;
        }

        .ul-qj2 .tit .img2 {
            display: none;
        }

        .ul-qj2 .tit h4 {
            text-transform: capitalize;
            font-weight: 400;
            font-size: 24px;
            color: #fff;
        }

    .ul-qj2 .link {
        display: inline-block;
    }

        .ul-qj2 .link a {
            display: block;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            padding-left: 15px;
            text-align: left;
            position: relative;
            width: 120px;
            white-space: nowrap;
        }

            .ul-qj2 .link a::after {
                content: '';
                position: absolute;
                left: 0;
                top: 14px;
                width: 3px;
                height: 3px;
                background-color: #fff;
                border-radius: 50%;
            }

            .ul-qj2 .link a:hover {
                text-decoration: underline;
            }

.index-row3 {
    background-color: #fafafa;
    padding: 80px 0 98px;
    overflow: hidden;
}

    .index-row3 h3 {
        font-weight: 400;
        font-size: 46px;
        color: #000;
        margin-bottom: 38px;
    }

.slick-news {
    position: relative;
    margin: 0 -12px;
    padding-bottom: 51px;
}

    .slick-news .item {
        border: 1px solid #f0f0f0;
        margin: 0 12px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .slick-news .item:hover {
            border: 1px solid red;
        }

    .slick-news .pic {
        padding-top: 52%;
        position: relative;
        overflow: hidden;
    }

        .slick-news .pic img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .slick-news .pic:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

    .slick-news .txt {
        background-color: #fff;
        padding: 10px 25px 28px;
    }

        .slick-news .txt .type {
            display: inline-block;
            padding: 0 20px 0 12px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 15px;
            border: 1px solid #74777c;
            color: #5e6167;
            margin-bottom: 24px;
        }

            .slick-news .txt .type:hover {
                color: red;
                border: 1px solid red;
            }

        .slick-news .txt h4 {
            font-weight: 400;
            line-height: 32px;
            font-size: 24px;
            word-break: break-word;
        }

            .slick-news .txt h4 a {
                color: #565656;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                overflow: hidden;
                height: 128px;
            }

                .slick-news .txt h4 a:hover {
                    color: red;
                }

        .slick-news .txt p {
            font-size: 18px;
            line-height: 26px;
            color: #888;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            height: 104px;
        }

        .slick-news .txt .date {
            color: #888;
        }

    .slick-news .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        width: 52px;
        height: 52px;
        background-color: transparent;
        font-size: 0;
        background-repeat: no-repeat;
        background-position: center center;
        outline: 0;
        border: none;
        z-index: 1;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .slick-news .slick-prev {
        left: -80px;
        background-image: url(/Assets/Hisilicon/img/prev2.png);
    }

    .slick-news .slick-next {
        right: -80px;
        background-image: url(/Assets/Hisilicon/img/next2.png);
    }

    .slick-news .slick-prev:hover {
        background-image: url(/Assets/Hisilicon/img/prev2-on.png);
    }

    .slick-news .slick-next:hover {
        background-image: url(/Assets/Hisilicon/img/next2-on.png);
    }

    .slick-news .slick-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 99;
    }

        .slick-news .slick-dots li {
            display: inline-block;
            margin: 0 2px;
        }

            .slick-news .slick-dots li button {
                display: block;
                width: 16px;
                height: 16px;
                font-size: 0;
                line-height: 0;
                text-indent: 999px;
                border-radius: 50%;
                outline: 0;
                border: 1px solid #d1d2d2;
                background-color: #e7e7e7;
                margin: 0 5px;
                cursor: pointer;
            }

            .slick-news .slick-dots li.slick-active button {
                background-color: #b1b4b3;
                border-color: #b1b4b3;
            }

@media only screen and (max-width: 1199px) {
    .ul-qj2 li {
        margin: 0 10px;
    }

    .ul-qj1 {
        position: static;
        height: auto;
    }

        .ul-qj1 li {
            position: relative;
            width: auto !important;
            height: 390px !important;
            top: auto !important;
            right: auto !important;
            bottom: auto !important;
            left: auto !important;
        }

    .index-row1 .wp {
        padding: 0;
    }

    .ul-qj1 li .txt-box {
        margin-top: 0;
        top: 0;
    }

        .ul-qj1 li .txt-box .txt {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .ul-qj1 .txt-box .txt p {
        -webkit-line-clamp: 3 !important;
        height: 72px !important;
    }

    .banner .wp {
        width: 85%;
    }
}

@media only screen and (max-width: 959px) {
    .slick-news .txt h4 {
        font-size: 18px;
    }

    .slick-news .txt p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        height: 78px;
    }

    .index-row2 {
        background-color: #fafafa;
        background-image: none !important;
        padding: 0;
    }

    .g-tit-ind {
        background-color: #fff;
        padding: 30px 10px 20px;
        color: #000 !important;
        font-size: 28px !important;
        text-align: left !important;
    }

    .ul-qj2 {
        margin-top: 0;
        display: block;
    }

        .ul-qj2 li {
            margin: 0;
            width: 33.33%;
            padding: 30px 0 0;
        }

            .ul-qj2 li:nth-child(1), .ul-qj2 li:nth-child(2), .ul-qj2 li:nth-child(3) {
                border-bottom: 1px solid #d9d9d9;
            }

        .ul-qj2 .link a, .ul-qj2 .tit h4 {
            color: #000;
        }

        .ul-qj2 .link {
            min-height: 240px;
        }

            .ul-qj2 .link a::after {
                background-color: #000;
                top: 12px;
            }

        .ul-qj2 .tit .img1 {
            display: none !important;
        }

        .ul-qj2 .tit .img2 {
            display: block;
        }

        .ul-qj2 .tit h4 {
            font-size: 20px;
        }

        .ul-qj2 .link a {
            font-size: 15px;
            line-height: 26px;
        }

    .index-row3 {
        padding: 0 0 90px;
    }

    .ul-qj1 .pic {
        padding-top: 75% !important;
    }

        .ul-qj1 .pic .img1 {
            display: none;
        }

        .ul-qj1 .pic .img2 {
            display: block;
        }

    .banner .txt {
        padding-top: 100px;
    }

    .banner .item {
        height: 450px;
    }

    .banner .txt h2 {
        font-size: 36px;
        line-height: 42px;
        max-height: 84px;
    }

    .index-row1 {
        padding: 0;
    }

        .index-row1 h3 {
            margin-bottom: 0;
        }

    .ul-qj1 .txt-box .tit h4 {
        font-size: 30px;
    }

    .ul-qj1 .txt-box .txt h5 {
        font-size: 18px;
    }

    .ul-qj1 .txt-box .txt p {
        font-size: 14px;
    }

    .banner .txt a {
        bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .index-row3 {
        padding: 40px 0 50px;
    }

    .slick-news .txt h4 a {
        -webkit-line-clamp: 3;
        height: 96px;
    }

    .ul-qj2 li {
        border-bottom: 1px solid #d9d9d9;
        width: auto;
        float: none;
    }

    .ul-qj2 .link {
        min-height: inherit;
        padding-bottom: 20px;
    }

    .ul-qj2 .tit {
        margin-bottom: 5px;
    }

    .ul-qj2 li:last-child {
        border-bottom: none;
    }

    .banner .txt h2 {
        font-size: 32px;
        line-height: 32px;
        -webkit-line-clamp: 3;
        max-height: 96px;
    }

    .banner .txt p {
        font-size: 20px;
        max-height: 60px;
    }

    .banner .txt a {
        font-size: 20px;
        width: 150px;
        height: 45px;
        line-height: 45px;
        background-position: right 15px center;
    }

    .ul-qj1 li {
        height: 350px !important;
    }

    .ul-qj1 .txt-box {
        padding: 20px 0 10px 20px;
    }

        .ul-qj1 .txt-box .txt {
            left: 20px;
        }

            .ul-qj1 .txt-box .txt p {
                font-size: 12px;
                -webkit-line-clamp: 4 !important;
            }

            .ul-qj1 .txt-box .txt h5 {
                margin-bottom: 5px;
            }

        .ul-qj1 .txt-box .btn-more {
            font-size: 16px;
            width: 120px;
            height: 36px;
            line-height: 36px;
            background-position: right 10px center;
            left: 20px;
        }
}

@media only screen and (max-width: 479px) {
    .banner .txt h2 {
        font-size: 24px;
    }

    .banner .txt p {
        font-size: 18px;
        margin-top: 10px;
    }

    .banner .txt a {
        font-size: 18px;
        height: 36px;
        line-height: 36px;
        margin-top: 20px;
    }

    .banner .item {
        height: 300px;
    }

    .banner .txt {
        padding: 60px 0 0 10px;
    }

    .banner .slick-dots {
        bottom: 5px;
    }

    .ul-qj1 li {
        height: 280px !important;
    }

    .ul-qj1 .txt-box .txt {
        bottom: 80px;
    }

    .ul-qj1 .txt-box .tit h4 {
        font-size: 24px;
    }

    .ul-qj1 .txt-box .txt h5 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto !important;
    }

    .ul-qj1 .txt-box .btn-more {
        bottom: 20px;
    }

    .ul-qj1 .txt-box .txt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
        height: 36px !important;
    }

    .banner .slick-dots li button {
        margin: 0 3px;
    }

    .banner .wp {
        width: 94%;
    }

    .banner .txt a {
        bottom: 35px;
    }
}

@media only screen and (max-width: 349px) {
    .ul-qj1 li {
        height: 240px !important;
    }

    .ul-qj1 .txt-box .txt {
        bottom: 60px;
    }

    .ul-qj1 .txt-box .btn-more {
        bottom: 10px;
    }

    .ul-qj1 .txt-box .txt h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .banner .txt h2 {
        font-size: 20px;
    }

    .banner .txt p {
        font-size: 16px;
    }

    .g-tit-ind {
        font-size: 24px !important;
    }
}

@media all and (-ms-high-contrast:none) {
    .slick-news .txt h4 a {
        display: block;
    }
}

@media (min-width: 960px) {
    .ul-qj2 .tit .img2 {
        display: none !important;
    }
}

.ul-qj1 {
    height: 1360px;
}

.ul-qj1 .li6 {
    width: 384px;
    height: 390px;
}

 .ul-qj1 .li7 {
    left: 408px;
    width: 384px;
    height: 390px;
}

.ul-qj1 .li8 {
   bottom: 0;
   right: 0;
   width: 384px;
   height: 390px;
}

.ul-qj1 .li6 .pic,
.ul-qj1 .li7 .pic,
.ul-qj1 .li8 .pic {
   height: 100%;
}
