/* 走进杰博 样式 */

.brief-introduction {
    position: relative;
    /* width: 50.3125rem; */
    width: 100%;
    /* height: 22.1875rem; */
    background: rgba(255, 255, 255, 0.39);
    padding: 1.875rem 1.8125rem 1.8125rem 1.875rem;
    box-shadow: 0px 0.8175rem 1.25rem rgba(0, 64, 151, 0.14);
}

.brief-introduction .brief-introduction-title {
    display: block;
    font-size: 1.625rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #004097;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.brief-introduction span {
    font-size: .875rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.brief-introduction img {
    width: 27.25rem;
    height: 18.4375rem;
    margin: 0;
    margin-right: 1.75rem;
}

.address {
    width: 100%;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 3px 20px rgba(0, 64, 151, 0.14);
    padding: 3.125rem 2.5rem;
}

.address-title {
    width: 100%;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #004097;
    text-align: center;
    margin-bottom: 2.5rem;
}

.organizational-structure {
    width: 36.625rem;
    height: 24.3125rem;
    background: url(../images/Framework.png) no-repeat center center;
    margin-left: 1.25rem;
}

.talent-concept {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 3px 20px rgba(0, 64, 151, 0.16);
    margin-bottom: 2rem;
    overflow: hidden;
}

.talent-concept .image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8.8125rem;
    height: 100%;
    margin: 0;
}

.talent-concept .image-big {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25.6875rem;
    height: 100%;
    margin: 0;
}

.talent-concept-peg {
    position: absolute;
    top: 2.3125rem;
    left: 1rem;
    width: 1.0625rem;
    height: 1.0625rem;
    background: rgba(0, 64, 151);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.talent-concept-title {
    font-size: 1.25rem;
    color: #004097;
    padding-top: 2rem;
    margin-left: 3.75rem;
    margin-bottom: 1rem;
}

.talent-concept-title .title {
    margin-bottom: 2.75rem;
}

.talent-concept-title .descrip {
    color: #333333;
    font-size: .875rem;
    padding-left: 1.5625rem;
}

.talent-concept-title-small {
    width: 38.75rem;
}

.talent-concept-title-big {
    width: 28.75rem;
}


/* 结束 */