.w {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #F7F8FA;
}

.jieshao {
    width: 100%;
    height: 568px;
    background-color: #fff;
}

.jieshao .banxin {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.jieshao .title span {
    width: 217px;
    height: 93px;
    position: absolute;
    top: 132px;
    left: 56px;
}

.jieshao .title span h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.jieshao .title span p {
    font-size: 24px;
    font-weight: 100;
    color: rgba(225, 225, 225, .52);
}

.jieshao .title span .rec {
    margin-top: 12px;
}

.jieshao .content {
    width: 776px;
    height: 454px;
}

.jieshao .content .txt {
    text-indent: 2em;
    font-size: 16px;
    color: #737880;
    line-height: 32px;
}

.jieshao .content .data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.jieshao .content .data .d1 {
    text-align: center;
    margin-right: 64px;
}

.jieshao .content .data .d1 .num {
    font-size: 40px;
    color: #1273E4;
    font-weight: 700;
}

.jieshao .content .data .d1 .miaoshu {
    font-size: 18px;
    color: #1D2129;
}

.founder {
    margin-bottom: 80px;
}

.founder .introduction .foundertitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 140px;
}

.founder .introduction .foundertitle .gongsi {
    font-size: 20px;
    color: #9CA2A9;
    line-height: 20px;
}

.founder .introduction .foundertitle .eng {
    font-size: 32px;
    color: #E5E6EB;
    font-weight: 700;
    line-height: 30px;
}

.founder .introduction .foundertitle .founders {
    font-size: 32px;
    color: #1D2129;
    font-weight: 700;
    line-height: 30px;
}

.founder .introduction .foundercontent .background {
    position: relative;
    display: flex;
    width: 100%;
    height: 255px;
    background: url(../images/创始人背景.png);
}

.founder .introduction .foundercontent .background .foundername {
    margin-top: 80px;
    margin-left: 224px;
}

.founder .introduction .foundercontent .background .foundername .name {
    font-size: 40px;
    letter-spacing: 12px;
    color: #FFFFFF;
    font-weight: 600;
}

.founder .introduction .foundercontent .background .foundername .position {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 20px;
    color: rgba(225, 225, 225, .76);
}

.founder .introduction .foundercontent .background .foundername .position .recs {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 2px;
}

.founder .introduction .foundercontent .background .pice {
    position: absolute;
    bottom: 0;
    right: 140px;
    width: 310px;
    height: 392px;
}

.founder .introduction .foundercontent .txtcontent {
    width: 1200px;
    height: 100%;
    padding: 40px 120px;
    background-color: #fff;
}

.founder .introduction .foundercontent .txtcontent .rect {
    width: 40px;
    height: 8px;
    background-color: #1273E4;
    margin-bottom: 24px;
}

.founder .introduction .foundercontent .txtcontent p {
    text-indent: 2em;
    font-size: 16px;
    color: #737880;
    line-height: 25.6px;
}

.cul {
    width: 100%;
    /* height: 726px; */
    background-color: #fff;
    margin-bottom: 80px;
}

.cul .cultit {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.cul .cultit .little {
    font-size: 20px;
    color: #9CA2A9;
}

.cul .cultit .big {
    font-size: 28px;
    color: #1D2129;
    font-weight: 600;
    margin-bottom: 12px;
}

.cul .all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* 换行 */
    flex-wrap: wrap;
}

.cul .culcontent .all .a1 {
    width: 286px;
    height: 240px;
    background-color: #F9FAFC;
    border: 2px solid #F9FAFC;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 32px;
    transition: all 0.3s;
}

.cul .culcontent .all .a1 .atitle .kangjia {
    font-size: 20px;
    color: #9CA2A9;
}

.cul .culcontent .all .a1 .atitle .dream {
    font-size: 28px;
    color: #1D2129;
    font-weight: 600;
    margin-bottom: 16px;
}

.cul .culcontent .all .a1 .atitle .line {
    width: 64px;
    height: 4px;
    background-color: #1273E4;
}

.cul .culcontent .all .a1 .atitle .atxt {
    padding-top: 40px;
    font-size: 16px;
    color: #737880;
    line-height: 25.6px;
}

.cul .culcontent .all .a1:hover {
    border: #1273E4 solid 2px;
    background-color: #fff;
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.08), 0px 16px 24px 2px rgba(0, 0, 0, 0.04), 0px 6px 30px 5px rgba(0, 0, 0, 0.05);
}