.flex {
    display: flex;
}

.flex1 {
    display: flex;
    justify-content: space-between; 
}

.flex2 {
    display: flex;
    justify-content: center;
}

.newflex3 {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.flex4 {
    display: flex;
    justify-content: flex-end;
}

.flex5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex6 {
    display: flex;
    flex-wrap: wrap;
}
.hide{
    display:none;
}
.aboutUs {
    padding-top: 50px;
}
.aboutUs .title span {
    width: 32px;
    height: 2px;
    background: #0064FA;
    margin: 0px 10px;
}
.aboutUs .title p {
    font-weight: 600;
    font-size: 13px;
    color: #0064FA;
}
.aboutUs .titleName {
    font-weight: 700;
    font-size: 36px;
    color: #1F2937;
    line-height: 54px;
    text-align: center;
    margin-bottom:25px;
}
.aboutUs .aboutUsText {
    width: 1120px;
    background: #F8FAFC;
    border-radius: 12px 12px 12px 12px;
    padding: 30px 40px;
    margin: auto;
    margin-bottom:50px;
}
.aboutUs .aboutUsText p {
    font-size: 16px;
    color: #666C74;
    line-height: 26px;
    margin-bottom:25px;
}
.aboutUs .corpopateCulture {
    padding:50px 0px;
    background: #F8FAFC;
}
.aboutUs .corpopateCulture .box {
    width: 390px;
    height: 240px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    color: #3D3D3D;
    padding-top: 35px;
    cursor:pointer;
}
.aboutUs .corpopateCulture .box:hover{
    background: #0064FA;
    color:#fff;
}
.aboutUs .corpopateCulture .box:hover .show {
    display: none;
}
.aboutUs .corpopateCulture .box:hover .hide {
    display: block;
}
.aboutUs .corpopateCulture .box .flex5{
    height:75px;
    margin-bottom: 25px;
}
.aboutUs .corpopateCulture .box p {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align:center;
    margin-bottom:22px;
}
.aboutUs .corpopateCulture .box span{
    font-size: 16px;
    line-height: 26px;
    text-align:center;
    width:300px;
    margin:auto;
    display:block;
}
.aboutUs .milestones {
    padding: 50px 0px;
    background: url('https://qiniu.wsgjp.cn/fw/dra/milestonesBg30263720260702152647.png');
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:100%;
}
.aboutUs .centerBox {
    width: 790px;
    margin: auto;
    position:relative;
}
.aboutUs .centerBox .line {
    width: 2px;
    height: 100%;
    background: #75AEFB;
    position: absolute;
    left: 101px;
}
.aboutUs .centerBox img {
    position: relative;
}
.aboutUs .centerBox .time {
    font-weight: 700;
    font-size: 24px;
    color: #0064FA;
    width: 85px;
}
.aboutUs .centerBox .time span {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.aboutUs .centerBox .newblock{
    margin-bottom:16px !important;
}
.aboutUs .centerBox .box {
    width: 590px;
    padding: 20px 25px;
    padding-right: 20px;
    background: #F8FAFC;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #E5E5E5;
    margin-left: 25px;
    font-size: 15px;
    line-height: 24px;
}
.aboutUs .centerBox .box p{
    margin-bottom:5px;
}
.aboutUs .dataBox {
    background: url('https://qiniu.wsgjp.cn/fw/dra/dataBg12959820260702164101.png');
    padding-bottom: 40px;
    padding: 60px 0px;
}
.aboutUs .dataBox .num {
    font-weight: 700;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 56px;
}
.aboutUs .dataBox .num span{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 22px;
}
.aboutUs .dataBox p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 45px;
}
.aboutUs .dataBox .text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
}
.aboutUs .awards{
    background: #F8FAFC;
    padding: 60px 0px;
}
.aboutUs .awards .box .imgBox {
    width: 100%;
    height: 200px;
}
.aboutUs .awards .box {
    width: 289px;
    height: 283px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E5E5E5;
    margin-bottom:12px;
   /* flex-direction: column;
    align-items: center;
    justify-content: center;*/
}
.aboutUs .awards .box p {
    font-size: 14px;
    color: #666C74;
    text-align: center;
    width: 245px;
    margin: auto;
}
.aboutUs .workLife {
    margin-bottom: 60px
}
.aboutUs .mapBox{
    position:relative;
}
.aboutUs .mapBox .box {
    position: absolute;
    z-index: 5;
    top: 10%;
    left: 54%;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 18px 22px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px 12px 12px 12px;
}
.aboutUs .mapBox .box .imgBox {
    width: 54px;
    height: 54px;
    background: #F0F7FF;
    border-radius: 8px 8px 8px 8px;
    margin-right: 20px;
    margin-top: 10px;
}
.aboutUs .mapBox .box p {
    font-weight: 700;
    font-size: 22px;
    color: #666C74;
    line-height: 22px;
    margin-bottom: 12px;
}
.aboutUs .mapBox .box span {
    font-size: 16px;
    color: #666C74;
    line-height: 24px;
    display: block
}