/*关于宇清banner图*/
.afterSales{
    min-width: 1200px;
    height: 547px;
    background-image:url('../img/pyrotechnics.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
    position: relative;
}
.afterSales_content{
    height: 406px;
    width: 1200px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 88px;
}

.afterSales_content_preSale{
    color: #FFFFFF;
    margin-bottom: 80px;
}

.afterSales_content_preSale_title{
    height: 63px;
    display: flex;
    align-items: baseline ;
    justify-content: flex-start;
}

.afterSales_content_preSale_title h1{
    margin: 0px;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.afterSales_content_preSale_title h2{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.afterSales_content_preSale_text{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

/*关于我们*/
.aboutUs{
    width: 1200px;
    height: 397px;
    margin: 41px auto 100px;
}

.aboutUs_content{
    height: 306px;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutUs_content_img{
    width: 501px;
}

.aboutUs_content_text{
    width: 680px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0C1D59;
    line-height: 36px;
    text-indent:2em;
}

/*我们的团队简介*/
.ourTeam{
    width: 1200px;
    margin: 0px auto 32px;
}

.ourTeam_text{
    margin: 30px auto 21px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0C1D59;
    line-height: 36px;
    text-indent:2em;
}

.ourTeam_img{
    display: flex;
}

.ourTeam_img_left{
    width: 801px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ourTeam_img_left img{
    margin-bottom: 7px;
    margin-right: 8px;
}
