@import url("./main.css");
@import url("./page.css");

/* 顶部 */

.bc_top {
    width: 1000px;
    height: 54px;
    display: flex;
    margin: 34px auto 16px;
}

.bc_logo {
    width: 170px;
    height: 54px;
    background: url("./../image/logo.png") no-repeat;
    background-size: 100% 100%;
}

.bc_nav_ul {
    height: 54px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bc_nav_li {
    padding: 0 14px;
}


/* banner */

.bc_banner {
    width: 100%;
    height: 507px;
    padding-bottom: 63px;
}

.bc_banner_con {
    width: 100%;
    height: 480px;
    background: url("./../image/banner.png") no-repeat;
    background-size: 100% 100%;
}


/* banner */

.bc_banner {
    width: 100%;
    height: 507px;
    padding-bottom: 44px;
}

.bc_banner_con {
    width: 100%;
    height: 480px;
    background: url("./../image/mg_banner.png") no-repeat;
    background-size: 100% 100%;
}

.bc_banner_con_rte {
    position: relative;
    width: 1000px;
    height: 480px;
    margin: 0 auto;
}

.bc_banner_con_btn {
    position: absolute;
    bottom: 74px;
    left: 54px;
    width: 240px;
    height: 76px;
    cursor: pointer;
    background: url("./../image/zx_btn_bg.png") no-repeat;
    background-position: 0 0;
}

.bc_main {
    width: 1000px;
    margin: 0 auto;
}


/* 制作流程 */

.modular1 {
    padding-bottom: 30px;
}

.modular1_title {
    width: 190px;
    height: 78px;
    margin: 25px auto 28px;
    background: url("./../image/modular6_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular1_con {
    width: 1000px;
    height: 165px;
    background: url("./../image/mg.png") no-repeat;
    background-size: 100%;
}

.modular1_con_ul {
    width: 1000px;
    height: 226px;
    display: flex;
}

.modular1_con_li {
    width: 153px;
    height: 216px;
    padding: 10px;
    margin: 0 28px;
    background: white;
}


/* 案例展示 */

.modular2 {
    padding-bottom: 50px;
}

.modular2_title {
    width: 190px;
    height: 74px;
    margin: 25px auto 28px;
    background: url("./../image/modular7_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular2_con_ul {
    width: 1000px;
    height: 224px;
    display: flex;
}

.modular2_con_li {
    width: 300px;
    height: 224px;
    padding: 10px;
    margin: 0 10px;
    background: white;
}

.modular2_con_divt {
    width: 300px;
    height: 154px;
    margin-bottom: 14px;
}

.bc_video {
    width: 300px;
    height: 154px;
}

.modular2_con_divb {
    position: relative;
    width: 300px;
    height: 54px;
}

.modular2_con_divb_title {
    font-size: 16px;
    color: #0789e3;
    padding-bottom: 10px;
}

.modular2_con_divb_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 38px;
    cursor: pointer;
    background: url("./../image/zxdz_btn_bg.png") no-repeat;
    background-size: 100% 100%;
}

.modular2_con_divb span {
    font-size: 14px;
    color: white;
    padding: 5px 7px;
    background: #d1d1d3;
    margin-right: 5px;
}


/* 底部 */

.bc_foot {
    width: 100%;
    height: 166px;
    background: url("./../image/foot_bg.png") no-repeat;
    background-size: 100% 100%;
}

.bc_foot_ctr {
    position: relative;
    width: 1000px;
    height: 166px;
    margin: 0 auto;
}

.bc_foot_ctr_h3 {
    width: 288px;
    height: 24px;
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 44px;
}

.bc_foot_ctr_pt {
    width: 282px;
    font-size: 16px;
}

.bc_foot_tips_p {
    text-align: center;
    padding: 23px 0 50px;
}

.bc_foot_tips_p {
    text-align: center;
    padding: 23px 0 50px;
}

.bc_foot_ewm {
    position: absolute;
    top: 33px;
    left: 350px;
}

.bc_foot_ewm_div {
    width: 81px;
    height: 81px;
    background: white;
    margin: 0 auto;
}

.bc_foot_ewm_tips {
    padding-top: 10px;
    font-size: 16px;
    color: #4b5663;
}