.h-top {
    width: 100%;
    height: 50px;
    display: inline-block;
    background-color: #004ea1;
}

.ht-box {
    background-color: #004ea1;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    left: 0px;
    top: -30px;
    position: absolute;
    z-index: 100;
    width: 1200px;
    height: 80px;
    -webkit-border-radius: 40px;
}

.htb-left {
    float: left;
    color: #fff;
    left: 47px;
    top: 15px;
    position: absolute;
    z-index: 101;
    width: 290px;
    height: 31px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
}

.htb-right {
    float: right;
    color: #fff;
    right: 23px;
    top: 15px;
    position: absolute;
    z-index: 113;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
}

    .htb-right p {
        float: left;
        color: #fff;
    }

.indexs {
    width: 1160px;
    margin: 0 auto;
}

.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.pr-left {
    width: 20%;
    float: left;
    border: 8px solid#3864af;
}

    .pr-left h3 {
        text-align: center;
        background: #3864af;
        color: #fff;
        padding: 23px 0;
        font-size: 24px;
        font-weight: bold;
    }

.pr-right {
    width: 76%;
    float: right;
}

.pr-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .pr-top h3 {
        color: #3864af;
        font-size: 20px;
        width: 100%;
        border-bottom: 1px solid#e6e6e6;
        padding-bottom: 15px;
    }


.details {
    width: 100%;
    height: auto;
    display: block;
}

    .details h3 {
        font-size: 28px;
        line-height: 42px;
        color: #0054a7;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .details p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 0px;
        text-align: left;
    }

.news li {
    float: left;
    width: 100%;
    margin: 0px 0% 18px 0%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.news-left {
    float: left;
    vertical-align: middle;
    padding-right: 3px;
    width: 9%;
    display: none;
}

    .news-left h2 {
        font-size: 22px;
        color: #666;
        margin: 10px 0 10px;
    }

    .news-left h4 {
        font-size: 26px;
        color: #222;
        border-bottom: 0px solid #e6e6e6;
        padding-bottom: 24px;
        margin-bottom: 25px;
    }

.news-right {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: right;
}

    .news-right h4 {
        width: auto;
        font-size: 17px;
        line-height: 28px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-right p {
        height: auto;
        line-height: 24px;
        font-size: 14px;
        color: #888;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: clip;
        overflow: hidden;
        margin-bottom: 2%;
    }

.news li i:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .h-top {
        display: none;
    }

    .indexs {
        width: 95%;
        margin: 0 auto;
    }

    .pr-left {
        width: 96%;
        float: left;
        border: 8px solid#3864af;
    }

        .pr-left h3 {
            text-align: center;
            background: #3864af;
            color: #fff;
            padding: 13px 0;
            font-size: 18px;
            font-weight: bold;
        }

    .pr-right {
        width: 100%;
        float: right;
    }

    .news li {
        float: left;
        width: 100%;
        margin: 0px 2% 27px 0%;
        padding-bottom: 14px;
        border-bottom: 1px solid #e5e5e5;
    }

    .news-left {
        float: left;
        vertical-align: middle;
        padding-right: 3px;
        width: 25%;
    }

    .news-right {
        display: table-cell;
        vertical-align: middle;
        width: 72%;
        float: right;
    }
}
