
/* banner */
.ban_mc{
    position: relative;
}
.ban_mcon{
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: table;
}
.mctex{
    display: table-cell;
    vertical-align: middle;
}
.mctex>h1{
    font-size: 42px;
    color: #ffffff;
    padding-bottom: 30px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
.mctex>p{
    font-size: 36px;
    color: #ffffff;
    text-transform: capitalize;
}

/* 核心价值观 */
.core_val{
    text-align: center;
    min-height: 340px;
    background: url(../images/cor_bg.png) no-repeat top center;
    background-size: 775px 450px;
    display: table;
}
.core_vcon{
    display: table-cell;
    vertical-align: middle;
}
.mem_tit{
    font-size: 30px;
    color: #1b9a3a;
    margin-bottom: 48px;
    /* font-weight: bold; */
}
.core_tex>p{
    font-size: 22px;
    color: #1b9a3a;
    line-height: 30px;
}

/* 中心介绍 */
.intro_mc{
    padding: 90px 0px 40px;
}
.int_mctit>h2{
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
    /* font-weight: bold; */
}
.int_mcont{
    font-size: 0;
    padding: 0 .2rem;
}
.int_mcli{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
.fll .imc_tex{
    padding: 80px 60px 0px 40px;
}
.frr .imc_tex{
    padding: 80px 40px 0px 60px;
}
.imc_tex>h3{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.imc_tex>p{
    font-size: 16px;
    color: #545454;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: justify;
}
.imc_img{
    width: 100%;
    min-height: 360px;
    overflow: hidden;
}

/* 如何入驻 */
.enter_bg{
    text-align: center;
    min-height: 340px;
    background: url(../images/ent_bg.jpg) no-repeat center center;
    background-size: 100% 340px;
    display: table;
}
.rz_tex>a{
    display: inline-block;
    padding: 5px 8px;
    background-color: #1b9a3a;
    font-size: 16px;
    color: #ffffff;
}

/* 公共 */
.bg_fa{
    background-color: #fafafa;
}

@media screen and (max-width: 768px) {
    .ban_mcon{
        width: 100%;
        padding: 0 .2rem;
    }
    .mctex>h1{
        font-size: .32rem;
        padding-bottom: .12rem;
        margin-bottom: .12rem;
        font-weight: normal;
    }
    .mctex>p{
        font-size: .26rem;
    }

    .core_val{
        min-height: 3.4rem;
        background-size: auto;
    }
    .mem_tit{
        margin-bottom: .24rem;
    }
    .core_tex>p{
        font-size: .22rem;
        line-height: .3rem;
    }
    .intro_mc{
        padding: .5rem 0rem;
    }
    .int_mctit>h2{
        font-size: .3rem;
        line-height: .3rem;
        margin-bottom: .5rem;
    }
    .int_mcli{
        width: 100%;
        display: block;
        margin-bottom: .12rem;
    }
    .fll .imc_tex,
    .frr .imc_tex{
        padding: .2rem 0rem;
    }
    .imc_tex>h3{
        font-size: .24rem;
        line-height: .3rem;
        margin-bottom: .2rem;
    }
    .imc_tex>p{
        font-size: .16rem;
        line-height: .26rem;
        margin-bottom: .1rem;
    }
    .imc_img{
        min-height: auto;
    }
    .enter_bg{
        background-size: 100% auto;
        min-height: 3.4rem;
        padding: .1rem .2rem;
    }
    .rz_tex>a{
        padding: .05rem .08rem;
        font-size: .16rem;
    }



}

