
/* 产品展示 */
.kguan_neyecp {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.kgnye_left {
    width: 280px;
    float: left;
}

.kgnye_left_one {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

    .kgnye_left_one h2, .kgnye_left_two h2 {
        line-height: 48px;
        background: #e5e5e5;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        padding: 0px 20px;
        border-left: 4px solid #ff7700;
        overflow: hidden;
    }

        .kgnye_left_one h2 img, .kgnye_left_two h2 img {
            float: right;
            padding-top: 15px;
        }

    .kgnye_left_one li {
        line-height: 48px;
        border-bottom: 1px solid #e5e5e5;
        padding: 0px 20px;
    }

        .kgnye_left_one li a {
            font-size: 16px;
            color: #333;
            display: block;
        }

            .kgnye_left_one li a:hover {
                color: #ff7700;
                font-weight: 600;
            }

.kgnye_left_two {
    border: 1px solid #e5e5e5;
}

    .kgnye_left_two ul {
        padding: 20px;
    }

    .kgnye_left_two li img {
        display: block;
        width: 100%;
        height: auto;
    }

    .kgnye_left_two li a {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        text-align: center;
        display: block;
    }

        .kgnye_left_two li a:hover {
            color: #ff7700;
            font-weight: 600;
        }


.kgnye_right {
    width: 890px;
    float: right;
}

    .kgnye_right h2 {
        line-height: 48px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        padding: 0px 20px;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        position: relative;
    }

        .kgnye_right h2:after {
            content: "";
            position: absolute;
            bottom: 0px;
            height: 2px;
            left: 0px;
            background-color: #ff7700;
            display: block;
            width: 115px;
        }

.kgnye_right_img ul {
    padding: 20px 0px;
}

    .kgnye_right_img ul li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }

        .kgnye_right_img ul li a {
            font-size: 16px;
            color: #333;
            line-height: 40px;
            text-align: center;
            display: block;
        }
        .kgnye_right_img .imgAreaTitle {
            line-height: 40px;
            height: 40px;
            overflow: hidden;
        }

            .kgnye_right_img ul li a:hover {
                color: #ff7700;
            }

        .kgnye_right_img ul li img {
            width: 100%;
            display: block;
            height: auto;
        }

        .kgnye_right_img ul li:nth-child(3n) {
            margin-right: 0px;
        }

.kgnye_right_fda {
    position: relative;
    overflow: hidden;
}

.kgnye_right_img li img {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

    .kgnye_right_img li img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

/* 新闻中心 */
.kgnye_news {
    margin: 20px 0px;
}

    .kgnye_news li {
        overflow: hidden;
        margin-bottom: 10px;
    }

.kgnye_news_title {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kgnye_news_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.kgnye_news_time {
    font-size: 16px;
    color: #999;
    line-height: 36px;
    float: right;
}

.kgnye_news li a {
    display: block;
    padding: 10px;
}

.kgnye_news li:hover {
    background: #f5f5f5;
}

    .kgnye_news li:hover .kgnye_news_title {
        color: #ff7700;
    }




@media (max-width: 768px) {
    /* 首页 */
    .befu_banner {
        width: 100%;
        margin: auto;
        margin-top: 60px;
    }

    .kguan_cpzs {
        width: 100%;
        margin: auto;
        margin-top: 15px;
    }

        .kguan_cpzs h2, .kguan_news h2, .kguan_lxwm h2 {
            font-size: 20px;
            line-height: 36px;
            margin-bottom: 10px;
            padding: 0px 15px;
        }

        .kguan_cpzs ul {
            padding: 0px 15px;
        }

        .kguan_cpzs li {
            width: 100%;
            float: none;
            margin-right: 0px;
            margin-bottom: 15px;
        }

            .kguan_cpzs li img {
                width: 100%;
                height: auto;
                display: block;
            }

    .kg_cpzs_title {
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

    .kguan_news {
        width: 100%;
        margin: auto;
        margin-top: 15px;
    }

    .kg_news_left {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .home_act_con {
        margin: 0px 15px;
    }

    .newindex_common .title_des {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 88%;
        min-height: 60px;
        margin: 15px 6%;
    }

        .newindex_common .title_des p {
            display: none;
        }

    .kg_news_right {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .kg_news_one {
        width: 100%;
        float: none;
        overflow: hidden;
    }

        .kg_news_one dl {
            margin: 0px 15px;
        }

        .kg_news_one dt img {
            width: 100%;
            height: auto;
            display: block;
        }

        .kg_news_one span {
            margin: 0px 15px;
        }

    .kg_news_two {
        width: 100%;
        float: none;
    }

        .kg_news_two ul {
            margin: 10px 15px 0px;
        }

    .kguan_lxwm {
        width: 100%;
        margin: auto;
        margin-top: 15px;
    }

    .yewuy_contact {
        font-size: 12px;
        text-align: left;
        line-height: 30px;
        margin-top: 15px;
    }

    .yw_title {
        border-bottom: 1px solid #eeeeee;
        font-size: 14px;
        color: #333;
        margin-bottom: 10px;
        text-align: left;
        line-height: 30px;
    }

        .yw_title span {
            border-bottom: 2px solid #920783;
            display: inline-block;
        }

    .yewuy_contact td {
        width: 25%;
    }

    .yewuy_contact thead {
        background-color: #e5e5e5;
        font-size: 12px;
        color: #333;
    }

        .yewuy_contact thead td {
            padding-left: 3px;
        }

    .yewuy_contact tbody tr {
        border-bottom: 1px solid #cccccc;
    }

    .yewuy_contact tbody td {
        padding: 7px 0 7px 3px;
    }

    .yewuy_con {
        margin: 0px 15px;
    }

    /* 产品展示 */
    .kguan_neyecp {
        width: 100%;
        margin-top: 15px;
    }

    .kgnye_left {
        width: 100%;
        float: none;
    }

    .kgnye_left_one {
        margin: 0px 0px 15px;
    }

        .kgnye_left_one h2, .kgnye_left_two h2 {
            line-height: 36px;
            font-size: 16px;
            padding: 0px 15px;
            border-left: 3px solid #ff7700;
        }

            .kgnye_left_one h2 img, .kgnye_left_two h2 img {
                float: right;
                padding-top: 7px;
            }

        .kgnye_left_one li {
            line-height: 36px;
            border-bottom: 1px solid #e5e5e5;
            padding: 0px 15px;
        }

            .kgnye_left_one li a {
                font-size: 14px;
            }

    .kgnye_left_two {
        display: none;
    }

    .kgnye_right {
        width: 100%;
        float: none;
    }

        .kgnye_right h2 {
            line-height: 36px;
            font-size: 16px;
            padding: 0px 15px;
        }

            .kgnye_right h2:after {
                width: 95px;
            }

    .kgnye_right_img ul {
        padding: 15px 15px;
    }

        .kgnye_right_img ul li {
            width: 49%;
            margin-bottom: 15px;
        }

            .kgnye_right_img ul li a {
                font-size: 12px;
                line-height: 24px;
            }

            .kgnye_right_img ul li:nth-child(3n) {
                margin-right: 2%;
            }

            .kgnye_right_img ul li:nth-child(2n) {
                margin-right: 0px;
            }

    /* 新闻中心 */
    .kgnye_news {
        margin: 15px 15px 20px;
    }

        .kgnye_news li {
            margin-bottom: 5px;
            border-bottom: 1px solid #e5e5e5;
        }

    .kgnye_news_title {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .kgnye_news_text {
        display: none;
    }

    .kgnye_news_time {
        font-size: 14px;
        color: #999;
        line-height: 30px;
    }

    .kgnye_news li a {
        display: block;
        padding: 0px;
    }
}



.contentList {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.contentList_left {
    width: 280px;
    float: left;
}

/*
.contentList_righ {
    width: 890px;
    float: right;
}
    */

    .contentList_righ h2 {
        line-height: 48px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        padding: 0px 20px;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        position: relative;
    }

        .contentList_righ h2:after {
            content: "";
            position: absolute;
            bottom: 0px;
            height: 2px;
            left: 0px;
            background-color: #ff7700;
            display: block;
            width: 115px;
        }



.contentDetail {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.contentDetail_left {
    width: 890px;
    float: left;
}

.contentDetail_right {
    width: 890px;
    float: right;
}



.DetailContent .main {
    text-align: left;
    border-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin: 30px 0px 0px;
    padding: 0px;
    border-bottom-style: none;
    background-color: White;
}