﻿.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-details {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.index {
    width: 81%;
    margin: 0 auto;
}

.pd-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pdt-left {
    width: 36%;
    float: left;
}

.pdt-right {
    width: 50%;
    float: right;
}

    .pdt-right p {
        font-size: 16px;
        color: #000;
        line-height: 29px;
        text-indent: 2em;
        display: initial;
    }

    .pdt-right ul {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .pdt-right li {
        width: 100%;
        height: auto;
        display: inline-block;
    }

        .pdt-right li img {
            width: 3%;
            float: left;
        }

        .pdt-right li span {
            float: left;
            margin-left: 1%;
            margin-top: -3px;
        }

.pd-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 13%;
}

.pdb-one {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .pdb-one h3 {
        font-size: 20px;
        margin-bottom: 2%;
    }

    .pdb-one h5 {
        font-size: 17px;
        margin-bottom: 1%;
    }

    .pdb-one p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 1%;
    }

    .pdb-one img {
        width: 100%;
    }

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .h-top {
        display: none;
    }

    .index {
        width: 95%;
        margin: 0 auto;
    }

    .pdt-left {
        width: 83%;
        float: left;
        margin-bottom: 15%;
    }

    .pdt-right {
        width: 100%;
        float: right;
    }

    .indexs {
        width: 95%;
        margin: 0 auto;
    }

    .jszb {
        width: 100%;
    }
}

.btnLeft, .btnRight {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 18px;
    height: 26px;
}

.btnLeft {
    left: 0px;
    z-index: 999999;
    background: url(../images/huibtnleft.png) no-repeat center;
}

.btnRight {
    right: 0px;
    z-index: 999999;
    background: url(../images/huibtnright.png) no-repeat center;
}
