@import url("./main.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%; */
}

.bc_banner_con_img {
    width: 100%;
    height: 100%;
}


/* 搜索 */

.bc_search {
    width: 1000px;
    height: 55px;
    margin: 0 auto;
    display: flex;
}

.bc_search_input {
    text-indent: 16px;
    flex: 1;
}

.bc_search_btn {
    width: 82px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: white;
    /*background: url("./../image/search.png") no-repeat;*/
    background-size: cover;
}


/*  */

.bc_main {
    width: 1000px;
    margin: 0 auto;
}


/* 最新案例展示 */

.modular1 {
    padding-bottom: 120px;
}

.modular1_title {
    width: 283px;
    height: 72px;
    margin: 25px auto 28px;
    background: url("./../image/modular1_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular1_con_tab {
    /* width: 800px; */
    width: 770px;
    height: 45px;
    margin: 0 auto 24px;
    padding: 12px 36px;
    display: flex;
    justify-content: space-around;
}

.modular1_con_tab_list {
    flex: 1;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 22px;
    background: white;
}


/*.modular1_con_tab_list:nth-child(1) {
    color: white;
    background: #1c87ca;
}*/

.modular1_con_tab_list_active {
    color: white;
    background: #1c87ca;
}

.modular1_con_tab_con_ul {
    width: 1000px;
    height: 464px;
    display: flex;
}

.modular1_con_tab_con_li {
    position: relative;
    width: 213px;
    height: 444px;
    padding: 10px;
    margin: 0 11px;
    background: white;
}

.modular1_con_tab_con_li:nth-child(1) {
    margin-left: 0;
}

.modular1_con_tab_con_li:hover .main_mask {
    /* display: block; */
    opacity: 1;
}

.modular1_con_tab_con_li:hover .modular1_con_tab_con_pt {
    color: #0789e3;
}

.modular1_con_tab_con_li:hover .modular1_con_tab_con_pb {
    color: #0789e3;
}

.modular1_con_tab_con_div {
    width: 213px;
    height: 374px;
    margin-bottom: 18px;
}

.modular1_con_tab_con_img {
    width: 100%;
    height: 100%;
}

.main_mask {
    opacity: 0;
    /* display: none; */
    position: absolute;
    top: 10px;
    left: 10px;
    width: 213px;
    height: 374px;
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
}

.main_mask_rte {
    position: relative;
    width: 213px;
    height: 374px;
}

.main_mask_ewm {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    height: 115px;
    background: white;
}

.main_mask_ewm_sips {
    position: absolute;
    top: 187px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
}

.main_mask_btn {
    position: absolute;
    top: 244px;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: white;
    cursor: pointer;
    border: solid 1px white;
    border-radius: 42px;
}

.modular1_con_tab_con_pt_hover,
.modular1_con_tab_con_pb_hover {
    color: #0789e3;
}


/* 互动营销 */

.modular2 {
    padding-bottom: 56px;
}

.modular2_title {
    width: 380px;
    height: 76px;
    margin: 25px auto 28px;
    background: url("./../image/modular2_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular2_con {
    width: 1000px;
    margin: 0 auto;
}

.modular2_con_ul {
    width: 1000px;
    height: 464px;
    display: flex;
}

.modular2_con_li {
    width: 243px;
    height: 464px;
    /* padding: 10px; */
    margin: 0 10px;
    /* background: white; */
}

.modular2_con_li:nth-child(1) {
    background: url("./../image/index_jlt_yx.png") no-repeat;
    background-position: 0 0;
}

.modular2_con_li:nth-child(2) {
    background: url("./../image/index_jlt_yx.png") no-repeat;
    background-position: -260px 0;
}

.modular2_con_li:nth-child(3) {
    background: url("./../image/index_jlt_yx.png") no-repeat;
    background-position: -516px 0;
}

.modular2_con_li:nth-child(4) {
    background: url("./../image/index_jlt_yx.png") no-repeat;
    background-position: -762px 0;
}


/* 我们的优势 */

.modular3 {
    padding-bottom: 56px;
}

.modular3_title {
    width: 232px;
    height: 80px;
    margin: 25px auto 28px;
    background: url("./../image/modular3_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular3_con {
    width: 1000px;
    margin: 0 auto;
}

.modular3_con_ul {
    width: 1000px;
    height: 464px;
    display: flex;
}

.modular3_con_li {
    width: 243px;
    height: 414px;
    /* padding: 10px; */
    border-left: solid 1px #1b89c9;
    border-right: solid 1px #1b89c9;
    margin: 0 10px;
    background: white;
}

.modular3_con_li:nth-child(1) {
    background: url("./../image/index_jlt_ys.png") no-repeat;
    background-position: -14px -18px;
}

.modular3_con_li:nth-child(2) {
    background: url("./../image/index_jlt_ys.png") no-repeat;
    background-position: -258px -18px;
}

.modular3_con_li:nth-child(3) {
    background: url("./../image/index_jlt_ys.png") no-repeat;
    background-position: -504px -18px;
}

.modular3_con_li:nth-child(4) {
    background: url("./../image/index_jlt_ys.png") no-repeat;
    background-position: -750px -18px;
}


/* 服务流程 */

.modular4 {
    padding-bottom: 53px;
}

.modular4_title {
    width: 188px;
    height: 77px;
    margin: 25px auto 28px;
    background: url("./../image/modular4_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular4_con {
    width: 1000px;
    height: 120px;
    background: url("./../image/liuc.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}


/* 服务品牌 */


/* .modular3 {
    padding-bottom: 56px;
}
 */

.modular5_title {
    width: 232px;
    height: 80px;
    margin: 25px auto 28px;
    background: url("./../image/modular5_title.png") no-repeat;
    background-size: 100% 100%;
}

.modular5_con {
    width: 1000px;
    margin: 0 auto;
}

.modular5_con_ul {
    width: 1000px;
    height: 90px;
    padding-bottom: 26px;
    display: flex;
}

.modular5_con_li {
    position: relative;
    width: 176px;
    height: 90px;
    margin: 0 16px;
    background: url("./../image/ourhonr_bg.png") no-repeat;
    background-size: 100% 100%;
    /* transition: all .5s; */
}

.modular5_con_li:hover .modular5_con_div {
    filter: grayscale(0);
}

.modular5_con_div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 155px;
    height: 70px;
    filter: grayscale(100%);
    overflow: hidden;
}


/* 底部 */

.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_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;
}