/* =========================================================================================================== */

.values {

    width: 100%;

    min-width: 1200px;

}

.values .hexins {

    width: 1200px;

    margin: 2% auto;

    background: #fff;
    padding: 20px 50px;

}

.values .class_title {

    width: 100%;

    border-bottom: 2px solid #E7E7E7;

}

.values .class_title .item {

    display: inline-block;

    vertical-align: top;

    width: 10%;

    text-align: center;

    cursor: pointer;

}

.values .class_title .item span {

    display: inline-block;

    padding: 15px 0px;

    font-size: 16px;

}

.values .class_title .acitver {

    border-bottom: 5px solid #009944;

}

.values .hexins .hex_list,
.values .hexins .hex_val {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.values .hexins .hex_list {
    width: 20%;
    border-right: 1px solid #d2d2d2;
}

.values .hexins .hex_val {
    width: 79%;
    padding-left: 30px;
}

.values .hexins .hex_list p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.values .hexins .hex_list p span {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #999;
    border: 1px solid #999;
    padding: 15px 0px;
}

.values .hexins .hex_list .aciver span {
    border: 0;
    background: #009944;
    color: #fff;
}

.values .hexins .hex_val .item {
    width: 100%;
    display: none;
    padding: 0px 40px;
}

.values .hexins .hex_val .actv {
    display: inline-block;
}

.values .hexins .hex_val .item .item_class {
    /* background: #F3F3F3; */
    border-top: 1px solid #009944;
    width: 100%;
}

.values .hexins .hex_val .item .item_class span {
    display: inline-block;
    font-size: 17px;
    color: #999;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}

.values .hexins .hex_val .item .item_class .bei_tit {
    color: #009944;
}

.values .hexins .hex_val .item .item_val {
    margin-top: 15px;
    font-size: 13px;
    display: none;
}

.values .hexins .hex_val .item .bei_vas {
    display: block;
}

.values .hexins .hex_val .item .bei_vas img {

    max-width: 770px;
}

.content p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
}


/* ==================================================================================== */
@media screen and (max-width: 800px) {
    #values {
        width: 100%;
        min-width: 350px;
    }

    #values .hexins {
        width: 100%;
        min-width: 350px;
        padding: 20px 10px;
    }

    #titdaoh {
        display: none;
    }

    #values .class_title {
        text-align: left;
    }

    #values .class_title .item {
        width: 25%;
    }

    .values .class_title .item span {
        font-size: 12px;
        padding: 10px 0px;
    }

    .values .hexins .hex_list {
        width: 20%;
        border-right: 1px solid #d2d2d2;
        min-width: 85px;
    }

    .values .hexins .hex_val {
        width: 74%;
        padding-left: 30px;
    }

    .values .hexins .hex_list p span {
        font-size: 14px;
        padding: 10px 0px;
    }

    .values .hexins .hex_list p {
        margin-bottom: 10px;
        min-width: 95px;
    }

    .values .hexins .hex_val {
        padding-left: 10px;
    }

    .values .hexins .hex_val .item {
        padding: 0px 10px;
        overflow: hidden;
    }

    .values .hexins .hex_val .item img {
        width: 100%;
        height: auto;
    }

    .values .hexins .hex_val .item .item_class span {
        font-size: 10px;
        padding: 5px 10px;
    }

    .hezder_top .title_box .item:nth-child(4) .oas {
        border: 0px;
        color: #009944;
    }
}

