@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;
}

/* 公司简介 */
.synopsisCon {
    height: 425px;
}

.synopsisCon_l {
    width: 700px;
    height: 370px;
}

.synopsisCon_r {
    width: 680px;
    height: 360px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    padding: 0px 80px;
}

/* 企业资质 */
.qualificationCon_t {
    height: 420px;
}

.qualificationCon_t_l {
    width: 540px;
}

.qualificationCon_t_r {
    width: 961px;
    height: 414px;
    position: absolute;
    top: 0px;
    left: 600px;
}

.qualificationCon_b {
    top: -30px;
}

/* 企业文化 */
.cultureCon_t {
    height: 360px;
}

.cultureCon_t_1 {
    width: 601px;
    height: 376px;
    position: relative;
    top: 30px;
}

.cultureCon_t_r {
    width: 540px;
}

.cultureCon_b {
    margin-top: 80px;
}
