.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;
}

.main-top {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}

.main-left {
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}

    .main-left img {
        float: left;
        margin-right: 6px;
        margin-top: 24px;
    }

    .main-left p {
        float: left;
    }

        .main-left p a {
            color: #434343;
        }

.detail {
    width: 100%;
    height: auto;
    overflow-x: auto;
    display: inline-block;
}

.tableau {
    margin: 0 auto;
    margin-bottom: 5%;
    width: 832px;
    height: auto;
    display: inline-block;
}

.tabs-tops {
    width: 100%;
    height: auto;
    color: #0070c0;
    display: inline-block;
    line-height: 37px;
    margin-top: 3%;
}

.tt-ones {
    width: 22.6%;
    float: left;
    text-align: center;
    border: 1px solid #a6a6a6;
    border-right: 0px;
    color: black;
    font-size: 14px;
    border-bottom: 0px;
    background-color: rgb(238, 238, 238);
}

.tt-one {
    width: 13%;
    height:38px;
    float: left;
    text-align: center;
    border: 1px solid#a6a6a6;
    border-right: 0px;
    color: black;
    font-size: 13px;
    border-bottom: 0px;
    background-color: rgb(238, 238, 238);
    line-height: 38px;
}

.tabs-boxs {
    width: 94.7%;
    height: auto;
    display: block;
    border: 1px solid #a6a6a6;
    margin-top: -3px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 3%;
}

.tabs-bexs {
    width: 94.7%;
    height: auto;
    display: inline-block;
    border: 1px solid #a6a6a6;
    border-top: 0px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 3%;
}

.tb-left {
    float: left;
}

.tb-right {
    float: right;
    background: #3A391B;
    padding: 0px 19px;
}

    .tb-right a {
        color: #fff;
    }
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .pr-left {    width: 96%;
    float: left;
    border: 8px
 solid#3864af;
}
.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
    margin-right: 2%;
}
.pr-right {
    width: 100%;
    float: right;
}
.detail img {
    width: 100% !important;
    height: auto !important;
}
.main-left {
    float: left;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 4%;
    margin-bottom: 4%;
}
.main-left img {
    float: left;
    margin-right: 6px;
    margin-top: 0px;
}
    .tt-ones {
    width: 22.6%;
    float: left;
    text-align: center;
    border: 1px solid #a6a6a6;
    border-right: 0px;
    color: black;
    font-size: 12px;
    border-bottom: 0px;
    background-color: rgb(238, 238, 238);
    line-height: 25px;
}
    .tableau {
    margin: 0 auto;
    margin-bottom: 5%;
    width: 832px;
    height: auto;
    display: inline-block;
}
    .detail {
    width: 100%;
    height: auto;
    overflow-x: auto;
    display: inline-block;
}
    .tabs-bexs {
    width: 94.7%;
    height: auto;
    display: inline-block;
    border: 1px solid #a6a6a6;
    border-top: 0px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 3%;
}
    .tabs-boxs {
    width: 94.7%;
    height: auto;
    display: block;
    border: 1px solid #a6a6a6;
    margin-top: -3px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 3%;
}
}

