/* =========================================================================================================== */
.values {

    width: 100%;

    min-width: 1200px;

}

.values .class_box {

    width: 65%;

    min-width: 1200px;

    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: -30px;
    background: #fff;
    padding: 20px;
}

.values .class_box .class_title {

    width: 100%;

    border-bottom: 2px solid #E7E7E7;

}

.values .class_box .class_title .item {

    display: inline-block;

    vertical-align: top;

    width: 10%;

    text-align: center;

    cursor: pointer;

}

.values .class_box .class_title .item span {

    display: inline-block;

    padding: 15px 0px;

    font-size: 16px;

}

.values .class_box .class_title .acitver {

    border-bottom: 5px solid #009944;

}

.values .class_box .class_val {

    margin: 10px 0px;

}

.values .class_box .class_val .item {

    display: none;

}

.values .class_box .class_val .acitvers {

    display: block;

}

.values .class_box .class_val .item:nth-child(2) .dtitem:hover {
    background: #f6f6f6;
}

.values .class_box .class_val .item:nth-child(1) {

    background: url(../img/images/qiye_bg.png) no-repeat;

    background-size: 100% 100%;

    padding: 20px 0;

}

.values .class_box .class_val .item:nth-child(1) .left,

.values .class_box .class_val .item:nth-child(1) .right {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item:nth-child(1) .left {

    width: 35%;

}

.values .class_box .class_val .item:nth-child(1) .left img {

    width: 100%;

}

.values .class_box .class_val .item:nth-child(1) .right {

    width: 60%;

    margin-left: 20px;

}

.values .class_box .class_val .item:nth-child(1) .right h2 {

    font-size: 30px;

}

.values .class_box .class_val .item:nth-child(1) .right p {

    font-size: 16px;

    margin-top: 25px;
    color: #666;
}

.values .class_box .class_val .item:nth-child(2) .dtitem {

    border-bottom: 1px solid #E7E7E7;

    padding: 10px 0px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(1) {

    width: 200px;
    height: 130px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(1) img {

    width: 100%;
    height: 130px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) {
    width: auto;
    padding: 10px 35px;
    margin-top: 20px;
    text-align: left;
    border-right: 1px solid #d2d2d2;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) p:nth-child(1) {
    font-size: 30px;
}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) p:nth-child(2) {
    margin-top: 3px;
    font-size: 17px;
    color: #999999;
}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(3) {
    width: 63%;
    margin-top: 25px;
    margin-left: 20px;
}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(3) h2 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 20px;
}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(3) span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 22px;
}

.values .class_box .class_val .item:nth-child(3) div {

    display: inline-block;

    vertical-align: top;

    width: 23%;

    text-align: center;

    border: 1px solid #E7E7E7;

    margin: 10px;

    padding-bottom: 20px;

}

.values .class_box .class_val .item:nth-child(3) div img {

    width: 100%;

}

.values .class_box .class_val .item:nth-child(3) div p {

    margin-top: 20px;

    font-size: 15px;

}

.values .class_box .class_val .item:nth-child(3) .act {

    background: #009944;

}

.values .class_box .class_val .item:nth-child(3) .act p {

    color: #fff;

}

.pic1 {
    width: 264px;
    height: 198px;
}

/* ==================================================================================== */


@media screen and (max-width: 800px) {
    #values {
        width: 100%;
        min-width: 350px;
    }

    #values .class_box {
        width: 100%;
        min-width: 350px;
        padding: 10px;
    }

    #titdaoh {
        display: none;
    }

    #values .class_box .class_title {
        text-align: left;
    }

    #values .class_box .class_title .item {
        width: 25%;
    }

    .values .class_box .class_title .item span {
        padding: 5px 0px;
        font-size: 12px;
    }

    .values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(1) {
        width: 100px;
        height: 80px;
    }

    .values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(1) img {
        width: 100%;
        height: 80px;
    }

    .values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) {
        width: auto;
        padding: 5px;
        margin-top: 0px;
        text-align: left;
        border-right: 1px solid #d2d2d2;
    }

    .values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(3) {
        width: 45%;
        margin-top: 10px;
        margin-left: 5px;
    }

    .values .class_box .class_val .item:nth-child(3) div {
        width: 30%;
        padding: 5px;
        margin: 5px;
    }

    .values .class_box .class_val .item:nth-child(3) .act p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .values .class_box .class_val .item:nth-child(3) div p {
        margin-top: 10px;
        font-size: 10px;
    }

    .hezder_top .title_box .item:nth-child(6) .oas {
        border: 0px;
        color: #009944;
    }

       .pic1 {
        width: 102px;
        height: 76px;
    }
}
