@import url("common.css");
@import url("public.css");
/* banner */
.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 360px;
}

.banner {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}



/* 场景应用 */
.joinUsCon_t {
    height: 355px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.joinUsCon_t_l {
    width: 540px;
}

.joinUsCon_t_r {
    width: 932px;
    height: 436px;
    position: absolute;
    top: -75px;
    left: 600px;
}

.joinUsCon_b > div a {
    width: 220px;
    height: 65px;
    line-height: 65px;
    background: #2757ad;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
