.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;
    }

.pr-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .pr-bottom ul {
        width: 100%;
        height: auto;
        margin-top: 3%;
    }

    .pr-bottom li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
    }

        .pr-bottom li:nth-child(3n) {
            margin-right: 0;
        }

    .pr-bottom img {
        width: 100%;
        border: 2px solid#e6e6e6;
        height: 282px;
    }

    .pr-bottom p {
        text-align: center;
        margin-top: 6%;
    }

@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;
    }
    .cd-accordion-menu ul label, .cd-accordion-menu ul a {
        padding-left: 10px;
        background-color: #fff;
        color: #41444a;
        text-align: left;
        border-bottom: 1px solid#e6e6e6;
        font-size: 14px;
        width: 100%;
        height: auto;
        margin-bottom: 11px;
        line-height: 21px;
    }
    .pr-bottom li {
        width: 100%;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
    }
    .pr-bottom img {
        width: 100%;
        border: 2px solid#e6e6e6;
        height: auto;
    }
}