/*中间内容开始*/
#aboutUs-container{
    width: 100%;
}
.banner-content{
    width: 100%;
    height: 500px;
}
.banner-content>img{
    width: 100%;
    height: 100%;
}
.aboutUs1-content{
    width: 100%;
    background: #f9f9f9;
}
.aboutUs1-content .aboutUs1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.aboutUs1 div:nth-of-type(1){
    width: 40%;
    height: 361px;
    margin-top: 77px;
}
.aboutUs1 div:nth-of-type(1) img{
    width: 100%;
    height: 100%;
}
.aboutUs1 div:nth-of-type(2){
    width: 53%;
    margin-top: 77px;
    color: #333333;
}
.aboutUs1 div:nth-of-type(2)>.p1{
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 50px;
}
.aboutUs1 div:nth-of-type(2)>.p2{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}
.aboutUs2-content{
    width: 1200px;
    margin: 0 auto;
}
.aboutUs2-content p{
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}
.aboutUs2-content>p:nth-of-type(1){
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-top: 65px;
    margin-bottom: 37px;
}
.aboutUs2-content>.aboutUs2{
    width: 100%;
    display: flex;
    margin-top: 18px;
    flex-wrap: wrap;
}
.aboutUs2>div{
    width: 32%;
    height: 277px;
    margin-bottom: 28px;
    margin-right: 1%;
}
.aboutUs2>div>img{
    width: 98%;
    margin-left: 1%;
    height: 98%;
}
/*中间内容结束*/
