html {
    overflow-x: auto;
}

body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    font-weight: 400;
    margin: 0;
    padding: 0;
    float: none;
}

h1, h2, h3, h4, h4, h5 {
    margin: 0;
    padding: 0;
    float: none;
}

body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0 10px;
    text-align: left;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset, img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

html, body {
    padding: 0;
    margin: 0;
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}


address, caption, em, strong, th, i {
    font-style: normal;
    font-weight: 400;
}

table caption {
    margin-left: -1px;
}

ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption, th {
    text-align: left;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: ' ';
}

.banner_z {
    height: 625px;
    background: url("../images/6S精益管理/banner.jpg") no-repeat center center;
    display: flex;
    ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 1200px;
    flex-wrap: wrap;
}

    .banner_z .flex_box {
        display: flex;
        width: 1200px;
    }

.flex_box + .flex_box {
    margin-top: 30px;
}

.flex_box.center {
    justify-content: center;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.flex_box .item {
    text-align: center;
    width: 264px;
    height: 230px;
    display: block;
    cursor: pointer;
}

    .flex_box .item + .item {
        margin-left: 48px;
    }

    .flex_box .item img {
        display: block;
    }

    .flex_box .item h2 {
        line-height: 62px;
        font-size: 20px;
        color: #444;
        font-weight: 600;
        background: #fff;
        text-align: center;
    }

a {
    text-decoration: none;
}

.section {
    height: 570px;
    display: block;
    text-decoration: none;
}

.pink {
    background-color: #ffece4;
}

.flex_container {
    display: flex;
    height: 100%;
    width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}

    .flex_container .info_text {
        width: 450px;
    }

.info_text h2 {
    font-size: 28px;
    color: #444;
    line-height: 1em;
    margin-bottom: 60px;
}



.info_text li {
    color: #333333;
    font-size: 18px;
    margin-bottom: 25px;
}

.number.T1 {
    background-position: 0 0;
}

.number.T2 {
    background-position: 0 -53px;
}

.number.T3 {
    background-position: 0 -104px;
}

.number.T4 {
    background-position: 0 -154px;
}

.number.T5 {
    background-position: 0 -204px;
}

.flex_container .info_text.color_block {
    margin-right: 0;
    margin-left: 137px;
}

.color_block {
    width: 469px;
    height: 354px;
    background-color: #ba0c0c;
    color: #fff;
    padding: 45px 0 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}

    .color_block:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -27px;
        bottom: -22px;
        background-color: #b10000;
        opacity: 0.1;
    }

   

    .color_block li {
        color: #fff;
    }

    .color_block h2 {
        color: #fff;
        font-size: 22px;
    }

p.remark {
    margin: 20px 0 30px 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #666;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.ul_flex {
	padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ul_flex .item {
        width: 387px;
        height: 164px;
        margin-bottom: 15px;
        border-radius: 2px;
        border: solid 1px #e2e2e2;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
        transition: all .3s;
    }

        .ul_flex .item:hover {
            transform: scale(1.05);
        }

        .ul_flex .item img {
            margin-right: 15px;
        }

        .ul_flex .item .info_text h3 {
            color: #666666;
            font-size: 18px;
        }

        .ul_flex .item .info_text p {
            width: 241px;
            height: 32px;
            margin-top: 10px;
            color: #999;
        }

.w1920_container {
    width: 100%;
    min-width: 1200px;
    height: 522px;
    margin-top: 40px;
    background: #ba0c0c;
}



.white_con {
    position: absolute;
    width: 493px;
    height: 403px;
    background-color: rgba(255, 255, 255, .87);
    right: 67px;
    top: 65px;
    padding-right: 45px;
    box-sizing: border-box;
    ;
}

    .white_con h1 {
        color: #444444;
        font-size: 26px;
        margin-top: 47px;
        text-align: right;
        border-right: 5px solid #c7000b;
        line-height: 1em;
        padding-right: 15px;
    }

    .white_con ul {
        margin-top: 80px;
    }

    .white_con li {
        text-align: right;
        color: #444444;
        margin-bottom: 40px;
        font-size: 16px;
    }

.right_con.sp {
    color: #fff;
    padding-left: 50px;
    width: 50%;
    float: right;
    box-sizing: border-box;
}

.right_con h1 {
    margin: 112px 0 80px 0;
    font-size: 26px;
    font-weight: 400;
}

.right_con li {
    margin-bottom: 40px;
    font-size: 16px;
}

    .right_con li .iconfont {
        margin-right: 16px;
    }

.tit_h1 {
    font-size: 28px;
    color: #444;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

.sp_img {
    display: block;
    margin: 94px auto 0 auto;
}

.service_item {
    width: 32%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
}

    .service_item:hover {
        transform: scale(1.05);
    }

    .service_item h2 {
        color: #444444;
        font-size: 18px;
        font-weight: 400;
        margin: 25px 0;
        text-align: center
    }

