/*大横幅*/

.index-block {
    width: 1300px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.big_banner {
    width: 100%;
    height: auto;
    background-color: white;
}


.img_block {
    /*width: 100%;*/
    position: relative;
    height: auto;
    min-height: 340px;
    background-color: white;
    width: 1300px;
    margin: 0 auto;
    /*padding:  0 20px;*/


}

.img_banner {
    width: 1300px;
    max-height: none;
    position: absolute;
    margin: 0 auto;

    /*height: auto;*/
}

.carousel-img {
    width: 1300px;
    height: 300px;

    object-fit: contain
}

.company_in {
    background-color: #f5f5f5;
    width: 100%;
    /*height: auto;*/
    /*border-left: 2px solid #111111;*/
    /*border-right: 2px solid #111111;*/
    border-bottom: 2px solid #dedede;
}

.company_in_block {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto
}

.company_z {
    height: auto;
    margin: 0 20px;
}

.company_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;

}

.company_info {
    font-size: 14px;
    height: auto;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 28px;


}

.company_info_button {
    text-align: right;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 20px;

}

.company_img_block {
    margin-left: 20px
}

.company_img {
    min-height: 270px;
    width: 100%
}

.company_product {
    background-color: white;
    width: 100%;
    padding-bottom: 40px;
}

.product_block {
    margin: 0 auto;
    padding: 45px 20px 0 20px;
}

.product_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center
}

.product_list {
    /*height: 140px;*/
    /*width: 140px;*/
    margin-top: 20px;
    position: relative;
    object-fit: contain;
    padding-top: 20px;


}

.product_list_img {
    margin: 0 auto
}

.product_list_name {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 10px;
}

.product_name {
    position: absolute;
    z-index: 2;
    bottom: 0;
    background-color: #11111188;
    height: 24px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.product_more {
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
}

.company_new {
    background-color: white;
    width: 100%;
    padding-bottom: 40px;
    min-height: 450px;
}

.new_block {
    margin: 0 15%;
    padding: 40px 0 0 0;

}

.new_main_block {
    height: 360px;
    width: 100%;
    background-color: #f5f5f5
}

.new_main_img {
    width: 100%;
    height: 180px
}

.new_mian_title {
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    line-height: 30px
}

.new_less_block {
    margin: 10px 0 0 0
}

.new_less_img {
    width: 100%;
    height: 90px
}

.new_less_title {
    height: 46px;
    overflow: hidden;
    font-size: 14px;
}

.new_new_block {
    border-bottom: 1px solid #111111
}

.new_new_title {
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.new_new_more {
    float: right;
    font-size: 14px
}

.new_new_content {
    border-bottom: 1px dashed #dedede
}

.new_new_name {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden
}

.new_new_time {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden
}

.new_recruit_block {
    border-bottom: 1px solid #111111
}

.new_recruit_title {
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.new_recruit_more {
    float: right;
    font-size: 14px
}

.new_recruit_content {
    /*border-bottom: 1px dashed #dedede*/
}

.new_recruit_name {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden
}

.new_recruit_time {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden;
    text-align: right;
}

.contact-block {
    /*border: 2px solid #111111;*/
    margin-bottom: 40px
}

.contact-block-l {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 28px
}

.contact-block-title {
    font-size: 18px;
    font-weight: bold;
    color: #ff6000;
    line-height: 36px;
    height: 36px
}

.col-st-bo {
    border-right: 2px solid #dedede
}


@media (max-width: 768px) {


    .product_list_name {



        height: 24px;
        color: black;
        width: 100%;
        text-align: center;
        font-size: 14px;
        overflow: hidden;
    }

    .product_list_img img {
        /*max-width: 150px;*/
        /*max-height: 150px;*/
    }

    /*轮播图*/
    .carousel-img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }


    .col-st-bo {
        border-right: none;
    }

    .company_in {
        background-color: white;
        width: 100%;
        /*height: auto;*/
        border: none;
    }

    .contact-block {
        border: none;
        margin-bottom: 40px
    }


    .index-block {
        width: 100%;
        margin: 0 auto
    }

    .img_block {
        width: 100%;
        height: auto;
        min-height: 80px;
    }

    .img_banner {
        width: 100%;

        height: auto;
    }

    .company_in_block {
        margin: 0 20px;
    }

    .product_block {
        margin: 0 20px;
        padding: 20px 0 0 0;

    }

    .new_block {
        margin: 0 20px;

    }

    .company_z {
        margin-right: 0;
    }

    .company_img_block {
        margin-left: 0;
        display: none;
    }

    .new_main_block {
        margin: 0 0 20px 0;
    }

    .new_new_block {
        margin: 20px 0;
    }

    .new_recruit_block {
        margin: 20px 0;
    }

    .company_info {
        height: auto;
    }

    .product_list {
        height: auto;
        max-width: 100%;
        width: auto;

        position: relative;

    }

}

@media (max-width: 992px) {
    .index-block {
        width: 100%;
        margin: 0 auto
    }

    .company_in_block {
        margin: 0 20px;
    }

    .product_block {
        margin: 0 20px;

    }

    .new_block {
        margin: 0 20px;

    }

}
