.c01 {
    min-width: 1200px;
    padding-bottom: 180px;
    color: #4e4e4e;
}

.c01 .brand01 {
    width: 900px;
    height: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c01 .brand01 img {
    width: 700px;
}

.c01 .brand02 {
    width: 800px;
    height: 800px;
    margin: 0 auto;
}

.c01 .brand02 .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.c01 .brand02 .top .pic {
    z-index: 3;
    width: 290px;
    height: 290px;
}

.c01 .brand02 .top .title {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c01 .brand02 .top .title img {
    width: 300px;
}

.c01 .brand02 .top .title p {
    padding-top: 40px;
    width: 402px;
}

.c01 .brand02 .bottom {
    margin-top: -40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.c01 .brand02 .bottom img {
    width: 550px;
    height: 550px;
}

.c01 .brand02 .bottom .contet {
    width: 218px;
    padding-left: 50px;
}

.c01 .brand02 .bottom .contet p {
    padding-top: 100px;
    width: 200px;
}